/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 62 struct GeneratorOptions { struct 78 GeneratorOptions() in GeneratorOptions() argument 159 void GenerateHeader(const GeneratorOptions& options, 163 void FindProvides(const GeneratorOptions& options, io::Printer* printer, 166 void FindProvidesForFile(const GeneratorOptions& options, 169 void FindProvidesForMessage(const GeneratorOptions& options, 172 void FindProvidesForEnum(const GeneratorOptions& options, 176 void FindProvidesForFields(const GeneratorOptions& options, 181 void GenerateProvides(const GeneratorOptions& options, io::Printer* printer, 185 void GenerateTestOnly(const GeneratorOptions& options, [all …]
|
D | js_generator.cc | 105 std::string GetJSFilename(const GeneratorOptions& options, in GetJSFilename() 152 std::string GetNamespace(const GeneratorOptions& options, in GetNamespace() 182 std::string GetPrefix(const GeneratorOptions& options, in GetPrefix() 195 std::string GetMessagePathPrefix(const GeneratorOptions& options, in GetMessagePathPrefix() 202 std::string GetMessagePath(const GeneratorOptions& options, in GetMessagePath() 209 std::string GetEnumPathPrefix(const GeneratorOptions& options, in GetEnumPathPrefix() 217 std::string GetEnumPath(const GeneratorOptions& options, in GetEnumPath() 222 std::string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef() 225 if ((options.import_style == GeneratorOptions::kImportCommonJs || in MaybeCrossFileRef() 226 options.import_style == GeneratorOptions::kImportCommonJsStrict) && in MaybeCrossFileRef() [all …]
|
/external/gfxstream-protocols/registry/vulkan/scripts/ |
D | cgenerator.py | 9 from generator import (GeneratorOptions, OutputGenerator, noneStr, 13 class CGeneratorOptions(GeneratorOptions): 77 GeneratorOptions.__init__(self, **kwargs)
|
D | docgenerator.py | 9 from generator import GeneratorOptions, OutputGenerator, noneStr, write 43 class DocGeneratorOptions(GeneratorOptions): 98 GeneratorOptions.__init__(self, **kwargs)
|
D | extensionmetadocgenerator.py | 11 from generator import GeneratorOptions, OutputGenerator, regSortFeatures, write 13 class ExtensionMetaDocGeneratorOptions(GeneratorOptions):
|
D | reg.py | 14 from generator import OutputGenerator, GeneratorOptions, write 275 self.genOpts = GeneratorOptions()
|
D | generator.py | 105 class GeneratorOptions: class
|
/external/vulkan-headers/registry/ |
D | cgenerator.py | 10 from generator import (GeneratorOptions, 15 class CGeneratorOptions(GeneratorOptions): 92 GeneratorOptions.__init__(self, **kwargs)
|
D | reg.py | 15 from generator import GeneratorOptions, OutputGenerator, noneStr, write 317 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)
|
D | generator.py | 144 class GeneratorOptions: class
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/ |
D | cgenerator.py | 10 from generator import (GeneratorOptions, 15 class CGeneratorOptions(GeneratorOptions): 92 GeneratorOptions.__init__(self, **kwargs)
|
D | reg.py | 15 from generator import GeneratorOptions, OutputGenerator, noneStr, write 415 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)
|
D | generator.py | 144 class GeneratorOptions: class
|
/external/vulkan-validation-layers/scripts/ |
D | dispatch_table_helper_generator.py | 30 class DispatchTableHelperOutputGeneratorOptions(GeneratorOptions): 51 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | layer_dispatch_table_generator.py | 36 class LayerDispatchTableGeneratorOptions(GeneratorOptions): 61 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | layer_chassis_generator.py | 63 class LayerChassisGeneratorOptions(GeneratorOptions): 89 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | thread_safety_generator.py | 60 class ThreadGeneratorOptions(GeneratorOptions): 85 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | object_tracker_generator.py | 65 class ObjectTrackerGeneratorOptions(GeneratorOptions): 91 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | layer_chassis_dispatch_generator.py | 62 class LayerChassisDispatchGeneratorOptions(GeneratorOptions): 87 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | helper_file_generator.py | 32 class HelperFileOutputGeneratorOptions(GeneratorOptions): 57 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | parameter_validation_generator.py | 65 class ParameterValidationGeneratorOptions(GeneratorOptions): 88 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
/external/gfxstream-protocols/registry/vulkan/scripts/Retired/ |
D | extensionStubSource.py | 50 class StubExtGeneratorOptions(GeneratorOptions): 66 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
/external/cronet/third_party/protobuf/js/ |
D | README.md | 131 are specified and documented in the `GeneratorOptions` struct in
|