/third_party/unity/test/tests/ |
D | test_unity_strings.c | 177 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testEqualStringArrays() local 188 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray1() local 198 const char *testStrings[] = { "zoo", "boo", "woo", "moo" }; in testNotEqualStringArray2() local 208 const char *testStrings[] = { "foo", "boo", "woo", NULL }; in testNotEqualStringArray3() local 218 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray4() local 228 const char **testStrings = NULL; in testNotEqualStringArray5() local 238 const char *testStrings[] = { "foo", "boo", "woo", "zoo" }; in testNotEqualStringArray6() local 248 const char **testStrings = NULL; in testEqualStringArrayIfBothNulls() local 256 const char *testStrings[] = {NULL}; in testNotEqualStringArrayLengthZero() local 278 const char *testStrings[] = { "foo", "foo", "foo", "moo" }; in testNotEqualStringEachEqual1() local [all …]
|
D | testunity.c | 4495 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testEqualStringArrays() local 4506 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray1() local 4516 const char *testStrings[] = { "zoo", "boo", "woo", "moo" }; in testNotEqualStringArray2() local 4526 const char *testStrings[] = { "foo", "boo", "woo", NULL }; in testNotEqualStringArray3() local 4536 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray4() local 4546 const char **testStrings = NULL; in testNotEqualStringArray5() local 4556 const char *testStrings[] = { "foo", "boo", "woo", "zoo" }; in testNotEqualStringArray6() local 4566 const char **testStrings = NULL; in testEqualStringArrayIfBothNulls() local 4574 const char *testStrings[] = {NULL}; in testNotEqualStringArrayLengthZero() local 4596 const char *testStrings[] = { "foo", "foo", "foo", "moo" }; in testNotEqualStringEachEqual1() local [all …]
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
D | JSONTest.kt | 141 fun testStrings() { in testStrings() method in com.google.flatbuffers.kotlin.JSONTest
|
/third_party/cJSON/tests/unity/test/tests/ |
D | testunity.c | 1845 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testEqualStringArrays() local 1856 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray1() local 1866 const char *testStrings[] = { "zoo", "boo", "woo", "moo" }; in testNotEqualStringArray2() local 1876 const char *testStrings[] = { "foo", "boo", "woo", NULL }; in testNotEqualStringArray3() local 1886 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray4() local 1896 const char **testStrings = NULL; in testNotEqualStringArray5() local 1906 const char *testStrings[] = { "foo", "boo", "woo", "zoo" }; in testNotEqualStringArray6() local 1916 const char **testStrings = NULL; in testEqualStringArrayIfBothNulls() local 1924 const char *testStrings[] = {NULL}; in testNotEqualStringArrayLengthZero() local 1946 const char *testStrings[] = { "foo", "foo", "foo", "moo" }; in testNotEqualStringEachEqual1() local [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 373 static const char *testStrings[] = { in TestBufferOverflow() local
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 1104 String[] testStrings = new String[] { in Test4244884() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 1107 String[] testStrings = new String[] { in Test4244884() local
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 2274 def testStrings(self): member in ByteSizeTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1188 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1186 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local
|