Home
last modified time | relevance | path

Searched refs:test_entry (Results 1 – 7 of 7) sorted by relevance

/external/autotest/site_utils/
Dgenerate_test_report541 def _PrintResultDictKeyVals(self, test_entry, result_dict): argument
566 self._PrintEntries([test_entry, key_entry, value_entry])
609 test_entry = testdir if self._options.csv else testdir.ljust(width)
618 test_entries = [test_entry, self._color.Color(color, status_entry)]
630 self._PrintErrors(test_entry, result['error_msg'])
634 self._PrintErrorLogs(testdir, test_entry)
638 self._PrintResultDictKeyVals(test_entry, result['perf'])
649 self._PrintResultDictKeyVals(test_entry, info)
/external/squashfs-tools/squashfs-tools/
Daction.h100 struct test_entry *test;
142 struct test_entry { struct
146 int (*parse_args)(struct test_entry *, struct atom *); argument
Daction.c86 static struct test_entry test_table[];
274 struct test_entry *test; in parse_test()
2099 static int parse_number_arg(struct test_entry *test, struct atom *atom) in parse_number_arg()
2125 static int parse_range_args(struct test_entry *test, struct atom *atom) in parse_range_args()
2226 static int check_pathname(struct test_entry *test, struct atom *atom) in check_pathname()
2354 static int parse_uid_arg(struct test_entry *test, struct atom *atom) in parse_uid_arg()
2399 static int parse_gid_arg(struct test_entry *test, struct atom *atom) in parse_gid_arg()
2454 static int parse_type_arg(struct test_entry *test, struct atom *atom) in parse_type_arg()
2506 static int parse_file_arg(struct test_entry *test, struct atom *atom) in parse_file_arg()
2803 static int parse_expr_argX(struct test_entry *test, struct atom *atom, in parse_expr_argX()
[all …]
/external/autotest/server/
Dserver_job.py729 for test_entry in tests:
731 if len(test_entry) > 2 and not isinstance(test_entry[2], dict):
732 test_attribs = {'include': test_entry[2]}
733 if len(test_entry) > 3:
734 test_attribs['exclude'] = test_entry[3]
735 if len(test_entry) > 4:
736 test_attribs['attributes'] = test_entry[4]
738 test_entry = list(test_entry[:2])
739 test_entry.append(test_attribs)
741 ti = site_server_job_utils.test_item(*test_entry)
/external/llvm/test/Transforms/PlaceSafepoints/
Dbasic.ll5 define void @test_entry() gc "statepoint-example" {
6 ; CHECK-LABEL: @test_entry
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
D2011-01-31-DAGCombineBug.ll6 define i32 @test_entry() nounwind {
/external/llvm/test/CodeGen/XCore/
D2011-01-31-DAGCombineBug.ll6 define i32 @test_entry() nounwind {