Home
last modified time | relevance | path

Searched refs:testStruct (Results 1 – 12 of 12) sorted by relevance

/external/xmlrpcpp/test/
DTestValues.cpp127 void testStruct() in testStruct() function
230 testStruct(); in main()
DTestValuesWin32.cpp130 void testStruct() in testStruct() function
248 testStruct(); in main()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1638 } testStruct[] = { in TestGetLocale() local
1655 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale()
1657 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale()
1659 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale()
1667 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale()
1669 testStruct[i].requestedLocale, in TestGetLocale()
1670 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1674 if(locale != testStruct[i].validLocale) { in TestGetLocale()
1676 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1679 if(locale != testStruct[i].actualLocale) { in TestGetLocale()
[all …]
/external/clang/test/CodeGen/
Dc11atomics-ios.c97 void testStruct(_Atomic(S) *fp) { in testStruct() function
Dc11atomics.c248 void testStruct(_Atomic(S) *fp) { in testStruct() function
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1414 } testStruct[] = { in TestGetLocale() local
1422 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale()
1424 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1426 …log_err_status(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, … in TestGetLocale()
1436 …strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) !=… in TestGetLocale()
1437 …%s]: Error in requested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale()
1441 if(strcmp(locale, testStruct[i].validLocale) != 0) { in TestGetLocale()
1442 …oll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale()
1445 if(strcmp(locale, testStruct[i].actualLocale) != 0) { in TestGetLocale()
1446 …ll %s]: Error in actual locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale()
/external/clang/test/SemaObjCXX/
Dboxing-illegal-types.mm31 void testStruct() { function
/external/clang/test/SemaObjC/
Dboxing-illegal.m31 void testStruct() { function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1086 String[][] testStruct = {
1102 for(i = 0; i<testStruct.length; i++) {
1103 String requestedLocale = testStruct[i][0];
1104 String validLocale = testStruct[i][1];
1105 String actualLocale = testStruct[i][2];
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1085 String[][] testStruct = {
1101 for(i = 0; i<testStruct.length; i++) {
1102 String requestedLocale = testStruct[i][0];
1103 String validLocale = testStruct[i][1];
1104 String actualLocale = testStruct[i][2];
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py519 def testStruct(self): member in StructTest
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java747 public void testStruct() throws Exception { in testStruct() method in JsonFormatTest