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

1 2 3

  /packages/apps/UnifiedEmail/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) {
  /frameworks/base/wifi/java/android/net/wifi/
BatchedScanResult.java 34 public boolean truncated; field in class:BatchedScanResult
44 truncated = source.truncated;
53 append("truncated: ").append(String.valueOf(truncated)).
69 dest.writeInt(truncated ? 1 : 0);
81 result.truncated = (in.readInt() == 1);
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 32 truncated, member in class:llvm::instrprof_error
  /bootable/recovery/tests/
asn1_decoder_test.cpp 51 uint8_t truncated[] = { 0xA0, 0x82, }; local
52 asn1_context_t* ctx = asn1_context_new(truncated, sizeof(truncated));
58 uint8_t truncated[] = { 0xA0, 0x8a, 0xA5, 0x5A, 0xA5, 0x5A, local
60 asn1_context_t* ctx = asn1_context_new(truncated, sizeof(truncated));
94 uint8_t truncated[] = { 0xA2, 0x82, }; local
95 asn1_context_t* ctx = asn1_context_new(truncated, sizeof(truncated));
115 uint8_t truncated[] = { 0x30, 0x82, } local
148 uint8_t truncated[] = { 0x31, 0x82, }; local
    [all...]
  /external/llvm/lib/ProfileData/
InstrProf.cpp 40 case instrprof_error::truncated:
41 return "Truncated profile data";
InstrProfReader.cpp 98 return error(instrprof_error::truncated);
105 return error(instrprof_error::truncated);
116 return error(instrprof_error::truncated);
300 return error(instrprof_error::truncated);
  /external/smack/src/org/xbill/DNS/utils/
HMAC.java 150 * @param truncation_ok If true, the signature may be truncated; only the
158 byte [] truncated = new byte[signature.length];
159 System.arraycopy(expected, 0, truncated, 0, truncated.length);
160 expected = 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
  /external/llvm/test/MC/AsmParser/
directive_fill.s 52 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8
59 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 125 base::FilePath::StringType truncated; local
128 base::TruncateUTF8ToByteSize(name, limit, &truncated);
132 truncated = name.substr(0, CBU16_IS_TRAIL(name[limit]) ? limit - 1 : limit);
138 if (truncated.size() < kTruncatedNameLengthLowerbound)
140 *path = dir.Append(truncated + ext);
  /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...]
  /external/chromium_org/net/http/
partial_data.h 72 // there is any problem with the headers. |truncated| should be true if we
75 disk_cache::Entry* entry, bool truncated);
77 // Sets the byte current range to start again at zero (for a truncated entry).
136 bool initial_validation_; // Only used for truncated entries.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencereceivetask.cc 103 std::string truncated(presence_status->status(), 0, len);
104 presence_status->set_status(truncated);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.h 25 bool truncated; // true if buffer filled up before a member in struct:getone::__anon15523
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 95 @Test public void truncated() throws IOException { method in class:StatusLineTest
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 167 bool truncated; local
169 &response_info, &truncated))
172 // Skip this entry if it was truncated (results in an empty file).
173 if (truncated)
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 172 // and lookup skipped (truncated above).
252 ArrayList<String> truncated = new ArrayList<String>(truncatedLen); local
256 truncated.add(param);
263 return truncated;
  /external/chromium_org/third_party/openssl/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/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_org/net/url_request/
view_cache_helper.cc 302 bool truncated; local
304 buf_->data(), buf_len_, &response, &truncated) &&
306 if (truncated)
  /system/core/logd/tests/
logd_test.cpp 162 bool truncated = *--cp != '\f'; local
163 if (!truncated) {
169 if (!truncated) {
179 EXPECT_EQ(0, truncated);
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache_unittest.cc 162 Pickle truncated(static_cast<const char*>(pickle.data()), pickle.size()-20);
163 ASSERT_FALSE(cache2.Deserialize(&truncated));
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 148 std::string truncated(s->status(), 0, len);
149 s->set_status(truncated);

Completed in 830 milliseconds

1 2 3