HomeSort by relevance Sort by last modified time
    Searched full:corrupted (Results 26 - 50 of 481) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 264 throw new IOException("corrupted stream - invalid high tag number found");
323 throw new IOException("corrupted stream - negative length found");
328 throw new IOException("corrupted stream - out of bounds length found");
  /bootable/recovery/applypatch/
applypatch.h 39 // is corrupted, we look to see if this file contains the bits we want
applypatch.sh 133 testname "check mode cache (corrupted) single"
136 testname "check mode cache (corrupted) multiple"
139 testname "check mode cache (corrupted) failure"
225 testname "apply bsdiff patch to new location with corrupted source"
234 testname "apply bsdiff patch to new location with corrupted source and copy (no new file)"
240 testname "apply bsdiff patch to new location with corrupted source and copy (bad new file)"
328 testname "apply bsdiff patch from cache (corrupted source) with low space"
  /external/chromium/base/crypto/
signature_verifier_nss.cc 76 // A corrupted RSA signature could be detected without the data, so
  /external/chromium/third_party/zlib/
uncompr.c 24 buffer, or Z_DATA_ERROR if the input data was corrupted.
  /external/e2fsprogs/e2fsck/
CHANGES 27 the dirinfo structure would get corrupted, causing many different '..'
  /external/qemu/distrib/zlib-1.2.3/
uncompr.c 24 buffer, or Z_DATA_ERROR if the input data was corrupted.
  /external/srec/portable/src/
pmemory_ext.c 177 /* verify that guard words have not been corrupted */
186 PLogError("PortMemScan : corrupted start guard from block 0x%08x \n", (int)memPtr);
190 PLogError("PortMemScan : corrupted end guard from block 0x%08x \n", (int)memPtr);
314 /* verify that guard words have not been corrupted */
  /external/zlib/
uncompr.c 22 buffer, or Z_DATA_ERROR if the input data was corrupted.
  /frameworks/base/cmds/keystore/
keystore_cli.c 35 [VALUE_CORRUPTED] = "Value corrupted",
  /libcore/luni/src/main/java/java/util/zip/
CheckedOutputStream.java 27 * the non corrupted data.
  /packages/apps/Email/src/org/apache/commons/io/input/
ClassLoaderObjectInputStream.java 46 * @throws StreamCorruptedException if the stream is corrupted
  /external/kernel-headers/original/asm-generic/
errno.h 53 #define ELIBBAD 80 /* Accessing a corrupted shared library */
54 #define ELIBSCN 81 /* .lib section in a.out corrupted */
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-base64.js 112 // If there are any bits left, the base64 string was corrupted
114 throw Components.Exception('Corrupted base64 string');
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-base64.js 112 // If there are any bits left, the base64 string was corrupted
114 throw Components.Exception('Corrupted base64 string');
  /libcore/luni/src/main/java/java/security/
Permissions.java 221 throw new InvalidObjectException("collection is corrupted");
228 throw new InvalidObjectException("all-enabled flag is corrupted");
  /external/chromium/net/base/
gzip_filter_unittest.cc 336 // Decoding deflate stream with corrupted data.
345 // Decode the corrupted data with filter
372 // Decode the corrupted data with filter
388 // Decoding gzip stream with corrupted header.
396 // Decode the corrupted data with filter
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
tiwlan_profile.c 115 printk("\n\n%s: cpu usage estimation corrupted. entry_start=%u, entry_cpu_time = %d\n\n\n",
157 printk("\n\n%s: cpu usage estimation corrupted. entry_start=%u, entry_end=%u, entry_cpu_time = %d\n\n\n",
196 printk("\n\n%s: memory heap allocation calculation corrupted. Size=%u, Current allocation = %d\n\n\n",
  /dalvik/libdex/
DexOptData.c 60 * if the opt data header got corrupted, pOpt might not be
  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 50 * of ensuring that data is not corrupted on serialization more difficult.
  /bionic/libc/include/sys/
_errdefs.h 116 __BIONIC_ERRDEF( ELIBBAD , 80, "Accessing a corrupted shared library" )
117 __BIONIC_ERRDEF( ELIBSCN , 81, ".lib section in a.out corrupted" )
  /bionic/libm/src/
math_private.h 165 * In particular, I*Inf is corrupted to NaN+I*Inf, and I*-0 is corrupted
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 116 __BIONIC_ERRDEF( ELIBBAD , 80, "Accessing a corrupted shared library" )
117 __BIONIC_ERRDEF( ELIBSCN , 81, ".lib section in a.out corrupted" )
  /external/ipsec-tools/src/racoon/
privsep.c 129 "corrupted privsep message (short header)\n");
154 "corrupted privsep message (short packet)\n");
301 "corrupted privsep message (short buflen)\n");
315 "corrupted privsep message (bufs too big)\n");
435 "privsep_script_exec: corrupted message\n");
478 "privsep_getpsk: corrupted message\n");
1078 "privsep: Corrupted message, too many buffers\n");
1084 "privsep: Corrupted message, unexpected void buffer\n");
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 116 __BIONIC_ERRDEF( ELIBBAD , 80, "Accessing a corrupted shared library" )
117 __BIONIC_ERRDEF( ELIBSCN , 81, ".lib section in a.out corrupted" )

Completed in 683 milliseconds

12 3 4 5 6 7 8 91011>>