/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 74 NoError(Writer.addRecord(std::move(Record))); in TEST_P() 93 NoError(Writer.addRecord(std::move(Record1))); in TEST_P() 94 NoError(Writer.addRecord(std::move(Record2))); in TEST_P() 120 NoError(Writer.addRecord(std::move(Record1))); in TEST_P() 121 NoError(Writer.addRecord(std::move(Record2))); in TEST_P() 152 NoError(Writer.addRecord(std::move(Record1))); in TEST_F() 153 NoError(Writer.addRecord(std::move(Record2))); in TEST_F() 154 NoError(Writer.addRecord(std::move(Record3))); in TEST_F() 155 NoError(Writer.addRecord(std::move(Record4))); in TEST_F() 232 NoError(Writer.addRecord(std::move(Record1))); in TEST_P() [all …]
|
D | CoverageMappingTest.cpp | 270 NoError(ProfileWriter.addRecord(std::move(Record))); in TEST_P() 292 NoError(ProfileWriter.addRecord(std::move(RecordFunc1))); in TEST_P() 294 NoError(ProfileWriter.addRecord(std::move(RecordFunc2))); in TEST_P() 339 NoError(ProfileWriter.addRecord(std::move(Record))); in TEST_P() 388 NoError(ProfileWriter.addRecord(std::move(Record))); in TEST_P() 408 NoError(ProfileWriter.addRecord(std::move(Record))); in TEST_P() 430 NoError(ProfileWriter.addRecord(std::move(Record1))); in TEST_P() 431 NoError(ProfileWriter.addRecord(std::move(Record2))); in TEST_P() 452 NoError(ProfileWriter.addRecord(std::move(Record))); in TEST_P() 474 NoError(ProfileWriter.addRecord(std::move(Record))); in TEST_P() [all …]
|
/external/valgrind/drd/tests/ |
D | std_string.cpp | 26 int addRecord() in addRecord() function 41 addRecord(); in fillTable()
|
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 188 index->addRecord(UnicodeString("Adam"), this, status); in APITest() 225 index->addRecord(adam, NULL, status); in APITest() 226 index->addRecord(baker, NULL, status); in APITest() 227 index->addRecord(charlie, NULL, status); in APITest() 228 index->addRecord(chad, NULL, status); in APITest() 438 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest() 657 index.addRecord(UnicodeString((UChar)0x897f), NULL, status); in TestNoLabels() 658 index.addRecord("i", NULL, status); in TestNoLabels() 659 index.addRecord(UnicodeString((UChar)0x03B1), NULL, status); in TestNoLabels()
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 78 void addRecord(const InstrProfRecord &); 85 void addRecord(const sampleprof::FunctionSamples &FS);
|
D | InstrProfWriter.h | 49 Error addRecord(InstrProfRecord &&I, uint64_t Weight = 1);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 224 alphabeticIndex.addRecord(probe, 1); in TestA() 318 alphabeticIndex.addRecord("hi", "HI"); in TestEmpty() 400 index.addRecord(item, counter++); in checkBuckets() 623 alphabeticIndex.addRecord(name, testValue++); in TestClientSupport() 1013 index.addRecord("\u897f", 0); in TestNoLabels() 1014 index.addRecord("i", 0); in TestNoLabels() 1015 index.addRecord("\u03B1", 0); in TestNoLabels() 1111 … new AlphabeticIndex<String>(ULocale.CANADA).addRecord("foo", null).getRecordCount()); in testGetRecordCount_withRecords() 1125 index.addRecord("!", null); in testFlowLabels() 1126 index.addRecord("\u03B1", null); // GREEK SMALL LETTER ALPHA in testFlowLabels() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 225 alphabeticIndex.addRecord(probe, 1); in TestA() 319 alphabeticIndex.addRecord("hi", "HI"); in TestEmpty() 401 index.addRecord(item, counter++); in checkBuckets() 624 alphabeticIndex.addRecord(name, testValue++); in TestClientSupport() 1014 index.addRecord("\u897f", 0); in TestNoLabels() 1015 index.addRecord("i", 0); in TestNoLabels() 1016 index.addRecord("\u03B1", 0); in TestNoLabels() 1112 … new AlphabeticIndex<String>(ULocale.CANADA).addRecord("foo", null).getRecordCount()); in testGetRecordCount_withRecords() 1126 index.addRecord("!", null); in testFlowLabels() 1127 index.addRecord("\u03B1", null); // GREEK SMALL LETTER ALPHA in testFlowLabels() [all …]
|
/external/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 36 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder 48 void SampleProfileSummaryBuilder::addRecord( in addRecord() function in SampleProfileSummaryBuilder
|
D | InstrProfWriter.cpp | 126 SummaryBuilder->addRecord(ProfRecord); in EmitData() 159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) { in addRecord() function in InstrProfWriter
|
D | SampleProfWriter.cpp | 261 Builder.addRecord(Profile); in computeSummary()
|
D | SampleProfReader.cpp | 799 Builder.addRecord(Profile); in computeSummary()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | alphaindex.h | 484 …virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status…
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 147 if (Error E = Writer.addRecord(std::move(I), Input.Weight)) { in mergeInstrProfile() 360 Builder.addRecord(Func); in showInstrProfile()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 661 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 684 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
|
/external/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 1070 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCod… in addRecord() function in AlphabeticIndex
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 2306 void addRecord(Instruction *ldst); 2500 MemoryOpt::addRecord(Instruction *i) in addRecord() function in nv50_ir::MemoryOpt 2800 addRecord(ldst); in runOpt()
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz |
|
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j51.api3.gz |
|
D | icu4j52.api3.gz |
|
D | icu4j49.api3.gz |
|
D | icu4j53.api3.gz |
|
D | icu4j57.api3.gz |
|