/external/smack/src/org/xbill/DNS/ |
Message.java | 101 boolean truncated = header.getFlag(Flags.TC); 123 if (!truncated) 495 * with the specified maximum length. This will generate a truncated
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
SamplingProfiler.java | 139 * than this will be truncated to this depth. A good starting 341 * update the set of collected samples. Stacks are truncated to a 342 * maximum depth. There is no way to tell if a stack has been truncated.
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs_ext.h | 130 // double [truncated] -> I_32 137 // float [truncated] -> I_32
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util.h | 23 // A truncated hash's type. 136 // 4 bytes (truncated hash) or 32 bytes (full hash).
|
/external/chromium/webkit/glue/ |
multipart_response_delegate.cc | 171 // buffered to handle a boundary that may have been truncated. 234 // Truncated in the middle of a header, stop parsing.
|
/external/chromium_org/net/disk_cache/ |
block_files_unittest.cc | 157 // Handling of truncated files. 178 // Handling of truncated files (non empty).
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageDecodingStore.h | 180 // FIXME: getSafeSize() returns size in bytes truncated to a 32-bits integer. 208 // FIXME: getSafeSize() returns size in bytes truncated to a 32-bits integer.
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8statetable.cc | 201 // For truncated last char, back up to beginning of it 211 // Back up over truncated UTF-8 character
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
intnum.h | 216 * \note Parameter intnum is truncated to fit into 32 bits. Use 226 * \note Parameter intnum is truncated to fit into 32 bits. Use
|
/external/chromium_org/webkit/child/ |
multipart_response_delegate.cc | 171 // buffered to handle a boundary that may have been truncated. 234 // Truncated in the middle of a header, stop parsing.
|
/external/iputils/ |
ping6.c | 1503 int truncated; local [all...] |
/external/jpeg/ |
change.log | 36 Handling of truncated data streams is more robust: blocks beyond the one in 166 file names have been truncated for DOS.
|
/external/libppp/src/ |
pap.c | 203 log_Printf(LogWARN, "Pap Input: Truncated header !\n"); 256 log_Printf(LogERROR, "Pap Input: Truncated key !\n");
|
/external/libsepol/src/ |
ebitmap.c | 379 printf("security: ebitmap: truncated map\n"); 406 printf("security: ebitmap: truncated map\n");
|
/external/qemu/distrib/jpeg-6b/ |
change.log | 36 Handling of truncated data streams is more robust: blocks beyond the one in 166 file names have been truncated for DOS.
|
/external/skia/tools/ |
bench_pictures_main.cpp | 44 DEFINE_string(timers, "c", "[wcgWC]*: Display wall, cpu, gpu, truncated wall or truncated cpu time"
|
/external/tcpdump/ |
print-arp.c | 190 ND_PRINT((ndo, "truncated-atmarp")); 272 ND_PRINT((ndo, "truncated-arp"));
|
/external/valgrind/main/none/tests/ppc32/ |
round.c | 603 /* set up Z to be truncated result */ 620 /* set up Z to be truncated result */ 634 /* set up Z to be truncated result */ 674 /* set up Z to be truncated result */ 920 /* set up Z to be truncated result */ 939 /* set up Z to be truncated result */ 954 /* set up Z to be truncated result */ 975 /* set up Z to be truncated result */
|
/external/valgrind/main/none/tests/ppc64/ |
round.c | 603 /* set up Z to be truncated result */ 620 /* set up Z to be truncated result */ 634 /* set up Z to be truncated result */ 674 /* set up Z to be truncated result */ 920 /* set up Z to be truncated result */ 939 /* set up Z to be truncated result */ 954 /* set up Z to be truncated result */ 975 /* set up Z to be truncated result */
|
/frameworks/base/core/java/android/os/ |
FileUtils.java | 224 * @param ellipsis to add of the file was truncated (can be null) 225 * @return the contents of the file, possibly truncated
|
/external/chromium_org/net/http/ |
http_cache_unittest.cc | 527 // Creates a truncated entry that can be resumed using byte ranges. 4760 bool truncated = false; local 4981 bool truncated = false; local 5021 bool truncated = true; local 5066 bool truncated = true; local 5287 bool truncated = true; local 5341 bool truncated = false; local 6150 bool truncated = false; local 6202 bool truncated = true; local 6250 bool truncated = false; local [all...] |
/external/chromium_org/net/quic/ |
quic_framer.cc | 88 // Acks may be truncated. 351 // Less than or equal because truncated acks end up with max_plaintex_size 739 // If the guid is truncated, expect to read the last serialized guid. 747 "Truncated 4 byte GUID does not match previous guid."); 761 "Truncated 1 byte GUID does not match previous guid."); 1820 bool truncated = ack_info.nack_ranges.size() > max_num_ranges; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_fmodl.c | 139 ux.bits.manh = hx; /* The mantissa is truncated here if needed. */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CPPTarget.java | 127 /** Character constants get truncated to this value.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
PKCS1Encoding.java | 200 throw new InvalidCipherTextException("block truncated");
|