Home
last modified time | relevance | path

Searched refs:trim (Results 176 - 200 of 392) sorted by relevance

12345678910>>...16

/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
H A Deucjp-decoder.js17 stream = stream.replace(/[\s]+/g, " ").trim();
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
H A Dproxy.js39 noProxy = noProxy.split(',').map((p) => p.trim()).filter(Boolean)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.h79 size_t trim(size_t limit);
H A DMemoryProgramCache.cpp281 size_t MemoryProgramCache::trim(size_t limit) in trim() function in gl::MemoryProgramCache
283 return mBlobCache.trim(limit); in trim()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.cpp99 void CommandPool::trim(VkCommandPoolTrimFlags flags) in trim() function in vk::CommandPool
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtransupp.h48 * The "trim" option causes untransformable partial iMCUs to be dropped;
52 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim
53 * followed by -rot 180 -trim trims both edges.)
73 * image quality and the drop image quality. The trim option can be used with
135 boolean trim; /* if TRUE, trim partial MCUs as needed */ member
/third_party/typescript/tests/baselines/reference/
H A DassignFromStringInterface2.js31 trim(): string;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPluralRulesLoader.java69 if (rulesId == null || rulesId.trim().length() == 0) { in getFunctionalEquivalent()
184 if (rulesId == null || rulesId.trim().length() == 0) { in getOrCreateRulesForLocale()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java280 attr = tempStr.substring(0, postion).trim(); in getInputData()
281 body = tempStr.substring(postion + 1).trim(); in getInputData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPluralRulesLoader.java71 if (rulesId == null || rulesId.trim().length() == 0) { in getFunctionalEquivalent()
241 if (rulesId == null || rulesId.trim().length() == 0) { in forLocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java277 attr = tempStr.substring(0, postion).trim(); in getInputData()
278 body = tempStr.substring(postion + 1).trim(); in getInputData()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUTaglet.java283 String text = tag.text().trim(); in toString()
321 String text = tag.text().trim(); in toString()
/third_party/mesa3d/src/freedreno/ir3/tests/
H A Ddisasm.c422 trim(char *string) in trim() function
467 trim(disasm_output); in main()
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c194 do_inherit(lws_fi_ctx_t *fic_dest, lws_fi_t *pfi, size_t trim) in do_inherit() argument
198 fi.name += trim; in do_inherit()
/third_party/node/test/parallel/
H A Dtest-cli-eval.js89 assert.strictEqual(stdout.trim(), require('os').platform());
106 assert.strictEqual(stderr.trim(),
/third_party/node/deps/npm/lib/commands/
H A Dprofile.js147 .filter((arg) => arg.trim() !== '')
173 const prop = (args[0] || '').toLowerCase().trim()
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js111 .filter(line => !/^#|^$/.test(line.trim()))
113 return new Minimatch(rule.trim(), mmopt)
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js94 return parts.map(p => p.toString()).join(' ').trim()
95 }).join('\n').trim()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAArch64TargetParser.cpp237 StringRef Opt = Opts[I].trim(); in parseBranchProtection()
245 StringRef PACOpt = Opts[I + 1].trim(); in parseBranchProtection()
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h129 void trim() { in trim() function in skia::textlayout::TextWrapper::TextStretch
140 void trim(Cluster* cluster) { in trim() function in skia::textlayout::TextWrapper::TextStretch
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java955 test.desired = line.substring(0, matchSep).trim(); in readTestCases()
960 test.expMatch = line.substring(start, limit).trim(); in readTestCases()
962 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases()
966 test.expDesired = line.substring(start, limit).trim(); in readTestCases()
968 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases()
969 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java997 test.desired = line.substring(0, matchSep).trim(); in readTestCases()
1002 test.expMatch = line.substring(start, limit).trim(); in readTestCases()
1004 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases()
1008 test.expDesired = line.substring(start, limit).trim(); in readTestCases()
1010 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases()
1011 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DPluralFetcher.java113 String trimedLine = line.trim(); in getPluralItems()
H A DMeasureFormatPatternFetcher.java90 String trimedLine = line.trim(); in getPatterns()
/base/global/i18n/frameworks/intl/include/
H A Dutils.h42 std::string trim(std::string &s);

Completed in 36 milliseconds

12345678910>>...16