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

12

/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dfile_part.py95 def truncate(self, size=None): member in class:FilePart
96 raise NotImplementedError('truncate is not implemented in FilePart.')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkeyfile.py127 def truncate(self): member in class:KeyFile
128 raise NotImplementedError('truncate not implemented in KeyFile')
/external/icu/icu4c/source/common/
H A Dcharstr.cpp40 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.java157 boolean truncate, String[] testCases) {
171 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
156 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
H A DICUResourceBundleTest.java753 boolean truncate, String[] testCases) {
767 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
752 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.java153 boolean truncate, String[] testCases) {
167 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
152 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { function in class:__anon7170::LargestGaps
148 gaps.truncate(num-1);
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
H A Dformatter.py226 v = truncate(v)
231 parts = [truncate(repr(v)) for v in value]
235 return '%s: %s' % (title, truncate(repr(value)))
322 % make_wrappable(self.quote(truncate(value))))
514 def truncate(string, limit=1000): function
/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.java749 boolean truncate, String[] testCases) {
763 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
748 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/junit/src/junit/runner/
H A DBaseTestRunner.java192 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/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py214 def truncate(self, n=None): member in class:FileLike
/external/lldb/test/unittest2/test/
H A Dtest_case.py959 def truncate(msg, diff): function in function:.testAssertDictEqualTruncates
961 test._truncateMessage = truncate
971 def truncate(msg, diff): function in function:.testAssertMultiLineEqualTruncates
973 test._truncateMessage = truncate
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh495 inline void truncate (void *new_head) function in struct:OT::hb_serialize_context_t
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h2108 * - truncate(0)
2119 * s.truncate(0); // set to an empty string (complete truncation), or
2644 inline UBool truncate(int32_t targetLength);
4629 truncate(limit);
4634 UnicodeString::truncate(int32_t targetLength) function in class:UnicodeString
4637 // truncate(0) of a bogus string makes the string empty and non-bogus
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
H A Dstring.js715 * @param {string} str The string to truncate.
721 goog.string.truncate = function(str, chars, opt_protectEscapedCharacters) {
741 * @param {string} str The string to truncate the middle of.
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2586 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2599 &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/toybox/generated/
H A Dglobals.h335 // toys/other/truncate.c
1342 struct truncate_data truncate; member in union:global_union
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 2034 milliseconds

12