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

1 2 3

  /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/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 72 ASTCBlockTestType testType,
129 const char* getBlockTestTypeName (ASTCBlockTestType testType);
130 const char* getBlockTestTypeDescription (ASTCBlockTestType testType);
131 bool isBlockTestTypeHDROnly (ASTCBlockTestType testType);
es3fASTCDecompressionCases.cpp 916 static Vec4 getBlockTestTypeColorScale (ASTCBlockTestType testType)
918 switch (testType)
927 static Vec4 getBlockTestTypeColorBias (ASTCBlockTestType testType)
929 switch (testType)
937 static void generateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, ASTCBlockTestType testType)
958 DE_ASSERT(!(tcu::isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType)));
963 switch (testType)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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;
  /cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
Utils.java 69 String testType = bundle.getString(TESTCASE_TYPE);
70 if (testType != null) {
71 buf.append("testcase type = " + testType);
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 100 testType = type;
114 testType = type;
160 public String testType;
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiClass.java 202 * @param testType The type as found used in a test
206 private static boolean compareType(String apiType, String testType) {
207 return apiType.equals(testType) ||
208 isGenericType(apiType) && !testType.equals(VOID) ||
209 isGenericArrayType(apiType) && isArrayType(testType) ;
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 113 testType = type;
127 public String testType;
  /cts/tests/tests/assist/common/src/android/assist/common/
Utils.java 188 String testType = bundle.getString(TESTCASE_TYPE);
189 if (testType != null) {
190 buf.append("testcase type = " + testType);
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 48 enum TestType
56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
64 const TestType m_testType;
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType)
70 , m_testType (testType)
es31fLayoutBindingTests.cpp 59 enum TestType
213 TestType testType,
233 const TestType m_testType;
258 TestType testType,
267 , m_testType (testType)
586 TestType testType,
604 const TestType m_testType
    [all...]
  /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...]
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java 60 String targetNameSpace, String jarPath, String testType, String output) {
69 mTestType = testType;
110 writer.append(" testType=\"").append(mTestType).append("\"");
171 final String testType = argsMap.get("-t");
197 runner, instrumentation, targetNameSpace, jarPath, testType, output);
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 331 char testType[256];
346 testSetting.extract(0, testSetting.length(), testType, "");
352 if (!strcmp(testType, "date_format")) {
354 } else if (!strcmp(testType, "date_parse")) {
357 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);
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 72 enum TestType {
77 ChainedThread(TestType testType) : mEglDisplay(EGL_NO_DISPLAY),
79 mTestType(testType), mIteration(0), mResult(true) {
118 TestType mTestType;
  /external/clang/test/Misc/
ast-dump-decl.cpp 370 template<typename> class testType { };
371 template class testType<int>;
372 // CHECK: ClassTemplateSpecializationDecl{{.*}} class testType
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 55 String testType = null;
67 testType = getArg(args, ++i, "Missing value for test type");
132 jarPath, testType, outputPath, additionalAttributes);
XmlGenerator.java 90 String testType, String outputPath, Map<String, String> additionalAttributes) {
98 mTestType = testType;
145 writer.append(" testType=\"").append(mTestType).append("\"");
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java 240 Utils.TestCaseType testType;
242 AsyncTaskArg setTestType(Utils.TestCaseType t) {testType = t; return this;}
260 arg.testType.toString());
261 switch (arg.testType) {
305 Log.i(TAG, "Doing nothing for the testcase type: " + arg.testType);
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 508 assertTrue(testType(Type.getType(desc)));
523 assertTrue(testType(Type.getType(desc)));
530 assertTrue(testType((Type)cst));
545 assertTrue(testType(Type.getType(desc)));
552 private boolean testType(Type type) {
562 r &= testType(t);
564 return r & testType(type.getReturnType());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 16 package com.android.cts.tradefed.testtype;
88 final String testType = getTestType(attributes);
97 packageDef.setTestType(testType);
191 return attributes.getValue("testType");
TestPackageDef.java 17 package com.android.cts.tradefed.testtype;
24 import com.android.tradefed.testtype.IAbi;
25 import com.android.tradefed.testtype.IRemoteTest;
26 import com.android.tradefed.testtype.InstrumentationTest;
152 void setTestType(String testType) {
153 mTestType = testType;
  /cts/tools/utils/
CollectAllTests.java 110 final TestType testType = TestType.getTestType(androidMakeFile);
147 if (testType.type == TestType.HOST_SIDE_ONLY) {
149 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
152 if (testType.type == TestType.VM_HOST_TEST) {
154 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
279 private static class TestType {
    [all...]

Completed in 1286 milliseconds

1 2 3