Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/third_party/node/deps/npm/node_modules/gauge/
Dwide-truncate.js17 var truncated = str.slice(0, target + ansiSize)
21 while (stringWidth(truncated) > target) {
22 truncated = truncated.slice(0, -1)
24 return truncated
Drender-template.js178 var truncated = wideTruncate(String(value), length)
179 var aligned = alignWith(truncated, length)
/third_party/node/test/parallel/
Dtest-zlib-truncated.js28 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/
Dsndfile_info.md9 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/
DSampleProfReader.cpp297 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 …]
DInstrProfReader.cpp181 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/
Dlexer.in.cc43 bool truncated = true; in Error() local
46 truncated = false; in Error()
51 if (truncated) in Error()
Dlexer.cc44 bool truncated = true; in Error() local
47 truncated = false; in Error()
52 if (truncated) in Error()
/third_party/selinux/libselinux/src/
Dregex.c520 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/
Dtraceback.c472 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/
Db_print.c38 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/
Dconversion.txt47 "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/
Daes_cmac_test.txt18 # 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/
Dbprint16 strftime truncated: 255/10 "2000-12"
/third_party/typescript/tests/baselines/reference/
DerrorWithTruncatedType.types22 // String representation of type of 'x' should be truncated in error message
DerrorWithTruncatedType.errors.txt13 // String representation of type of 'x' should be truncated in error message
DerrorWithTruncatedType.symbols22 // String representation of type of 'x' should be truncated in error message
/third_party/curl/tests/data/
Dtest106328 # 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/
Dhlr_auc_gw.milenage_db10 # Example using truncated 32-bit RES instead of 64-bit default
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhlr_auc_gw.milenage_db10 # Example using truncated 32-bit RES instead of 64-bit default
/third_party/gettext/gettext-tools/src/
Dcldr-plural-exp.c141 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/
Drtree_rstar.qbk29 …insertions are disabled. Maximum value is Max+1-Min. Greater values are truncated. Default: 0.3*Ma…
Drtree_dynamic_rstar.qbk47 …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/
DREADME26 Many labels in dialogs are truncated.
32 of a dialog are localized, many labels are truncated.
/third_party/openssl/doc/man3/
DEVP_sha224.pod42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the

12345678910>>...15