/external/chromium_org/chrome/browser/net/ |
D | network_stats.h | 81 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_;
|
D | network_stats.cc | 412 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()
|
D | network_stats_unittest.cc | 138 void MakeDelayedMockData(NetworkStats::TestType test_type, in MakeDelayedMockData() 193 NetworkStats::TestType test_type, in TestStartOneTest()
|
/external/chromium_org/tools/json_schema_compiler/test/ |
D | simple_api_unittest.cc | 118 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()
|
D | error_generation_unittest.cc | 38 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()
|
D | crossref_unittest.cc | 60 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/ |
D | voe_test_interface.h | 25 enum TestType { enum 35 int runAutoTest(TestType testType);
|
D | voe_standard_test.cc | 241 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/ |
D | CachedDecodingPixelRefTest.cpp | 170 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/ |
D | es31fLayoutBindingTests.cpp | 59 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 …]
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 248 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()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1007 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()
|
D | es31fSampleShadingTests.cpp | 447 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/ |
D | sync_test.h | 52 enum TestType { enum 114 explicit SyncTest(TestType test_type); 365 TestType test_type_;
|
/external/skia/tests/ |
D | CachedDecodingPixelRefTest.cpp | 170 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/ |
D | unit_tests.gtest-drmemory_win-xp.txt | 6 JsonSchemaTest.TestType
|
/external/chromium_org/ppapi/tests/ |
D | test_mouse_cursor.h | 20 std::string TestType();
|
D | test_mouse_cursor.cc | 29 std::string TestMouseCursor::TestType() { in TestType() function in TestMouseCursor
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 43 enum TestType enum 223 int32_t DoTest(const TestType testType);
|
D | audio_device_test_func.cc | 79 enum TestType testType(TTInvalid); in func_test()
|
/external/clang/test/Misc/ |
D | ast-dump-attr.cpp | 86 extern struct s1 TestType
|
/external/chromium_org/extensions/renderer/ |
D | json_schema_unittest.cc | 74 TEST_F(JsonSchemaTest, TestType) { in TEST_F() argument
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | private.js | 55 function TestType() { class 64 TestType()
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_view_unittest.cc | 38 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/ |
D | input_method_engine_browsertests.cc | 39 enum TestType { enum 47 public ::testing::WithParamInterface<TestType> { 93 const std::string& extension_name, TestType type) { in LoadExtensionWithType()
|