HomeSort by relevance Sort by last modified time
    Searched refs:testType (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
PositionTesterContextMenuListener.java 30 // Fake constant to store in testType a test type specific to headers and footers
32 private int testType; // as returned by getPackedPositionType
39 testType = ExpandableListView.PACKED_POSITION_TYPE_GROUP;
45 testType = ExpandableListView.PACKED_POSITION_TYPE_CHILD;
50 testType = ADAPTER_TYPE;
55 if (testType == ADAPTER_TYPE) {
74 if (!areEqual("Wrong packed position type", testType, packedPositionType)) {
83 if (testType == ExpandableListView.PACKED_POSITION_TYPE_CHILD) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 113 IType testType = null;
115 testType = (((ICompilationUnit) element)).findPrimaryType();
117 testType = (((IClassFile) element)).getType();
119 testType = (IType) element;
121 testType = ((IMember) element).getDeclaringType();
123 if (testType != null && testType.exists()) {
124 return TestSearchEngine.isTestOrTestSuite(testType);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressThreadTest.java 44 private int testType;
62 testType = type;
75 if (someoneDone[testType]) {
94 threadedTestErrorString = (testType == 0 ? "gethostbyname"
104 threadedTestErrorString = (testType == 0 ? "gethostbyname"
113 someoneDone[testType] = true;
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 92 testType = type;
106 testType = type;
152 public String testType;
Support_TestWebServer.java 765 + Support_TestWebData.test0Params.testType);
787 psPrint(ps, "Content-type: " + Support_TestWebData.testParams[testNum].testType);
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 113 testType = type;
127 public String testType;
TestWebServer.java 824 psPrint(ps, "Content-type: " + TestWebData.testParams[testNum].testType);
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 50 String testType = null;
61 testType = getArg(args, ++i, "Missing value for test type");
106 name, runner, instrumentation, targetNameSpace, jarPath, testType, outputPath);
XmlGenerator.java 77 String jarPath, String testType, String outputPath) {
85 mTestType = testType;
129 writer.append(" testType=\"").append(mTestType).append("\"");
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 265 String testType = "application/wibble";
267 out.write(testType.getBytes("US-ASCII"));
273 assertEquals(testType, mimeType);
280 String testType = "12345678901234567890123456789";
282 out.write(testType.length() + 1);
283 out.write(testType.getBytes("US-ASCII"));
290 assertEquals(testType, mimeType);
445 String testType = "application/wibble";
449 out.write(testType.length() + 1); // Length as UINTVAR
451 out.write(testType.getBytes("US-ASCII"))
    [all...]
  /external/icu4c/test/intltest/
dadrfmt.cpp 330 char testType[256];
345 testSetting.extract(0, testSetting.length(), testType, "");
351 if (!strcmp(testType, "date_format")) {
353 } else if (!strcmp(testType, "date_parse")) {
356 errln("Unknown type: %s", testType);
dadrcal.cpp 452 char testType[256];
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/clang/test/Misc/
ast-dump-decl.cpp 336 template<typename> class testType { };
337 template class testType<int>;
338 // CHECK: ClassTemplateSpecializationDecl{{.*}} class testType
  /cts/tools/utils/
CollectAllTests.java 100 final TestType testType = TestType.getTestType(androidMakeFile);
137 if (testType.type == TestType.HOST_SIDE_ONLY) {
139 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
142 if (testType.type == TestType.VM_HOST_TEST) {
144 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
256 private static class TestType {
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java 17 package com.android.cts.tradefed.testtype;
22 import com.android.tradefed.testtype.IRemoteTest;
23 import com.android.tradefed.testtype.InstrumentationTest;
50 "com.android.cts.tradefed.testtype.AccessibilityTestRunner";
52 "com.android.cts.tradefed.testtype.DisplayTestRunner";
126 void setTestType(String testType) {
127 mTestType = testType;
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 74 public void setupTestType(int testType) {
75 mTestType = testType;
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 746 int testType = getOp(opPos + 3);
748 // System.out.println("testType: "+testType);
749 switch (testType)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 765 params.testType, hf);
768 params.testType, hf);
807 assertEquals(params.testType, contentType);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1766 milliseconds