HomeSort by relevance Sort by last modified time
    Searched refs:test_filter (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ui/views/corewm/
input_method_event_filter_unittest.cc 59 aura::test::TestEventHandler test_filter; local
60 root_filter->AddHandler(&test_filter);
78 EXPECT_EQ(0, test_filter.num_key_events());
80 EXPECT_EQ(1, test_filter.num_key_events());
82 EXPECT_EQ(2, test_filter.num_key_events());
85 root_filter->RemoveHandler(&test_filter);
  /external/chromium_org/ppapi/tests/
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_resource_array.h 18 virtual void RunTests(const std::string& test_filter);
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);
test_case.cc 50 // Parse |test_filter|, which is a comma-delimited list of (possibly prefixed)
53 void ParseTestFilter(const std::string& test_filter,
57 std::istringstream filter_stream(test_filter);
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 27 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/uiautomator/
setup.py 26 test_options.test_filter)
test_runner.py 34 test_options.test_filter,
  /external/chromium_org/chrome/test/webdriver/test/
run_webdriver_java_tests.py 52 test_filter=options.filter,
60 test_filter=options.filter,
java_tests.py 46 def Run(src_dir, test_filter, chromedriver_path, chrome_path):
51 test_filter: the filter to use when choosing tests to run. Format is
81 if test_filter is not None:
82 parts = test_filter.split('#')
  /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 98 def CreateCommandLineFileOnDevice(self, adb, test_filter, test_arguments):
100 adb, '--gtest_filter=%s %s' % (test_filter, test_arguments))
test_package_exe.py 81 def CreateCommandLineFileOnDevice(self, adb, test_filter, test_arguments):
94 test_filter, test_arguments,
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 60 def _Run(java_tests_src_dir, test_filter,
67 test_filter: the filter to use when choosing tests to run. Format is same
101 if test_filter:
103 test_filter = test_filter.replace('*', '.*')
104 sys_props += ['filter=' + test_filter]
269 test_filter = options.filter
271 test_filter = '*'
273 if '-' in test_filter:
274 test_filter += ':
    [all...]
  /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,
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 328 if options.test_filter:
329 bb_utils.RunSteps(options.test_filter, GetTestStepCmds(), options)
377 unknown_tests = set(options.test_filter) - VALID_TESTS
  /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])

Completed in 548 milliseconds

1 2