Searched defs:truncate (Results 1 - 25 of 57) sorted by relevance

123

/external/e2fsprogs/tests/scripts/
H A Dresize_test3 # old distros are missing "truncate", emulate it with "dd"
4 truncate() function
20 if truncate -s $SIZE_2 $TMPFILE 2> /dev/null; then
27 if ! truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then
/external/protobuf/js/binary/
H A Dutils_test.js50 function truncate(x) { function
361 if (truncate(x) != jspb.utils.joinFloat32(jspb.utils.split64Low,
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordBuilder.h51 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
/external/skia/tools/
H A Dgit-sync-deps103 def truncate(s, length): function in function:status
106 directory = truncate(directory, dlen)
107 checkoutable = truncate(checkoutable, 40)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAtom.cpp76 void MCAtom::truncate(uint64_t TruncPt) { function in class:MCAtom
/external/icu/icu4c/source/common/
H A Dcharstr.cpp42 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java159 boolean truncate, String[] testCases) {
173 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
158 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
H A DICUResourceBundleTest.java791 boolean truncate, String[] testCases) {
805 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
790 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java158 boolean truncate, String[] testCases) {
172 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
157 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp52 void truncate(int32_t newLength) { function in class:__anon7686::LargestGaps
150 gaps.truncate(num-1);
/external/guava/guava/src/com/google/common/base/
H A DAscii.java559 * Ascii.truncate("foobar", 7, "..."); // returns "foobar"
560 * Ascii.truncate("foobar", 5, "..."); // returns "fo..." }</pre>
584 public static String truncate(CharSequence seq, int maxLength, String truncationIndicator) { method in class:Ascii
587 // length to truncate the sequence to, not including the truncation indicator
601 // if the length of the toString() result was > maxLength for some reason, truncate that
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java790 boolean truncate, String[] testCases) {
804 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
789 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/junit/src/main/java/junit/runner/
H A DBaseTestRunner.java194 public static String truncate(String s) { method in class:BaseTestRunner
/external/openssh/openbsd-compat/
H A Dbsd-misc.c120 int truncate(const char *path, off_t length) function
/external/avb/
H A Davbtool494 (truncate()) and appending is supported (append_raw() and
670 self._image.truncate(self._image.tell() + num_bytes)
816 def truncate(self, size): member in class:ImageHandler
826 self._image.truncate(size)
831 raise ValueError('Cannot truncate to a size which is not a multiple '
877 self._image.truncate(truncate_at)
1697 image.truncate(new_image_size)
2210 # If there's already a footer, truncate the image to its original
2215 # Existing footer found. Just truncate.
2217 image.truncate(foote
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py214 def truncate(self, n=None): member in class:FileLike
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h2109 * - truncate(0)
2120 * s.truncate(0); // set to an empty string (complete truncation), or
2645 inline UBool truncate(int32_t targetLength);
4627 truncate(limit);
4632 UnicodeString::truncate(int32_t targetLength) function in class:UnicodeString
4635 // truncate(0) of a bogus string makes the string empty and non-bogus
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh497 inline void truncate (void *new_head) function in struct:OT::hb_serialize_context_t
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2589 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2602 &gotAvail, truncate, &status);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc4539 Label truncate; local
4540 __ b(eq, &truncate);
4543 __ bind(&truncate);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc5209 Label truncate; local
5212 __ B(eq, &truncate);
5215 __ Bind(&truncate);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc4309 Label truncate; local
4314 __ j(equal, &truncate, truncate_distance);
4319 __ bind(&truncate);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc4507 Label truncate; local
4508 __ Branch(USE_DELAY_SLOT, &truncate, eq, scratch1, Operand(at));
4513 __ bind(&truncate);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc4715 Label truncate; local
4716 __ Branch(USE_DELAY_SLOT, &truncate, eq, scratch1, Operand(at));
4721 __ bind(&truncate);

Completed in 3360 milliseconds

123