Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/net/
Dnetwork_stats.h81 enum TestType { enum
201 void RecordHistograms(TestType test_type);
208 void RecordPacketsReceivedHistograms(TestType test_type);
215 void RecordPacketLossSeriesHistograms(TestType test_type);
219 void RecordInterArrivalHistograms(TestType test_type);
223 void RecordRTTHistograms(TestType test_type, uint32 index);
236 void RecordSendToLastRecvDelayHistograms(TestType test_type);
240 TestType GetNextTest();
312 std::vector<TestType> test_sequence_;
Dnetwork_stats.cc412 TestType test_type = test_sequence_[current_test_index_]; in UpdateReception()
511 TestType test_type = test_sequence_[current_test_index_]; in OnReadDataTimeout()
542 TestType current_test = test_sequence_[current_test_index_]; in TestPhaseComplete()
582 NetworkStats::TestType NetworkStats::GetNextTest() { in GetNextTest()
597 void NetworkStats::RecordHistograms(TestType test_type) { in RecordHistograms()
626 void NetworkStats::RecordInterArrivalHistograms(TestType test_type) { in RecordInterArrivalHistograms()
638 void NetworkStats::RecordPacketsReceivedHistograms(TestType test_type) { in RecordPacketsReceivedHistograms()
740 void NetworkStats::RecordPacketLossSeriesHistograms(TestType test_type) { in RecordPacketLossSeriesHistograms()
766 void NetworkStats::RecordRTTHistograms(TestType test_type, uint32 index) { in RecordRTTHistograms()
783 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()
169 TestType some_test_type; in TEST()
Derror_generation_unittest.cc38 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value))); in TEST()
43 GetPopulateError<TestType>(*value))); in TEST()
118 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value))); in TEST()
124 GetPopulateError<TestType>(*value))); in TEST()
327 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value))); in TEST()
334 GetPopulateError<TestType>(*value))); in TEST()
Dcrossref_unittest.cc60 scoped_ptr<test::api::simple_api::TestType> test_type( in TEST()
61 new test::api::simple_api::TestType()); in TEST()
63 test::api::simple_api::TestType::Populate(*value, test_type.get())); in TEST()
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
Dvoe_test_interface.h25 enum TestType { enum
35 int runAutoTest(TestType testType);
Dvoe_standard_test.cc241 int run_auto_test(TestType test_type) { in run_auto_test()
302 TestType test_type = Invalid; in RunInManualMode()
/external/chromium_org/third_party/skia/tests/
DCachedDecodingPixelRefTest.cpp170 enum TestType { enum in TestImageGenerator
179 TestImageGenerator(TestType type, skiatest::Reporter* reporter) in TestImageGenerator()
217 const TestType fType;
247 static void check_pixelref(TestImageGenerator::TestType type, in check_pixelref()
327 TestImageGenerator::TestType testTypes[] = { in DEF_TEST()
333 TestImageGenerator::TestType test = testTypes[i]; in DEF_TEST()
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp59 enum TestType enum
213 TestType testType,
233 const TestType m_testType;
258 TestType testType, in LayoutBindingRenderCase()
579 TestType testType,
597 const TestType m_testType;
616 TestType testType, in LayoutBindingNegativeCase()
822 …xt& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GL…
846 TestType testType, in SamplerBindingRenderCase()
1027 TestType testType,
[all …]
Des31fShaderMultisampleInterpolationStateQueryTests.cpp248 enum TestType enum in deqp::gles31::Functional::__anon2106ab120111::InterpolationOffsetCase
256 … (Context& context, const char* name, const char* desc, VerifierType verifier, TestType testType);
264 const TestType m_testType;
267 …se (Context& context, const char* name, const char* desc, VerifierType verifier, TestType testType) in InterpolationOffsetCase()
Des31fShaderMultisampleInterpolationTests.cpp1007 enum TestType enum in deqp::gles31::Functional::__anonfa26981b0111::InterpolateAtCentroidCase
1015 …xt, const char* name, const char* description, int numSamples, RenderTarget target, TestType type);
1030 const TestType m_type;
1033 …ext, const char* name, const char* description, int numSamples, RenderTarget target, TestType type) in InterpolateAtCentroidCase()
1163 enum TestType enum in deqp::gles31::Functional::__anonfa26981b0111::InterpolateAtOffsetCase
1172 …const char* name, const char* description, int numSamples, RenderTarget target, TestType testType);
1186 const TestType m_testType;
1189 … const char* name, const char* description, int numSamples, RenderTarget target, TestType testType) in InterpolateAtOffsetCase()
1531 InterpolateAtOffsetCase::TestType type; in init()
Des31fSampleShadingTests.cpp447 enum TestType enum in deqp::gles31::Functional::__anon943138af0111::SampleShadingRenderingCase
454 …text& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type);
474 const TestType m_type;
477 …ntext& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type) in SampleShadingRenderingCase()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_test.h52 enum TestType { enum
114 explicit SyncTest(TestType test_type);
365 TestType test_type_;
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp170 enum TestType { enum in TestImageGenerator
179 TestImageGenerator(TestType type, skiatest::Reporter* reporter) in TestImageGenerator()
219 const TestType fType;
249 static void check_pixelref(TestImageGenerator::TestType type, in check_pixelref()
/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/chromium_org/third_party/webrtc/modules/audio_device/test/
Dfunc_test_manager.h43 enum TestType enum
223 int32_t DoTest(const TestType testType);
Daudio_device_test_func.cc79 enum TestType testType(TTInvalid); in func_test()
/external/clang/test/Misc/
Dast-dump-attr.cpp86 extern struct s1 TestType
/external/chromium_org/extensions/renderer/
Djson_schema_unittest.cc74 TEST_F(JsonSchemaTest, TestType) { in TEST_F() argument
/external/chromium_org/v8/test/mjsunit/harmony/
Dprivate.js55 function TestType() { class
64 TestType()
/external/chromium_org/ui/app_list/views/
Dapp_list_view_unittest.cc38 enum TestType { enum
130 const TestType test_type_;
161 : test_type_(static_cast<TestType>(test_type)) { in AppListViewTestContext()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_browsertests.cc39 enum TestType { enum
47 public ::testing::WithParamInterface<TestType> {
93 const std::string& extension_name, TestType type) { in LoadExtensionWithType()

12