Searched refs:test_entry (Results 1 – 9 of 9) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | action.h | 100 struct test_entry *test; 142 struct test_entry { struct 146 int (*parse_args)(struct test_entry *, struct atom *); argument
|
D | action.c | 86 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/site_utils/ |
D | generate_test_report | 541 def _PrintResultDictKeyVals(self, test_entry, result_dict): argument 566 self._PrintEntries([test_entry, key_entry, value_entry]) 789 test_entry = testdir if self._options.csv else testdir.ljust(width) 798 test_entries = [test_entry, self._color.Color(color, status_entry)] 810 self._PrintErrors(test_entry, result['error_msg']) 814 self._PrintErrorLogs(testdir, test_entry) 818 self._PrintResultDictKeyVals(test_entry, result['perf']) 829 self._PrintResultDictKeyVals(test_entry, info)
|
/external/python/cpython3/Lib/test/ |
D | test_ftplib.py | 647 def test_entry(line, type=None, perm=None, unique=None, name=None): function 660 test_entry('type=type;perm=perm;unique=unique; name\r\n') 662 test_entry('type=ty=pe;perm=perm;unique=unique; name\r\n', type="ty=pe") 663 test_entry('type==type;perm=perm;unique=unique; name\r\n', type="=type") 664 test_entry('type=t=y=pe;perm=perm;unique=unique; name\r\n', type="t=y=pe") 665 test_entry('type=====;perm=perm;unique=unique; name\r\n', type="====") 667 test_entry('type=type;perm=perm;unique=unique; na me\r\n', name="na me") 668 test_entry('type=type;perm=perm;unique=unique; name \r\n', name="name ") 669 test_entry('type=type;perm=perm;unique=unique; name\r\n', name=" name") 670 test_entry('type=type;perm=perm;unique=unique; n am e\r\n', name="n am e") [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PlaceSafepoints/ |
D | basic.ll | 5 define void @test_entry() gc "statepoint-example" { 6 ; CHECK-LABEL: @test_entry
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | basic.ll | 5 define void @test_entry() gc "statepoint-example" { 6 ; CHECK-LABEL: @test_entry
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | 2011-01-31-DAGCombineBug.ll | 6 define i32 @test_entry() nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | 2011-01-31-DAGCombineBug.ll | 6 define i32 @test_entry() nounwind {
|
/external/llvm/test/CodeGen/XCore/ |
D | 2011-01-31-DAGCombineBug.ll | 6 define i32 @test_entry() nounwind {
|