HomeSort by relevance Sort by last modified time
    Searched defs:Generator (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Support/
RandomNumberGenerator.h 26 /// A random number generator.
48 std::mt19937_64 Generator;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_generator.h 43 class LIBPROTOC_EXPORT Generator
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ruby/
ruby_generator.h 43 class LIBPROTOC_EXPORT Generator
  /bionic/libc/tools/
genlibgcc_compat.py 76 class Generator:
134 generator = Generator() variable
135 generator.process()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
frame_generator.py 16 _generator: A reference to the created generator.
26 """ Creates a new generator.
36 def Generator(self):
38 A reference to the created generator.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 93 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
95 Generator() {}
96 virtual ~Generator() {}
273 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
158 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
python_generator.cc 43 // generator that outputs a Python/C extension module that lets
127 // file output by this generator.
246 Generator::Generator() : file_(NULL) {
249 Generator::~Generator() {
252 bool Generator::Generate(const FileDescriptor* file,
262 // the stack and use that, so that the Generator class itself does not need
310 void Generator::PrintImports() const {
327 void Generator::PrintFileDescriptor() const
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
153 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
153 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
153 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 62 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
64 Generator();
65 virtual ~Generator();
164 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
153 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
  /external/jetty/src/java/org/eclipse/jetty/http/
Generator.java 26 public interface Generator
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BulkBean.java 66 Generator gen = new Generator();
74 public static class Generator extends AbstractClassGenerator {
81 public Generator() {
BeanCopier.java 48 Generator gen = new Generator();
57 public static class Generator extends AbstractClassGenerator {
63 public Generator() {
BeanMap.java 38 * @see BeanMap.Generator#setRequire
45 * @see BeanMap.Generator#setRequire
52 * <code>BeanMap.Generator</code> instead of this static method.
57 Generator gen = new Generator();
62 public static class Generator extends AbstractClassGenerator {
76 public Generator() {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClass.java 44 Generator gen = new Generator();
50 public static class Generator extends AbstractClassGenerator
55 public Generator() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 6 __all__ = ['Generator', 'DecodedGenerator']
33 class Generator:
36 This basic generator writes the message to the given file object as plain
44 """Create the generator for message flattening.
70 specified when the Generator instance was created.
87 """Clone this generator with the exact same options."""
299 class DecodedGenerator(Generator):
302 Like the Generator base class, except that non-text parts are substituted
306 """Like Generator.__init__() except that an additional optional
327 Generator.__init__(self, outfp, mangle_from_, maxheaderlen
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 6 __all__ = ['Generator', 'DecodedGenerator']
33 class Generator:
36 This basic generator writes the message to the given file object as plain
44 """Create the generator for message flattening.
70 specified when the Generator instance was created.
87 """Clone this generator with the exact same options."""
299 class DecodedGenerator(Generator):
302 Like the Generator base class, except that non-text parts are substituted
306 """Like Generator.__init__() except that an additional optional
327 Generator.__init__(self, outfp, mangle_from_, maxheaderlen
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 6 __all__ = ['Generator', 'DecodedGenerator']
33 class Generator:
36 This basic generator writes the message to the given file object as plain
44 """Create the generator for message flattening.
70 specified when the Generator instance was created.
87 """Clone this generator with the exact same options."""
299 class DecodedGenerator(Generator):
302 Like the Generator base class, except that non-text parts are substituted
306 """Like Generator.__init__() except that an additional optional
327 Generator.__init__(self, outfp, mangle_from_, maxheaderlen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 6 __all__ = ['Generator', 'DecodedGenerator']
33 class Generator:
36 This basic generator writes the message to the given file object as plain
44 """Create the generator for message flattening.
70 specified when the Generator instance was created.
87 """Clone this generator with the exact same options."""
299 class DecodedGenerator(Generator):
302 Like the Generator base class, except that non-text parts are substituted
306 """Like Generator.__init__() except that an additional optional
327 Generator.__init__(self, outfp, mangle_from_, maxheaderlen
    [all...]
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 159 /// The generator is permitted to read our merged table.
278 typedef llvm::OnDiskChainedHashTableGenerator<WriterInfo> Generator;
280 Generator Gen;
308 // Add all merged entries from Base to the generator.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
VoronoiDiagram.java 8 public static class Generator {
14 Generator m_generator;
18 public VoronoiDiagramTask(int x, int y, int i, Generator g) {
25 public VoronoiDiagramTask set(int x, int y, int i, Generator g) {
38 private Generator[] m_generatorBuffer;
42 private Generator[] m_diagram;
45 m_generatorBuffer = new Generator[generatorCapacity];
47 m_generatorBuffer[i] = new Generator();
59 Generator a = m_diagram[i];
60 Generator b = m_diagram[i + 1]
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 137 OnDiskChainedHashTableGenerator<InstrProfRecordTrait> Generator;
139 // Populate the hash table generator.
141 Generator.insert(I.getKey(), &I.getValue());
166 uint64_t HashTableStart = Generator.Emit(OS);

Completed in 959 milliseconds

1 2 3 4