/external/openssl/crypto/bio/ |
D | b_print.c | 136 size_t *maxlen, size_t *retlen, int *truncated, 174 int *truncated, in _dopr() argument 424 *truncated = (currlen > *maxlen - 1); in _dopr() 425 if (*truncated) in _dopr() 830 int truncated; in BIO_vsnprintf() local 832 _dopr(&buf, NULL, &n, &retlen, &truncated, format, args); in BIO_vsnprintf() 834 if (truncated) in BIO_vsnprintf()
|
/external/oprofile/events/mips/vr5432/ |
D | events | 5 …unters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : (Instructions executed)/2 and truncated 9 …o minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 lo…
|
/external/chromium/net/tools/dump_cache/ |
D | cache_dumper.cc | 159 bool truncated; in WriteEntry() local 161 &response_info, &truncated)) in WriteEntry() 165 if (truncated) in WriteEntry()
|
/external/icu4c/test/testdata/ |
D | conversion.txt | 45 "errorCode: (empty)==zero | invalid | illegal | truncated | illesc | unsuppesc\n" 295 // truncated, partial escape sequence 299 :int{1}, :int{1}, "truncated", ".", :bin{ 1b } 304 :int{1}, :int{1}, "truncated", ".", :bin{ 1b24 } 309 :int{1}, :int{1}, "truncated", ".", :bin{ 1b2429 } 332 :int{1}, :int{1}, "truncated", ".", :bin{ 41 } 349 // truncated, partial escape sequence 353 :int{1}, :int{1}, "truncated", ".", :bin{ 1b } 358 :int{1}, :int{1}, "truncated", ".", :bin{ 1b24 } 363 :int{1}, :int{1}, "truncated", ".", :bin{ 1b2429 } [all …]
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | CacheResult.cpp | 243 bool truncated = false; // TODO: Waht is this param for? in onResponseHeadersDone() local 244 …_bufferSize && HttpCache::ParseResponseInfo(m_buffer->data(), m_bufferSize, &response, &truncated)) in onResponseHeadersDone()
|
/external/chromium/net/url_request/ |
D | view_cache_helper.cc | 293 bool truncated; in DoReadResponseComplete() local 295 &truncated) && in DoReadResponseComplete() 297 if (truncated) in DoReadResponseComplete()
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | presencepushtask.cc | 147 std::string truncated(s->status(), 0, len); in FillStatus() local 148 s->set_status(truncated); in FillStatus()
|
/external/chromium/net/http/ |
D | partial_data.h | 76 disk_cache::Entry* entry, bool truncated);
|
D | partial_data.cc | 241 bool truncated) { in UpdateFromStoredHeaders() argument 243 if (truncated) { in UpdateFromStoredHeaders()
|
D | http_cache_unittest.cc | 4099 bool truncated = false; in TEST() local 4100 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST() 4101 EXPECT_TRUE(truncated); in TEST() 4105 truncated = true; in TEST() 4106 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST() 4107 EXPECT_FALSE(truncated); in TEST() 4299 bool truncated = false; in TEST() local 4300 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST() 4301 EXPECT_TRUE(truncated); in TEST() 4344 bool truncated = true; in TEST() local [all …]
|
D | http_cache_transaction.h | 299 int WriteResponseInfoToEntry(bool truncated);
|
D | http_cache_transaction.cc | 1875 int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) { in WriteResponseInfoToEntry() argument 1900 if (truncated) { in WriteResponseInfoToEntry() 1905 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()
|
/external/ppp/pppd/ |
D | eap.c | 2202 goto truncated; 2219 goto truncated; 2228 goto truncated; 2242 goto truncated; 2249 goto truncated; 2350 goto truncated; 2367 goto truncated; 2416 truncated:
|
/external/jpeg/ |
D | 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/qemu/distrib/jpeg-6b/ |
D | 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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 213 X * assumed that means that some editor has truncated trailing spaces. 238 X /* Pad end of lines in case some editor truncated trailing
|
/external/zlib/src/doc/ |
D | algorithm.txt | 33 truncated at a certain length, determined by a runtime option (level 40 previous match is truncated to a length of one (thus producing a single
|
/external/tcpdump/ |
D | CHANGES | 214 Handle truncated nbp (appletalk) packets. 332 - Print as much of IP/TCP/UDP headers as possible even if truncated. 476 - Don't say really small UDP packets are truncated just because they 536 - Added truncated packet macros and various checks. 648 - Add a truncated packet test to print-nfs.c. Thanks to Pascal Hennequin.
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 167 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
|
/external/valgrind/main/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 128 pending pending n-i-bz XML output truncated (users, Jan 26 09:08:34 2006)
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 225 remaining data to fulfill the desired read size. Vorbis uses truncated
|
/external/valgrind/main/nightly/ |
D | README.txt | 151 concatenated together; the diff from each failure is truncated at 100
|
/external/astl/include/ |
D | string | 130 // to the number of characters in the string, it is truncated at
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_controller.mm | 481 // different result to the simple case above: text is truncated on word
|
/external/v8/src/ |
D | hydrogen-instructions.cc | 1314 int32_t truncated = NumberToInt32(*handle_); in CopyToTruncatedInt32() local 1315 return new HConstant(FACTORY->NewNumberFromInt(truncated), in CopyToTruncatedInt32()
|