Searched refs:testType (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebData.java92 testType = type;
106 testType = type;
152 public String testType; field in class:Support_TestWebData
H A DSupport_TestWebServer.java808 + Support_TestWebData.test0Params.testType);
830 psPrint(ps, "Content-type: " + Support_TestWebData.testParams[testNum].testType);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DInetAddressTest.java75 private int testType; field in class:InetAddressTest.threadsafeTestThread
93 testType = type;
106 if (someoneDone[testType]) {
125 threadedTestErrorString = (testType == 0 ? "gethostbyname"
135 threadedTestErrorString = (testType == 0 ? "gethostbyname"
144 someoneDone[testType] = true;
H A DURLConnectionTest.java1231 params.testType, hf);
1234 params.testType, hf);
1279 assertEquals(params.testType, contentType);
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java746 int testType = getOp(opPos + 3);
748 // System.out.println("testType: "+testType);
749 switch (testType)

Completed in 111 milliseconds