Home
last modified time | relevance | path

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

/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/site_utils/
Dgenerate_test_report531 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/
Dtest_ftplib.py654 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/
Dbasic.ll5 define void @test_entry() gc "statepoint-example" {
6 ; CHECK-LABEL: @test_entry
/external/llvm/test/Transforms/PlaceSafepoints/
Dbasic.ll5 define void @test_entry() gc "statepoint-example" {
6 ; CHECK-LABEL: @test_entry
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dprefer-dqform.ll37 test_entry:
58 _loop_2_do_.lr.ph: ; preds = %test_entry
93 _return_bb: ; preds = %_loop_2_do_, %test_entry
Dcanonical-merge-shuffles.ll295 ; 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/
D2011-01-31-DAGCombineBug.ll6 define i32 @test_entry() nounwind {
/external/llvm-project/llvm/test/CodeGen/XCore/
D2011-01-31-DAGCombineBug.ll6 define i32 @test_entry() nounwind {
/external/rust/crates/hashlink/tests/
Dlru_cache.rs143 fn test_entry() { in test_entry() function
/external/rust/crates/intrusive-collections/src/
Drbtree.rs2732 fn test_entry() {
/external/rust/crates/hashbrown/src/
Dmap.rs4212 fn test_entry() { in test_entry() function