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

1 2

  /external/chromium_org/ppapi/tests/extensions/media_galleries/
test.js 24 'testType': 'read_test'
32 'testType': 'write_test'
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 113 testType = type;
127 public String testType;
  /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);
  /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) {
  /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);
  /external/chromium_org/chrome/test/base/
js2gtest.js 61 var testType = arguments[5];
62 if (testType != 'extension' &&
63 testType != 'unit' &&
64 testType != 'webui') {
65 print('Invalid test type: ' + testType);
70 * C++ gtest macro to use for TEST_F depending on |testType|.
91 * |testType| === 'webui' to send an injection message before the page loads,
123 // Output some C++ headers based upon the |testType|.
131 if (testType === 'extension') {
136 } else if (testType === 'unit')
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
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);
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);
  /external/icu/icu4c/source/test/intltest/
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);
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);
  /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);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 16 package com.android.cts.tradefed.testtype;
85 final String testType = getTestType(attributes);
94 packageDef.setTestType(testType);
177 return attributes.getValue("testType");
  /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;
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 100 testType = type;
114 testType = type;
160 public String testType;
  /external/clang/test/Misc/
ast-dump-decl.cpp 366 template<typename> class testType { };
367 template class testType<int>;
368 // CHECK: ClassTemplateSpecializationDecl{{.*}} class testType
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 355 assertTrue(testType(Type.getType(desc)));
370 assertTrue(testType(Type.getType(desc)));
377 assertTrue(testType((Type)cst));
392 assertTrue(testType(Type.getType(desc)));
399 private boolean testType(Type type) {
409 r &= testType(t);
411 return r & testType(type.getReturnType());
  /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);
258 private static class TestType {
    [all...]
  /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...]
  /external/chromium_org/extensions/test/data/
json_schema_test.js 430 function testType() {
663 exports.testType = testType;
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 175 const TestIterationType testType = (instanced) ? (TYPE_INSTANCE_COUNT) : ((ranged) ? (TYPE_INDEX_RANGE) : (TYPE_DRAW_COUNT));
207 addTestIterations(test, spec, testType);
253 addTestIterations(test, spec, testType);
313 addTestIterations(test, spec, testType);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 59 enum TestType
213 TestType testType,
233 const TestType m_testType;
258 TestType testType,
267 , m_testType (testType)
579 TestType testType,
597 const TestType m_testType
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
  /prebuilts/sdk/tools/
jack.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1446 milliseconds

1 2