/external/chromium_org/build/android/pylib/instrumentation/ |
test_options.py | 15 'test_filter',
|
setup.py | 32 test_options.test_filter)
|
test_jar.py | 177 exclude_annotation_list, test_filter): 186 test_filter: Filter used for partial matching on the test method names. 208 if test_filter: 210 filter_without_hash = test_filter.replace('#', '.')
|
/external/chromium_org/build/android/pylib/perf/ |
test_options.py | 14 'test_filter',
|
setup.py | 56 if test_options.test_filter: 58 test_options.test_filter)
|
/external/chromium_org/build/android/pylib/uiautomator/ |
test_options.py | 15 'test_filter',
|
setup.py | 26 test_options.test_filter)
|
test_runner.py | 31 test_options.test_filter,
|
/external/chromium_org/ui/views/corewm/ |
input_method_event_filter_unittest.cc | 58 aura::test::TestEventHandler test_filter; local 59 root_filter->AddHandler(&test_filter); 77 EXPECT_EQ(0, test_filter.num_key_events()); 79 EXPECT_EQ(1, test_filter.num_key_events()); 81 EXPECT_EQ(2, test_filter.num_key_events()); 84 root_filter->RemoveHandler(&test_filter);
|
/external/chromium_org/ppapi/tests/ |
test_resource_array.h | 18 virtual void RunTests(const std::string& test_filter);
|
test_case.h | 56 virtual void RunTests(const std::string& test_filter) = 0; 227 // The tests that were found in test_filter. The bool indicates whether the 229 // the test_filter string). 238 // listed in the test_filter but didn't match any calls to ShouldRunTest, 244 // in the test_filter, the test name will be added here. This allows 295 #define RUN_TEST(name, test_filter) \ 296 if (ShouldRunTest(#name, test_filter)) { \ 306 #define RUN_TEST_FORCEASYNC(name, test_filter) \ 307 if (ShouldRunTest(#name, test_filter)) { \ 315 #define RUN_TEST_BLOCKING(test_case, name, test_filter) \ [all...] |
test_view.h | 19 virtual void RunTests(const std::string& test_filter);
|
test_ime_input_event.h | 22 virtual void RunTests(const std::string& test_filter);
|
test_input_event.h | 30 virtual void RunTests(const std::string& test_filter);
|
/external/chromium_org/build/android/pylib/linker/ |
setup.py | 35 if options.test_filter: 38 options.test_filter)
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package.py | 28 def CreateCommandLineFileOnDevice(self, adb, test_filter, test_arguments): 33 test_filter: A test_filter flag.
|
test_package_apk.py | 92 def CreateCommandLineFileOnDevice(self, adb, test_filter, test_arguments): 94 adb, '--gtest_filter=%s %s' % (test_filter, test_arguments))
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_java_tests.py | 64 def _Run(java_tests_src_dir, test_filter, 71 test_filter: the filter to use when choosing tests to run. Format is same 114 if test_filter: 116 test_filter = test_filter.replace('*', '.*') 117 sys_props += ['filter=' + test_filter] 290 test_filter = options.filter 292 test_filter = '*' 294 if '-' in test_filter: 295 test_filter += ': [all...] |
/external/chromium/testing/gtest/test/ |
gtest_shuffle_test.py | 45 TEST_FILTER = 'A*.A:A*.B:C*' 62 def FilterFlag(test_filter): 63 return '--gtest_filter=%s' % (test_filter,) 142 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0]) 160 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
|
/external/chromium_org/testing/gtest/test/ |
gtest_shuffle_test.py | 45 TEST_FILTER = 'A*.A:A*.B:C*' 62 def FilterFlag(test_filter): 63 return '--gtest_filter=%s' % (test_filter,) 142 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0]) 160 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
|
/external/gtest/test/ |
gtest_shuffle_test.py | 45 TEST_FILTER = 'A*.A:A*.B:C*' 62 def FilterFlag(test_filter): 63 return '--gtest_filter=%s' % (test_filter,) 142 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0]) 160 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
|
/external/protobuf/gtest/test/ |
gtest_shuffle_test.py | 45 TEST_FILTER = 'A*.A:A*.B:C*' 62 def FilterFlag(test_filter): 63 return '--gtest_filter=%s' % (test_filter,) 148 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0]) 166 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_shuffle_test.py | 45 TEST_FILTER = 'A*.A:A*.B:C*' 62 def FilterFlag(test_filter): 63 return '--gtest_filter=%s' % (test_filter,) 142 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0]) 160 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
|
/external/chromium_org/third_party/libwebp/enc/ |
alpha.c | 229 int test_filter; local 278 for (test_filter = 280 ok && (test_filter <= WEBP_FILTER_GRADIENT); 281 ++test_filter) { 283 if (filter != WEBP_FILTER_BEST && test_filter != filter) { 287 method, test_filter, reduce_levels,
|
/external/webp/src/enc/ |
alpha.c | 229 int test_filter; local 278 for (test_filter = 280 ok && (test_filter <= WEBP_FILTER_GRADIENT); 281 ++test_filter) { 283 if (filter != WEBP_FILTER_BEST && test_filter != filter) { 287 method, test_filter, reduce_levels,
|