/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1655 } testStruct[] = { in TestGetLocale() local 1684 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale() 1686 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale() 1688 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale() 1696 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale() 1698 testStruct[i].requestedLocale, in TestGetLocale() 1699 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1703 if(locale != testStruct[i].validLocale) { in TestGetLocale() 1705 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1708 if(locale != testStruct[i].actualLocale) { in TestGetLocale() [all …]
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 1655 } testStruct[] = { in TestGetLocale() local 1684 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale() 1686 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale() 1688 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale() 1696 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale() 1698 testStruct[i].requestedLocale, in TestGetLocale() 1699 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1703 if(locale != testStruct[i].validLocale) { in TestGetLocale() 1705 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1708 if(locale != testStruct[i].actualLocale) { in TestGetLocale() [all …]
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.h | 585 typedef struct testStruct { 587 } testStruct; 695 std::string getTypeString(testStruct *pStruct) 738 void fillBuffer( testStruct *pStruct, size_t no_e ) 772 void calcSizeAndAlignment(testStruct *pStruct)
|
D | typeinfo.h | 178 … 0x0, 0xffffffff, KernelStructTypeArgGenerator<testStruct>) … 179 … 0x0, 0xffffffff, KernelStructTypeArgGenerator<testStruct>) …
|
/external/cronet/third_party/icu/source/test/cintltst/ |
D | capitst.c | 1536 } testStruct[] = { in TestGetLocale() local 1544 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale() 1546 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale() 1548 …log_err_status(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, … in TestGetLocale() 1558 …strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) !=… in TestGetLocale() 1559 …%s]: Error in requested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale() 1563 if(strcmp(locale, testStruct[i].validLocale) != 0) { in TestGetLocale() 1564 …oll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale() 1567 if(strcmp(locale, testStruct[i].actualLocale) != 0) { in TestGetLocale() 1568 …ll %s]: Error in actual locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 1536 } testStruct[] = { in TestGetLocale() local 1544 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale() 1546 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale() 1548 …log_err_status(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, … in TestGetLocale() 1558 …strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) !=… in TestGetLocale() 1559 …%s]: Error in requested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale() 1563 if(strcmp(locale, testStruct[i].validLocale) != 0) { in TestGetLocale() 1564 …oll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale() 1567 if(strcmp(locale, testStruct[i].actualLocale) != 0) { in TestGetLocale() 1568 …ll %s]: Error in actual locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale()
|
/external/clang/test/CodeGen/ |
D | c11atomics-ios.c | 97 void testStruct(_Atomic(S) *fp) { in testStruct() function
|
D | c11atomics.c | 248 void testStruct(_Atomic(S) *fp) { in testStruct() function
|
/external/clang/test/SemaObjCXX/ |
D | boxing-illegal-types.mm | 31 void testStruct() { function
|
/external/clang/test/SemaObjC/ |
D | boxing-illegal.m | 31 void testStruct() { function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 1091 String[][] testStruct = { 1119 for(i = 0; i<testStruct.length; i++) { 1120 String requestedLocale = testStruct[i][0]; 1121 String validLocale = testStruct[i][1]; 1122 String actualLocale = testStruct[i][2];
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 1088 String[][] testStruct = { 1116 for(i = 0; i<testStruct.length; i++) { 1117 String requestedLocale = testStruct[i][0]; 1118 String validLocale = testStruct[i][1]; 1119 String actualLocale = testStruct[i][2];
|
/external/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 738 auto testStruct = SkSL::Type::MakeStructType( in DEF_TEST() local 751 REPORTER_ASSERT(r, !layout.isSupported(*testStruct)); in DEF_TEST() 765 auto testStruct = SkSL::Type::MakeStructType( in DEF_TEST() local 835 REPORTER_ASSERT(r, layout.isSupported(*testStruct)); in DEF_TEST()
|
/external/protobuf/php/tests/ |
D | WellKnownTest.php | 265 public function testStruct() function in WellKnownTest
|
/external/cronet/third_party/protobuf/php/tests/ |
D | WellKnownTest.php | 265 public function testStruct() function in WellKnownTest
|
/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 751 def testStruct(self): member in StructTest
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 751 def testStruct(self): member in StructTest
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 973 public void testStruct() throws Exception { in testStruct() method in JsonFormatTest
|
/external/cronet/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 956 public void testStruct() throws Exception { in testStruct() method in JsonFormatTest
|
/external/google-styleguide/cpplint/ |
D | cpplint_unittest.py | 5454 def testStruct(self): member in NestingStateTest
|