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

  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_test_interface.h 24 // TestType enumerator
25 enum TestType {
35 int runAutoTest(TestType testType);
  /external/chromium_org/ppapi/tests/
test_mouse_cursor.cc 29 std::string TestMouseCursor::TestType() {
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 248 enum TestType
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)
270 , m_testType (testType)
es31fLayoutBindingTests.cpp 59 enum TestType
213 TestType testType,
233 const TestType m_testType;
258 TestType testType,
267 , m_testType (testType)
579 TestType testType,
597 const TestType m_testType
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 53 enum TestType {TEST_UNKNOWN, PING};
97 TestType mTest;
  /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;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 39 enum TestType {
47 public ::testing::WithParamInterface<TestType> {
93 const std::string& extension_name, TestType type) {
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.h 79 // |TestType| specifies the possible tests we may run
81 enum TestType {
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/
sync_test.h 52 enum TestType {
114 explicit SyncTest(TestType test_type);
365 TestType test_type_;
  /external/chromium_org/third_party/skia/tests/
CachedDecodingPixelRefTest.cpp 170 enum TestType {
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/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.h 43 enum TestType
223 int32_t DoTest(const TestType testType);
  /external/chromium_org/ui/app_list/views/
app_list_view_unittest.cc 38 enum TestType {
130 const TestType test_type_;
161 : test_type_(static_cast<TestType>(test_type)) {
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 170 enum TestType {
179 TestImageGenerator(TestType type, skiatest::Reporter* reporter)
219 const TestType fType;
249 static void check_pixelref(TestImageGenerator::TestType type,
  /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);
258 private static class TestType {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 100 // TestType enumerator
101 enum TestType
388 jint testType,
391 TestType tType(Invalid);
393 switch (testType)
411 "RunAutoTest - Invalid TestType");
    [all...]
  /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/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc     [all...]

Completed in 1735 milliseconds