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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpConstants.java 214 truncate(
223 truncate(
233 truncate(
244 private static final String truncate(String string, int length) { method in class:OmtpConstants
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 83 def truncate(self, pos): member in class:cStringIO.InputType
84 """Truncate the file at the current position."""
85 truncate.pyarg = "|i"
  /external/python/cpython2/Tools/framer/
example.py 83 def truncate(self, pos): member in class:cStringIO.InputType
84 """Truncate the file at the current position."""
85 truncate.pyarg = "|i"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 62 int truncate(const char *, off32_t);
73 int truncate(const char *, _off_t);
msrdc.h 121 STDMETHOD_(HRESULT,Truncate)(THIS) PURE;
131 #define IRdcFileWriter_Truncate() (This)->lpVtbl->Truncate(This)
152 STDMETHOD_(HRESULT,CreateTable)(THIS_ wchar_t *path,WINBOOL truncate,BYTE *securityDescriptor,DWORD recordSize,RdcCreatedTables *isNew) PURE;
153 STDMETHOD_(HRESULT,CreateTableIndirect)(THIS_ IRdcFileWriter *fileIdFile,WINBOOL truncate,DWORD recordSize,RdcCreatedTables *isNew) PURE;
166 #define ISimilarityFileIdTable_CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew) (This)->lpVtbl->CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew)
167 #define ISimilarityFileIdTable_CreateTableIndirect(This,fileIdFile,truncate,recordSize,isNew) (This)->lpVtbl->CreateTableIndirect(This,fileIdFile,truncate,recordSize,isNew)
324 STDMETHOD_(HRESULT,CreateTable)(THIS_ wchar_t *path,WINBOOL truncate,BYTE *securityDescriptor,DWORD recordSize,RdcCreatedTables *isNew) PURE;
325 STDMETHOD_(HRESULT,CreateTableIndirect)(THIS_ ISimilarityTraitsMapping *mapping,IRdcFileWriter *fileIdFile,WINBOOL truncate,DWORD recordSize,RdcCreatedTables *isNew) PURE
    [all...]
  /external/compiler-rt/test/profile/Inputs/
instrprof-file_ex.c 25 truncate(FN, 0);
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 63 fileobj.truncate(0)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h 60 /// truncate - Truncates an atom so that TruncPt is the last byte address
62 void truncate(uint64_t TruncPt);
  /libcore/ojluni/src/main/java/java/sql/
Clob.java 309 void truncate(long len) throws SQLException; method in interface:Clob
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
RootInputStream.java 66 public void truncate() { method in class:RootInputStream
  /external/e2fsprogs/contrib/
dir2fs 57 truncate -s "$((blocks * block_sz))" "${dev}" || (e2image -ar "${dev}" "${dev}.min"; mv "${dev}.min" "${dev}")
  /external/syslinux/gpxe/src/util/
padimg.pl 39 truncate $filename, $newsize
  /platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
CrashCheckBase.java 74 errorDetails.append(truncate(dropboxSnippet, MAX_CRASH_SNIPPET_LINES)); method
83 * Truncate the text to at most the specified number of lines, and append a marker at the end
89 private static String truncate(String text, int maxLines) { method in class:CrashCheckBase
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604.go 15 // Make sure we truncate to smaller-width types after evaluating expressions.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604.go 15 // Make sure we truncate to smaller-width types after evaluating expressions.
  /external/e2fsprogs/tests/scripts/
resize_test 3 # old distros are missing "truncate", emulate it with "dd"
4 truncate() function
20 if truncate -s $SIZE_2 $TMPFILE 2> /dev/null; then
27 if ! truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then
  /system/update_engine/payload_generator/
mapfile_filesystem_unittest.cc 80 EXPECT_EQ(0, HANDLE_EINTR(truncate(temp_file_.path().c_str(), 4096 * 20)));
112 EXPECT_EQ(0, HANDLE_EINTR(truncate(temp_file_.path().c_str(), 4096 * 3)));
124 EXPECT_EQ(0, HANDLE_EINTR(truncate(temp_file_.path().c_str(), 4096 * 3)));
  /prebuilts/go/darwin-x86/test/
convlit.go 17 var x3 = int(1.5) // ERROR "convert|truncate"
18 var x4 int = int(1.5) // ERROR "convert|truncate"
36 var bad6 int = 1.5 // ERROR "convert|truncate"
  /prebuilts/go/linux-x86/test/
convlit.go 17 var x3 = int(1.5) // ERROR "convert|truncate"
18 var x4 int = int(1.5) // ERROR "convert|truncate"
36 var bad6 int = 1.5 // ERROR "convert|truncate"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
bkfile.py 30 self.truncate = self.__file.truncate
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 52 void truncate(int32_t newLength) { function in class:__anon21813::LargestGaps
150 gaps.truncate(num-1);
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_truncate.c 167 truncate(filename, 0);
169 truncate("junkfile", 0);
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_rewrite_test.c 68 set_profile(3, "file::truncate");
102 show_prompt("truncate()");
103 show_result(truncate(REWRITE_PATH, 0));
116 set_profile(2, "file::truncate");
146 show_prompt("truncate()");
147 show_result(truncate(REWRITE_PATH, 0));
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate02.c 24 * Verify that, truncate(2) succeeds to truncate a file to a certain length,
28 * truncate(2) should return a value 0 and the attempt to read past the
115 * Call truncate(2) to truncate a test file to a
118 TEST(truncate(TESTFILE, TRUNC_LEN1));
122 "truncate(%s, %d) Failed, errno=%d : %s",
132 "%s failed after 1st truncate, "
143 "%s failed after 1st truncate, "
154 * Execute truncate(2) again to truncat
    [all...]
  /external/python/cpython2/Tools/freeze/
bkfile.py 30 self.truncate = self.__file.truncate

Completed in 427 milliseconds

12 3 4 5 6 7 8 91011>>