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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
warn_nobreak.l 2 .*warn_nobreak.s:2: Warning: The debugger will corrupt sstatus/ba \(r30\).
4 .*warn_nobreak.s:3: Warning: The debugger will corrupt bt \(r25\).
6 .*warn_nobreak.s:11: Warning: The debugger will corrupt sstatus/ba \(r30\).
8 .*warn_nobreak.s:12: Warning: The debugger will corrupt bt \(r25\).
  /external/compiler-rt/test/asan/TestCases/Linux/
read_binary_name_regtest.c 23 void corrupt() { function
50 corrupt();
  /prebuilts/go/darwin-x86/test/
import2.go 7 // Tests that export data does not corrupt type syntax.
  /prebuilts/go/linux-x86/test/
import2.go 7 // Tests that export data does not corrupt type syntax.
  /external/e2fsprogs/lib/ext2fs/
dirblock.c 28 int corrupt = 0; local
37 corrupt = 1;
42 if (!retval && corrupt)
  /system/extras/verity/fec/tests/
fec.py 26 def corrupt(image, offset, length): function
42 corrupt(image, offset, max_errors)
81 corrupt(temp_cor.name, 0, blocksize)
  /external/iproute2/tc/
q_netem.c 36 " [ corrupt PERCENT [CORRELATION]] \n" \
179 struct tc_netem_corrupt corrupt; local
190 memset(&corrupt, 0, sizeof(corrupt));
362 } else if (matches(*argv, "corrupt") == 0) {
365 if (get_percent(&corrupt.probability, *argv)) {
366 explain1("corrupt");
372 if (get_percent(&corrupt.correlation, *argv)) {
373 explain1("corrupt");
489 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeof(corrupt)) < 0
540 const struct tc_netem_corrupt *corrupt = NULL; local
    [all...]
  /external/libnl/lib/route/qdisc/
netem.c 111 struct tc_netem_corrupt corrupt; local
113 nla_memcpy(&corrupt, tb[TCA_NETEM_CORRUPT], sizeof(corrupt));
114 netem->qnm_crpt.nmcr_probability = corrupt.probability;
115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation;
155 struct tc_netem_corrupt corrupt; local
167 memset(&corrupt, 0, sizeof(corrupt));
254 corrupt.probability = netem->qnm_crpt.nmcr_probability;
255 corrupt.correlation = netem->qnm_crpt.nmcr_correlation
    [all...]
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DhiesTest.java 125 byte[] corrupt = Arrays.copyOf(ciphertext, ciphertext.length);
126 corrupt[i] ^= (byte) 1;
129 dhies.doFinal(corrupt);
130 fail("Corrupt ciphertext accepted:" + i);
EciesTest.java 180 byte[] corrupt = Arrays.copyOf(ciphertext, ciphertext.length);
181 corrupt[byteNr] ^= (byte) (1 << bit);
184 ecies.doFinal(corrupt);
185 fail("Decrypted:" + TestUtil.bytesToHex(corrupt));
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_android.go 88 return nil, errors.New("corrupt tzdata file " + file)
92 return nil, errors.New("corrupt tzdata file " + file)
101 return nil, errors.New("corrupt tzdata file " + file)
114 return nil, errors.New("corrupt tzdata file " + file)
zoneinfo_read.go 262 return nil, errors.New("corrupt zip file " + zipfile)
270 return nil, errors.New("corrupt zip file " + zipfile)
337 return nil, errors.New("corrupt zip file " + zipfile)
343 return nil, errors.New("corrupt zip file " + zipfile)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_android.go 88 return nil, errors.New("corrupt tzdata file " + file)
92 return nil, errors.New("corrupt tzdata file " + file)
101 return nil, errors.New("corrupt tzdata file " + file)
114 return nil, errors.New("corrupt tzdata file " + file)
zoneinfo_read.go 262 return nil, errors.New("corrupt zip file " + zipfile)
270 return nil, errors.New("corrupt zip file " + zipfile)
337 return nil, errors.New("corrupt zip file " + zipfile)
343 return nil, errors.New("corrupt zip file " + zipfile)
  /external/llvm/test/Bindings/OCaml/
diagnostic_handler.ml 25 (* corrupt the bitcode *)
bitreader.ml 62 (* corrupt the bitcode *)
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
bitreader.ml 55 (* corrupt the bitcode *)
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85_test.go 147 type corrupt struct {
151 examples := []corrupt{
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85_test.go 147 type corrupt struct {
151 examples := []corrupt{
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
sync_test.go 180 // corrupt the race detector state.
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
sync_test.go 180 // corrupt the race detector state.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 393 'Ensure that a PyObject* with a corrupt ob_type is handled gracefully'
399 'Ensure that a PyObject* with a type with corrupt tp_flags is handled'
405 'Ensure that a PyObject* with a type with corrupt tp_name is handled'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 441 'Ensure that a PyObject* with a corrupt ob_type is handled gracefully'
447 'Ensure that a PyObject* with a type with corrupt tp_flags is handled'
453 'Ensure that a PyObject* with a type with corrupt tp_name is handled'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 441 'Ensure that a PyObject* with a corrupt ob_type is handled gracefully'
447 'Ensure that a PyObject* with a type with corrupt tp_flags is handled'
453 'Ensure that a PyObject* with a type with corrupt tp_name is handled'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 441 'Ensure that a PyObject* with a corrupt ob_type is handled gracefully'
447 'Ensure that a PyObject* with a type with corrupt tp_flags is handled'
453 'Ensure that a PyObject* with a type with corrupt tp_name is handled'

Completed in 576 milliseconds

1 2 3 4