Home
last modified time | relevance | path

Searched defs:Truncate (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dvector.h76 void Truncate(int length) { in Truncate() function
Dobjects.cc8872 Handle<String> SeqString::Truncate(Handle<SeqString> string, int new_length) { in Truncate() function in v8::internal::SeqString
/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp137 FX_BOOL CFXCRT_FileAccess_CRT::Truncate(FX_FILESIZE szFile) in Truncate() function in CFXCRT_FileAccess_CRT
Dfxcrt_posix.cpp130 FX_BOOL CFXCRT_FileAccess_Posix::Truncate(FX_FILESIZE szFile) in Truncate() function in CFXCRT_FileAccess_Posix
Dfxcrt_windows.cpp183 FX_BOOL CFXCRT_FileAccess_Win64::Truncate(FX_FILESIZE szFile) in Truncate() function in CFXCRT_FileAccess_Win64
/external/llvm/lib/Support/
DScaledNumber.cpp285 size_t Truncate = in toString() local
/external/v8/tools/testrunner/local/
Dprogress.py186 def Truncate(self, string, length): member in CompactProgressIndicator
/external/protobuf/src/google/protobuf/
Drepeated_field.h821 inline void RepeatedField<Element>::Truncate(int new_size) { in Truncate() function
Drepeated_field_unittest.cc365 TEST(RepeatedField, Truncate) { in TEST() argument