Home
last modified time | relevance | path

Searched refs:testStrings (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Darith_test.js326 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/cronet/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Darith_test.js326 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/cronet/third_party/protobuf/js/binary/
Darith_test.js325 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/go-cmp/cmp/internal/diff/
Ddiff_test.go248 es := testStrings(t, x, y)
287 testStrings(t, x, y)
340 func testStrings(t *testing.T, x, y string) EditScript { func
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDispatchersToStringTest.kt11 fun testStrings() { in testStrings() method
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java1104 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java1107 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/flatbuffers/dart/test/
Dflex_reader_test.dart411 testStrings([
439 testStrings([
828 void testStrings(List<int> buffer, List<String> numbers) {
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c374 static const char *testStrings[] = { in TestBufferOverflow() local
405 for (idx = 0; idx < UPRV_LENGTHOF(testStrings); idx++) { in TestBufferOverflow()
407 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow()
/external/cronet/third_party/icu/source/test/cintltst/
Ducsdetst.c374 static const char *testStrings[] = { in TestBufferOverflow() local
405 for (idx = 0; idx < UPRV_LENGTHOF(testStrings); idx++) { in TestBufferOverflow()
407 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DStringArrayTest.java26 public void testStrings() { in testStrings() method in StringArrayTest
/external/TestParameterInjector/src/test/java/com/google/testing/junit/testparameterinjector/
DTestParametersMethodProcessorTest.java106 List<String> testStrings) { in test3_withRepeatedParams() argument
109 String.format("%s,%s,%s,%s", testEnums, testLongs, testBooleans, testStrings)); in test3_withRepeatedParams()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DVarargMethodsTestCase.java46 public void testStrings() in testStrings() method in VarargMethodsTestCase
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java275 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/
DTestCharsetDetector.java278 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/
Dshflags_parsing_test.sh183 testStrings() { function
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DJSONTest.kt141 fun testStrings() { in testStrings() method
/external/gson/gson/src/test/java/com/google/gson/internal/bind/
DJsonElementReaderTest.java116 public void testStrings() throws IOException { in testStrings() method in JsonElementReaderTest
/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyAnnotationsTest.java107 String[] testStrings() default {"cde", "fgh"}; in testStrings() method
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeStaticLayoutTest.java735 String[] testStrings = {"abcde", "ab\ncd", "ab\tcd", "ab\n\nc", "ab\n\tc"}; in testGetOffset_ascii() local
737 for (String testString : testStrings) { in testGetOffset_ascii()
795 String[] testStrings = in testGetOffset_unicode() local
803 for (String testString : testStrings) { in testGetOffset_unicode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java1203 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local
1213 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()
1214 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java1200 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local
1210 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()
1211 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
/external/gson/gson/src/test/java/com/google/gson/stream/
DJsonWriterTest.java485 public void testStrings() throws IOException { in testStrings() method in JsonWriterTest
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dpy_func_test.py203 def testStrings(self): member in PyFuncTest
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py2327 def testStrings(self): member in ByteSizeTest

12