HomeSort by relevance Sort by last modified time
    Searched full:truncating (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/
Number.java 38 * truncating the value, so it fits into a byte.
62 * truncating the value, so it fits into an int.
70 * truncating the value, so it fits into a long.
78 * truncating the value, so it fits into a short.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
array-001.js 22 * SUMMARY: Truncating arrays that have decimal property names.
28 var summary = 'Truncating arrays that have decimal property names';
regress-101964.js 22 * SUMMARY: Performance: truncating even very large arrays should be fast!
31 var summary = 'Performance: truncating even very large arrays should be fast!';
  /external/chromium/base/
safe_strerror_posix.h 23 // that effect will be printed into buf, truncating if necessary. The final
openssl_util.h 62 // Copy the temporary buffer out, truncating as needed.
safe_strerror_posix.cc 65 // of truncating the string. We play it safe by always terminating the
  /external/chromium/base/threading/
thread_collision_warner.cc 19 // truncating conversion, but any loss-of-information just increases the
  /external/icu4c/test/intltest/
ustrtest.h 50 * Test methods for padding, trimmimg and truncating
  /bionic/libc/string/
strncpy.c 42 * Copy src to dst, truncating or null-padding to always copy n bytes.
  /bionic/libc/wchar/
wcsncpy.c 44 * Copy src to dst, truncating or null-padding to always copy n bytes.
  /external/bluetooth/glib/gio/
gfileoutputstream.h 45 * a few file-specific operations and seeking and truncating.
  /external/chromium/googleurl/src/
url_test_utils.h 45 // truncating the high 32 bits. This is not meant to handle true UTF-32
  /external/e2fsprogs/misc/
e2label.c 96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
  /external/speex/libspeex/
bits.c 125 speex_warning("Could not resize input buffer: truncating input");
128 speex_warning("Do not own input buffer: truncating oversize input");
173 speex_warning("Could not resize input buffer: truncating oversize input");
176 speex_warning("Do not own input buffer: truncating oversize input");
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 48 // do the same verification after truncating by 1. Next, try truncating
  /external/e2fsprogs/e2fsck/
super.c 48 int truncating; member in struct:process_block_struct
94 * If we are truncating an orphan, then update the inode fields
97 if (pb->truncating) {
124 * If part of the last block needs truncating, we do
171 pb.truncating = 1;
178 pb.truncating = 0;
267 pctx.str = inode.i_links_count ? _("Truncating") :
  /external/chromium/chrome/common/
important_file_writer.h 26 // 1. Open F for writing, truncating it.
  /external/chromium/crypto/
openssl_util.h 56 // Copy the temporary buffer out, truncating as needed.
  /external/e2fsprogs/tests/progs/
random_exercise.c 111 printf("Truncating temp file %s, fd = %d, ino=%u, size=%d\n",
  /system/core/sh/
mystring.c 73 * scopyn - copy a string from "from" to "to", truncating the string
  /bionic/libc/tzcode/
asctime.c 49 ** a digit within a year and truncating the year (operating on the assumption
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERBitString.java 184 * @return the value of the bit string as an int (truncating if necessary)
  /external/chromium/net/test/
test_server_win.cc 170 // pointer, truncating it on 64-bit machines is okay. See
  /external/icu4c/tools/tzcode/
asctime.c 49 ** a digit within a year and truncating the year (operating on the assumption
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 94 // Opens the given file, truncating it if it exists, and returns a

Completed in 2524 milliseconds

1 2 3 4 5 6 7 8 91011>>