/third_party/node/deps/npm/node_modules/gauge/ |
D | wide-truncate.js | 17 var truncated = str.slice(0, target + ansiSize) 21 while (stringWidth(truncated) > target) { 22 truncated = truncated.slice(0, -1) 24 return truncated
|
D | render-template.js | 178 var truncated = wideTruncate(String(value), length) 179 var aligned = alignWith(truncated, length)
|
/third_party/node/test/parallel/ |
D | test-zlib-truncated.js | 28 const truncated = compressed.slice(0, compressed.length / 2); 43 zlib[methods.decompSync](truncated); 47 zlib[methods.decomp](truncated, function(err, result) { 54 const result = toUTF8(zlib[methods.decompSync](truncated, syncFlushOpt)); 58 zlib[methods.decomp](truncated, syncFlushOpt, function(err, decompressed) {
|
/third_party/libsnd/docs/ |
D | sndfile_info.md | 9 This file was opened and parsed correctly but had been truncated so that 13 erikd@hendrix > examples/sndfile-info truncated.aiff 14 truncated.aiff
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 297 EC = sampleprof_error::truncated; in readNumber() 314 EC = sampleprof_error::truncated; in readString() 328 EC = sampleprof_error::truncated; in readUnencodedNumber() 972 return sampleprof_error::truncated; in skipNextWord() 995 return sampleprof_error::truncated; in readString() 1023 return sampleprof_error::truncated; in readSectionTag() 1040 return sampleprof_error::truncated; in readNameTable() 1045 return sampleprof_error::truncated; in readNameTable() 1058 return sampleprof_error::truncated; in readFunctionProfiles() 1074 return sampleprof_error::truncated; in readOneFunctionProfile() [all …]
|
D | InstrProfReader.cpp | 181 return error(instrprof_error::truncated); in readValueProfileData() 262 return error(instrprof_error::truncated); in readNextRecord() 269 return error(instrprof_error::truncated); in readNextRecord() 280 return error(instrprof_error::truncated); in readNextRecord() 808 return error(instrprof_error::truncated); in readHeader()
|
/third_party/ninja/src/ |
D | lexer.in.cc | 43 bool truncated = true; in Error() local 46 truncated = false; in Error() 51 if (truncated) in Error()
|
D | lexer.cc | 44 bool truncated = true; in Error() local 47 truncated = false; in Error() 52 if (truncated) in Error()
|
/third_party/selinux/libselinux/src/ |
D | regex.c | 520 goto truncated; in regex_format_error() 530 goto truncated; in regex_format_error() 540 goto truncated; in regex_format_error() 557 goto truncated; in regex_format_error() 565 goto truncated; in regex_format_error() 573 goto truncated; in regex_format_error() 578 truncated: in regex_format_error()
|
/third_party/python/Python/ |
D | traceback.c | 472 PyObject *truncated; in _Py_DisplaySourceLine() local 473 truncated = PyUnicode_Substring(lineobj, i, PyUnicode_GET_LENGTH(lineobj)); in _Py_DisplaySourceLine() 474 if (truncated) { in _Py_DisplaySourceLine() 476 lineobj = truncated; in _Py_DisplaySourceLine() 685 int truncated; in _Py_DumpASCII() local 716 truncated = 1; in _Py_DumpASCII() 719 truncated = 0; in _Py_DumpASCII() 745 if (truncated) { in _Py_DumpASCII()
|
/third_party/openssl/crypto/bio/ |
D | b_print.c | 38 size_t *maxlen, size_t *retlen, int *truncated, 87 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() argument 353 *truncated = (currlen > *maxlen - 1); in _dopr() 354 if (*truncated) in _dopr() 919 int truncated; in BIO_vsnprintf() local 921 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf() 924 if (truncated) in BIO_vsnprintf()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 47 "errorCode: (empty)==zero | invalid | illegal | truncated | illesc | unsuppesc\n" 297 // truncated, partial escape sequence 301 :int{1}, :int{1}, "truncated", ".", :bin{ 1b } 306 :int{1}, :int{1}, "truncated", ".", :bin{ 1b24 } 311 :int{1}, :int{1}, "truncated", ".", :bin{ 1b2429 } 334 :int{1}, :int{1}, "truncated", ".", :bin{ 41 } 351 // truncated, partial escape sequence 355 :int{1}, :int{1}, "truncated", ".", :bin{ 1b } 360 :int{1}, :int{1}, "truncated", ".", :bin{ 1b24 } 365 :int{1}, :int{1}, "truncated", ".", :bin{ 1b2429 } [all …]
|
/third_party/boringssl/src/third_party/wycheproof_testvectors/ |
D | aes_cmac_test.txt | 18 # truncated mac 25 # truncated mac 32 # truncated mac 39 # truncated mac 46 # truncated mac 53 # truncated mac 689 # truncated mac 696 # truncated mac 703 # truncated mac 710 # truncated mac [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | bprint | 16 strftime truncated: 255/10 "2000-12"
|
/third_party/typescript/tests/baselines/reference/ |
D | errorWithTruncatedType.types | 22 // String representation of type of 'x' should be truncated in error message
|
D | errorWithTruncatedType.errors.txt | 13 // String representation of type of 'x' should be truncated in error message
|
D | errorWithTruncatedType.symbols | 22 // String representation of type of 'x' should be truncated in error message
|
/third_party/curl/tests/data/ |
D | test1063 | 28 # This range value is 2**32+7, which will be truncated to the valid value 7
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hlr_auc_gw.milenage_db | 10 # Example using truncated 32-bit RES instead of 64-bit default
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hlr_auc_gw.milenage_db | 10 # Example using truncated 32-bit RES instead of 64-bit default
|
/third_party/gettext/gettext-tools/src/ |
D | cldr-plural-exp.c | 141 int truncated = (int) range->start->value.dval.d; in eval_relation() local 144 = range->start->value.dval.d == truncated in eval_relation() 145 ? truncated : truncated + 1; in eval_relation()
|
/third_party/boost/libs/geometry/doc/index/generated/ |
D | rtree_rstar.qbk | 29 …insertions are disabled. Maximum value is Max+1-Min. Greater values are truncated. Default: 0.3*Ma…
|
D | rtree_dynamic_rstar.qbk | 47 …insertions are disabled. Maximum value is Max-Min+1. Greater values are truncated. Default: 0.3*Ma…
|
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/ |
D | README | 26 Many labels in dialogs are truncated. 32 of a dialog are localized, many labels are truncated.
|
/third_party/openssl/doc/man3/ |
D | EVP_sha224.pod | 42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
|