Searched defs:TestType (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h24 // TestType enumerator
25 enum TestType { enum in namespace:voetest
35 int runAutoTest(TestType testType);
/external/chromium_org/ppapi/tests/
H A Dtest_mouse_cursor.cc29 std::string TestMouseCursor::TestType() { function in class:TestMouseCursor
/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp248 enum TestType enum in class:deqp::gles31::Functional::__anon20327::InterpolationOffsetCase
256 InterpolationOffsetCase (Context& context, const char* name, const char* desc, VerifierType verifier, TestType testType);
264 const TestType m_testType;
267 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, VerifierType verifier, TestType testType)
H A Des31fLayoutBindingTests.cpp59 enum TestType enum in namespace:deqp::gles31::Functional::__anon20275
213 TestType testType,
233 const TestType m_testType;
258 TestType testType,
579 TestType testType,
597 const TestType m_testType;
616 TestType testType,
822 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType);
846 TestType testType,
1027 TestType testTyp
[all...]
H A Des31fGeometryShaderTests.cpp2549 enum TestType enum in class:deqp::gles31::Functional::__anon20266::LayeredRenderCase
2562 LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test);
2592 const TestType m_test;
2611 LayeredRenderCase::LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test)
6015 static const struct TestType
6017 LayeredRenderCase::TestType test;
H A Des31fShaderImageLoadStoreTests.cpp2869 enum TestType enum in class:deqp::gles31::Functional::__anon20319::EarlyFragmentTestsCase
2887 EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetType renderTarget)
2927 const TestType m_type;
3332 const EarlyFragmentTestsCase::TestType testType = (EarlyFragmentTestsCase::TestType)testTypeI;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_browsertests.cc39 enum TestType { enum in namespace:chromeos::input_method::__anon3246
47 public ::testing::WithParamInterface<TestType> {
93 const std::string& extension_name, TestType type) {
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.h79 // |TestType| specifies the possible tests we may run
81 enum TestType { enum in class:chrome_browser_net::NetworkStats
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
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.h52 enum TestType { enum in class:SyncTest
114 explicit SyncTest(TestType test_type);
365 TestType test_type_;
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp170 enum TestType { enum in class:TestImageGenerator
179 TestImageGenerator(TestType type, skiatest::Reporter* reporter)
217 const TestType fType;
247 static void check_pixelref(TestImageGenerator::TestType type,
327 TestImageGenerator::TestType testTypes[] = {
333 TestImageGenerator::TestType test = testTypes[i];
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp170 enum TestType { enum in class:TestImageGenerator
179 TestImageGenerator(TestType type, skiatest::Reporter* reporter)
219 const TestType fType;
249 static void check_pixelref(TestImageGenerator::TestType type,
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.h43 enum TestType enum
223 int32_t DoTest(const TestType testType);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view_unittest.cc38 enum TestType { enum in namespace:app_list::test::__anon16556
130 const TestType test_type_;
161 : test_type_(static_cast<TestType>(test_type)) {
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc100 // TestType enumerator
101 enum TestType enum
391 TestType tType(Invalid);
411 "RunAutoTest - Invalid TestType");
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc399 enum TestType { enum in namespace:leveldb
407 TestType type;
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc2622 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2650 __ CompareObjectType(input, scratch, scratch, TestType(instr->hydrogen()));
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc2985 // TestType() will return the value to use in the compare instruction and
2988 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2997 // See comment above TestType function for what this function does.
3016 __ CompareObjectType(input, scratch, scratch, TestType(instr->hydrogen()));
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc2467 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2495 __ CmpObjectType(input, TestType(instr->hydrogen()), temp);
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc2524 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2556 Operand(TestType(instr->hydrogen())));
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc2494 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2526 Operand(TestType(instr->hydrogen())));
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc2513 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2540 __ CmpObjectType(input, TestType(instr->hydrogen()), kScratchRegister);
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc2763 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { function
2791 __ CmpObjectType(input, TestType(instr->hydrogen()), temp);

Completed in 2550 milliseconds