Searched defs:test_name (Results 1 - 25 of 113) sorted by relevance

12345

/external/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
H A DOneTest21 test_name = sys.argv[1].split('=',1)[1] variable
22 if test_name == 'FirstTest.subTestA':
26 elif test_name == 'FirstTest.subTestB':
30 elif test_name in ('ParameterizedTest/0.subTest',
36 raise SystemExit("error: invalid test name: %r" % (test_name,))
/external/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
H A DOneTest22 test_name = sys.argv[1].split('=',1)[1] variable
24 if test_name == 'FirstTest.subTestA':
28 elif test_name == 'FirstTest.subTestB':
32 elif test_name in ('ParameterizedTest/0.subTest',
38 raise SystemExit("error: invalid test name: %r" % (test_name,))
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py3 def test_name(): function
/external/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest20 test_name = sys.argv[1].split('=',1)[1] variable
21 if test_name == 'FirstTest.subTestA':
25 elif test_name == 'FirstTest.subTestB':
30 elif test_name == 'FirstTest.subTestC':
35 raise SystemExit("error: invalid test name: %r" % (test_name,))
/external/autotest/client/tests/compilebench/
H A Dcompilebench.py5 test_name = 'compilebench' variable
22 os.path.join(self.srcdir, test_name),
/external/libmojo/mojo/public/cpp/test_support/
H A Dtest_support.h16 inline void LogPerfResult(const char* test_name, argument
20 MojoTestSupportLogPerfResult(test_name, sub_test_name, value, units);
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_symtab.c41 char* test_name = "test"; local
59 int rc = cil_symtab_insert(test_symtab, (hashtab_key_t)test_name, (struct cil_symtab_datum*)test_block, test_ast_node);
/external/libchrome/base/test/
H A Dgtest_util.h71 std::string test_name; member in struct:base::TestIdentifier
79 const std::string& test_name);
/external/libchrome/testing/
H A Dmultiprocess_func_list.cc36 std::string test_name,
39 GetMultiprocessFuncMap()[test_name] =
43 int InvokeChildProcessTest(const std::string& test_name) { argument
45 MultiProcessTestMap::iterator it = func_lookup_table.find(test_name);
35 AppendMultiProcessTest( std::string test_name, TestMainFunctionPtr main_func_ptr, SetupFunctionPtr setup_func_ptr) argument
/external/linux-kselftest/tools/testing/selftests/membarrier/
H A Dmembarrier_test.c51 const char *test_name = "sys membarrier MEMBARRIER_CMD_SHARED\n"; local
/external/selinux/libsepol/tests/
H A Dhelpers.c35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name) argument
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) {
57 if (read_source_policy(p, filename, test_name)) {
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_macros.cc69 const string& test_name) {
72 // First try full match: test_case_name.test_name
76 tensorflow::strings::StrCat(test_case_name, ".", test_name));
80 return test_name;
89 return "DISABLED_" + test_name;
94 return test_name;
68 PrependDisabledIfIndicated(const string& test_case_name, const string& test_name) argument
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_parser_test.cc30 string test_name; member in struct:xla::tools::__anon25805::TestData
35 return data.param.test_name;
/external/tensorflow/tensorflow/core/util/
H A Dreporter.cc24 TestReporter::TestReporter(const string& fname, const string& test_name) argument
25 : closed_(true), fname_(fname), test_name_(test_name) {}
H A Dreporter.h39 // TestReporter reporter(test_name);
46 // is set, and test_name is "BM_Foo/1/2", then a BenchmarkEntries pb
54 // Create a TestReporter with the test name 'test_name'.
55 explicit TestReporter(const string& test_name) argument
56 : TestReporter(GetLogEnv(), test_name) {}
59 TestReporter(const string& fname, const string& test_name);
/external/autotest/client/site_tests/camera_HAL3Perf/
H A Dcamera_HAL3Perf.py28 test_name = 'camera_HAL3Perf' variable in class:camera_HAL3Perf
57 self._logperf(self.test_name,
85 '%s_%s' % (self.test_name,
/external/libmojo/mojo/public/tests/
H A Dtest_support_private.cc15 void MojoTestSupportLogPerfResult(const char* test_name, argument
20 g_test_support->LogPerfResult(test_name, sub_test_name, value, units);
23 printf("[no test runner]\t%s/%s\t%g\t%s\n", test_name, sub_test_name,
26 printf("[no test runner]\t%s\t%g\t%s\n", test_name, value, units);
/external/linux-kselftest/tools/testing/selftests/size/
H A Dget_size.c78 static const char *test_name = " get runtime memory use\n"; local
86 print(test_name);
91 print(test_name);
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
H A Dtest_font.py52 def test_name(self): member in class:FontTest
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
H A Dtest_font.py52 def test_name(self): member in class:FontTest
/external/tensorflow/tensorflow/contrib/tensorboard/db/
H A Dsummary_file_writer_test.cc43 const string& test_name,
47 CHECK(tests->insert(test_name).second) << ": " << test_name;
50 TF_CHECK_OK(CreateSummaryFileWriter(1, 1, testing::TmpDir(), test_name,
61 if (StringPiece(f).contains(test_name)) {
63 return errors::Unknown("Found more than one file for ", test_name);
82 return errors::Unknown("Found no file for ", test_name);
42 SummaryTestHelper( const string& test_name, const std::function<Status(SummaryWriterInterface*)>& writer_fn, const std::function<void(const Event&)>& test_fn) argument
/external/toolchain-utils/
H A Dweekly_report.py52 test_name = pieces[-1]
58 """ % (test_name, chromeos_root,
106 test_name = pieces[-1] variable
112 """ % (test_name, chromeos_root,
/external/autotest/client/bin/
H A Dfio_util.py71 test_name = '' variable in class:fio_graph_generator
178 def _write_option(cls, f, test_name, test_type, percentile):
183 @param test_name: name of current workload. i.e. randwrite
190 (cls.graph_title[test_type], test_name))
193 (cls.graph_title[test_type], test_name))
203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False):
207 @param test_name: name of current workload. i.e. randwrite
213 test_name, test_type, str(pass_list))
217 out_file_name = '%s_%s_percentile.html' % (test_name, test_type)
219 out_file_name = '%s_%s.html' % (test_name, test_typ
[all...]
/external/autotest/client/deps/glbench/src/
H A Dmain.cc47 const char* test_name = test->Name(); local
52 if (strstr(test_name, i->c_str()))
64 const char* test_name = test->Name(); local
69 if (strstr(test_name, i->c_str()))
/external/iptables/
H A Diptables-test.py252 def test_name(x): function in function:show_missing
254 missing = [test_name(i) for i in libfiles
255 if not test_name(i) in testfiles]

Completed in 762 milliseconds

12345