/bionic/libc/tools/ |
genlibgcc_compat.py | 76 class Generator: 134 generator = Generator() variable 135 generator.process()
|
/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
|
/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);
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
generate.go | 41 is the generator to be run, corresponding to an executable file 51 double-quoted strings passed to the generator as individual 55 quoted string appears as a single argument to the generator. 57 Go generate sets several variables when it runs the generator: 95 specifies that the command "yacc" represents the generator 105 If any generator returns an error exit status, "go generate" skips 108 The generator is run in the package's source directory. 163 g := &Generator{ 172 // A Generator represents the state of a single Go source file 173 // being scanned for generator commands [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
generate.go | 41 is the generator to be run, corresponding to an executable file 51 double-quoted strings passed to the generator as individual 55 quoted string appears as a single argument to the generator. 57 Go generate sets several variables when it runs the generator: 95 specifies that the command "yacc" represents the generator 105 If any generator returns an error exit status, "go generate" skips 108 The generator is run in the package's source directory. 163 g := &Generator{ 172 // A Generator represents the state of a single Go source file 173 // being scanned for generator commands [all...] |
/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/go/darwin-x86/src/testing/quick/ |
quick.go | 19 // A Generator can generate random values of its own type. 20 type Generator interface { 52 // If the type implements the Generator interface, that will be used. 55 if m, ok := reflect.Zero(t).Interface().(Generator); ok {
|
/prebuilts/go/linux-x86/src/testing/quick/ |
quick.go | 19 // A Generator can generate random values of its own type. 20 type Generator interface { 52 // If the type implements the Generator interface, that will be used. 55 if m, ok := reflect.Zero(t).Interface().(Generator); ok {
|
/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/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() {
|
/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() {
|
/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.
|