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

  /packages/apps/Email/emailcommon/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/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/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/bluetooth/bluez/src/
eir.c 175 gboolean truncated = FALSE; local
189 truncated = TRUE;
216 if (uuid_count > 0 || truncated) {
220 ptr[1] = truncated ? EIR_UUID128_SOME : EIR_UUID128_ALL;
235 gboolean truncated = FALSE; local
294 truncated = TRUE;
314 ptr[1] = truncated ? EIR_UUID16_SOME : EIR_UUID16_ALL;
  /external/chromium/net/url_request/
view_cache_helper.cc 293 bool truncated; local
295 &truncated) &&
297 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)
  /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);
  /external/chromium/net/http/
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...]
  /sdk/emulator/qtools/
trace_reader.h 993 region_type *truncated; local
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 3119 llvm::APFloat truncated = value; local
    [all...]
  /external/v8/src/
objects.cc 860 bool truncated = false; local
863 truncated = true;
898 if (truncated) {
    [all...]

Completed in 594 milliseconds