Searched refs:chk (Results 1 - 23 of 23) sorted by relevance

/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py45 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
[all...]
/external/vulkan-validation-layers/
H A Dvk_layer_documentation_generate.py269 for chk in self.enum_list:
272 if chk in layer_dict[real_layer]['CHECKS']:
273 #print('Found actual layer check %s in doc' % (chk))
277 print(self.txt_color.red() + 'Actual layers do not contain documented check: %s' % (chk) + self.txt_color.endc())
287 for chk in self.layer_doc_dict[ln]:
288 if chk in ['overview', 'pending']:
290 for api in self.layer_doc_dict[ln][chk]['api_list']:
296 for chk in layer_dict[ln]['CHECKS']:
297 if chk not in self.enum_list:
298 print(self.txt_color.red() + 'Doc is missing check: %s' % (chk)
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_mathops.c101 opus_int32 min_d,max_d,last,chk; local
102 chk=max_d=0;
108 chk ^= q*i;
114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
125 opus_int32 min_d,max_d,last,chk; local
126 fail=chk=max_d=0;
134 chk ^= q*i;
142 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
/external/boringssl/src/crypto/obj/
H A Dobj_xref.pl112 my ($chk) = @_;
113 if (!exists $oid_tbl{$chk})
115 die "Not Found \"$chk\"\n";
/external/f2fs-tools/fsck/
H A Dfsck.c279 fsck->chk.valid_blk_cnt++;
280 fsck->chk.valid_node_cnt++;
374 fsck->chk.valid_inode_cnt++;
385 fsck->chk.multi_hard_link_files++;
865 fsck->chk.valid_blk_cnt++;
889 fsck->chk.valid_blk_cnt++;
991 ckp->free_segment_count = cpu_to_le32(fsck->chk.free_segs);
992 ckp->valid_block_count = cpu_to_le32(fsck->chk.valid_blk_cnt);
993 ckp->valid_node_count = cpu_to_le32(fsck->chk.valid_node_cnt);
994 ckp->valid_inode_count = cpu_to_le32(fsck->chk
[all...]
H A Dfsck.h35 } chk; member in struct:f2fs_fsck
H A Dmount.c1027 fsck->chk.sit_valid_blocks = sum_vblocks;
1028 fsck->chk.sit_free_segs = free_segs;
1047 fsck->chk.free_segs = 0;
1086 fsck->chk.free_segs++;
1211 fsck->chk.valid_nat_entry_cnt++;
1225 fsck->chk.valid_nat_entry_cnt++;
1232 fsck->chk.valid_nat_entry_cnt,
1233 fsck->chk.valid_nat_entry_cnt);
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
H A Ddigest.py115 chk = "%s:%s:%s:%s:%s:%s" % (ha1, nonce, nc, cnonce, qop, ha2)
117 chk = "%s:%s:%s" % (ha1, nonce, ha2)
119 chk = chk.encode('utf8')
120 if response != md5(chk).hexdigest():
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c894 static int do_x509_check(X509 *x, const char *chk, size_t chklen, argument
920 if (chklen > 1 && chk[0] == '.')
953 chk, chklen, peername)) != 0)
979 chk, chklen, peername)) != 0)
985 int X509_check_host(X509 *x, const char *chk, size_t chklen, argument
988 if (chk == NULL)
990 if (memchr(chk, '\0', chklen))
992 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername);
995 int X509_check_email(X509 *x, const char *chk, size_t chklen, argument
998 if (chk
1005 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) argument
[all...]
/external/openssh/
H A Dge25519.c199 fe25519 t, chk, num, den, den2, den4, den6; local
224 fe25519_square(&chk, &r->x);
225 fe25519_mul(&chk, &chk, &den);
226 if (!fe25519_iseq_vartime(&chk, &num))
230 fe25519_square(&chk, &r->x);
231 fe25519_mul(&chk, &chk, &den);
232 if (!fe25519_iseq_vartime(&chk, &num))
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Ddatetimeutil.py218 chk = val[:3]
219 if chk in ('now','tod'):
221 elif chk in _wkdy:
223 idx = list(_wkdy).index(chk) + 1
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.h154 pphFriNfcLlpcMac_Chk_t chk; member in struct:phFriNfc_LlcpMac_Interface
H A DphFriNfc_LlcpMac.c101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
H A DphFriNfc_LlcpMacNfcip.c443 LlcpMac->LlcpMacInterface.chk = phFriNfc_LlcpMac_Nfcip_Chk;
/external/libxml2/
H A DSAX2.c1767 int chk; local
1769 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
1770 if (chk <= 0)
1772 if (chk < 0)
2420 int chk; local
2422 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
2423 if (chk <= 0)
2425 if (chk < 0)
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp237 bool chk = chkB && chkP && chkNV && chkR && chkS && chkSh && chkSl; local
239 return chk;
/external/boringssl/include/openssl/
H A Dx509v3.h707 OPENSSL_EXPORT int X509_check_host(X509 *x, const char *chk, size_t chklen,
709 OPENSSL_EXPORT int X509_check_email(X509 *x, const char *chk, size_t chklen,
711 OPENSSL_EXPORT int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
/external/boringssl/src/include/openssl/
H A Dx509v3.h707 OPENSSL_EXPORT int X509_check_host(X509 *x, const char *chk, size_t chklen,
709 OPENSSL_EXPORT int X509_check_email(X509 *x, const char *chk, size_t chklen,
711 OPENSSL_EXPORT int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
/external/tcpdump/
H A Dprint-sctp.c178 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1274 milliseconds