/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
util.py | 15 return result[:_MAX_LENGTH] + ' [truncated]...'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uu.py | 153 raise Error('Truncated input file')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 428 never truncated. If specified the fillchar is used instead of spaces. 439 never truncated. If specified the fillchar is used instead of spaces. 450 truncated. If specified the fillchar is used instead of spaces. 462 of the specified width. The string x is never truncated.
|
uu.py | 153 raise Error('Truncated input file')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_uu.py | 53 self.assertEqual(str(e), "Truncated input file")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
util.py | 15 return result[:_MAX_LENGTH] + ' [truncated]...'
|
/system/extras/tests/sdcard/ |
stopwatch.h | 113 // in the buffer. If there was not enough space the data is truncated
|
/external/icu4c/i18n/unicode/ |
unum.h | 409 * @return The total buffer size needed; if greater than resultLength, the output was truncated. 438 * @return The total buffer size needed; if greater than resultLength, the output was truncated. 467 * @return The total buffer size needed; if greater than resultLength, the output was truncated. 500 * @return The total buffer size needed; if greater than resultLength, the output was truncated. 533 * the output was truncated. [all...] |
udat.h | 555 * sub-pattern is S or SS, the fractional seconds value will be truncated 873 * @return The total buffer size needed; if greater than resultLength, the output was truncated. [all...] |
/external/chromium_org/net/http/ |
http_cache_transaction.cc | 450 // entry how it is (it will be marked as truncated at destruction), and let [all...] |
partial_data.cc | 245 bool truncated) { 247 if (truncated) {
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
udat.h | 597 * @return The total buffer size needed; if greater than resultLength, the output was truncated. 786 * @return The total buffer size needed; if greater than resultLength, the output was truncated. 874 * @return The total buffer size needed; if greater than resultLength, the output was truncated. [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
StringUtil.java | 2943 String truncated = whitespaceMatcher.trimTrailingFrom(str); local [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | 2944 String truncated = whitespaceMatcher.trimTrailingFrom(str); local [all...] |
/external/ppp/pppd/ |
eap.c | [all...] |
/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...] |
partial_data.cc | 241 bool truncated) { 243 if (truncated) {
|
/external/tcpdump/ |
print-nfs.c | 391 * If the packet was truncated, return 0. 421 * If packet was truncated, return 0. 445 * If packet was truncated, return 0. 480 * If packet was truncated (or there was some other error), return 0. 801 * We assume packet was not truncated before the end of the 1002 * If the packet was truncated, return 0. [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 250 // Tests registering an item with a very long title that should get truncated in 267 // truncated.
|
/external/chromium/googleurl/src/ |
url_canon_internal.cc | 399 // Output was truncated, or written was negative. 414 // Output was truncated, or written was negative.
|
/external/chromium_org/base/win/ |
registry.cc | 27 // wchar_t is truncated. This function converts the reported |byte_size| to 28 // a size in wchar_t that can store a truncated wchar_t if necessary.
|
/external/chromium_org/chrome/browser/download/ |
download_item_model_unittest.cc | 144 "Failed - File truncated" }, 214 "foo.bar\nFile truncated" },
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_util.h | 23 // A truncated hash's type. 163 // 4 bytes (truncated hash) or 32 bytes (full hash).
|
/external/chromium_org/content/renderer/webcrypto/ |
webcrypto_impl_openssl.cc | 509 // Handling of truncated signatures is underspecified in the WebCrypto 510 // spec, so here we fail verification if a truncated signature is being
|
/external/chromium_org/dbus/ |
message.h | 120 // debugging. The output is truncated as needed (ex. strings are truncated
|