Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 77) sorted by relevance

1234

/external/openssl/crypto/bio/
Db_print.c136 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/
Devents5 …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/
Dcache_dumper.cc159 bool truncated; in WriteEntry() local
161 &response_info, &truncated)) in WriteEntry()
165 if (truncated) in WriteEntry()
/external/icu4c/test/testdata/
Dconversion.txt45 "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/
DCacheResult.cpp243 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/
Dview_cache_helper.cc293 bool truncated; in DoReadResponseComplete() local
295 &truncated) && in DoReadResponseComplete()
297 if (truncated) in DoReadResponseComplete()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dpresencepushtask.cc147 std::string truncated(s->status(), 0, len); in FillStatus() local
148 s->set_status(truncated); in FillStatus()
/external/chromium/net/http/
Dpartial_data.h76 disk_cache::Entry* entry, bool truncated);
Dpartial_data.cc241 bool truncated) { in UpdateFromStoredHeaders() argument
243 if (truncated) { in UpdateFromStoredHeaders()
Dhttp_cache_unittest.cc4099 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 …]
Dhttp_cache_transaction.h299 int WriteResponseInfoToEntry(bool truncated);
Dhttp_cache_transaction.cc1875 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/
Deap.c2202 goto truncated;
2219 goto truncated;
2228 goto truncated;
2242 goto truncated;
2249 goto truncated;
2350 goto truncated;
2367 goto truncated;
2416 truncated:
/external/jpeg/
Dchange.log36 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/
Dchange.log36 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/
DMVS.uudecode213 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/
Dalgorithm.txt33 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/
DCHANGES214 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/
DHandleLLVMOptions.cmake167 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
/external/valgrind/main/docs/internals/
D3_1_BUGSTATUS.txt128 pending pending n-i-bz XML output truncated (users, Jan 26 09:08:34 2006)
/external/libvorbis/doc/
D02-bitpacking.tex225 remaining data to fulfill the desired read size. Vorbis uses truncated
/external/valgrind/main/nightly/
DREADME.txt151 concatenated together; the diff from each failure is truncated at 100
/external/astl/include/
Dstring130 // to the number of characters in the string, it is truncated at
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller.mm481 // different result to the simple case above: text is truncated on word
/external/v8/src/
Dhydrogen-instructions.cc1314 int32_t truncated = NumberToInt32(*handle_); in CopyToTruncatedInt32() local
1315 return new HConstant(FACTORY->NewNumberFromInt(truncated), in CopyToTruncatedInt32()

1234