HomeSort by relevance Sort by last modified time
    Searched refs:test_prefix (Results 1 - 12 of 12) sorted by null

  /external/google-breakpad/src/common/linux/tests/
auto_testfile.h 50 // test_prefix: (input) test-specific prefix, can't be NULL.
51 explicit AutoTestFile(const char* test_prefix) {
52 Init(test_prefix);
57 // test_prefix: (input) test-specific prefix, can't be NULL.
59 AutoTestFile(const char* test_prefix, const char* text) {
60 Init(test_prefix);
65 AutoTestFile(const char* test_prefix, const char* text, size_t text_len) {
66 Init(test_prefix);
92 void Init(const char* test_prefix) {
97 test_prefix);
    [all...]
  /kernel/tests/net/test/
all_tests.sh 19 test_prefix=
36 -p, --prefix=TEST_PREFIX specify a prefix for the tests to be run
77 test_prefix=$2
89 if [[ -z $test_prefix ]]; then
92 readonly tests=$(eval "find . -name '$test_prefix*' -type f -executable")
97 if [[ -z $test_prefix ]]; then
100 echo "$PREFIX Found $count $(maybePlural $count test tests) with prefix $test_prefix."
  /external/chromium-trace/catapult/common/py_utils/py_utils/
tempfile_ext_unittest.py 31 test_prefix = 'bar'
32 with tempfile_ext.NamedTemporaryDirectory(prefix=test_prefix) as d:
33 self.assertTrue(os.path.basename(d).startswith(test_prefix))
  /external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh 47 test_prefix=$(basename "$prereq_dir")
50 if [ "$test_prefix" = "speculative" ]; then
51 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//))
52 test_prefix="${test_prefix}_speculative"
63 tests="$tests${test_prefix}_$prereq"
72 targets="$targets${test_prefix}_$prereq"
79 # have the test_prefix as well
202 bin_file="${test_prefix}_$prereq"
234 dst="${test_prefix}_$prereq
    [all...]
  /external/chromium-trace/catapult/systrace/systrace/
monitor_unittest.py 38 def test_prefix(self): member in class:MonitorTest
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 165 test_prefix = name.split('.')[0]
166 if test_prefix in self.DEQP_MODULES:
167 api = self.DEQP_MODULES[test_prefix]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_fixers.py 3888 def test_prefix(self): member in class:Test_import
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/
test_fixers.py 3853 def test_prefix(self): member in class:Test_import
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/
test_fixers.py 3911 def test_prefix(self): member in class:Test_import
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py 3900 def test_prefix(self): member in class:Test_import
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py 3900 def test_prefix(self): member in class:Test_import
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
configure     [all...]

Completed in 1218 milliseconds