Home
last modified time | relevance | path

Searched refs:testSample (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DMf2IcuTest.java30 public void testSample() { in testSample() method in Mf2IcuTest
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeTest.java295 public void testSample() { in testSample() method in RangeTreeTest
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6005 const deUint64 testSample = testSamples[sampleNdx]; in sumOfRanks() local
6006 …const int lowerIndex = (int)(std::lower_bound(allSamples.begin(), allSamples.end(), testSample, … in sumOfRanks()
6007 …const int upperIndex = (int)(std::upper_bound(allSamples.begin(), allSamples.end(), testSample, … in sumOfRanks()