Home
last modified time | relevance | path

Searched refs:addRecord (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h53 void addRecord(NamedInstrProfRecord &&I, uint64_t Weight,
55 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() function in llvm::InstrProfWriter
56 addRecord(std::move(I), 1, Warn); in addRecord()
110 void addRecord(StringRef Name, uint64_t Hash, InstrProfRecord &&I,
H A DProfileCommon.h77 void addRecord(const InstrProfRecord &);
86 void addRecord(const sampleprof::FunctionSamples &FS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp34 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder
46 void SampleProfileSummaryBuilder::addRecord( in addRecord() function in SampleProfileSummaryBuilder
57 addRecord(CS.second, true); in addRecord()
H A DInstrProfWriter.cpp147 CSSummaryBuilder->addRecord(ProfRecord); in EmitData()
149 SummaryBuilder->addRecord(ProfRecord); in EmitData()
183 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() function in InstrProfWriter
187 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord()
224 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() function in InstrProfWriter
256 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter()
H A DSampleProfWriter.cpp618 Builder.addRecord(Profile); in computeSummary()
H A DSampleProfReader.cpp1374 Builder.addRecord(Profile); in computeSummary()
/third_party/icu/icu4c/source/test/intltest/
H A Dalphaindextst.cpp194 // addRecord(), verify that it comes back out. in APITest()
199 index->addRecord(UnicodeString("Adam"), this, status); in APITest()
222 // clearRecords, addRecord(), Iteration in APITest()
236 index->addRecord(adam, NULL, status); in APITest()
237 index->addRecord(baker, NULL, status); in APITest()
238 index->addRecord(charlie, NULL, status); in APITest()
239 index->addRecord(chad, NULL, status); in APITest()
447 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest()
666 index.addRecord(UnicodeString((UChar)0x897f), NULL, status); in TestNoLabels()
667 index.addRecord(" in TestNoLabels()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java227 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("\u03B in testFlowLabels()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java230 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("\u03B in testFlowLabels()
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dalphaindex.h134 * index->addRecord(item->name(), item, status);
491 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
520 * of (name, data) items added with addRecord().
/third_party/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h134 * index->addRecord(item->name(), item, status);
491 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
520 * of (name, data) items added with addRecord().
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dalphaindex.h134 * index->addRecord(item->name(), item, status);
491 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
520 * of (name, data) items added with addRecord().
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java67 * index.addRecord(item, counter++);
617 // addRecord() sets buckets=null rather than inserting the new record into it. in buildImmutableIndex()
680 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
736 * Return the number of records in the index: that is, the total number of distinct &lt;name,data&gt; pairs added with addRecord(...), over all the buckets.
888 * and {@link AlphabeticIndex#addRecord(CharSequence, Object)} adds a record
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java68 * index.addRecord(item, counter++);
597 // addRecord() sets buckets=null rather than inserting the new record into it. in buildImmutableIndex()
657 public AlphabeticIndex<V> addRecord(CharSequence name, V data) { in addRecord() method in AlphabeticIndex
710 * Return the number of records in the index: that is, the total number of distinct &lt;name,data&gt; pairs added with addRecord(...), over all the buckets.
855 * and {@link AlphabeticIndex#addRecord(CharSequence, Object)} adds a record
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp1058 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCode &status) { in addRecord() function in AlphabeticIndex
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp1058 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCode &status) { in addRecord() function in AlphabeticIndex
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp1064 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCode &status) { in addRecord() function in AlphabeticIndex
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2738 void addRecord(Instruction *ldst);
2950 MemoryOpt::addRecord(Instruction *i) in addRecord() function in nv50_ir::MemoryOpt
3262 addRecord(ldst); in runOpt()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 28 milliseconds