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

  /external/toolchain-utils/bestflags/
generation.py 4 """A generation of a set of tasks.
8 This module contains the base generation class. This class contains the tasks of
9 this current generation. The generation will not evolve to the next generation
10 until all the tasks in this generation are done executing. It also contains a
11 set of tasks that could potentially be used to generate the next generation,
26 class Generation(object):
27 """A generation of a framework run.
29 The base class of generation. Concrete subclasses, e.g., GAGeneration shoul
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CyclicBarrier.java 142 * Each use of the barrier is represented as a generation instance.
143 * The generation changes whenever the barrier is tripped, or
149 * There need not be an active generation if there has been a break
152 private static class Generation {
164 /** The current generation */
165 private Generation generation = new Generation(); field in class:CyclicBarrier
169 * on each generation. It is reset to parties on each new
170 * generation or when broken
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 75 enum Generation {
  /external/clang/include/clang/Basic/
Module.h 510 VisibleModuleSet() : Generation(0) {}
512 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) {
514 ++O.Generation;
518 /// empty and bump the generation on both.
522 ++O.Generation;
523 ++Generation;
527 /// \brief Get the current visibility generation. Incremented each time the
529 unsigned getGeneration() const { return Generation; }
562 /// Visibility generation, bumped every time the visibility state changes
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 102 ModuleFile(ModuleKind Kind, unsigned Generation);
162 /// \brief The generation of which this module file is a part.
163 unsigned Generation;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 272 /// keep track of a generation count of the read, which is compared against
273 /// the current generation count. The current generation count is incremented
276 /// events (such as fences or atomic instructions) increment the generation
283 unsigned Generation;
288 : DefInst(nullptr), Generation(0), MatchingId(-1), IsAtomic(false),
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId,
292 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId),
305 /// It uses the same generation count as loads
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 39 enum Generation {
61 Generation Gen;
134 Generation getGeneration() const {
  /external/syslinux/gpxe/src/drivers/infiniband/
qib_7220_regs.h 929 pseudo_bit_t Generation[3];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 820 milliseconds