/third_party/node/test/abort/ |
H A D | test-addon-uv-handle-leak.js | 90 const line = lines.shift().trim();
|
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/ |
H A D | euckr-encoder.js | 76 return out.trim();
|
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/ |
H A D | big5-encoder.js | 93 return out.trim();
|
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/ |
H A D | eucjp-encoder.js | 90 return out.trim();
|
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/ |
H A D | sjis-decoder.js | 17 stream = stream.replace(/[\s]+/g, " ").trim();
|
H A D | sjis-encoder.js | 102 return out.trim();
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | node.js | 252 .map(str => str.trim())
|
/third_party/node/deps/npm/lib/utils/ |
H A D | format-search-stream.js | 132 return output.split('\u0000').join('\u001B[0m').trim()
|
/third_party/node/deps/npm/node_modules/negotiator/lib/ |
H A D | language.js | 35 var language = parseLanguage(accepts[i].trim(), i); 42 // trim accepts
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | parse.js | 79 index[keyPrefix + 'Header'] = (data[1] || '').trim();
|
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/ |
H A D | format-diff.js | 93 return res.trim()
|
/third_party/node/deps/undici/src/lib/cookies/ |
H A D | index.js | 41 out[name.trim()] = value.join('=')
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableCollector.java | 52 // No need to use CharMatcher to trim "properly" since only ASCII space is possible. in writeCsv() 53 out.println(getRow(rowIndex).collect(joining(joiner)).trim()); in writeCsv()
|
/third_party/rust/crates/clang-sys/build/ |
H A D | static.rs | 113 let mode = common::run_llvm_config(&["--shared-mode"]).map(|m| m.trim().to_owned()); in link()
|
/third_party/rust/crates/clap/examples/ |
H A D | repl.rs | 8 let line = line.trim(); in main()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | BlobCache.h | 133 size_t trim(size_t limit) { return mBlobCache.shrinkToSize(limit); }
|
/third_party/rust/crates/once_cell/xtask/src/ |
H A D | main.rs | 73 let has_tag = cmd!(sh, "git tag --list").read()?.lines().any(|it| it.trim() == tag); in main()
|
/third_party/rust/crates/regex/tests/ |
H A D | replace.rs | 42 trim, 45 " \t trim me\t \t", 47 "trim me"
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | base64.rs | 38 let src = src.trim(); in decode_block()
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 316 if (nameStr.trim().equals(U_ICU_VERSION)) { in setVer() 322 String initStr = initVal.getNodeValue().trim().replaceAll("\"", ""); in setVer() 585 prototype = prototype.trim(); in purifyPrototype() 592 prototype = prototype.trim(); in purifyPrototype() 1053 String str = HTMLSafe(s.trim()); in formatCode()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.c | 77 * 4. When "trim" is in effect, the destination's dimensions will be the 193 boolean trim, j_compress_ptr dstinfo) in adjust_quant() 207 if (trim) in adjust_quant() 1730 if (info->trim) in GLOBAL() 1737 if (info->trim) in GLOBAL() 1743 /* transpose does NOT have to trim anything */ in GLOBAL() 1749 if (info->trim) { in GLOBAL() 1758 if (info->trim) in GLOBAL() 1765 if (info->trim) { in GLOBAL() 1773 if (info->trim) in GLOBAL() 191 adjust_quant(j_decompress_ptr srcinfo, jvirt_barray_ptr *src_coef_arrays, j_decompress_ptr dropinfo, jvirt_barray_ptr *drop_coef_arrays, boolean trim, j_compress_ptr dstinfo) adjust_quant() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 336 String key = temp[0].trim(); in getTargetStrings() 339 String valString = vals[j].trim(); in getTargetStrings() 407 String pattern = pair[0].trim(); in testOperands() 408 String categoriesAndExpected = pair[1].trim(); in testOperands() 1068 String keyword = ruleAndValues[0].trim(); in TestGetAllKeywordValues() 1071 valueList = valueList.trim(); in TestGetAllKeywordValues() 1486 test = test.trim(); in TestLocales()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBPropertiesImporter.java | 59 if (!line.trim().equals("")) count++; in beginImport()
|
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/ |
H A D | iso2022jp-decoder.js | 26 stream = stream.replace(/[\s]+/g, " ").trim();
|
H A D | iso2022jp-encoder.js | 204 return out.trim();
|