Home
last modified time | relevance | path

Searched refs:TestType (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/net/
Dnetwork_stats.h81 enum TestType { enum
200 void RecordHistograms(TestType test_type);
207 void RecordPacketsReceivedHistograms(TestType test_type);
214 void RecordPacketLossSeriesHistograms(TestType test_type);
218 void RecordInterArrivalHistograms(TestType test_type);
222 void RecordRTTHistograms(TestType test_type, uint32 index);
235 void RecordSendToLastRecvDelayHistograms(TestType test_type);
239 TestType GetNextTest();
311 std::vector<TestType> test_sequence_;
Dnetwork_stats.cc409 TestType test_type = test_sequence_[current_test_index_]; in UpdateReception()
508 TestType test_type = test_sequence_[current_test_index_]; in OnReadDataTimeout()
540 TestType current_test = test_sequence_[current_test_index_]; in TestPhaseComplete()
579 NetworkStats::TestType NetworkStats::GetNextTest() { in GetNextTest()
594 void NetworkStats::RecordHistograms(TestType test_type) { in RecordHistograms()
623 void NetworkStats::RecordInterArrivalHistograms(TestType test_type) { in RecordInterArrivalHistograms()
635 void NetworkStats::RecordPacketsReceivedHistograms(TestType test_type) { in RecordPacketsReceivedHistograms()
737 void NetworkStats::RecordPacketLossSeriesHistograms(TestType test_type) { in RecordPacketLossSeriesHistograms()
763 void NetworkStats::RecordRTTHistograms(TestType test_type, uint32 index) { in RecordRTTHistograms()
780 void NetworkStats::RecordSendToLastRecvDelayHistograms(TestType test_type) { in RecordSendToLastRecvDelayHistograms()
Dnetwork_stats_unittest.cc138 void MakeDelayedMockData(NetworkStats::TestType test_type, in MakeDelayedMockData()
193 NetworkStats::TestType test_type, in TestStartOneTest()
/external/chromium_org/tools/json_schema_compiler/test/
Dsimple_api_unittest.cc118 scoped_ptr<TestType> test_type(new TestType()); in TEST()
120 EXPECT_TRUE(TestType::Populate(*value, test_type.get())); in TEST()
128 scoped_ptr<TestType> test_type(new TestType()); in TEST()
131 EXPECT_FALSE(TestType::Populate(*value, test_type.get())); in TEST()
138 scoped_ptr<TestType> test_type(new TestType()); in TEST()
139 EXPECT_TRUE(TestType::Populate(*value, test_type.get())); in TEST()
168 TestType some_test_type; in TEST()
Derror_generation_unittest.cc38 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value))); in TEST()
43 GetPopulateError<TestType>(*value))); in TEST()
116 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value))); in TEST()
122 GetPopulateError<TestType>(*value))); in TEST()
Dcrossref_unittest.cc59 scoped_ptr<test::api::simple_api::TestType> test_type( in TEST()
60 new test::api::simple_api::TestType()); in TEST()
62 test::api::simple_api::TestType::Populate(*value, test_type.get())); in TEST()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_test.h42 enum TestType { enum
95 explicit SyncTest(TestType test_type);
325 TestType test_type_;
Denable_disable_test.cc18 explicit EnableDisableTest(TestType test_type) : SyncTest(test_type) {} in EnableDisableTest()
Dmigration_errors_test.cc69 explicit MigrationTest(TestType test_type) : SyncTest(test_type) {} in MigrationTest()
Dsync_test.cc106 SyncTest::SyncTest(TestType test_type) in SyncTest()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp171 enum TestType { enum in __anon8ef07c390111::TestImageGenerator
180 TestImageGenerator(TestType type, skiatest::Reporter* reporter) in TestImageGenerator()
217 const TestType fType;
245 void CheckPixelRef(TestImageGenerator::TestType type, in CheckPixelRef()
/external/chromium_org/tools/valgrind/gtest_exclude/
Dunit_tests.gtest-drmemory_win-xp.txt6 JsonSchemaTest.TestType
/external/chromium_org/ppapi/tests/
Dtest_mouse_cursor.h20 std::string TestType();
Dtest_mouse_cursor.cc29 std::string TestMouseCursor::TestType() { in TestType() function in TestMouseCursor
/external/clang/test/Misc/
Dast-dump-attr.cpp86 extern struct s1 TestType
/external/chromium_org/chrome/renderer/extensions/
Djson_schema_unittest.cc74 TEST_F(JsonSchemaTest, TestType) { in TEST_F() argument
/external/chromium_org/v8/test/mjsunit/harmony/
Dprivate.js46 function TestType() { class
56 TestType()
Dsymbols.js58 function TestType() { class
68 TestType()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_browsertests.cc33 enum TestType { enum
41 public ::testing::WithParamInterface<TestType> {
96 const std::string& extension_name, TestType type) { in LoadExtensionWithType()
/external/chromium_org/third_party/leveldatabase/src/table/
Dtable_test.cc399 enum TestType { enum
407 TestType type;
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc1797 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType() function
1828 __ CmpObjectType(input, TestType(instr->hydrogen()), temp); in DoHasInstanceTypeAndBranch()
/external/v8/src/x64/
Dlithium-codegen-x64.cc1752 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType() function
1782 __ CmpObjectType(input, TestType(instr->hydrogen()), kScratchRegister); in DoHasInstanceTypeAndBranch()
/external/v8/src/mips/
Dlithium-codegen-mips.cc1847 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType() function
1883 Operand(TestType(instr->hydrogen()))); in DoHasInstanceTypeAndBranch()
/external/v8/src/arm/
Dlithium-codegen-arm.cc1986 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType() function
2017 __ CompareObjectType(input, scratch, scratch, TestType(instr->hydrogen())); in DoHasInstanceTypeAndBranch()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc2374 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType() function
2401 __ CmpObjectType(input, TestType(instr->hydrogen()), kScratchRegister); in DoHasInstanceTypeAndBranch()

12