/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
H A D | file_part.py | 95 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 D | keyfile.py | 127 def truncate(self): member in class:KeyFile 128 raise NotImplementedError('truncate not implemented in KeyFile')
|
/external/icu/icu4c/source/common/ |
H A D | charstr.cpp | 40 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | ICUResourceBundleCollationTest.java | 157 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 D | ICUResourceBundleTest.java | 753 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 D | ICUResourceBundleCollationTest.java | 153 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 D | denseranges.cpp | 50 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 D | formatter.py | 226 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 D | Ascii.java | 559 * 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 D | ICUResourceBundleTest.java | 749 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 D | BaseTestRunner.java | 192 public static String truncate(String s) { method in class:BaseTestRunner
|
/external/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 120 int truncate(const char *path, off_t length) function
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
H A D | serialutil.py | 214 def truncate(self, n=None): member in class:FileLike
|
/external/lldb/test/unittest2/test/ |
H A D | test_case.py | 959 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 D | hb-open-type-private.hh | 495 inline void truncate (void *new_head) function in struct:OT::hb_serialize_context_t
|
/external/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 2108 * - 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 D | string.js | 715 * @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 D | creststn.c | 2586 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 D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
/external/toybox/generated/ |
H A D | globals.h | 335 // toys/other/truncate.c 1342 struct truncate_data truncate; member in union:global_union
|
/external/dexmaker/lib/ |
H A D | junit.jar | META-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 D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ... |
/external/guice/extensions/persist/lib/ |
H A D | hsqldb.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ... |
/external/guice/lib/build/ |
H A D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ... |
/external/jsr330/lib/ |
H A D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ... |