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

1 2

  /external/tcpdump/
print-babel.c 263 goto corrupt;
266 goto corrupt;
294 corrupt:
295 printf(" (corrupt)");
299 if ((i) + (l) > bodylen || (i) + (l) > length) goto corrupt;
311 goto corrupt;
352 if(len < 6) goto corrupt;
366 if(len < 2) goto corrupt;
379 if(len < 6) goto corrupt;
395 if(len < 6) goto corrupt;
    [all...]
print-openflow.c 60 goto corrupt;
84 goto corrupt;
97 corrupt: /* fail current packet */
98 printf(" (corrupt)");
print-openflow-1.0.c 634 goto corrupt;
642 corrupt: /* skip the undersized data */
643 printf(" (corrupt)");
679 goto corrupt;
735 corrupt: /* skip the undersized trailing data */
736 printf(" (corrupt)");
755 goto corrupt;
767 goto corrupt;
809 corrupt: /* skip the rest of queue properties */
810 printf(" (corrupt)");
    [all...]
  /external/jhead/
iptc.c 62 if (itemlen < 25) goto corrupt;
80 if (pos >= maxpos) goto corrupt;
88 if (pos+4 >= maxpos) goto corrupt;
104 if (pos+5 > maxpos) goto corrupt;
117 if (pos+length > maxpos) goto corrupt;
166 corrupt:
  /external/iproute2/tc/
q_netem.c 36 " [ corrupt PERCENT [CORRELATION]] \n" \
176 struct tc_netem_corrupt corrupt; local
186 memset(&corrupt, 0, sizeof(corrupt));
344 } else if (matches(*argv, "corrupt") == 0) {
347 if (get_percent(&corrupt.probability, *argv)) {
348 explain1("corrupt");
354 if (get_percent(&corrupt.correlation, *argv)) {
355 explain1("corrupt");
458 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeof(corrupt)) < 0
500 const struct tc_netem_corrupt *corrupt = NULL; local
    [all...]
  /external/libnl/lib/route/sch/
netem.c 128 struct tc_netem_corrupt corrupt; local
130 nla_memcpy(&corrupt, tb[TCA_NETEM_CORRUPT], sizeof(corrupt));
131 netem->qnm_crpt.nmcr_probability = corrupt.probability;
132 netem->qnm_crpt.nmcr_correlation = corrupt.correlation;
177 struct tc_netem_corrupt corrupt; local
186 memset(&corrupt, 0, sizeof(corrupt));
277 corrupt.probability = netem->qnm_crpt.nmcr_probability;
278 corrupt.correlation = netem->qnm_crpt.nmcr_correlation
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-other-branch.js 25 "This tests that speculating other on a branch does not corrupt state."
  /external/llvm/test/Bindings/Ocaml/
bitreader.ml 58 (* corrupt the bitcode *)
  /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'
  /prebuilts/python/linux-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'
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 54 public static void corrupt() { method in class:StringTest.EvilCharsetDecoder
122 EvilCharsetDecoder.corrupt();
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 217 .corrupt-install-message {
224 .corrupt-install-message {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 1209 private boolean corrupt = false; field in class:ObjectInputStreamTest.ExceptionalBufferedInputStream
    [all...]
  /external/bzip2/
bzlib.c 559 /* Only caused by corrupt data stream? */
632 /* Only caused by corrupt data stream? */
729 /* Only caused by corrupt data stream? */
778 /* Only caused by corrupt data stream? */
810 Bool corrupt; local
821 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
822 corrupt = unRLE_obuf_to_output_FAST ( s );
823 if (corrupt) return BZ_DATA_ERROR;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 116 /** If gone bad, should we show encryption failed (false) or corrupt (true)*/
593 * @param corrupt true if userdata is corrupt, false if encryption failed
596 private void showFactoryReset(final boolean corrupt) {
610 "CryptKeeper.showFactoryReset() corrupt=" + corrupt);
616 if (corrupt) {
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 218 @ BL would corrupt the flags. This is because the end of the "grpZeroSetLoop" loop inside
241 @ BL would corrupt the flags. This is because the end of the "grpZeroSetLoop" loop inside
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 255 @ the first BL would corrupt the flags. This is because the end of the
279 @ the first BL would corrupt the flags. This is because the end of the
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
mpeg_parser.js 211 if (count++ > 100) // Most likely we are looping through a corrupt file.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 356 // Ensure that updating the device with a malicious name does not corrupt the
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 5145 Bool corrupt; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 5169 Bool corrupt; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 5160 Bool corrupt; local
    [all...]
varinfo6.c 5198 Bool corrupt; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 5160 Bool corrupt; local
    [all...]
test_input_for_tinycc.c 4252 Bool corrupt; local
    [all...]

Completed in 862 milliseconds

1 2