Searched refs:TEST_VALUES (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | text_encoding_test.py | 42 TEST_VALUES = [ variable 59 for escaped, escaped_utf8, unescaped in TEST_VALUES: 66 for escaped, escaped_utf8, unescaped in TEST_VALUES:
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | UnicodeMapBoilerplateTest.java | 26 private static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapBoilerplateTest 52 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in _addTestObject()
|
D | UnicodeMapTest.java | 323 static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapTest 335 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in TestUnicodeMapRandom()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | UnicodeMapBoilerplateTest.java | 23 private static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapBoilerplateTest 49 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in _addTestObject()
|
D | UnicodeMapTest.java | 320 static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapTest 332 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in TestUnicodeMapRandom()
|