Searched refs:Generator (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A DCodeGeneratorFrontend.py181 class Generator: class in inherits:
190 Generator.backend_js_domain_initializer_list.append("// %s.\n" % domain_name)
191 Generator.backend_js_domain_initializer_list.append("InspectorBackend.register%sDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, \"%s\");\n" % (domain_name, domain_name))
197 Generator.process_enum(json_type, enum_name)
203 Generator.process_enum(json_property, enum_name)
207 Generator.process_event(json_event, domain_name)
211 Generator.process_command(json_command, domain_name)
213 Generator.backend_js_domain_initializer_list.append("\n")
221 Generator.backend_js_domain_initializer_list.append("InspectorBackend.registerEnum(\"%s\", {%s});\n" % (
236 Generator
[all...]
/external/chromium_org/ppapi/generators/
H A Dgenerator.py11 from idl_generator import Generator namespace
45 return Generator.Run(ast)
H A Didl_generator.py18 class Generator(object): class in inherits:object
154 class GeneratorByFile(Generator):
157 A subclass of Generator for use of generators which have a one to one
212 class GeneratorReleaseTest(Generator):
245 if Generator.Run('AST') != 0:
255 if Generator.Run('AST') != 0:
263 print 'Generator test: Pass'
272 return Generator.Run(ast)
276 GeneratorReleaseTest('Test Gen', 'testgen', 'Generator Class Test.')
H A Didl_gen_wrapper.py13 from idl_generator import Generator namespace
51 class WrapperGen(Generator):
63 Generator.__init__(self, s1, s2, s3)
H A Didl_c_header.py6 """ Generator for C style prototypes and definitions """
20 from idl_generator import Generator, GeneratorByFile namespace
198 Generator.__init__(self, 'C Header', 'cgen', 'Generate the C headers.')
H A Didl_thunk.py6 """ Generator for C++ style thunks """
20 from idl_generator import Generator, GeneratorByFile namespace
412 Generator.__init__(self, 'Thunk', 'tgen', 'Generate the C++ thunk.')
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc240 Generator::Generator() : file_(NULL) { function in class:google::protobuf::compiler::python::Generator
243 Generator::~Generator() {
246 bool Generator::Generate(const FileDescriptor* file,
256 // the stack and use that, so that the Generator class itself does not need
304 void Generator::PrintImports() const {
321 void Generator::PrintFileDescriptor() const {
346 void Generator::PrintTopLevelEnums() const {
374 void Generator
[all...]
H A Dpython_generator.h61 class LIBPROTOC_EXPORT Generator : public CodeGenerator { class in namespace:google::protobuf::compiler::python
63 Generator();
64 virtual ~Generator();
153 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
H A Dpython_plugin_unittest.cc92 python::Generator python_generator;
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc225 Generator::Generator() : file_(NULL) { function in class:google::protobuf::compiler::python::Generator
228 Generator::~Generator() {
231 bool Generator::Generate(const FileDescriptor* file,
241 // the stack and use that, so that the Generator class itself does not need
286 void Generator::PrintImports() const {
296 void Generator::PrintFileDescriptor() const {
321 void Generator::PrintTopLevelEnums() const {
344 void Generator
[all...]
H A Dpython_generator.h61 class LIBPROTOC_EXPORT Generator : public CodeGenerator { class in namespace:google::protobuf::compiler::python
63 Generator();
64 virtual ~Generator();
147 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
H A Dpython_plugin_unittest.cc92 python::Generator python_generator;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py1768 class Generator: class in inherits:
1793 Generator.process_types(type_map)
1796 Generator.backend_method_declaration_list,
1797 Generator.backend_method_implementation_list,
1798 Generator.backend_method_name_declaration_list,
1799 Generator.backend_agent_interface_list,
1800 Generator.frontend_class_field_lines,
1801 Generator.frontend_constructor_init_list,
1802 Generator.frontend_domain_class_lines,
1803 Generator
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dmain.cc56 google::protobuf::compiler::python::Generator py_generator;
/external/protobuf/src/google/protobuf/compiler/
H A Dmain.cc58 google::protobuf::compiler::python::Generator py_generator;
/external/smack/src/org/xbill/DNS/
H A DMaster.java29 private Generator generator;
224 if (!Generator.supportedType(currentType))
236 generator = new Generator(start, end, step, nameSpec,
412 * @see Generator
H A DGenerator.java14 public class Generator { class
74 Generator(long start, long end, long step, String namePattern, method in class:Generator
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp694 OnDiskChainedHashTableGenerator<IdentifierIndexWriterTrait> Generator; local
701 Generator.insert(I->first(), I->second, Trait);
711 BucketOffset = Generator.Emit(Out, Trait);
H A DASTWriter.cpp1560 OnDiskChainedHashTableGenerator<HeaderFileInfoTrait> Generator; local
1588 Generator.insert(key, HFI, GeneratorTrait);
1599 BucketOffset = Generator.Emit(Out, GeneratorTrait);
1932 OnDiskChainedHashTableGenerator<ASTMacroTableTrait> Generator; local
1979 Generator.insert(NameID, data);
2061 BucketOffset = Generator.Emit(Out);
2808 OnDiskChainedHashTableGenerator<ASTMethodPoolTrait> Generator; local
2849 Generator.insert(S, Data, Trait);
2860 BucketOffset = Generator.Emit(Out, Trait);
3183 OnDiskChainedHashTableGenerator<ASTIdentifierTableTrait> Generator; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/intltest/
H A Ducharstrietest.cpp339 class Generator { class in namespace:__anon18544
341 Generator() : value(4711), num(0) {} function in class:__anon18544::Generator
370 Generator gen;
389 Generator gen;
/external/bison/
H A Dcfg.mk26 manual_title = The Yacc-compatible Parser Generator
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php43 <title>GeSHi CSS Generator :: ' . $title . ' </title>
/external/chromium_org/v8/src/
H A Dbuiltins.cc1741 typedef void (*Generator)(MacroAssembler*, int, BuiltinExtraArguments); typedef
1742 Generator g = FUNCTION_CAST<Generator>(functions[i].generator);
/external/v8/src/
H A Dbuiltins.cc1655 typedef void (*Generator)(MacroAssembler*, int, BuiltinExtraArguments); typedef
1656 Generator g = FUNCTION_CAST<Generator>(functions[i].generator);

Completed in 1152 milliseconds

12