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

1 2

  /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) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 97 String truncated = ""; local
105 truncated = util.format(pn, format);
110 + ") = " + formatted + " / truncated = " + truncated
  /external/oprofile/events/mips/vr5432/
events 5 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : (Instructions executed)/2 and truncated
9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
  /ndk/sources/host-tools/make-3.81/
ar.c 29 extern int ar_name_equal PARAMS ((char *name, char *mem, int truncated));
76 static long int ar_member_date_1 PARAMS ((int desc, char *mem, int truncated, long int hdrpos,
124 ar_member_date_1 (int desc UNUSED, char *mem, int truncated,
129 return ar_name_equal (name, mem, truncated) ? date : 0;
214 ar_glob_match (int desc UNUSED, char *mem, int truncated UNUSED,
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...]
configure.bat 23 rem in which case the values will be truncated and the whole thing
  /external/chromium/net/http/
partial_data.h 73 // there is any problem with the headers. |truncated| should be true if we
76 disk_cache::Entry* entry, bool truncated);
78 // Sets the byte current range to start again at zero (for a truncated entry).
137 bool initial_validation_; // Only used for truncated entries.
partial_data.cc 241 bool truncated) {
243 if (truncated) {
http_cache_transaction.h 85 // We need to indicate that the response data was truncated. Returns true on
297 // Called to write response_ to the cache entry. |truncated| indicates if the
299 int WriteResponseInfoToEntry(bool truncated);
http_cache_unittest.cc 983 // Creates a truncated entry that can be resumed using byte ranges.
4099 bool truncated = false; local
4299 bool truncated = false; local
4344 bool truncated = true; local
4455 bool truncated = true; local
4507 bool truncated = false; local
    [all...]
http_cache_transaction.cc 1033 // We just finished the validation of a truncated entry, and the server
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 243 bool truncated = false; // TODO: Waht is this param for? local
244 if (size == m_bufferSize && HttpCache::ParseResponseInfo(m_buffer->data(), m_bufferSize, &response, &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/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/chromium/net/url_request/
view_cache_helper.cc 293 bool truncated; local
295 &truncated) &&
297 if (truncated)
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 147 std::string truncated(s->status(), 0, len);
148 s->set_status(truncated);
  /ndk/sources/host-tools/nawk-20071023/
README 75 the symptom of which can be truncated pipe output. Beware. The
  /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.
  /sdk/emulator/qtools/
trace_reader.h 993 region_type *truncated; local
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 405 boolean truncated = (text.length() == 70);
407 if (truncated) out.append(" ...");
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 413 int truncated = (int) Math.ceil(megabytes * 10.0F); local
414 float result = (float) (truncated / 10.0F);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
EmailSyncAdapter.java 513 boolean truncated = false;
553 truncated = getValueInt() == 1;
558 if (truncated) {
559 // If the MIME data is truncated, don't bother parsing it, because
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 225 remaining data to fulfill the desired read size. Vorbis uses truncated
  /external/elfutils/
elfutils.spec 273 - libdwfl: Handle truncated linux kernel module section names.

Completed in 1449 milliseconds

1 2