HomeSort by relevance Sort by last modified time
    Searched defs:addRecord (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/drd/tests/
std_string.cpp 26 int addRecord()
41 addRecord();
  /external/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 36 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) {
48 void SampleProfileSummaryBuilder::addRecord(
InstrProfWriter.cpp 126 SummaryBuilder->addRecord(ProfRecord);
159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) {
  /test/vts/runners/host/
records.py 327 def addRecord(self, record):
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
BandwidthStats.java 95 result.addRecord(this.compareRb(stats), mDifferenceThreshold);
96 result.addRecord(this.compareRp(stats), mDifferenceThreshold);
97 result.addRecord(this.compareTb(stats), mDifferenceThreshold);
98 result.addRecord(this.compareTp(stats), mDifferenceThreshold);
197 public void addRecord(ComparisonRecord record, float threshold) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 225 alphabeticIndex.addRecord(probe, 1);
319 alphabeticIndex.addRecord("hi", "HI");
401 index.addRecord(item, counter++);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 224 alphabeticIndex.addRecord(probe, 1);
318 alphabeticIndex.addRecord("hi", "HI");
400 index.addRecord(item, counter++);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 68 * index.addRecord(item, counter++);
601 // addRecord() sets buckets=null rather than inserting the new record into it.
661 public AlphabeticIndex<V> addRecord(CharSequence name, V data) {
714 * 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.
859 * and {@link AlphabeticIndex#addRecord(CharSequence, Object)} adds a record
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 67 * index.addRecord(item, counter++);
621 // addRecord() sets buckets=null rather than inserting the new record into it.
684 public AlphabeticIndex<V> addRecord(CharSequence name, V data) {
740 * 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.
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 325 milliseconds

1 2