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

  /frameworks/compile/mclinker/
Android.mk 17 # ARM Code Generation Libraries
22 # MIPS Code Generation Libraries
27 # X86 Code Generation Libraries
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 105 * Each use of the barrier is represented as a generation instance.
106 * The generation changes whenever the barrier is tripped, or
112 * There need not be an active generation if there has been a break
115 private static class Generation {
127 /** The current generation */
128 private Generation generation = new Generation(); field in class:CyclicBarrier
132 * on each generation. It is reset to parties on each new
133 * generation or when broken
    [all...]
  /external/clang/lib/Serialization/
Module.cpp 23 ModuleFile::ModuleFile(ModuleKind Kind, unsigned Generation)
24 : Kind(Kind), DirectlyImported(false), Generation(Generation), SizeInBits(0),
ModuleManager.cpp 38 ModuleFile *ImportedBy, unsigned Generation,
51 ModuleFile *New = new ModuleFile(Type, Generation);
ASTReader.cpp     [all...]
ASTReaderDecl.cpp     [all...]
  /external/llvm/
Android.mk 35 # ARM Code Generation Libraries
44 # MIPS Code Generation Libraries
51 # X86 Code Generation Libraries
  /external/clang/include/clang/Serialization/
Module.h 66 ModuleFile(ModuleKind Kind, unsigned Generation);
81 /// \brief The generation of which this module file is a part.
82 unsigned Generation;
ModuleManager.h 98 /// \param Generation The generation in which this module was loaded.
107 unsigned Generation, std::string &ErrorStr);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 2 * Code Generation
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 2 * Code Generation
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 87 tablePrinter.addHeaderCell('Generation');
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 2 * Code Generation
  /external/mesa3d/docs/
MESA_texture_array.spec 307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping"
316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping"
326 TEXTURE_3D, TEXTURE_1D_ARRAY, or TEXTURE_2D_ARRAY. Mipmap generation
680 3.8.8 ("Manual Mipmap Generation"), 4.4.2.3, and 6.1.3 should be ignored.
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 2 * Code Generation
  /external/v8/tools/gcmole/
gcmole.lua 200 -- GCSuspects Generation
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 2 * Code Generation
  /external/v8/tools/
tickprocessor.js 391 print('Generation ' + this.generation_ + ':');
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 953 milliseconds