Searched refs:test_entry (Results 1 – 13 of 13) 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 | 531 def _PrintResultDictKeyVals(self, test_entry, result_dict): argument 556 self._PrintEntries([test_entry, key_entry, value_entry]) 779 test_entry = testdir if self._options.csv else testdir.ljust(width) 794 test_entries = [test_entry, self._color.Color(color, status_entry)] 806 self._PrintErrors(test_entry, result['error_msg']) 810 self._PrintErrorLogs(testdir, test_entry) 814 self._PrintResultDictKeyVals(test_entry, result['perf']) 825 self._PrintResultDictKeyVals(test_entry, info)
|
/external/python/cpython3/Lib/test/ |
D | test_ftplib.py | 654 def test_entry(line, type=None, perm=None, unique=None, name=None): function 667 test_entry('type=type;perm=perm;unique=unique; name\r\n') 669 test_entry('type=ty=pe;perm=perm;unique=unique; name\r\n', type="ty=pe") 670 test_entry('type==type;perm=perm;unique=unique; name\r\n', type="=type") 671 test_entry('type=t=y=pe;perm=perm;unique=unique; name\r\n', type="t=y=pe") 672 test_entry('type=====;perm=perm;unique=unique; name\r\n', type="====") 674 test_entry('type=type;perm=perm;unique=unique; na me\r\n', name="na me") 675 test_entry('type=type;perm=perm;unique=unique; name \r\n', name="name ") 676 test_entry('type=type;perm=perm;unique=unique; name\r\n', name=" name") 677 test_entry('type=type;perm=perm;unique=unique; n am e\r\n', name="n am e") [all …]
|
/external/llvm-project/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/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | prefer-dqform.ll | 37 test_entry: 58 _loop_2_do_.lr.ph: ; preds = %test_entry 93 _return_bb: ; preds = %_loop_2_do_, %test_entry
|
D | canonical-merge-shuffles.ll | 295 ; CHECK-P8: # %bb.0: # %test_entry 310 ; CHECK-P9: # %bb.0: # %test_entry 324 ; CHECK-NOVSX: # %bb.0: # %test_entry 335 test_entry:
|
/external/llvm/test/CodeGen/XCore/ |
D | 2011-01-31-DAGCombineBug.ll | 6 define i32 @test_entry() nounwind {
|
/external/llvm-project/llvm/test/CodeGen/XCore/ |
D | 2011-01-31-DAGCombineBug.ll | 6 define i32 @test_entry() nounwind {
|
/external/rust/crates/hashlink/tests/ |
D | lru_cache.rs | 143 fn test_entry() { in test_entry() function
|
/external/rust/crates/intrusive-collections/src/ |
D | rbtree.rs | 2732 fn test_entry() {
|
/external/rust/crates/hashbrown/src/ |
D | map.rs | 4212 fn test_entry() { in test_entry() function
|