Searched refs:testType (Results 1 - 4 of 4) sorted by relevance
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
H A D | InetAddressThreadTest.java | 44 private int testType; field in class:InetAddressThreadTest.threadsafeTestThread 62 testType = type; 75 if (someoneDone[testType]) { 94 threadedTestErrorString = (testType == 0 ? "gethostbyname" 104 threadedTestErrorString = (testType == 0 ? "gethostbyname" 113 someoneDone[testType] = true;
|
/external/icu4c/test/intltest/ |
H A D | dadrfmt.cpp | 311 char testType[256]; local 326 testSetting.extract(0, testSetting.length(), testType, ""); 332 if (!strcmp(testType, "date_format")) { 334 } else if (!strcmp(testType, "date_parse")) { 337 errln("Unknown type: %s", testType);
|
H A D | dadrcal.cpp | 452 char testType[256]; local 467 testSetting.extract(0, testSetting.length(), testType, ""); 473 if (!strcmp(testType, "convert_fwd")) { 475 } else if (!strcmp(testType, "convert_rev")) { 477 } else if (!strcmp(testType, "ops")) { 480 errln("Unknown type: %s", testType);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | Compiler.java | 746 int testType = getOp(opPos + 3); 748 // System.out.println("testType: "+testType); 749 switch (testType)
|
Completed in 86 milliseconds