HomeSort by relevance Sort by last modified time
    Searched full:truncate (Results 1 - 25 of 1105) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-modelingschema.truncate 2 -- $ mysql -u root -p < mysql-modelingschema.truncate
5 TRUNCATE TABLE `bugs`;
6 TRUNCATE TABLE `commits`;
7 TRUNCATE TABLE `cvsfiles`;
8 TRUNCATE TABLE `filetags`;
9 TRUNCATE TABLE `tags`;
  /bionic/libc/arch-mips/syscalls/
truncate.S 4 .globl truncate
6 .ent truncate
8 truncate: label
22 .end truncate
  /bionic/libc/arch-arm/syscalls/
truncate.S 6 ENTRY(truncate) function
15 END(truncate)
  /bionic/libc/arch-x86/syscalls/
truncate.S 6 ENTRY(truncate) function
24 END(truncate)
  /external/llvm/test/CodeGen/X86/
widen_conv-1.ll 4 ; truncate v2i64 to v2i32
avx-fp2int.ll 3 ;; Check that FP_TO_SINT and FP_TO_UINT generate convert with truncate
  /external/webkit/Source/WebKit/chromium/public/
WebFileWriter.h 45 // Only one write or one truncate operation can be in progress at a time.
48 virtual void truncate(long long length) = 0;
50 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible.
51 // Do not call cancel when there is no write or truncate in progress.
WebFileWriterClient.h 45 // Called once when the truncate completes successfully.
48 // Called if the write or truncate fails, or if it is cancelled before the write or truncate completes. Completion of an operation will be signalled exactly once, either by didFail, didTruncate, or didWrite(..., true).
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.c 49 // scale down and truncate
56 // scale down and truncate
86 // scale down and truncate
144 // scale down and truncate
151 // scale down and truncate
181 // scale down and truncate
216 // scale down and truncate
223 // scale down and truncate
246 // scale down and truncate
253 // scale down and truncate
    [all...]
  /external/chromium/net/disk_cache/
net_log_parameters.cc 27 int index, int offset, int buf_len, bool truncate)
28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) {
37 dict->SetBoolean("truncate", truncate_);
net_log_parameters.h 34 // For reads, |truncate| must be false.
35 ReadWriteDataParameters(int index, int offset, int buf_len, bool truncate);
  /external/clang/test/CodeGen/
globalinit.c 20 char string2[4] = "string"; // truncate init
  /external/clang/test/CodeGenObjC/
encode-test-3.m 18 char e[1] = @encode(int); // truncate
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 50 Truncate = 0x10,
92 // truncate - truncate the file up to the pSize.
93 bool truncate(size_t pSize);
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileWriterChromium.cpp 63 void AsyncFileWriterChromium::truncate(long long length) function in class:WebCore::AsyncFileWriterChromium
66 m_writer->truncate(length);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_state_input.h 30 // TODO: Merge into DicNodeStatePrevWord::truncate
31 void truncate(const int commitPoint) { function in class:latinime::DicNodeStateInput
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 35 // No dot or whitespace, truncate to at most 3 chars.
  /external/e2fsprogs/misc/
e2label.8.in 36 will truncate it and print a warning message.
  /external/v8/test/mjsunit/
toint32.js 45 assertEquals(0, toInt32(0.6), "truncate positive (0.6)");
46 assertEquals(1, toInt32(1.6), "truncate positive (1.6)");
47 assertEquals(0, toInt32(-0.6), "truncate negative (-0.6)");
48 assertEquals(-1, toInt32(-1.6), "truncate negative (-1.6)");
  /system/core/rootdir/
init.trace.rc 31 # Allow only the shell group to read and truncate the kernel trace.
  /external/openssl/crypto/ecdsa/
ecs_ossl.c 265 /* Need to truncate digest if it is too long: first truncate whole
275 /* If still too long truncate remaining bits with a shift */
411 /* Need to truncate digest if it is too long: first truncate whole
421 /* If still too long truncate remaining bits with a shift */
  /external/icu4c/common/
servlk.cpp 127 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
138 _currentID.remove(0); // completely truncate
  /external/icu4c/io/
ustream.cpp 141 character yet. This is where we truncate the string,
145 str.truncate(0);
  /external/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);
  /external/webkit/Source/WebCore/fileapi/
FileWriterSync.cpp 73 void FileWriterSync::truncate(long long offset, ExceptionCode& ec) function in class:WebCore::FileWriterSync
83 writer()->truncate(offset);

Completed in 1773 milliseconds

1 2 3 4 5 6 7 8 91011>>