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 109 * Each use of the barrier is represented as a generation instance.
110 * The generation changes whenever the barrier is tripped, or
116 * There need not be an active generation if there has been a break
119 private static class Generation {
131 /** The current generation */
132 private Generation generation = new Generation(); field in class:CyclicBarrier
136 * on each generation. It is reset to parties on each new
137 * generation or when broken
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 75 enum Generation {
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 37 enum Generation {
58 Generation Gen;
119 Generation getGeneration() const {
  /external/clang/include/clang/Serialization/
Module.h 111 ModuleFile(ModuleKind Kind, unsigned Generation);
168 /// \brief The generation of which this module file is a part.
169 unsigned Generation;
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 1565 milliseconds