Home
last modified time | relevance | path

Searched defs:values2 (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dfind_step.py93 def _RootMeanSquareDeviation(values1, values2): argument
100 def _SumOfSquaredResiduals(values1, values2): argument
/external/v8/test/mjsunit/
Dmath-floor-of-div-nosudiv.js189 var values2 = [1, 3, 10, 99, 100, 101, 0x7fffffff]; variable
Dmath-floor-of-div.js188 var values2 = [1, 3, 10, 99, 100, 101, 0x7fffffff]; variable
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java409 WireFormat.FieldType[] values2 = WireFormat.FieldType.values(); in testFieldTypeTablesMatch() local
424 WireFormat.JavaType[] values2 = WireFormat.JavaType.values(); in testJavaTypeTablesMatch() local
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestBoilerplate.java148 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { in verifySetsIdentical()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestBoilerplate.java149 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { in verifySetsIdentical()
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc274 values2(2); in TEST() local
283 values2(1, 'b'), in TEST() local
299 values2(1, 'a', true, 2L, "hello"), in TEST() local
/external/gmock/test/
Dgmock-internal-utils_test.cc274 values2(2); in TEST() local
283 values2(1, 'b'), in TEST() local
299 values2(1, 'a', true, 2L, "hello"), in TEST() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DDatabaseTestBase.java67 ContentValues values2 = new ContentValues(); in setUp() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestUtilities.java88 Set values2 = new TreeSet(map2.values()); in TestUnicodeMap() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestUtilities.java92 Set values2 = new TreeSet(map2.values()); in TestUnicodeMap() local
/external/libxml2/
Dxpath.c6594 double *values2; in xmlXPathCompareNodeSets() local
6850 xmlChar **values2; in xmlXPathEqualNodeSets() local
/external/v8/test/cctest/
Dtest-api.cc24428 auto values2 = Local<Function>::Cast( in TEST() local