/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/antlr/antlr-3.4/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/icu/icu4c/source/test/intltest/ |
D | cpdtrtst.cpp | 261 …UnicodeString ID2("Hex-Any;Any-Hex;Latin-Cyrillic;Cyrillic-Latin;Halfwidth-Fullwidth;Fullwidth-Hal… in TestGetSetAdoptTransliterator() local 262 array=split(ID2, 0x003b, count); in TestGetSetAdoptTransliterator() 277 if(ct1->getCount() != count || ct1->getID() != ID2){ in TestGetSetAdoptTransliterator() 279 … (UnicodeString)"\n\tID :- expected->" + ID2 + (UnicodeString)". got->" + ct1->getID()); in TestGetSetAdoptTransliterator()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 217 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) { 218 unsigned IDs[] = {ID1, ID2};
|
/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/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1838 [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 1840 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()
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |