Home
last modified time | relevance | path

Searched refs:test_prefix (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/common/linux/tests/
Dauto_testfile.h51 explicit AutoTestFile(const char* test_prefix) { in AutoTestFile() argument
52 Init(test_prefix); in AutoTestFile()
59 AutoTestFile(const char* test_prefix, const char* text) { in AutoTestFile() argument
60 Init(test_prefix); in AutoTestFile()
65 AutoTestFile(const char* test_prefix, const char* text, size_t text_len) { in AutoTestFile() argument
66 Init(test_prefix); in AutoTestFile()
92 void Init(const char* test_prefix) { in Init() argument
97 test_prefix); in Init()
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh50 test_prefix=$(basename "$prereq_dir")
53 if [ "$test_prefix" = "speculative" ]; then
54 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//))
55 test_prefix="${test_prefix}_speculative"
66 tests="$tests${test_prefix}_$prereq"
75 targets="$targets${test_prefix}_$prereq"
212 bin_file="${test_prefix}_$prereq"
247 dst="${test_prefix}_$prereq"
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dtempfile_ext_unittest.py32 test_prefix = 'bar'
33 with tempfile_ext.NamedTemporaryDirectory(prefix=test_prefix) as d:
34 self.assertTrue(os.path.basename(d).startswith(test_prefix))
/external/chromium-trace/catapult/systrace/systrace/
Dmonitor_unittest.py38 def test_prefix(self): member in MonitorTest
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils_test.cc139 tstring test_prefix = full_name("test_prefix"); in TEST() local
140 TF_ASSERT_OK(WriteElementsToCheckpoint(&writer, test_prefix, elements)); in TEST()
147 ReadElementsFromCheckpoint(&reader, test_prefix, &read_elements)); in TEST()
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py178 test_prefix = name.split('.')[0]
179 if test_prefix in self.DEQP_MODULES:
180 api = self.DEQP_MODULES[test_prefix]
/external/protobuf/php/tests/
Dcompatibility_test.sh26 proto/test_prefix.proto \
/external/protobuf/php/tests/proto/
Dtest.proto9 import 'proto/test_prefix.proto';
/external/protobuf/
Dtests.sh412 proto/test_prefix.proto \
DMakefile.am870 php/tests/proto/test_prefix.proto \
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py2142 def InstantiateTests(globals_dict, backend_fn, test_prefix="", **kw): argument
2147 test = type(test_prefix + klass.__name__, (klass,), {})
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py3958 def test_prefix(self): member in Test_import
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py3853 def test_prefix(self): member in Test_import