HomeSort by relevance Sort by last modified time
    Searched refs:chk (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
configcheck.sh 22 T=${TMPDIR-/tmp}/abat-chk-config.sh.$$
  /external/autotest/client/site_tests/platform_EncryptedStateful/
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/honggfuzz/examples/badcode/targets/
Makefile 2 CFLAGS ?= -fno-stack-protector -Wno-builtin-memcpy-chk-size
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
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
  /prebuilts/go/darwin-x86/test/
escape.go 47 func chk(p, q *int, v int, s string) { func
178 chk(p, q, 1, "i_escapes")
181 chk(p, q, 3, "j_escapes")
184 chk(p, q, 5, "k_escapes")
187 chk(p, q, 7, "in_escapes")
190 chk(p, q, 9, "select_escapes")
193 chk(p, q, 11, "select_escapes1")
196 chk(p, q, 13, "range_escapes")
205 chk(p, q, 105, "for_escapes3")
209 chk(p, q, 15, "out_escapes"
    [all...]
errchk 95 sub chk { subroutine
150 chk($file)
  /prebuilts/go/linux-x86/test/
escape.go 47 func chk(p, q *int, v int, s string) { func
178 chk(p, q, 1, "i_escapes")
181 chk(p, q, 3, "j_escapes")
184 chk(p, q, 5, "k_escapes")
187 chk(p, q, 7, "in_escapes")
190 chk(p, q, 9, "select_escapes")
193 chk(p, q, 11, "select_escapes1")
196 chk(p, q, 13, "range_escapes")
205 chk(p, q, 105, "for_escapes3")
209 chk(p, q, 15, "out_escapes"
    [all...]
errchk 95 sub chk { subroutine
150 chk($file)
  /system/core/libsparse/
sparse.c 212 struct chunk_data *chk = priv; local
214 return chk->write(chk->priv, data, len, chk->block, chk->nr_blocks);
224 struct chunk_data chk; local
228 chk.priv = priv;
229 chk.write = write;
230 chk.block = chk.nr_blocks = 0
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/
helper.c 91 pid_t chk; local
150 chk = waitpid(child, &status, 0);
151 if (chk != child) {
  /external/scapy/scapy/layers/
clns.py 75 chk = _cln_protocols.get(nlpid, None)
76 if chk is not None and chk != cln_protocol_class:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-m.pl 154 chk.s.m r4, _start
155 chk.s f4, _start
156 chk.a.nc r4, _start
157 chk.a.clr r4, _start
158 chk.a.nc f4, _start
159 chk.a.clr f4, _start
reloc.s 30 chk.s r0, esym
  /external/libopus/celt/tests/
test_unit_mathops.c 92 opus_int32 min_d,max_d,last,chk; local
93 chk=max_d=0;
99 chk ^= q*i;
105 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
116 opus_int32 min_d,max_d,last,chk; local
117 fail=chk=max_d=0;
125 chk ^= q*i;
133 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
6-1.c 120 pid_t pid, chk; local
152 chk = waitpid(pid, &status, 0);
153 if (chk != pid) {
154 output("Expected pid: %i. Got %i\n", (int)pid, (int)chk);
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 955 static int do_x509_check(X509 *x, const char *chk, size_t chklen,
977 if (chklen > 1 && chk[0] == '.')
1006 chk, chklen, peername)) != 0)
1031 chk, chklen, peername)) != 0)
1037 int X509_check_host(X509 *x, const char *chk, size_t chklen,
1040 if (chk == NULL)
1042 if (OPENSSL_memchr(chk, '\0', chklen))
1044 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername);
1047 int X509_check_email(X509 *x, const char *chk, size_t chklen,
1050 if (chk == NULL
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 462 fsck->chk.valid_blk_cnt++;
463 fsck->chk.valid_node_cnt++;
482 fsck->chk.valid_blk_cnt--;
483 fsck->chk.valid_node_cnt--;
649 fsck->chk.valid_inode_cnt++;
661 fsck->chk.multi_hard_link_files++;
    [all...]
  /bionic/libc/include/bits/fortify/
unistd.h 97 return __PREAD_PREFIX(chk)(fd, buf, count, offset, bos);
127 return __PWRITE_PREFIX(chk)(fd, buf, count, offset, bos);
278 return __PREAD_PREFIX(chk)(fd, buf, count, offset, bos);
326 return __PWRITE_PREFIX(chk)(fd, buf, count, offset, bos);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 1446 char* chk; local
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 1473 char* chk; local
    [all...]
  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityScannerHelper.java 155 UiObject2 chk = mDevice.wait(Until.findObject( local
157 if (chk != null) {
158 chk.click();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipfile.py 724 chk = zipfile.is_zipfile(TESTFN)
725 self.assertFalse(chk)
728 chk = zipfile.is_zipfile(fp)
729 self.assertTrue(not chk)
733 chk = zipfile.is_zipfile(fp)
734 self.assertTrue(not chk)
736 chk = zipfile.is_zipfile(fp)
737 self.assertTrue(not chk)
744 chk = zipfile.is_zipfile(TESTFN)
745 self.assertTrue(chk)
    [all...]
  /external/python/cpython2/Lib/test/
test_zipfile.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py     [all...]

Completed in 813 milliseconds

1 2 3 4