/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 45 chk = test_checker() variable 122 chk.check(os.path.exists(self.block), "%s exists" % (self.block)) 129 chk.check(os.path.exists(keyfile), "%s exists" % (keyfile)) 130 chk.check(not os.path.exists(other), "%s does not exist" % (other)) 134 chk.check(stat.S_ISREG(info.st_mode), 136 chk.check(info.st_uid == 0, "%s is owned by root" % (keyfile)) 137 chk.check(info.st_gid == 0, "%s has group root" % (keyfile)) 138 chk.check(stat.S_IMODE(info.st_mode) == (stat.S_IRUSR | stat.S_IWUSR), 140 chk.check(info.st_size == 48, "%s is 48 bytes" % (keyfile)) 144 chk.check(stat.S_ISREG(info.st_mode), [all …]
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_parser_test.cc | 39 test_checker* chk = static_cast<test_checker*>(ud); in onhdr() local 40 ekey = va_arg(chk->args, char*); in onhdr() 42 evalue = va_arg(chk->args, char*); in onhdr() 56 test_checker chk; in test_vector() local 58 va_start(chk.args, hexstring); in test_vector() 61 parser->on_header_user_data = &chk; in test_vector() 77 GPR_ASSERT(nullptr == va_arg(chk.args, char*)); in test_vector() 79 va_end(chk.args); in test_vector()
|
/external/libopus/celt/tests/ |
D | test_unit_mathops.c | 92 opus_int32 min_d,max_d,last,chk; in testbitexactcos() local 93 chk=max_d=0; in testbitexactcos() 99 chk ^= q*i; in testbitexactcos() 105 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)|| in testbitexactcos() 116 opus_int32 min_d,max_d,last,chk; in testbitexactlog2tan() local 117 fail=chk=max_d=0; in testbitexactlog2tan() 125 chk ^= q*i; in testbitexactlog2tan() 133 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail|| in testbitexactlog2tan()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | hoist-mustexec.ll | 19 %r.chk = icmp ult i32 %iv, 2000 20 br i1 %r.chk, label %continue, label %fail 47 %r.chk = fcmp olt float %iv, 2000.0 48 br i1 %r.chk, label %continue, label %fail 79 %r.chk = icmp ule i32 %iv, %len 80 br i1 %r.chk, label %continue, label %fail 112 %r.chk = icmp ule i32 %iv, %len 113 br i1 %r.chk, label %continue, label %fail 143 %r.chk = icmp ult i32 %iv, %len 144 br i1 %r.chk, label %continue, label %fail [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | .gitignore | 10 tm-signal-context-chk-fpu 11 tm-signal-context-chk-gpr 12 tm-signal-context-chk-vmx 13 tm-signal-context-chk-vsx
|
D | Makefile | 2 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \ 3 tm-signal-context-chk-vmx tm-signal-context-chk-vsx
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_uboot_glue.c | 165 struct yaffs_dev *chk; in cmd_yaffs_devconfig() local 202 chk = yaffs_next_dev(); in cmd_yaffs_devconfig() 203 if (!chk) in cmd_yaffs_devconfig() 205 if (strcmp(chk->param.name, mp) == 0) { in cmd_yaffs_devconfig() 209 if (chk->driver_context == mtd && in cmd_yaffs_devconfig() 211 chk->param.start_block, chk->param.end_block, in cmd_yaffs_devconfig() 214 chk->param.name); in cmd_yaffs_devconfig()
|
/external/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 11 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 12 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 24 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 25 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 52 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 53 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 107 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 108 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 129 ; CHECK: %wide.chk = icmp uge i32 %a, 11 130 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 11 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 12 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 24 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 25 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 52 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 53 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 107 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 108 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 129 ; CHECK: %wide.chk = icmp uge i32 %a, 11 130 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] [all …]
|
D | loop-schedule.ll | 17 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 18 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 43 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 45 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ]
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | headermap.go | 67 chk := http.CanonicalHeaderKey(v) 68 commonLowerHeader[chk] = v 69 commonCanonHeader[v] = chk
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 484 fsck->chk.valid_blk_cnt++; in sanity_check_nid() 485 fsck->chk.valid_node_cnt++; in sanity_check_nid() 677 fsck->chk.valid_inode_cnt++; in fsck_chk_inode_blk() 689 fsck->chk.multi_hard_link_files++; in fsck_chk_inode_blk() 1623 fsck->chk.valid_blk_cnt++; in fsck_chk_data_blk() 1646 fsck->chk.valid_blk_cnt++; in fsck_chk_data_blk() 1826 if (fsck->chk.sit_free_segs + sit_valid_segs != TOTAL_SEGS(sbi)) { in fsck_chk_meta() 1829 fsck->chk.sit_free_segs, sit_valid_segs, in fsck_chk_meta() 1835 if (fsck->chk.valid_nat_entry_cnt != sit_node_blks) { in fsck_chk_meta() 1838 fsck->chk.valid_nat_entry_cnt, sit_node_blks); in fsck_chk_meta() [all …]
|
/external/openssh/ |
D | ge25519.c | 199 fe25519 t, chk, num, den, den2, den4, den6; in ge25519_unpackneg_vartime() local 224 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime() 225 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime() 226 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime() 230 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime() 231 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime() 232 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 6-1.c | 112 pid_t pid, chk; in threaded() local 144 chk = waitpid(pid, &status, 0); in threaded() 145 if (chk != pid) { in threaded() 146 output("Expected pid: %i. Got %i\n", (int)pid, (int)chk); in threaded()
|
/external/scapy/scapy/layers/ |
D | clns.py | 75 chk = _cln_protocols.get(nlpid, None) 76 if chk is not None and chk != cln_protocol_class:
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/ |
D | helper.c | 88 pid_t chk; in main() local 147 chk = waitpid(child, &status, 0); in main() 148 if (chk != child) { in main()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 949 static int do_x509_check(X509 *x, const char *chk, size_t chklen, in do_x509_check() argument 971 if (chklen > 1 && chk[0] == '.') in do_x509_check() 1000 chk, chklen, peername)) != 0) in do_x509_check() 1025 chk, chklen, peername)) != 0) in do_x509_check() 1031 int X509_check_host(X509 *x, const char *chk, size_t chklen, in X509_check_host() argument 1034 if (chk == NULL) in X509_check_host() 1036 if (OPENSSL_memchr(chk, '\0', chklen)) in X509_check_host() 1038 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host() 1041 int X509_check_email(X509 *x, const char *chk, size_t chklen, in X509_check_email() argument 1044 if (chk == NULL) in X509_check_email() [all …]
|
/external/libpng/scripts/ |
D | genchk.cmake.in | 2 # Generate .chk from .out with awk (generic), based upon the automake logic. 23 if("${INPUTEXT}" STREQUAL ".out" AND "${OUTPUTEXT}" STREQUAL ".chk") 24 # Generate .chk from .out with awk (generic)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/ |
D | widened.ll | 36 %wide.chk = and i1 %rcA, %rcB 37 call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk, i32 9) [ "deopt"() ] 89 %wide.chk = and i1 %rcA, %rcIV 91 %wide.chk.final = and i1 %wide.chk, %rcB 92 call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk.final, i32 9) [ "deopt"() ]
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | port_server.py | 97 chk = [ 101 random.shuffle(chk) 102 for i in chk:
|
/external/u-boot/cmd/ |
D | nvedit.c | 908 int chk = 0; in do_env_export() local 926 chk = 1; in do_env_export() 973 if (chk) /* export as checksum protected block */ in do_env_export() 986 if (chk) { in do_env_export() 1025 int chk = 0; in do_env_import() local 1046 chk = 1; in do_env_import() 1079 } else if (argc == 1 && chk) { in do_env_import() 1101 if (chk) { in do_env_import()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | guards.ll | 191 ; CHECK: %wide.chk = and i1 %c1, %c2 192 ; CHECK-NEXT: experimental.guard(i1 %wide.chk) 197 %wide.chk = and i1 %c1, %c2 198 call void(i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 214 ; CHECK: %wide.chk = and i1 %c1, %c2 215 ; CHECK-NEXT: experimental.guard(i1 %wide.chk) 221 %wide.chk = and i1 %c1, %c2 222 call void(i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ]
|
/external/libpng/ |
D | Makefile.am | 156 SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk 180 SUFFIXES = .chk .out 286 scripts/symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/symbols.out 288 .out.chk: 314 check: scripts/symbols.chk
|
/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 1473 char* chk; in pysqlite_connection_create_collation() local 1491 chk = PyString_AS_STRING(uppercase_name); in pysqlite_connection_create_collation() 1492 while (*chk) { in pysqlite_connection_create_collation() 1493 if ((*chk >= '0' && *chk <= '9') in pysqlite_connection_create_collation() 1494 || (*chk >= 'A' && *chk <= 'Z') in pysqlite_connection_create_collation() 1495 || (*chk == '_')) in pysqlite_connection_create_collation() 1497 chk++; in pysqlite_connection_create_collation()
|
/external/python/cpython2/Lib/test/ |
D | test_zipfile.py | 977 chk = zipfile.is_zipfile(TESTFN) 978 self.assertFalse(chk) 981 chk = zipfile.is_zipfile(fp) 982 self.assertTrue(not chk) 986 chk = zipfile.is_zipfile(fp) 987 self.assertTrue(not chk) 989 chk = zipfile.is_zipfile(fp) 990 self.assertTrue(not chk) 1011 chk = zipfile.is_zipfile(TESTFN) 1012 self.assertTrue(chk) [all …]
|