HomeSort by relevance Sort by last modified time
    Searched full:testtype (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/tools/json_schema_compiler/test/
crossref.json 11 "testType": {
12 "$ref": "simple_api.TestType",
22 "description": "Takes TestType as a param.",
25 "name": "testType",
26 "$ref": "simple_api.TestType",
39 "description": "Return a TestType.",
47 "$ref": "simple_api.TestType",
48 "description": "A TestType."
57 "description": "Takes an optional object with a TestType and a bool.",
63 "testType": {"$ref": "simple_api.TestType", "optional": true}
    [all...]
simple_api.json 7 "id": "TestType",
101 "$ref": "TestType",
111 "description": "Return a TestType.",
119 "$ref": "TestType",
120 "description": "A TestType."
153 "description": "Fired when a TestType is ready.",
157 "$ref": "TestType"
error_generation.json 10 "id": "TestType",
36 "$ref": "error_generation.TestType",
104 "description": "Takes a TestType.",
110 "testType": {"$ref": "error_generation.TestType", "optional": true},
crossref_unittest.cc 28 value->Set("testType", CreateTestTypeDictionary().release());
59 scoped_ptr<test::api::simple_api::TestType> test_type(
60 new test::api::simple_api::TestType());
62 test::api::simple_api::TestType::Populate(*value, test_type.get()));
74 param_object_value->Set("testType", CreateTestTypeDictionary().release());
99 param_object_value->Set("testType", Value::CreateStringValue("invalid"));
109 param_object_value->Set("testType", CreateTestTypeDictionary().release());
simple_api_unittest.cc 118 scoped_ptr<TestType> test_type(new TestType());
120 EXPECT_TRUE(TestType::Populate(*value, test_type.get()));
128 scoped_ptr<TestType> test_type(new TestType());
131 EXPECT_FALSE(TestType::Populate(*value, test_type.get()));
138 scoped_ptr<TestType> test_type(new TestType());
139 EXPECT_TRUE(TestType::Populate(*value, test_type.get()));
168 TestType some_test_type
    [all...]
  /external/llvm/test/CodeGen/X86/
store-empty-member.ll 8 %testType = type {i32, [0 x i32], i32}
11 %1 = alloca %testType
12 store volatile %testType {i32 1, [0 x i32] zeroinitializer, i32 2}, %testType* %1
  /external/chromium_org/tools/perf/page_sets/
mse_cases.json 6 "url": "file://mse_cases/startup_test.html?testType=AV"
9 "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=true"
12 "url": "file://mse_cases/startup_test.html?testType=AV&doNotWaitForBodyOnLoad=true"
15 "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=true&doNotWaitForBodyOnLoad=true"
18 "url": "file://mse_cases/startup_test.html?testType=V"
21 "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true"
24 "url": "file://mse_cases/startup_test.html?testType=V&doNotWaitForBodyOnLoad=true"
27 "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true&doNotWaitForBodyOnLoad=true"
30 "url": "file://mse_cases/startup_test.html?testType=A"
33 "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true
    [all...]
  /external/chromium_org/tools/valgrind/gtest_exclude/
unit_tests.gtest-drmemory_win-xp.txt 6 JsonSchemaTest.TestType
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
builders.js 39 Object.keys(master.tests).forEach(function(testType) {
40 if (builders.testTypeUploadsToFlakinessDashboardServer(testType))
41 testTypes[testType] = true;
54 builders.testTypeUploadsToFlakinessDashboardServer = function(testType)
60 return !testType.match(/_only|_ignore|_perf$/) && !testType.match(/^memory test:|install_/) && testType != 'Run tests';
66 builders.getBuilderGroup = function(groupName, testType)
69 currentBuilderGroup = builders.loadBuildersList(groupName, testType);
85 builders._builderFilter = function(groupName, masterName, testType)
    [all...]
overview.js 37 history.reloadRequiringParameters = history.reloadRequiringParameters.filter(function(item) { return item != 'testType'; });
46 historyInstance.crossDashboardState.testType = builders.testTypes[overview._testTypeIndex++];
48 $('content').innerHTML = (overview._testTypeIndex - 1) + '/' + builders.testTypes.length + ' loaded. Loading ' + historyInstance.crossDashboardState.testType + '...';
53 overview._resultsByTestType[historyInstance.crossDashboardState.testType] = g_resultsByBuilder;
60 allTestTypes.forEach(function(testType) {
61 flakyData[testType] = {
67 var resultsByBuilder = resultsByTestType[testType];
70 flakyData[testType].testCount = Math.max(totalTestCount, flakyData[testType].testCount);
80 flakyData[testType].flaky[test] = true
    [all...]
dashboard_base.js 34 builders.groupNamesForTestType(g_history.crossDashboardState.testType)[0];
39 return builders.getBuilderGroup(currentBuilderGroupName(), g_history.crossDashboardState.testType);
51 // calls fetchResults(groupName, testType, builder, callback) or whatever.
  /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/tradefed-host/tests/src/com/android/cts/tradefed/
UnitTests.java 24 import com.android.cts.tradefed.testtype.CtsTestTest;
25 import com.android.cts.tradefed.testtype.JarHostTestTest;
26 import com.android.cts.tradefed.testtype.TestFilterTest;
27 import com.android.cts.tradefed.testtype.TestPackageDefTest;
28 import com.android.cts.tradefed.testtype.TestPackageXmlParserTest;
29 import com.android.cts.tradefed.testtype.TestPlanTest;
30 import com.android.cts.tradefed.testtype.WrappedGTestResultParserTest;
54 // testtype package
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.html 16 <td>testType:</td>
18 <select id="testType" name="testType">
  /external/chromium_org/ppapi/tests/
test_mouse_cursor.h 20 std::string TestType();
  /external/chromium_org/chrome/renderer/extensions/
json_schema_unittest.cc 74 TEST_F(JsonSchemaTest, TestType) {
75 TestFunction("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);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite.hpp 128 template<typename TestType> \
129 static void run( boost::type<TestType>* = 0 ) \
131 test_name<TestType> t; \
170 template<typename TestType> \
171 static void run( boost::type<TestType>* frwrd = 0 ) \
  /external/chromium_org/chrome/test/base/
js2gtest.js 47 var testType = arguments[4];
50 * C++ gtest macro to use for TEST_F depending on |testType|.
71 * |testType| === 'browser' to send an injection message before the page loads,
72 * but is not required or supported for |testType| === 'unit'.
83 // Output some C++ headers based upon the |testType|.
88 if (testType === 'unit') {
153 var isAsyncParam = testType === 'unit' ? '' :
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
InstrumentationApkTest.java 16 package com.android.cts.tradefed.testtype;
23 import com.android.tradefed.testtype.IBuildReceiver;
24 import com.android.tradefed.testtype.InstrumentationTest;
GeeTest.java 17 package com.android.cts.tradefed.testtype;
26 import com.android.tradefed.testtype.IBuildReceiver;
27 import com.android.tradefed.testtype.IDeviceTest;
28 import com.android.tradefed.testtype.IRemoteTest;
TestTimeoutException.java 16 package com.android.cts.tradefed.testtype;
WrappedGTest.java 17 package com.android.cts.tradefed.testtype;
26 import com.android.tradefed.testtype.IBuildReceiver;
27 import com.android.tradefed.testtype.IDeviceTest;
28 import com.android.tradefed.testtype.IRemoteTest;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 87 template <std::size_t target, class TestType>
89 : public mpl::if_c<(alignment_of<TestType>::value == target), TestType, char>
91 enum { value = (alignment_of<TestType>::value == target) };
95 template <bool found, std::size_t target, class TestType>
97 : public lower_alignment_helper_impl<found>::template apply<target,TestType>
101 template <bool found, std::size_t target, class TestType>
108 template <std::size_t target, class TestType>
109 struct lower_alignment_helper<false,target,TestType>
111 enum { value = (alignment_of<TestType>::value == target) }
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
AbstractMonkeyTest.java 7 import com.android.tradefed.testtype.DeviceTestCase;
8 import com.android.tradefed.testtype.IBuildReceiver;

Completed in 323 milliseconds

1 2 3 4 5 6 7