/external/igt-gpu-tools/lib/ |
D | igt_kmod.c | 469 int igt_kselftest_init(struct igt_kselftest *tst, in igt_kselftest_init() argument 474 memset(tst, 0, sizeof(*tst)); in igt_kselftest_init() 476 tst->module_name = strdup(module_name); in igt_kselftest_init() 477 if (!tst->module_name) in igt_kselftest_init() 480 tst->kmsg = -1; in igt_kselftest_init() 482 err = kmod_module_new_from_name(kmod_ctx(), module_name, &tst->kmod); in igt_kselftest_init() 489 int igt_kselftest_begin(struct igt_kselftest *tst) in igt_kselftest_begin() argument 493 if (strcmp(tst->module_name, "i915") == 0) in igt_kselftest_begin() 496 err = kmod_module_remove_module(tst->kmod, KMOD_REMOVE_FORCE); in igt_kselftest_begin() 499 tst->kmsg = open("/dev/kmsg", O_RDONLY | O_NONBLOCK); in igt_kselftest_begin() [all …]
|
D | igt_kmod.h | 58 int igt_kselftest_init(struct igt_kselftest *tst, 60 int igt_kselftest_begin(struct igt_kselftest *tst); 65 int igt_kselftest_execute(struct igt_kselftest *tst, 70 void igt_kselftest_end(struct igt_kselftest *tst); 71 void igt_kselftest_fini(struct igt_kselftest *tst);
|
/external/libxml2/result/ |
D | att10.sax | 5 SAX.elementDecl(tst, 3, ...) 6 SAX.attributeDecl(tst, a, 8, 3, NULL, ...) 7 SAX.attributeDecl(tst, b, 1, 3, NULL, ...) 21 SAX.startElement(tst, a=' xyz', b=' xyz') 22 SAX.endElement(tst) 35 SAX.startElement(tst, a='&d;&d;A&a; &a;B&da;', b='&d;&d;A&a; &a;B&da;') 36 SAX.endElement(tst) 39 SAX.startElement(tst, a=' 50 SAX.endElement(tst) 53 SAX.startElement(tst, a=' x y ', b=' x y ') [all …]
|
D | att10.sax2 | 5 SAX.elementDecl(tst, 3, ...) 6 SAX.attributeDecl(tst, a, 8, 3, NULL, ...) 7 SAX.attributeDecl(tst, b, 1, 3, NULL, ...) 21 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='xyz"...', 3, b=' xy...', 5) 22 SAX.endElementNs(tst, NULL, NULL) 35 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='&d;&...', 19, b='&d;&...', 19) 36 SAX.endElementNs(tst, NULL, NULL) 39 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a=' 46 SAX.endElementNs(tst, NULL, NULL) 49 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='x y...', 3, b=' x ...', 6) [all …]
|
D | att10.rdr | 5 1 1 tst 1 0 8 1 1 tst 1 0 11 1 1 tst 1 0 14 1 1 tst 1 0 17 1 1 tst 1 0 20 1 1 tst 1 0
|
D | att10.rde | 5 1 1 tst 1 0 8 1 1 tst 1 0 11 1 1 tst 1 0 14 1 1 tst 1 0 17 1 1 tst 1 0 20 1 1 tst 1 0
|
/external/libxml2/result/noent/ |
D | att10.sax2 | 5 SAX.elementDecl(tst, 3, ...) 6 SAX.attributeDecl(tst, a, 8, 3, NULL, ...) 7 SAX.attributeDecl(tst, b, 1, 3, NULL, ...) 21 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='xyz"...', 3, b=' xy...', 5) 22 SAX.endElementNs(tst, NULL, NULL) 35 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='A B...', 3, b=' A ...', 9) 36 SAX.endElementNs(tst, NULL, NULL) 39 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a=' 46 SAX.endElementNs(tst, NULL, NULL) 49 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='x y...', 3, b=' x ...', 6) [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 1-1.c | 46 struct unique *tst; in main() local 48 tst = sym; in main() 49 while (tst->name) { in main() 51 printf("Policy: %s\n", tst->name); in main() 54 policy = tst->value; in main() 68 tst->name); in main() 72 tst++; in main() 84 tst->name); in main() 90 tst->name); in main() 94 tst++; in main()
|
D | 19-1.c | 45 struct unique *tst; in main() local 47 tst = sym; in main() 48 while (tst->name) { in main() 49 policy = tst->value; in main() 51 printf("Policy: %s\n", tst->name); in main() 83 tst++; in main()
|
D | 17-1.c | 51 struct unique *tst; in main() local 53 tst = sym; in main() 54 while (tst->name) { in main() 55 policy = tst->value; in main() 57 printf("Policy: %s\n", tst->name); in main() 111 tst++; in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-tst.s | 6 tst r3 7 tst r14 8 tst r24 9 tst r12 11 ; CHECK: tst r3 ; encoding: [0x33,0x20] 12 ; CHECK: tst r14 ; encoding: [0xee,0x20] 13 ; CHECK: tst r24 ; encoding: [0x88,0x23] 14 ; CHECK: tst r12 ; encoding: [0xcc,0x20]
|
/external/toybox/tests/ |
D | killall.test | 11 tst=toybox.test 12 (./$tst 2>/dev/null &) 13 testing "short name" "killall -w $tst && echo killed ; sleep 0.1; \ 14 pgrep -l $tst || echo really" "killed\nreally\n" "" "" 16 tst=toybox.killall.test.script 17 (./$tst 2>/dev/null &) 18 testing "long name" "killall -w $tst && echo killed ; sleep 0.1; \ 19 pgrep -l $tst || echo really" "killed\nreally\n" "" ""
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 102 def assert_column_header_command_shortcut(tst, argument 108 tst.assertFalse(reverse and "-r" in command) 109 tst.assertFalse(not(op_type_regex) and ("-t %s" % op_type_regex) in command) 110 tst.assertFalse( 112 tst.assertFalse( 116 def assert_listed_tensors(tst, argument 147 tst.assertGreaterEqual(num_dumped_tensors, len(expected_tensor_names)) 150 tst.assertEqual("Op type regex filter: \"%s\"" % op_type_regex, 155 tst.assertEqual("Node name regex filter: \"%s\"" % node_name_regex, 159 tst.assertEqual("", next(line_iter)) [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | analyze-branch.ll | 15 %tst = icmp eq i32 %in, 42 16 br i1 %tst, label %true, label %false, !prof !0 38 %tst = icmp eq i32 %in, 42 39 br i1 %tst, label %true, label %false, !prof !1 61 %tst = icmp eq i32 %in, 0 62 br i1 %tst, label %true, label %false, !prof !0 82 %tst = icmp eq i64 %in, 0 83 br i1 %tst, label %true, label %false, !prof !1 103 %tst = icmp ne i32 %in, 0 104 br i1 %tst, label %true, label %false, !prof !0 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | analyze-branch.ll | 15 %tst = icmp eq i32 %in, 42 16 br i1 %tst, label %true, label %false, !prof !0 38 %tst = icmp eq i32 %in, 42 39 br i1 %tst, label %true, label %false, !prof !1 61 %tst = icmp eq i32 %in, 0 62 br i1 %tst, label %true, label %false, !prof !0 82 %tst = icmp eq i64 %in, 0 83 br i1 %tst, label %true, label %false, !prof !1 103 %tst = icmp ne i32 %in, 0 104 br i1 %tst, label %true, label %false, !prof !0 [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
D | 10-1.c | 39 struct unique *tst; in main() local 41 tst = sym; in main() 43 while (tst->name) { in main() 45 if (tst->value == sym[i].value in main() 46 && strcmp(tst->name, sym[i].name)) { in main() 48 tst->name, sym[i].name); in main() 52 tst++; in main()
|
/external/arm-trusted-firmware/bl32/sp_min/ |
D | wa_cve_2017_5715_icache_inv.S | 40 tst sp, #4 43 tst sp, #2 47 tst sp, #1 55 tst sp, #2 58 tst sp, #1 65 tst sp, #1 72 tst sp, #1
|
D | wa_cve_2017_5715_bpiall.S | 39 tst sp, #4 42 tst sp, #2 46 tst sp, #1 53 tst sp, #2 57 tst sp, #1 64 tst sp, #1 71 tst sp, #1
|
/external/bzip2/ |
D | makefile.msc | 31 .\\bzip2 -d < sample1.bz2 > sample1.tst 32 .\\bzip2 -d < sample2.bz2 > sample2.tst 33 .\\bzip2 -ds < sample3.bz2 > sample3.tst 43 fc sample1.tst sample1.ref 44 fc sample2.tst sample2.ref 45 fc sample3.tst sample3.ref 57 del sample1.tst 58 del sample2.tst 59 del sample3.tst
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fast-isel-select.ll | 9 ; ARM: tst r0, #1 13 ; THUMB: tst.w r0, #1 24 ; ARM: tst r0, #1 28 ; THUMB: tst.w r0, #1 39 ; ARM: tst r0, #1 43 ; THUMB: tst.w r0, #1 55 ; ARM: tst r0, #1 59 ; THUMB: tst.w r0, #1 70 ; ARM: tst r0, #1 74 ; THUMB: tst.w r0, #1 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-select.ll | 10 ; ARM: tst r0, #1 15 ; THUMB: tst.w r0, #1 26 ; ARM: tst r0, #1 30 ; THUMB: tst.w r0, #1 41 ; ARM: tst r0, #1 45 ; THUMB: tst.w r0, #1 58 ; ARM: tst r0, #1 63 ; THUMB: tst.w r0, #1 74 ; ARM: tst r0, #1 78 ; THUMB: tst.w r0, #1 [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 115 struct unique *tst; in main() local 117 tst = sym; in main() 119 while (tst->name) { in main() 121 …if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)… in main() 123 tst->name, sym[i].name); in main() 127 tst++; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
D | 3-1.c | 46 struct unique *tst; in main() local 48 tst = sym; in main() 60 while (tst->name) { in main() 61 if (result == tst->value) { in main() 65 tst++; in main()
|
/external/u-boot/arch/arm/lib/ |
D | memset.S | 52 tst r2, #32 55 tst r2, #16 84 tst r8, #(1 << 30) 94 tst r2, #32 96 tst r2, #16 102 4: tst r2, #8 104 tst r2, #4 110 5: tst r2, #2 113 tst r2, #1
|
/external/skia/gm/ |
D | colorfilters.cpp | 132 for (const auto& tst: gTests) { in onDraw() local 135 const auto dh = (std::get<1>(tst.h) - std::get<0>(tst.h)) / (kSteps - 1), in onDraw() 136 ds = (std::get<1>(tst.s) - std::get<0>(tst.s)) / (kSteps - 1), in onDraw() 137 dl = (std::get<1>(tst.l) - std::get<0>(tst.l)) / (kSteps - 1); in onDraw() 138 auto h = std::get<0>(tst.h), in onDraw() 139 s = std::get<0>(tst.s), in onDraw() 140 l = std::get<0>(tst.l); in onDraw()
|