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

1 2 3

  /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);
  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test_case.py 79 def test_name(self): member in class:LibFuzzerTestCase
83 @test_name.setter
84 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, os.path.join(test_path,
106 test_name = pieces[-1] variable
112 """ % (test_name, chromeos_root, os.path.join(test_path,
  /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));
  /test/vts/testcases/template/binary_test/
binary_test_case.py 41 test_name: string, test case name which does not include test suite.
56 test_name,
67 self.test_name = test_name
90 self.test_name) if self.test_suite else self.test_name
128 def test_name(self): member in class:BinaryTestCase
129 '''Get test_name'''
132 @test_name.setter
133 def test_name(self, test_name) member in class:BinaryTestCase
    [all...]
  /external/autotest/client/bin/
fio_util.py 66 test_name = '' variable in class:fio_graph_generator
173 def _write_option(cls, f, test_name, test_type, percentile):
178 @param test_name: name of current workload. i.e. randwrite
185 (cls.graph_title[test_type], test_name))
188 (cls.graph_title[test_type], test_name))
198 def _write_graph(cls, test_name, test_type, pass_list, percentile=False):
202 @param test_name: name of current workload. i.e. randwrite
208 test_name, test_type, str(pass_list))
212 out_file_name = '%s_%s_percentile.html' % (test_name, test_type)
214 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()))
  /art/compiler/utils/
jni_macro_assembler_test.h 42 void DriverFn(TestFn f, const std::string& test_name) {
43 DriverWrapper(f(this, assembler_.get()), test_name); local
47 void DriverStr(const std::string& assembly_string, const std::string& test_name) {
48 DriverWrapper(assembly_string, test_name);
131 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) {
138 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]
  /external/libmojo/mojo/edk/system/
message_pipe_perftest.cc 70 std::string test_name = local
73 base::PerfTimeLogger logger(test_name.c_str());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 148 def test_name(self): member in class:SymtableTest
  /external/autotest/server/cros/dynamic_suite/
job_status.py 29 return not view['test_name'].startswith('CLIENT_JOB')
39 return view['test_name'] == 'SERVER_JOB'
50 return view['test_name'].endswith('SERVER_JOB')
61 return view_is_for_infrastructure_fail({'test_name': status.test_name})
114 return not (status.test_name.startswith('SERVER_JOB') or
115 status.test_name.startswith('CLIENT_JOB'))
151 # (test_name, subdir). In dynamic suite, we need to emit
152 # a subdir for each status and make sure (test_name, subdir)
160 yield Status(s.status, s.test_name, s.reason
436 def test_name(self): member in class:Status
442 def test_name(self, value): member in class:Status
    [all...]
  /external/dtc/tests/
testutils.c 38 char *test_name; variable
47 fprintf(stderr, "%s: %s (pid=%d)\n", test_name,
59 test_name = argv[0];
69 test_name, getpid());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_symtable.py 148 def test_name(self): member in class:SymtableTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_symtable.py 148 def test_name(self): member in class:SymtableTest
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 11 const char* test_name; member in struct:__anon104179::TestInfo
165 void RegisterTest(const char* test_name,
173 info->test_name = test_name;
190 printf("[ RUNNING ] %s.%s\n", info->test_name, info->case_name);
204 printf("[ %9s ] %s.%s\n", status, info->test_name, info->case_name);
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 11 const char* test_name; member in struct:__anon104567::TestInfo
165 void RegisterTest(const char* test_name,
173 info->test_name = test_name;
190 printf("[ RUNNING ] %s.%s\n", info->test_name, info->case_name);
204 printf("[ %9s ] %s.%s\n", status, info->test_name, info->case_name);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 148 def test_name(self): member in class:SymtableTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 148 def test_name(self): member in class:SymtableTest
  /external/ltp/testcases/kernel/fs/ftest/
ftest01.c 89 static char test_name[2]; variable
159 test_name[0] = 'a' + i;
160 test_name[1] = '\0';
161 fd = open(test_name, O_RDWR | O_CREAT | O_TRUNC, 0666);
165 fuss, test_name);
501 if (truncate(test_name, file_max) < 0) {
551 tst_resm(TINFO, "\tunlinking '%s'", test_name);
555 if (unlink(test_name) == -1)

Completed in 1810 milliseconds

1 2 3