/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 109 P.printList("DirectoryBlocks", File.getDirectoryBlockArray()); in dumpFileHeaders() 246 P.printList(Name, StreamBlocks); in dumpStreamBlocks() 347 P.printList("Values", Tpi.getHashValues()); in dumpTpiHash() 348 P.printList("Type Index Offsets", Tpi.getTypeIndexOffsets(), in dumpTpiHash() 350 P.printList("Hash Adjustments", Tpi.getHashAdjustments(), in dumpTpiHash() 700 P.printList("Hash Buckets", Publics->getHashBuckets()); in dumpPublicsStream() 701 P.printList("Address Map", Publics->getAddressMap()); in dumpPublicsStream() 702 P.printList("Thunk Map", Publics->getThunkMap()); in dumpPublicsStream() 703 P.printList("Section Offsets", Publics->getSectionOffsets(), in dumpPublicsStream()
|
/external/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 207 template <typename T> void printList(StringRef Label, const T &List) { in printList() function 220 void printList(StringRef Label, const T &List, const U &Printer) { in printList() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 209 template <typename T> void printList(StringRef Label, const T &List) { in printList() function 222 void printList(StringRef Label, const T &List, const U &Printer) { in printList() function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 377 String printList = Arrays.asList(test).toString(); in TestInflow() local 378 … assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); in TestInflow() 379 … assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); in TestInflow() 393 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); in TestInflow()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 374 String printList = Arrays.asList(test).toString(); in TestInflow() local 375 … assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); in TestInflow() 376 … assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); in TestInflow() 390 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); in TestInflow()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.cpp | 657 SW.printList(IndexName, Indicies); in ParseSubsection()
|
D | ELFDumper.cpp | 1815 W.printList("Buckets", HashTable->buckets()); in printHashTable() 1816 W.printList("Chains", HashTable->chains()); in printHashTable() 1829 W.printList("Buckets", GnuHashTable->buckets()); in printGnuHashTable()
|
/external/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 100 printList(mImports); in printStuff() 105 private void printList(ArrayList<String> list) { in printList() method in InfoBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 676 SW->printList(IndexName, Indicies); in ParseSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1931 W.printList("Buckets", HashTable->buckets()); in printHashTable() 1932 W.printList("Chains", HashTable->chains()); in printHashTable() 1945 W.printList("Buckets", GnuHashTable->buckets()); in printGnuHashTable()
|