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

1 2 3 4 5 6 7 8 910

  /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/chromium/third_party/icu/source/test/intltest/
ustrtest.h 44 * Test methods for padding, trimmimg and truncating
  /external/icu4c/test/intltest/
ustrtest.h 44 * Test methods for padding, trimmimg and truncating
  /external/webkit/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 22 // that effect will be printed into buf, truncating if necessary. The final
thread_collision_warner.cc 19 // truncating conversion, but any loss-of-information just increases the
safe_strerror_posix.cc 62 // of truncating the string. We play it safe by always terminating the
  /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/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/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;
268 pctx.str = inode.i_links_count ? _("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/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 191 * @return the value of the bit string as an int (truncating if necessary)
  /external/chromium/third_party/icu/source/tools/tzcode/
asctime.c 49 ** a digit within a year and truncating the year (operating on the assumption
  /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
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 47 // Android fails this test, truncating to 127 digits.
  /system/vold/
Loop.cpp 240 SLOGE("Error truncating imagefile (%s)", strerror(errno));
Process.cpp 104 // append the file name, after truncating to parent directory

Completed in 825 milliseconds

1 2 3 4 5 6 7 8 910