/external/clang/lib/ARCMigrate/ |
D | Internals.h | 78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic() argument 79 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() 82 bool clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3, in clearDiagnostic() argument 84 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() 92 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic() argument 93 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic()
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 46 ID2 [a-zA-Z0-9_:/]* 75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
|
/external/llvm/test/CodeGen/ARM/ |
D | swifterror.ll | 22 ; CHECK-O0: mov [[ID2:r[0-9]+]], r0 25 ; CHECK-O0: mov r6, [[ID2]] 150 ; CHECK-O0: mov [[ID2:[a-z0-9]+]], #1 151 ; CHECK-O0: strb [[ID2]], [r0, #8] 194 ; CHECK-O0-DAG: ldr [[ID2:r[0-9]+]], [sp{{.*}}] 195 ; CHECK-O0: strb [[ID2]], [{{.*}}[[ID]], #8] 278 ; CHECK-O0: mov [[ID2:r[0-9]+]], r6 279 ; CHECK-O0: cmp [[ID2]]
|
/external/libcxx/test/libcxx/algorithms/ |
D | debug_less.pass.cpp | 32 template <int ID1, int ID2> 33 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) { in operator <()
|
/external/icu/icu4c/source/test/intltest/ |
D | cpdtrtst.cpp | 263 …UnicodeString ID2("Hex-Any;Any-Hex;Latin-Cyrillic;Cyrillic-Latin;Halfwidth-Fullwidth;Fullwidth-Hal… in TestGetSetAdoptTransliterator() local 264 array=split(ID2, 0x003b, count); in TestGetSetAdoptTransliterator() 279 if(ct1->getCount() != count || ct1->getID() != ID2){ in TestGetSetAdoptTransliterator() 281 … (UnicodeString)"\n\tID :- expected->" + ID2 + (UnicodeString)". got->" + ct1->getID()); in TestGetSetAdoptTransliterator()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 209 CommonTree ID2=null; in stat() 301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat() 311 globalMemory[(ID2!=null?ID2.Text:null)] = expr3; in stat()
|
D | ProfileTreeGrammar.cs | 214 CommonTree ID2=null; in stat() 306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat() 316 globalMemory[(ID2!=null?ID2.Text:null)] = expr3; in stat()
|
/external/llvm/test/CodeGen/AArch64/ |
D | swifterror.ll | 22 ; CHECK-O0: mov [[ID2:x[0-9]+]], x0 25 ; CHECK-O0: mov x19, [[ID2]] 136 ; CHECK-O0: orr [[ID2:w[0-9]+]], wzr, #0x1 137 ; CHECK-O0: strb [[ID2]], [x0, #8] 268 ; CHECK-O0: mov [[ID2:x[0-9]+]], x19 269 ; CHECK-O0: cbnz [[ID2]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | swifterror.ll | 23 ; CHECK-O0: mov [[ID2:r[0-9]+]], r0 26 ; CHECK-O0: mov r8, [[ID2]] 153 ; CHECK-O0: mov [[ID2:[a-z0-9]+]], #1 154 ; CHECK-O0: strb [[ID2]], [r0, #8] 194 ; CHECK-O0-DAG: movw [[ID2:.*]], #1 195 ; CHECK-O0: strb [[ID2]], [{{.*}}[[ID]], #8] 278 ; CHECK-O0: mov [[ID2:r[0-9]+]], r8 280 ; CHECK-O0: str [[ID2]], [sp[[SLOT:.*]]]
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | move_convert.pass.cpp | 43 template <template <int> class Templ, int ID1, int ID2> 44 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {};
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyPrinter.m | 197 CommonTree *ID2 = nil; 358 ID2=(CommonTree *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_poly148]; 364 retval.st = [ST newST:ID2!=nil?[ID2.text]:nil];
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 222 template <int RESOLUTION, int ID0, int CH0, int ID1, int CH1, int ID2, int CH2, 232 yu + xl[ID1] + CH1, yu + xu[ID1] + CH1, xlp + ID1, yl + xl[ID2] + CH2, in ComputeLerpx8Tmpl() 233 yl + xu[ID2] + CH2, yu + xl[ID2] + CH2, yu + xu[ID2] + CH2, xlp + ID2, in ComputeLerpx8Tmpl()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 236 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) { in dropUnknownNonDebugMetadata() argument 237 unsigned IDs[] = {ID1, ID2}; in dropUnknownNonDebugMetadata()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 211 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) { 212 unsigned IDs[] = {ID1, ID2};
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 261 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) { 262 unsigned IDs[] = {ID1, ID2};
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 184 FileID ID2 = Context.createInMemoryFile("format_2.cpp", Code2); in TEST_F() local 189 Context.Sources, Context.getLocation(ID2, 1, 12), 0, "4567890123")); in TEST_F() 193 Context.Sources, Context.getLocation(ID2, 2, 9), 1, "10")); in TEST_F() 200 EXPECT_EQ(Expected2, Context.getRewrittenText(ID2)); in TEST_F()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
D | move_convert.pass.cpp | 55 template <template <int> class Templ, int ID1, int ID2> 56 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {};
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->) 290 ID2 (IDentification 2) 291 These have the fixed values ID1 = 31 (0x1f, \037), ID2 = 139 465 ID2, CM, CRC32, and ISIZE, but may set all the other fields in 470 A compliant decompressor must check ID1, ID2, and CM, and
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 702 for (const AnalysisID ID2 : RequiredSet) { in schedulePass() local 703 if (ID == ID2) in schedulePass() 705 Pass *AnalysisPass2 = findAnalysisPass(ID2); in schedulePass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | swifterror.ll | 137 ; CHECK-O0: orr [[ID2:w[0-9]+]], wzr, #0x1 138 ; CHECK-O0: strb [[ID2]], [x0, #8] 278 ; CHECK-O0: mov [[ID2:x[0-9]+]], x21
|
/external/cldr/tools/scripts/web/ |
D | bugdiffs | 726 my $ID2 = $ID - 1300; 727 $pat = "($pat|0*$ID2)";
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1852 [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 1854 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 2051 [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 2053 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 215 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local 217 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments() 218 if (ID1 == ID2) in checkDeducedTemplateArguments()
|