/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/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/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
|
/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 | 244 bool truncated = false; // TODO: Waht is this param for? local 245 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);
|
/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...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
EmailSyncAdapter.java | 480 boolean truncated = false; 520 truncated = getValueInt() == 1; 525 if (truncated) { 526 // If the MIME data is truncated, don't bother parsing it, because [all...] |
/frameworks/base/services/java/com/android/server/ |
DropBoxManagerService.java | 385 boolean truncated = (text.length() == 70); 387 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);
|
/external/v8/src/ |
hydrogen-instructions.cc | 1047 int32_t truncated = NumberToInt32(*handle_); 1048 return new HConstant(FACTORY->NewNumberFromInt(truncated), [all...] |
objects.cc | 860 bool truncated = false; local 863 truncated = true; 898 if (truncated) { [all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | 2757 llvm::APFloat truncated = value; local [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |