HomeSort by relevance Sort by last modified time
    Searched defs:test_name (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
OneTest 21 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-timeout/DummySubDir/
OneTest 20 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/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
OneTest 22 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/
test_cursor_kind.py 3 def test_name(): function
  /external/autotest/client/tests/compilebench/
compilebench.py 5 test_name = 'compilebench' variable
22 os.path.join(self.srcdir, test_name),
  /external/selinux/libsepol/cil/test/unit/
test_cil_symtab.c 41 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/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
sugar_test.py 71 def test_name(self): member in class:ReshapeCoderTest
io_ops_test.py 98 def test_name(self): member in class:PlaceholderTest
  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test_case.py 81 def test_name(self): member in class:LibFuzzerTestCase
85 @test_name.setter
86 def test_name(self, name): member in class:LibFuzzerTestCase
  /external/toolchain-utils/
weekly_report.py 52 test_name = pieces[-1]
58 """ % (test_name, chromeos_root,
106 test_name = pieces[-1] variable
112 """ % (test_name, chromeos_root,
  /external/autotest/client/site_tests/camera_HAL3Perf/
camera_HAL3Perf.py 28 test_name = 'camera_HAL3Perf' variable in class:camera_HAL3Perf
57 self._logperf(self.test_name,
85 '%s_%s' % (self.test_name,
  /external/jemalloc/test/src/
test.c 6 static const char * test_name = ""; variable
52 test_name = name;
60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status));
  /external/libchrome/base/test/
gtest_util.h 71 std::string test_name; member in struct:base::TestIdentifier
79 const std::string& test_name);
  /external/linux-kselftest/tools/testing/selftests/membarrier/
membarrier_test.c 51 const char *test_name = "sys membarrier MEMBARRIER_CMD_SHARED\n"; local
  /external/linux-kselftest/tools/testing/selftests/size/
get_size.c 78 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/
test_font.py 52 def test_name(self): member in class:FontTest
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_font.py 52 def test_name(self): member in class:FontTest
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser_test.cc 30 string test_name; member in struct:xla::tools::__anon39126::TestData
35 return data.param.test_name;
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_composition_test.py 118 def test_name(self): member in class:SquareLinearOperatorCompositionTest
  /system/extras/libperfmgr/tests/
NodeTest.cc 97 std::string test_name = "TESTREQ_1"; local
99 Node t(test_name, test_path, {}, 0, false, true);
100 EXPECT_EQ(test_name, t.GetName());
  /external/autotest/client/bin/
fio_util.py 71 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_type
    [all...]
  /external/autotest/client/deps/glbench/src/
main.cc 47 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()))
  /test/vts/testcases/template/binary_test/
binary_test_case.py 41 test_name: string, test case name which does not include test suite.
59 test_name,
71 self.test_name = test_name
112 self.test_suite, self.test_name)
113 if self.test_suite else self.test_name)
155 def test_name(self): member in class:BinaryTestCase
156 '''Get test_name'''
159 @test_name.setter
160 def test_name(self, test_name) member in class:BinaryTestCase
    [all...]
  /art/compiler/utils/
jni_macro_assembler_test.h 43 void DriverFn(TestFn f, const std::string& test_name) {
44 DriverWrapper(f(this, assembler_.get()), test_name); local
48 void DriverStr(const std::string& assembly_string, const std::string& test_name) {
49 DriverWrapper(assembly_string, test_name);
132 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) {
139 test_helper_->Driver(*data, assembly_text, test_name);
  /external/iptables/
iptables-test.py 252 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 528 milliseconds

1 2 3 4