HomeSort by relevance Sort by last modified time
    Searched refs:truncate (Results 51 - 75 of 828) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/cmds/installd/
CacheItem.cpp 92 if (truncate(p->fts_path, 0) != 0) {
93 PLOG(WARNING) << "Failed to truncate " << p->fts_path;
121 if (truncate(path.c_str(), 0) != 0) {
122 PLOG(WARNING) << "Failed to truncate " << path;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 47 int truncate (const char *, off_t);
295 int truncate (const char *, off_t);
  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 90 truncate(FileN, 0);
  /external/icu/icu4c/source/test/intltest/
tokiter.cpp 32 token.truncate(0);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 51 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /external/v8/tools/clang/scripts/
apply_fixits.py 83 f.truncate()
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /libcore/ojluni/src/main/java/java/util/stream/
Node.java 121 default Node<T> truncate(long from, long to, IntFunction<T[]> generator) { method in interface:Node
253 T_NODE truncate(long from, long to, IntFunction<T[]> generator); method in interface:Node.OfPrimitive
356 default Node.OfInt truncate(long from, long to, IntFunction<Integer[]> generator) { method in interface:Node.OfInt
429 default Node.OfLong truncate(long from, long to, IntFunction<Long[]> generator) { method in interface:Node.OfLong
504 default Node.OfDouble truncate(long from, long to, IntFunction<Double[]> generator) { method in interface:Node.OfDouble
  /system/update_engine/sample_images/
generate_images.sh 60 sudo truncate --size=10240 "${mntdir}"/sparse_empty-10k
61 sudo truncate --size=$(( block_size * 2 )) "${mntdir}"/sparse_empty-2blocks
75 sudo truncate --size=16384 "${mntdir}"/sparse-16k-first_block
78 sudo truncate --size=16384 "${mntdir}"/sparse-16k-holes
228 truncate --size="${size}" "${filename}"
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleCollationTest.java 163 boolean truncate, String[] testCases) {
177 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
  /external/icu/icu4c/source/i18n/
name2uni.cpp 154 name.truncate(0);
203 str.truncate(0);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ICUResourceBundleCollationTest.java 160 boolean truncate, String[] testCases) {
174 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);

Completed in 397 milliseconds

1 23 4 5 6 7 8 91011>>