Searched refs:test_prefix (Results 1 – 13 of 13) sorted by relevance
/external/google-breakpad/src/common/linux/tests/ |
D | auto_testfile.h | 51 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/ |
D | generate-makefiles.sh | 50 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/ |
D | tempfile_ext_unittest.py | 32 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/ |
D | monitor_unittest.py | 38 def test_prefix(self): member in MonitorTest
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_utils_test.cc | 139 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/ |
D | graphics_dEQP.py | 178 test_prefix = name.split('.')[0] 179 if test_prefix in self.DEQP_MODULES: 180 api = self.DEQP_MODULES[test_prefix]
|
/external/protobuf/php/tests/ |
D | compatibility_test.sh | 26 proto/test_prefix.proto \
|
/external/protobuf/php/tests/proto/ |
D | test.proto | 9 import 'proto/test_prefix.proto';
|
/external/protobuf/ |
D | tests.sh | 412 proto/test_prefix.proto \
|
D | Makefile.am | 870 php/tests/proto/test_prefix.proto \
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client_test.py | 2142 def InstantiateTests(globals_dict, backend_fn, test_prefix="", **kw): argument 2147 test = type(test_prefix + klass.__name__, (klass,), {})
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_fixers.py | 3958 def test_prefix(self): member in Test_import
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_fixers.py | 3853 def test_prefix(self): member in Test_import
|