/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 99 MultiVertexArrayTest::Spec spec; in init() 158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 169 MultiVertexArrayTest::Spec spec; in init() 229 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 240 MultiVertexArrayTest::Spec spec; in init() 297 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 308 MultiVertexArrayTest::Spec spec; in init() 360 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 371 MultiVertexArrayTest::Spec spec; in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 98 MultiVertexArrayTest::Spec spec; in init() 192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 203 MultiVertexArrayTest::Spec spec; in init() 295 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 306 MultiVertexArrayTest::Spec spec; in init() 396 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 407 MultiVertexArrayTest::Spec spec; in init() 490 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 501 MultiVertexArrayTest::Spec spec; in init() [all …]
|
D | es3fVertexArrayObjectTests.cpp | 114 struct Spec struct 116 Spec (void); 131 Spec::Spec (void) in Spec() function in deqp::gles3::Functional::__anon46abb2a70111::Spec 149 …VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* descripti… 156 Spec m_spec; 177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name,… in VertexArrayObjectTest() 675 Spec m_spec; 1259 Spec spec; in init() 1296 Spec spec; in init() 1334 Spec spec; in init() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadic.h | 50 : Type(ReplacementType::Literal), Spec(Literal) {} in ReplacementItem() 51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align), in ReplacementItem() 57 StringRef Spec; member 85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 102 S << R.Spec; in format() 106 S << R.Spec; in format() 118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
|
/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 317 struct Spec struct in deqp::egl::MemoryStressCase 327 …MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description… 333 Spec m_spec; 344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const … in MemoryStressCase() 476 MemoryStressCase::Spec spec; in init() 490 MemoryStressCase::Spec spec; in init() 504 MemoryStressCase::Spec spec; in init() 518 MemoryStressCase::Spec spec; in init() 532 MemoryStressCase::Spec spec; in init() 546 MemoryStressCase::Spec spec; in init() [all …]
|
D | teglMakeCurrentPerfTests.cpp | 71 struct Spec struct in deqp::egl::MakeCurrentPerfCase 85 …MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* … 93 Spec m_spec; 124 string MakeCurrentPerfCase::Spec::toName (void) const in toName() 151 string MakeCurrentPerfCase::Spec::toDescription (void) const in toDescription() 157 MakeCurrentPerfCase::MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char*… in MakeCurrentPerfCase() 568 MakeCurrentPerfCase::Spec spec; in init() 604 MakeCurrentPerfCase::Spec spec; in init() 647 MakeCurrentPerfCase::Spec spec; in init() 697 MakeCurrentPerfCase::Spec spec; in init()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 74 const char *attrString = AttributeString(Spec.Attr); in dump() 78 OS << format("DW_AT_Unknown_%x", Spec.Attr); in dump() 80 const char *formString = FormEncodingString(Spec.Form); in dump() 84 OS << format("DW_FORM_Unknown_%x", Spec.Form); in dump()
|
D | DWARFContext.cpp | 476 DILineInfoSpecifier Spec) { in getLineInfoForAddress() argument 482 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName); in getLineInfoForAddress() 483 if (Spec.FLIKind != FileLineInfoKind::None) { in getLineInfoForAddress() 486 Spec.FLIKind, Result); in getLineInfoForAddress() 493 DILineInfoSpecifier Spec) { in getLineInfoForAddressRange() argument 500 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName); in getLineInfoForAddressRange() 504 if (Spec.FLIKind == FileLineInfoKind::None) { in getLineInfoForAddressRange() 523 Spec.FLIKind, Result.FileName); in getLineInfoForAddressRange() 535 DILineInfoSpecifier Spec) { in getInliningInfoForAddress() argument 548 if (Spec.FLIKind != FileLineInfoKind::None) { in getInliningInfoForAddress() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() argument 100 if (!Spec.empty()) { in tokenize() 104 DelimPos = Spec.find(Delimiter, StartPos); in tokenize() 105 Tokens.emplace_back(Spec.substr(StartPos, DelimPos - StartPos)); in tokenize() 114 void RangeSpec::init(const std::string &Spec) { in init() argument 115 auto Tokens = tokenize(Spec, DELIM_LIST); in init()
|
D | IceRangeSpec.h | 51 void init(const std::string &Spec); 66 static std::vector<std::string> tokenize(const std::string &Spec,
|
/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
D | port.pl | 9 use File::Spec; 10 use File::Spec::Unix; 73 map { File::Spec->catfile($_, $filename) } 79 $resolved_file = File::Spec::Unix->canonpath($resolved_file);
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 14 use File::Spec; 68 my $grammar_file = File::Spec->catfile($tmpdir, "$grammar_name.g"); 72 my $test_program_file = File::Spec->catfile($tmpdir, 'test.pl'); 89 …my $g_result = run_program([ File::Spec->catfile($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_f…
|
/external/curl/tests/ |
D | sshhelp.pm | 28 use File::Spec; 302 my $file = File::Spec->catfile($_, $fn); 319 my $file = File::Spec->catfile($_, $fn); 334 push(@spath, File::Spec->path()); 346 push(@hpath, File::Spec->path());
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 89 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 100 MultiVertexArrayTest::Spec spec; in init() 159 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 170 MultiVertexArrayTest::Spec spec; in init() 230 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 241 MultiVertexArrayTest::Spec spec; in init() 298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 309 MultiVertexArrayTest::Spec spec; in init()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorRegistry.java | 93 static class Spec { class in TransliteratorRegistry 103 public Spec(String theSpec) { in Spec() method in TransliteratorRegistry.Spec 602 private Object[] findInDynamicStore(Spec src, in findInDynamicStore() 603 Spec trg, in findInDynamicStore() 624 private Object[] findInStaticStore(Spec src, in findInStaticStore() 625 Spec trg, in findInStaticStore() 660 private Object[] findInBundle(Spec specToOpen, in findInBundle() 661 Spec specToFind, in findInBundle() 765 Spec src = new Spec(source); in find() 766 Spec trg = new Spec(target); in find()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorRegistry.java | 94 static class Spec { class in TransliteratorRegistry 104 public Spec(String theSpec) { in Spec() method in TransliteratorRegistry.Spec 603 private Object[] findInDynamicStore(Spec src, in findInDynamicStore() 604 Spec trg, in findInDynamicStore() 625 private Object[] findInStaticStore(Spec src, in findInStaticStore() 626 Spec trg, in findInStaticStore() 661 private Object[] findInBundle(Spec specToOpen, in findInBundle() 662 Spec specToFind, in findInBundle() 766 Spec src = new Spec(source); in find() 767 Spec trg = new Spec(target); in find()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 203 Spec = &tables.specForUID(UID); in RecognizableInstr() 519 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand() 520 Spec->operands[operandIndex].type = in handleOperand() 527 Spec->operands[operandIndex].encoding = encodingFromString(typeName, in handleOperand() 529 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand() 539 Spec->name = Name; in emitInstructionSpecifier() 546 Spec->filtered = true; in emitInstructionSpecifier() 555 Spec->insnContext = insnContext(); in emitInstructionSpecifier() 889 Spec->modifierType = MODIFIER_MODRM; in emitDecodePath() 890 Spec->modifierBase = Opcode; in emitDecodePath() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 90 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 101 MultiVertexArrayTest::Spec spec; in init() 195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 206 MultiVertexArrayTest::Spec spec; in init() 298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 309 MultiVertexArrayTest::Spec spec; in init() 399 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 410 MultiVertexArrayTest::Spec spec; in init()
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
D | perlcritic.t | 4 use File::Spec; 17 my $rcfile = File::Spec->catfile( 't', 'author', 'perlcriticrc' );
|
/external/valgrind/coregrind/ |
D | m_redir.c | 250 Spec; typedef 261 Spec* specs; /* specs pulled out of seginfo */ 326 Spec* specs, 394 Spec* specList; in VG_() 395 Spec* spec; in VG_() 629 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec)); in VG_() 799 Spec* specs, in generate_and_add_actives() 806 Spec* sp; in generate_and_add_actives() 1085 Spec* sp; in VG_() 1086 Spec* sp_next; in VG_() [all …]
|
/external/abi-compliance-checker/ |
D | Makefile.pl | 29 use File::Spec qw(catfile file_name_is_absolute); 238 return File::Spec->catfile(@_); 242 return File::Spec->file_name_is_absolute($_[0]);
|
/external/abi-compliance-checker/modules/Internals/ |
D | XmlDump.pm | 491 if(my $Spec = parseTag(\$Field, "spec")) { 492 $MInfo{$Spec} = 1; 649 while(my $Spec = parseTag(\$Symbol, "spec")) 651 if($Spec eq "virtual") { 654 elsif($Spec eq "pure virtual") { 657 elsif($Spec eq "inline") { 662 $SInfo{ucfirst($Spec)} = 1;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 184 SmallString<8> Spec; in write_double() local 185 llvm::raw_svector_ostream Out(Spec); in write_double() 217 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf)); in write_double() 245 Len = format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double()
|
/external/abi-dumper/ |
D | abi-dumper.pl | 2157 if(my $Spec = $DWARF_Info{$ID}{"specification"}) { 2158 $SpecElem{$Spec} = $ID; 3355 and my $Spec = $DWARF_Info{$ID}{"specification"}) { 3356 $DWARF_Info{$ID}{"name"} = $DWARF_Info{$Spec}{"name"}; 3807 elsif(my $Spec = $DWARF_Info{$ID}{"specification"}) 3809 if($DWARF_Info{$Spec}{"external"}) { 4121 if(my $Spec = $DWARF_Info{$Orig}{"specification"}) 4123 setSource(\%SInfo, $Spec); 4125 $SInfo{"ShortName"} = $DWARF_Info{$Spec}{"name"}; 4130 if(my $Class = $NameSpace{$Spec}) { [all …]
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 500 if (const ClassTemplateSpecializationDecl *Spec in VisitTagDecl() local 502 const TemplateArgumentList &Args = Spec->getTemplateInstantiationArgs(); in VisitTagDecl() 724 if (const TemplateSpecializationType *Spec in VisitType() local 727 VisitTemplateName(Spec->getTemplateName()); in VisitType() 728 Out << Spec->getNumArgs(); in VisitType() 729 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I) in VisitType() 730 VisitTemplateArgument(Spec->getArg(I)); in VisitType()
|