/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/mbedtls/tests/suites/ |
D | test_suite_asn1parse.data | 424 SEQUENCE of 1 OCTET STRING truncated after tag 427 SEQUENCE of 1 OCTET STRING truncated in length #1 430 SEQUENCE of 1 OCTET STRING truncated in length #2 433 SEQUENCE of 1 OCTET STRING truncated in content #1 436 SEQUENCE of 1 OCTET STRING truncated in content #2 439 SEQUENCE of 1 OCTET STRING truncated in content #3 451 SEQUENCE of 2 OCTET STRINGs, second truncated after tag 454 SEQUENCE of 2 OCTET STRINGs, second truncated in length #1 457 SEQUENCE of 2 OCTET STRINGs, second truncated in length #2 460 SEQUENCE of 2 OCTET STRINGs, second truncated in content #1 [all …]
|
D | test_suite_psa_crypto_persistent_key.data | 22 Parse storage: truncated magic 25 Parse storage: truncated header 28 Parse storage: truncated key
|
/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 …]
|
/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/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/python/Python/ |
D | traceback.c | 473 PyObject *truncated; in _Py_DisplaySourceLine() local 474 truncated = PyUnicode_Substring(lineobj, i, PyUnicode_GET_LENGTH(lineobj)); in _Py_DisplaySourceLine() 475 if (truncated) { in _Py_DisplaySourceLine() 477 lineobj = truncated; in _Py_DisplaySourceLine() 683 int truncated; in _Py_DumpASCII() local 714 truncated = 1; in _Py_DumpASCII() 717 truncated = 0; in _Py_DumpASCII() 765 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/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 170 nir_ssa_def *truncated = nir_iand(b, src, mask); in nir_round_int_to_float() local 174 return truncated; in nir_round_int_to_float() 177 return nir_bcsel(b, nir_ieq(b, src, truncated), in nir_round_int_to_float() 178 src, nir_uadd_sat(b, truncated, adjust)); in nir_round_int_to_float()
|
/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | voc_op.cc | 218 float xmin = 0.0, ymin = 0.0, xmax = 0.0, ymax = 0.0, truncated = 0.0, difficult = 0.0; in ParseAnnotationBbox() local 222 ParseNodeValue(object, "truncated", &truncated); in ParseAnnotationBbox() 237 std::vector<float> bbox_list = {xmin, ymin, xmax - xmin, ymax - ymin, difficult, truncated}; in ParseAnnotationBbox()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.cpp | 209 UINT_64 truncated, rounded; in Flt32sToInt32s() local 238 truncated = ((shifted.i&0x7FFFFF) + (INT_64)0x800000) << 8; in Flt32sToInt32s() 240 truncated = (altShift > 60) ? 0 : truncated >> altShift; in Flt32sToInt32s() 241 rounded = static_cast<INT_32>((round + truncated) >> 8); in Flt32sToInt32s()
|
/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…
|