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

/external/chromium-trace/trace-viewer/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/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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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/harfbuzz_ng/src/
H A Dhb-open-type-private.hh475 inline void truncate (void *head) function in struct:OT::hb_serialize_context_t
/external/icu/icu4c/source/common/
H A Dcharstr.cpp30 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h2001 * - truncate(0)
2012 * s.truncate(0); // set to an empty string (complete truncation), or
2537 inline UBool truncate(int32_t targetLength);
4488 truncate(limit);
4493 UnicodeString::truncate(int32_t targetLength) function in class:UnicodeString
4496 // truncate(0) of a bogus string makes the string empty and non-bogus
/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/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { function in class:__anon6000::LargestGaps
148 gaps.truncate(num-1);
/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/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/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/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/openssh/openbsd-compat/
H A Dbsd-misc.c120 int truncate(const char *path, off_t length) function
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/toybox/generated/
H A Dglobals.h312 // toys/other/truncate.c
1217 struct truncate_data truncate; member in union:global_union

Completed in 1335 milliseconds