/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 73 Writer.addRecord({"foo", 0x1234, {1, 2, 3, 4}}, Err); in TEST_P() 90 Writer.addRecord({"foo", 0x1234, {1, 2}}, Err); in TEST_P() 91 Writer.addRecord({"foo", 0x1235, {3, 4}}, Err); in TEST_P() 115 Writer.addRecord({"foo", 0x1234, {1, 2}}, Err); in TEST_P() 116 Writer.addRecord({"foo", 0x1235, {3, 4}}, Err); in TEST_P() 142 Writer.addRecord({"func1", 0x1234, {97531}}, Err); in TEST_F() 143 Writer.addRecord({"func2", 0x1234, {0, 0}}, Err); in TEST_F() 144 Writer.addRecord( in TEST_F() 150 Writer.addRecord({"func4", 0x1234, {0}}, Err); in TEST_F() 201 Writer.addRecord({"func1", 0x1234, {42}}, Err); in TEST_F() [all …]
|
D | CoverageMappingTest.cpp | 312 ProfileWriter.addRecord({"func", 0x1234, {0}}, Err); in TEST_P() 333 ProfileWriter.addRecord({"", 0x1234, {10}}, Err); in TEST_P() 340 ProfileWriter.addRecord({"func1", 0x1234, {10}}, Err); in TEST_P() 341 ProfileWriter.addRecord({"func2", 0x2345, {20}}, Err); in TEST_P() 369 ProfileWriter.addRecord({"func1", 0x1234, {1, 2, 3}}, Err); in TEST_P() 390 ProfileWriter.addRecord({"func1", 0x1234, {1}}, Err); in TEST_P() 409 ProfileWriter.addRecord({"func1", 0x1234, {1, 0}}, Err); in TEST_P() 470 ProfileWriter.addRecord({"func1", 0x1234, {0, 1, 2}}, Err); in TEST_P() 498 ProfileWriter.addRecord({"func1", 0x1234, {1, 1}}, Err); in TEST_P() 522 ProfileWriter.addRecord({"func1", 0x1234, {1}}, Err); in TEST_P() [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 53 void addRecord(NamedInstrProfRecord &&I, uint64_t Weight, 55 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() function 56 addRecord(std::move(I), 1, Warn); in addRecord() 94 void addRecord(StringRef Name, uint64_t Hash, InstrProfRecord &&I,
|
D | ProfileCommon.h | 78 void addRecord(const InstrProfRecord &); 87 void addRecord(const sampleprof::FunctionSamples &FS);
|
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 190 index->addRecord(UnicodeString("Adam"), this, status); in APITest() 227 index->addRecord(adam, NULL, status); in APITest() 228 index->addRecord(baker, NULL, status); in APITest() 229 index->addRecord(charlie, NULL, status); in APITest() 230 index->addRecord(chad, NULL, status); in APITest() 440 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest() 659 index.addRecord(UnicodeString((UChar)0x897f), NULL, status); in TestNoLabels() 660 index.addRecord("i", NULL, status); in TestNoLabels() 661 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 230 alphabeticIndex.addRecord(probe, 1); in TestA() 324 alphabeticIndex.addRecord("hi", "HI"); in TestEmpty() 406 index.addRecord(item, counter++); in checkBuckets() 629 alphabeticIndex.addRecord(name, testValue++); in TestClientSupport() 1019 index.addRecord("\u897f", 0); in TestNoLabels() 1020 index.addRecord("i", 0); in TestNoLabels() 1021 index.addRecord("\u03B1", 0); in TestNoLabels() 1117 … new AlphabeticIndex<String>(ULocale.CANADA).addRecord("foo", null).getRecordCount()); in testGetRecordCount_withRecords() 1131 index.addRecord("!", null); in testFlowLabels() 1132 index.addRecord("\u03B1", null); // GREEK SMALL LETTER ALPHA in testFlowLabels() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 227 alphabeticIndex.addRecord(probe, 1); in TestA() 321 alphabeticIndex.addRecord("hi", "HI"); in TestEmpty() 403 index.addRecord(item, counter++); in checkBuckets() 626 alphabeticIndex.addRecord(name, testValue++); in TestClientSupport() 1016 index.addRecord("\u897f", 0); in TestNoLabels() 1017 index.addRecord("i", 0); in TestNoLabels() 1018 index.addRecord("\u03B1", 0); in TestNoLabels() 1114 … new AlphabeticIndex<String>(ULocale.CANADA).addRecord("foo", null).getRecordCount()); in testGetRecordCount_withRecords() 1128 index.addRecord("!", null); in testFlowLabels() 1129 index.addRecord("\u03B1", null); // GREEK SMALL LETTER ALPHA in testFlowLabels() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 146 SummaryBuilder->addRecord(ProfRecord); in EmitData() 180 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() function in InstrProfWriter 184 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord() 187 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() function in InstrProfWriter 219 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter()
|
D | ProfileSummaryBuilder.cpp | 35 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder 47 void SampleProfileSummaryBuilder::addRecord( in addRecord() function in SampleProfileSummaryBuilder
|
D | SampleProfWriter.cpp | 342 Builder.addRecord(Profile); in computeSummary()
|
D | SampleProfReader.cpp | 895 Builder.addRecord(Profile); in computeSummary()
|
/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 | 488 …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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 197 WC->Writer.addRecord(std::move(I), Input.Weight, [&](Error E) { in loadInput() 618 Builder.addRecord(Func); in showInstrProfile()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 680 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 657 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
|
/external/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 1065 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCod… in addRecord() function in AlphabeticIndex
|