/external/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | arith_test.js | 326 var testStrings = [ 349 for (var i = 0; i < testStrings.length; i++) { 351 jspb.arith.Int64.fromString(testStrings[i]).toString(); 352 assertEquals(roundtrip, testStrings[i]);
|
/external/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | arith_test.js | 326 var testStrings = [ 349 for (var i = 0; i < testStrings.length; i++) { 351 jspb.arith.Int64.fromString(testStrings[i]).toString(); 352 assertEquals(roundtrip, testStrings[i]);
|
/external/protobuf/js/binary/ |
D | arith_test.js | 325 var testStrings = [ 348 for (var i = 0; i < testStrings.length; i++) { 350 jspb.arith.Int64.fromString(testStrings[i]).toString(); 351 expect(roundtrip).toEqual(testStrings[i]);
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | DispatchersToStringTest.kt | 11 fun testStrings() { in testStrings() method
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 1107 String[] testStrings = new String[] { in Test4244884() local 1119 for (int i = 1; i < testStrings.length; i++) { in Test4244884() 1120 if (coll.compare(testStrings[i - 1], testStrings[i]) >= 0) { in Test4244884() 1121 errln("error: \"" + testStrings[i - 1] in Test4244884() 1122 + "\" is greater than or equal to \"" + testStrings[i] in Test4244884()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 1104 String[] testStrings = new String[] { in Test4244884() local 1116 for (int i = 1; i < testStrings.length; i++) { in Test4244884() 1117 if (coll.compare(testStrings[i - 1], testStrings[i]) >= 0) { in Test4244884() 1118 errln("error: \"" + testStrings[i - 1] in Test4244884() 1119 + "\" is greater than or equal to \"" + testStrings[i] in Test4244884()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | StringArrayTest.java | 26 public void testStrings() { in testStrings() method in StringArrayTest
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 373 static const char *testStrings[] = { in TestBufferOverflow() local 404 for (idx = 0; idx < UPRV_LENGTHOF(testStrings); idx++) { in TestBufferOverflow() 405 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 275 byte testStrings[][] = { in TestBufferOverflow() 302 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow() 303 det.setText(testStrings[idx]); in TestBufferOverflow()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 278 byte testStrings[][] = { in TestBufferOverflow() 305 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow() 306 det.setText(testStrings[idx]); in TestBufferOverflow()
|
/external/shflags/ |
D | shflags_parsing_test.sh | 183 testStrings() { function
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | PropertyAnnotationsTest.java | 107 String[] testStrings() default {"cde", "fgh"}; in testStrings() method
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1186 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local 1196 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings() 1197 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1183 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local 1193 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings() 1194 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | py_func_test.py | 205 def testStrings(self): member in PyFuncTest
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 2189 def testStrings(self): member in ByteSizeTest
|