HomeSort by relevance Sort by last modified time
    Searched defs:Generation (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 108 * Each use of the barrier is represented as a generation instance.
109 * The generation changes whenever the barrier is tripped, or
115 * There need not be an active generation if there has been a break
118 private static class Generation {
130 /** The current generation */
131 private Generation generation = new Generation(); field in class:CyclicBarrier
135 * on each generation. It is reset to parties on each new
136 * generation or when broken
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 75 enum Generation {
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 35 enum Generation {
51 Generation Gen;
87 Generation getGeneration() const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 75 enum Generation {
  /external/clang/include/clang/Serialization/
Module.h 108 ModuleFile(ModuleKind Kind, unsigned Generation);
158 /// \brief The generation of which this module file is a part.
159 unsigned Generation;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 190 milliseconds