/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
DwarfGenerator.cpp | 371 /// dwarfgen::Generator implementation. 374 dwarfgen::Generator::Generator() 377 dwarfgen::Generator::~Generator() = default; 379 llvm::Expected<std::unique_ptr<dwarfgen::Generator>> 380 dwarfgen::Generator::create(Triple TheTriple, uint16_t DwarfVersion) { 381 std::unique_ptr<dwarfgen::Generator> GenUP(new dwarfgen::Generator()); 384 return Expected<std::unique_ptr<dwarfgen::Generator>>(std::move(error)) [all...] |
DwarfGenerator.h | 49 class Generator; 63 friend class Generator; 147 /// Instances of these classes are created by instances of the Generator 151 Generator &DG; 155 CompileUnit(Generator &D, uint16_t V, uint8_t A) 158 Generator &getGenerator() { return DG; } 169 /// Instances of this class are created by instances of the Generator class. 207 // Write the contents of the LineUnit to the current section in the generator. 233 /// A DWARF generator. 236 /// calling Generator::addCompileUnit(), and then getting the dwarfgen::DIE fro [all...] |
/external/vixl/tools/test_generator/ |
generator.py | 110 used to build sets of operands and inputs that will be used by the generator 295 class Generator(object): 297 A `Generator` object contains all information needed to generate a test file.
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureFilteringExplicitLodTests.cpp | 1038 class Generator; 1104 class Texture2DGradientTestCase::Generator : public DataGenerator 1107 Generator (const Texture2DGradientTestCase* testCase) : m_testCase(testCase) {} 1109 virtual ~Generator (void) 1224 return de::MovePtr<DataGenerator>(new Generator(this)); [all...] |
/external/icu/icu4c/source/test/intltest/ |
ucharstrietest.cpp | 341 class Generator { 343 Generator() : value(4711), num(0) {} 372 Generator gen; 391 Generator gen; [all...] |
/external/libchrome/mojo/public/tools/bindings/generators/ |
mojom_cpp_generator.py | 7 import mojom.generate.generator as generator 202 class Generator(generator.Generator): 204 super(Generator, self).__init__(*args, **kwargs) 369 "under_to_camel": generator.ToCamel, 401 self.module.Stylize(generator.Stylizer()) 811 expected_num_elements = generator.ExpectedArraySize(kind) or 0 [all...] |
/external/llvm/lib/ProfileData/ |
InstrProfWriter.cpp | 214 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator; 220 // Populate the hash table generator. 223 Generator.insert(I.getKey(), &I.getValue()); 255 uint64_t HashTableStart = Generator.Emit(OS.OS, *InfoObj);
|
/external/tensorflow/tensorflow/contrib/gan/python/ |
train_test.py | 52 class Generator(object): 112 """Dummy generator for StarGAN.""" 147 with variable_scope.variable_scope('generator') as gen_scope: 168 generator_fn=Generator(), discriminator_fn=Discriminator()) 181 Generator(), 248 Generator(), 281 Generator(), 290 with variable_scope.variable_scope('generator') as gen_scope: 767 # 'Generator/dummy_g:0' and 'Discriminator/dummy_d:0' 861 # Add generator and discriminator update ops [all...] |
/external/tensorflow/tensorflow/tools/proto_text/ |
gen_proto_text_functions_lib.cc | 59 class Generator { 61 explicit Generator(const string& tf_header_prefix) 80 Generator& SetOutput(Section* section) { 86 Generator& Nest() { 92 Generator& Unnest() { 100 Generator& Print(Args... args) { 148 TF_DISALLOW_COPY_AND_ASSIGN(Generator); 250 void Generator::AppendFieldValueAppend(const FieldDescriptor& field, 309 void Generator::AppendFieldAppend(const FieldDescriptor& field) { 355 void Generator::AppendEnumFunctions(const EnumDescriptor& enum_d) [all...] |
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 731 llvm::OnDiskChainedHashTableGenerator<IdentifierIndexWriterTrait> Generator; 738 Generator.insert(I->first(), I->second, Trait); 749 BucketOffset = Generator.Emit(Out, Trait);
|
ASTWriter.cpp | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
CharsTrieTest.java | 284 private static final class Generator { 285 public Generator() { 313 Generator gen=new Generator(); 329 Generator gen=new Generator(); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
CharsTrieTest.java | 281 private static final class Generator { 282 public Generator() { 310 Generator gen=new Generator(); 326 Generator gen=new Generator(); [all...] |
/external/python/cpython3/Lib/ |
_collections_abc.py | 14 "Hashable", "Iterable", "Iterator", "Generator", "Reversible", 56 generator = type((lambda: (yield))()) variable 63 ## asynchronous generator ## 197 """Return the next item from the asynchronous generator. 204 """Send a value into the asynchronous generator. 211 """Raise an exception in the asynchronous generator. 230 raise RuntimeError("asynchronous generator ignored GeneratorExit") 309 class Generator(Iterator): 314 """Return the next item from the generator. 321 """Send a value into the generator [all...] |
typing.py | 90 'Generator', [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
Ikev2.h | 250 IKEV2_PACKET_GENERATOR Generator;
|
/external/golang-protobuf/protoc-gen-go/generator/ |
generator.go | 33 The code generator for the plugin for the Google protocol buffer compiler. 37 package generator package 61 "github.com/golang/protobuf/protoc-gen-go/generator/internal/remap" 80 Init(g *Generator) 82 // except for the imports, by calling the generator's methods P, In, and Out. 343 GenerateAlias(g *Generator, filename string, pkg GoPackageName) 359 func (ms *messageSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 372 func (es enumSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 386 func (cs constOrVarSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 401 // Generator is the type whose methods generate the output, stored in the associated response structure [all...] |
/external/python/cpython3/Lib/test/ |
test_types.py | [all...] |
/external/spirv-llvm/lib/SPIRV/ |
SPIRVInternal.h | 63 /// generator's magic number in the generated SPIR-V module. 353 const static char Generator[] = "spirv.Generator"; [all...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVModule.cpp | [all...] |
/external/guice/extensions/struts2/lib/ |
jsp-2.1.jar | |
jetty-6.1.0.jar | |
/external/guice/extensions/persist/lib/ |
cglib-nodep-3.2.6.jar | |
/external/guice/lib/build/ |
cglib-3.2.6.jar | |
/external/vixl/benchmarks/aarch32/ |
asm-disasm-speed-test.cc | 76 class Generator { [all...] |