Searched refs:test_filter (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/build/android/pylib/linker/
H A Dsetup.py33 if options.test_filter:
36 options.test_filter)
/external/chromium_org/build/android/pylib/uiautomator/
H A Dsetup.py26 test_options.test_filter)
H A Dtest_runner.py33 test_options.test_filter,
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_java_tests.py64 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]
291 test_filter = options.filter
293 test_filter = '*'
295 if '-' in test_filter:
296 test_filter
[all...]
/external/chromium_org/build/android/pylib/instrumentation/
H A Dsetup.py33 test_options.test_filter)
H A Dtest_jar.py248 exclude_annotation_list, test_filter):
257 test_filter: Filter used for partial matching on the test method names.
279 if test_filter:
289 sanitized_test_names.keys(), test_filter.replace('#', '.'))]
/external/chromium_org/ppapi/tests/
H A Dtest_view.h19 virtual void RunTests(const std::string& test_filter);
H A Dtest_case.h57 virtual void RunTests(const std::string& test_filter) = 0;
229 // The tests that were found in test_filter. The bool indicates whether the
231 // the test_filter string).
240 // listed in the test_filter but didn't match any calls to ShouldRunTest,
246 // in the test_filter, the test name will be added here. This allows
617 #define RUN_TEST(name, test_filter) \
618 if (ShouldRunTest(#name, test_filter)) { \
628 #define RUN_TEST_FORCEASYNC(name, test_filter) \
629 if (ShouldRunTest(#name, test_filter)) { \
637 #define RUN_TEST_BLOCKING(test_case, name, test_filter) \
[all...]
H A Dtest_ime_input_event.h22 virtual void RunTests(const std::string& test_filter);
H A Dtest_input_event.h31 virtual void RunTests(const std::string& test_filter);
H A Dtest_case.cc51 // Parse |test_filter|, which is a comma-delimited list of (possibly prefixed)
54 void ParseTestFilter(const std::string& test_filter, argument
58 std::istringstream filter_stream(test_filter);
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package.py27 def CreateCommandLineFileOnDevice(self, device, test_filter, test_arguments):
32 test_filter: A test_filter flag.
H A Dtest_package_apk.py99 def CreateCommandLineFileOnDevice(self, device, test_filter, test_arguments):
101 device, '--gtest_filter=%s %s' % (test_filter, test_arguments))
H A Dtest_package_exe.py91 def CreateCommandLineFileOnDevice(self, device, test_filter, test_arguments):
104 test_filter, test_arguments,
/external/chromium_org/build/android/pylib/junit/
H A Dtest_runner.py17 self._test_filter = options.test_filter
/external/chromium_org/build/android/pylib/perf/
H A Dsetup.py83 if test_options.test_filter:
85 test_options.test_filter)
/external/chromium_org/build/android/pylib/host_driven/
H A Dtest_case.py165 for test_filter in test_filters:
166 tests = test_pkg.GetAllMatchingTests(None, None, test_filter)
170 % test_filter)
H A Dsetup.py191 instrumentation_options.test_filter)
/external/chromium_org/testing/gtest/test/
H A Dgtest_shuffle_test.py62 def FilterFlag(test_filter):
63 return '--gtest_filter=%s' % (test_filter,)
/external/gtest/test/
H A Dgtest_shuffle_test.py62 def FilterFlag(test_filter):
63 return '--gtest_filter=%s' % (test_filter,)
/external/protobuf/gtest/test/
H A Dgtest_shuffle_test.py62 def FilterFlag(test_filter):
63 return '--gtest_filter=%s' % (test_filter,)
/external/chromium_org/build/android/
H A Dtest_runner.py110 dest='test_filter',
138 option_parser.add_option('-f', '--gtest-filter', dest='test_filter',
167 option_parser.add_option('-f', '--test-filter', dest='test_filter',
202 elif options.test_filter:
297 options.test_filter,
375 options.test_filter,
393 '-f', '--test-filter', dest='test_filter',
541 options.print_step, options.no_timeout, options.test_filter,
557 options.test_filter,
/external/chromium_org/build/android/buildbot/
H A Dbb_device_steps.py640 if options.test_filter:
641 bb_utils.RunSteps(options.test_filter, GetTestStepCmds(), options)
721 unknown_tests = set(options.test_filter) - VALID_TESTS
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c1568 static int test_filter(struct event_format *event,
1794 return test_filter(event, arg->op.left, record) &&
1795 test_filter(event, arg->op.right, record);
1798 return test_filter(event, arg->op.left, record) ||
1799 test_filter(event, arg->op.right, record);
1802 return !test_filter(event, arg->op.right, record);
1810 static int test_filter(struct event_format *event, function
1892 return test_filter(filter_type->event, filter_type->filter, record) ?
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc1458 scoped_refptr<TestFilter> test_filter = new TestFilter( local
1460 child_ids_.insert(test_filter->child_id());
1466 MakeTestRequestWithResourceType(test_filter.get(), 0, 1,
1474 MakeTestRequestWithResourceType(test_filter.get(), 0, 3,
1502 test_filter->set_canceled(true);
1517 ASSERT_EQ(0, test_filter->received_after_canceled());

Completed in 318 milliseconds