Home
last modified time | relevance | path

Searched defs:truncate (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/littlefs/scripts/
Dreadmdir.py275 def _dump_tags(self, tags, f=sys.stdout, truncate=True): argument
300 def dump_tags(self, f=sys.stdout, truncate=True): argument
303 def dump_log(self, f=sys.stdout, truncate=True): argument
306 def dump_all(self, f=sys.stdout, truncate=True): argument
/third_party/musl/src/unistd/
Dtruncate.c4 int truncate(const char *path, off_t length) in truncate() function
/third_party/node/deps/npm/node_modules/cli-table3/
Dindex.d.ts23 truncate: string; property
53 truncate?: string; property
/third_party/NuttX/fs/vfs/
Dfs_truncate.c162 int truncate(const char *path, off_t length) in truncate() function
/third_party/node/deps/npm/lib/search/
Dformat-package-stream.js68 truncate: truncate, property
70 name: { minWidth: 25, maxWidth: 25, truncate: false, truncateMarker: '' }, property
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js187 function truncate(str, desiredLength, truncateChar) { function
299 truncate: truncate, property
/third_party/ejdb/src/bindings/ejdb2_node/
Dtest.js32 const db = await EJDB2.open('hello.db', { truncate: true }); property
231 const db2 = await EJDB2.open('hello-bkp.db', { truncate: false }); property
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DICUResourceBundleCollationTest.java161 boolean truncate, String[] testCases) { in getFunctionalEquivalentTestCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleCollationTest.java164 boolean truncate, String[] testCases) { in getFunctionalEquivalentTestCases()
/third_party/ntfs-3g/include/ntfs-3g/
Dplugin.h128 int (*truncate)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/
DApp.js31 const db = await EJDB2.open('hello.db', { truncate: true }); property
266 const db2 = await EJDB2.open('hello.db.bkp', { truncate: false }); property
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dutils_test.js50 function truncate(x) { function
Ddecoder_test.js307 function truncate(x) { function
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dutils_test.js50 function truncate(x) { function
Ddecoder_test.js296 function truncate(x) { function
/third_party/spirv-tools/utils/
Dgit-sync-deps127 def truncate(s, length): function
/third_party/flutter/skia/tools/
Dgit-sync-deps103 def truncate(s, length): function
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgit-sync-deps127 def truncate(s, length): function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgit-sync-deps127 def truncate(s, length): function
/third_party/python/Lib/
D_pyio.py401 def truncate(self, pos=None): member in IOBase
830 def truncate(self, pos=None): member in _BufferedIOMixin
1021 def truncate(self, pos=None): member in BytesIO
1299 def truncate(self, pos=None): member in BufferedWriter
1463 def truncate(self, pos=None): member in BufferedRandom
1758 def truncate(self, size=None): member in FileIO
1865 def truncate(self, pos=None): member in TextIOBase
2447 def truncate(self, pos=None): member in TextIOWrapper
/third_party/node/deps/npm/node_modules/columnify/
Dindex.js21 truncate: false, property
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate() function in __anonb7a353710111::LargestGaps
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate() function in __anon90adc6860111::LargestGaps
/third_party/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate() function in __anon247602230111::LargestGaps
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharstr.cpp55 CharString &CharString::truncate(int32_t newLength) { in truncate() function in CharString

1234