Searched refs:aes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutorCompletionService.java109 private final AbstractExecutorService aes; field in class:ExecutorCompletionService
125 if (aes == null)
128 return aes.newTaskFor(task);
132 if (aes == null)
135 return aes.newTaskFor(task, result);
150 this.aes = (executor instanceof AbstractExecutorService) ?
173 this.aes = (executor instanceof AbstractExecutorService) ?
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp82 aes : 1, member in struct:VM_Version::StdCpuid1Ecx::__anon56
428 if (_cpuid_info.std_cpuid1_ecx.bits.aes != 0)

Completed in 32 milliseconds