/ndk/sources/cxx-stl/stlport/src/ |
warning_disable.h | 11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */ 16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
|
/system/core/libutils/tests/ |
Unicode_test.cpp | 80 // Truncated U+2323 SMILE 86 << "Truncated UTF-8 should return -1 to indicate invalid";
|
/cts/suite/audio_quality/lib/include/ |
FileUtil.h | 59 // buffer for printf. one line longer than this will be truncated.
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.cc | 159 bool truncated; local 161 &response_info, &truncated)) 164 // Skip this entry if it was truncated (results in an empty file). 165 if (truncated)
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
selected_keyword_view.h | 45 // contains a truncated version of the description, for if there is not
|
/external/chromium_org/chrome/common/extensions/api/ |
file_browser_handler_internal.json | 39 "description": "Prompts user to select file path under which a new file will be created. If the user selects file, the file gets created or, if it already exists, truncated. The function has to be called with user gesture.",
|
/external/chromium_org/chrome/installer/util/ |
logging_installer.h | 40 // If the file is successfully truncated, returns LOGFILE_TRUNCATED.
|
/external/chromium_org/net/quic/crypto/ |
aes_128_gcm_12_decrypter.h | 32 // Authentication tags are truncated to 96 bits.
|
aes_128_gcm_12_encrypter.h | 32 // Authentication tags are truncated to 96 bits.
|
null_decrypter_test.cc | 55 // fnv hash (truncated)
|
/external/chromium_org/net/tools/dump_cache/ |
cache_dumper.cc | 167 bool truncated; local 169 &response_info, &truncated)) 172 // Skip this entry if it was truncated (results in an empty file). 173 if (truncated)
|
/external/chromium_org/third_party/lcov/man/ |
genpng.1 | 79 will be truncated.
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
decoder.py | 49 IndexError: Indicates a truncated message. 200 raise _DecodeError('Truncated message.') 206 raise _DecodeError('Packed element was truncated.') 225 raise _DecodeError('Truncated message.') 233 raise _DecodeError('Truncated message.') 396 raise _DecodeError('Truncated string.') 409 raise _DecodeError('Truncated string.') 433 raise _DecodeError('Truncated string.') 446 raise _DecodeError('Truncated string.') 521 raise _DecodeError('Truncated message.' [all...] |
/external/chromium_org/ui/base/dragdrop/ |
drag_utils.h | 32 // portion will be truncated in the drag image.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1546.js | 30 // Should't throw. Scanner incorrectly truncated to char before comparing
|
/external/libogg/doc/libogg/ |
oggpack_writetrunc.html | 37 <dd>Buffer to be truncated.</dd>
|
/external/smack/src/org/xbill/DNS/ |
Flags.java | 22 /** truncated */
|
/external/v8/test/mjsunit/regress/ |
regress-1546.js | 30 // Should't throw. Scanner incorrectly truncated to char before comparing
|
/frameworks/base/services/java/com/android/server/ |
BootReceiver.java | 45 // Maximum size of a logged event (files get truncated if they're longer). 177 db.addText(tag, headers + FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n")); 197 String log = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n"); 218 String log = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n");
|
/libcore/support/src/test/java/tests/http/ |
RecordedRequest.java | 67 * Returns the body of this POST request. This may be truncated.
|
/packages/inputmethods/PinyinIME/jni/include/ |
lpicache.h | 47 // the cache buffer. the list will be truncated, and function returns the
|
/external/chromium_org/net/quic/ |
quic_received_packet_manager.h | 60 // Called by QuicFramer, when the outgoing ack gets truncated, to recalculate 61 // the received entropy hash for the truncated ack frame. 132 // missing in case of truncated acks.
|
/frameworks/av/media/mtp/ |
MtpStringBuffer.cpp | 73 // last character was truncated, so ignore last byte 80 // last character was truncated, so ignore last byte 85 // last character was truncated, so ignore last two bytes
|
/ndk/sources/host-tools/make-3.81/ |
arscan.c | 114 member name might be truncated flag, 284 member name might be truncated flag, 708 If TRUNCATED is nonzero, MEM may be truncated to 712 ar_name_equal (char *name, char *mem, int truncated) 721 if (truncated) 724 /* TRUNCATED should never be set on this system. */ 744 ar_member_pos (int desc UNUSED, char *mem, int truncated, 749 if (!ar_name_equal (name, mem, truncated)) 824 describe_member (int desc, char *name, int truncated, [all...] |
/art/runtime/ |
oat_file.cc | 211 LOG(ERROR) << "In oat file " << GetLocation() << " found truncated OatHeader"; 217 LOG(ERROR) << "In oat file " << GetLocation() << " found truncated image file location: " 235 << " truncated after dex file location size"; 243 << " with truncated dex file location"; 254 << " truncated after dex file checksum"; 275 << " truncated after dex file offset"; 299 << " with truncated method offsets";
|