Searched defs:truncate (Results 1 - 25 of 54) sorted by last modified time

123

/external/smack/src/org/xbill/DNS/
H A DAddress.java376 * @param maskLength The number of bits to truncate the address to.
379 truncate(InetAddress address, int maskLength) method in class:Address
/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/qemu/distrib/sdl-1.2.15/src/file/
H A DSDL_rwops.c55 DWORD must_exist, truncate; local
67 /* "w" = writing, truncate existing, file may not exist */
71 /* "w+" = read, write, truncate. file may not exist */
74 truncate = ( SDL_strchr(mode,'w') != NULL ) ? CREATE_ALWAYS : 0;
77 w_right = ( a_mode || SDL_strchr(mode,'+') || truncate ) ? GENERIC_WRITE : 0;
101 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
137 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
164 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
/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/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp54 void MCDataAtom::truncate(uint64_t TruncPt) { function in class:MCDataAtom
84 void MCTextAtom::truncate(uint64_t TruncPt) { function in class:MCTextAtom
/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/junit/src/junit/runner/
H A DBaseTestRunner.java192 public static String truncate(String s) { method in class:BaseTestRunner
/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { function in class:__anon22220::LargestGaps
148 gaps.truncate(num-1);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2590 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2603 &gotAvail, truncate, &status);
/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);
4440 truncate(limit);
4445 UnicodeString::truncate(int32_t targetLength) function in class:UnicodeString
4448 // truncate(0) of a bogus string makes the string empty and non-bogus
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh472 inline void truncate (void *head) function in struct:OT::hb_serialize_context_t
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { function in class:__anon12408::LargestGaps
148 gaps.truncate(num-1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c2582 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2595 &gotAvail, truncate, &status);
/external/chromium_org/third_party/icu/source/common/
H A Dcharstr.cpp30 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
/external/chromium_org/third_party/icu/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);
4440 truncate(limit);
4445 UnicodeString::truncate(int32_t targetLength) function in class:UnicodeString
4448 // truncate(0) of a bogus string makes the string empty and non-bogus
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 3644 milliseconds

123