HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 1 - 16 of 16) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/
RootInputStream.java 28 * can also be truncated. When truncated the stream will appear to have
39 private boolean truncated = false; field in class:RootInputStream
67 this.truncated = true;
74 if (truncated) {
91 if (truncated) {
  /external/chromium/net/http/
partial_data.h 69 // there is any problem with the headers. |truncated| should be true if we
72 disk_cache::Entry* entry, bool truncated);
partial_data.cc 124 bool truncated) {
126 if (truncated) {
http_cache_transaction.h 82 // We need to indicate that the response data was truncated. Returns true on
250 // Called to write response_ to the cache entry. |truncated| indicates if the
252 int WriteResponseInfoToEntry(bool truncated);
http_cache_unittest.cc     [all...]
http_cache_transaction.cc     [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 146 bool truncated; local
148 &response_info, &truncated))
151 // Skip this entry if it was truncated (results in an empty file).
152 if (truncated)
  /external/chromium/net/url_request/
view_cache_helper.cc 73 bool truncated; local
74 if (net::HttpCache::ReadResponseInfo(entry, &response, &truncated) &&
76 if (truncated)
  /external/openssl/crypto/bio/
b_print.c 136 size_t *maxlen, size_t *retlen, int *truncated,
174 int *truncated,
424 *truncated = (currlen > *maxlen - 1);
425 if (*truncated)
830 int truncated; local
832 _dopr(&buf, NULL, &n, &retlen, &truncated, format, args);
834 if (truncated)
  /external/ppp/pppd/
eap.c     [all...]
  /external/v8/test/mjsunit/
debug-evaluate.js 114 // Test that by default string is truncated to first 80 chars.
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 344 int truncated = (int) Math.ceil(megabytes * 10.0F); local
345 float result = (float) (truncated / 10.0F);
  /sdk/emulator/qtools/
trace_reader.h 993 region_type *truncated; local
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 369 boolean truncated = (text.length() == 70);
371 if (truncated) out.append(" ...");
  /external/v8/src/
objects.cc 786 bool truncated = false; local
789 truncated = true;
824 if (truncated) {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 310 milliseconds