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

1 2

  /external/chromium_org/ppapi/tests/
test_mouse_cursor.h 20 std::string TestType();
test_mouse_cursor.cc 29 std::string TestMouseCursor::TestType() {
  /external/chromium_org/chrome/browser/net/
network_stats.h 69 // |TestType| specifies the possible tests we may run
71 enum TestType {
185 void RecordHistograms(TestType test_type);
192 void RecordPacketsReceivedHistograms(TestType test_type);
199 void RecordPacketLossSeriesHistograms(TestType test_type);
203 void RecordInterArrivalHistograms(TestType test_type);
207 void RecordRTTHistograms(TestType test_type, uint32 index);
216 void RecordSendToLastRecvDelayHistograms(TestType test_type);
220 TestType GetNextTest();
288 std::vector<TestType> test_sequence_
    [all...]
network_stats.cc 62 // This should match TestType except for the last one.
373 TestType test_type = test_sequence_[current_test_index_];
462 TestType test_type = test_sequence_[current_test_index_];
489 TestType current_test = test_sequence_[current_test_index_];
523 NetworkStats::TestType NetworkStats::GetNextTest() {
538 void NetworkStats::RecordHistograms(TestType test_type) {
564 void NetworkStats::RecordInterArrivalHistograms(TestType test_type) {
575 void NetworkStats::RecordPacketsReceivedHistograms(TestType test_type) {
658 void NetworkStats::RecordPacketLossSeriesHistograms(TestType test_type) {
683 void NetworkStats::RecordRTTHistograms(TestType test_type, uint32 index)
    [all...]
network_stats_unittest.cc 137 void MakeDelayedMockData(NetworkStats::TestType test_type,
191 NetworkStats::TestType test_type,
  /external/chromium_org/tools/json_schema_compiler/test/
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...]
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());
error_generation_unittest.cc 30 EXPECT_EQ("", GetPopulateError<TestType>(*value));
35 GetPopulateError<TestType>(*value));
107 EXPECT_EQ("", GetPopulateError<TestType>(*value));
113 GetPopulateError<TestType>(*value));
  /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...]
  /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 ) \
unit_test_suite_impl.hpp 354 template<typename TestCaseTemplate,typename TestType>
357 void operator()() { TestCaseTemplate::run( (boost::type<TestType>*)0 ); }
371 template<typename TestType>
372 void operator()( mpl::identity<TestType> )
377 full_name += typeid(TestType).name();
378 if( boost::is_const<TestType>::value )
383 new test_case( full_name, test_case_template_invoker<TestCaseTemplate,TestType>() ) );
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 40 enum TestType {
84 explicit SyncTest(TestType test_type);
307 TestType test_type_;
enable_disable_test.cc 19 explicit EnableDisableTest(TestType test_type) : SyncTest(test_type) {}
migration_errors_test.cc 69 explicit MigrationTest(TestType test_type) : SyncTest(test_type) {}
sync_test.cc 106 SyncTest::SyncTest(TestType test_type)
  /external/clang/test/Misc/
ast-dump-attr.cpp 86 extern struct s1 TestType
88 // CHECK: VarDecl{{.*}}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/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;
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 52 enum TestType {TEST_UNKNOWN, PING};
95 TestType mTest;
  /external/chromium_org/chrome/renderer/extensions/
json_schema_unittest.cc 74 TEST_F(JsonSchemaTest, TestType) {
75 TestFunction("testType");
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_ibus_browserttests.cc 38 enum TestType {
52 public ::testing::WithParamInterface<TestType> {
111 const std::string& extension_name, TestType type) {
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 58 function TestType() {
67 TestType()
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 399 enum TestType {
407 TestType type;
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]

Completed in 742 milliseconds

1 2