Home
last modified time | relevance | path

Searched refs:addRecord (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp74 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 …]
DCoverageMappingTest.cpp270 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/
Dstd_string.cpp26 int addRecord() in addRecord() function
41 addRecord(); in fillTable()
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp188 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/
DProfileCommon.h78 void addRecord(const InstrProfRecord &);
85 void addRecord(const sampleprof::FunctionSamples &FS);
DInstrProfWriter.h49 Error addRecord(InstrProfRecord &&I, uint64_t Weight = 1);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java224 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/
DAlphabeticIndexTest.java225 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/
DProfileSummaryBuilder.cpp36 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder
48 void SampleProfileSummaryBuilder::addRecord( in addRecord() function in SampleProfileSummaryBuilder
DInstrProfWriter.cpp126 SummaryBuilder->addRecord(ProfRecord); in EmitData()
159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) { in addRecord() function in InstrProfWriter
DSampleProfWriter.cpp261 Builder.addRecord(Profile); in computeSummary()
DSampleProfReader.cpp799 Builder.addRecord(Profile); in computeSummary()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h484 …virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status…
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp147 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/
DAlphabeticIndex.java661 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java684 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp1070 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCod… in addRecord() function in AlphabeticIndex
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2306 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/
Dicu4j48.api3.gz
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz
Dicu4j53.api3.gz
Dicu4j57.api3.gz

12