Home
last modified time | relevance | path

Searched refs:trim (Results 126 - 150 of 392) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.hpp37 void trim(VkCommandPoolTrimFlags flags);
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_props.cpp29 UnicodeString::trim() in trim() function in UnicodeString
/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptor.php56 return trim($this->internal_desc->getFullName(), ".");
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp519 toInvariant(line.tempSubStringBetween(0, matchSep).trim(), test.desired, errorCode); in readTestCase()
525 toInvariant(line.tempSubStringBetween(start, limit).trim(), in readTestCase()
528 toInvariant(line.tempSubStringBetween(start, expLimit).trim(), in readTestCase()
533 toInvariant(line.tempSubStringBetween(start, limit).trim(), in readTestCase()
536 toInvariant(line.tempSubStringBetween(start, expLimit).trim(), in readTestCase()
538 toInvariant(line.tempSubStringBetween(expLimit + 1, limit).trim(), in readTestCase()
/third_party/node/lib/internal/
H A Drepl.js37 }[env.NODE_REPL_MODE.toLowerCase().trim()];
/third_party/node/test/parallel/
H A Dtest-async-hooks-fatal-error.js50 assert.strictEqual(cp.stderr.trim().split(os.EOL)[0], expect, type);
H A Dtest-child-process-flush-stdio.js26 assert.strictEqual(Buffer.concat(buffer).toString().trim(), '123');
H A Dtest-env-var-no-warnings.js20 assert.match(stderr.trim(), /Warning: foo\n/);
H A Dtest-module-loading-error.js52 localeOk = execSync(powerShellFindMUI).toString('utf8').trim() === 'en';
H A Dtest-util-callbackify.js225 const errLines = stderr.trim().split(/[\r\n]+/);
240 stdout.trim(),
/third_party/node/test/fixtures/
H A Drecvfd.js70 data.toString('utf8').trim().split('\n').forEach(function(d) {
/third_party/rust/crates/version_check/src/
H A Dchannel.rs57 let version = version.trim(); in parse()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBJavaExporter.java132 if (retVal == null || retVal.trim().equals("")) return null; in getPackageName()
133 return retVal.trim(); in getPackageName()
/third_party/node/deps/npm/node_modules/negotiator/lib/
H A DmediaType.js35 var mediaType = parseMediaType(accepts[i].trim(), i);
42 // trim accepts
264 // trim accepts
286 // trim parameters
290 parameters[i] = parameters[i].trim();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionMachO.cpp194 return SplitSpec.size() > Idx ? SplitSpec[Idx].trim() : StringRef(); in ParseSectionSpecifier()
254 return SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp211 auto Arch = Split.first.trim(); in input()
212 auto UUID = Split.second.trim(); in input()
/third_party/typescript/tests/baselines/reference/
H A DstringLiteralTypeIsSubtypeOfString.js61 trim(): string { return null; }
141 C.prototype.trim = function () { return null; };
H A DAPISample_jsdoc.js35 definition.description = comments.map(comment => comment.kind === "lineBreak" ? comment.text : comment.text.trim().replace(/\r\n/g, "\n")).join("");
144 definition.description = comments.map(function (comment) { return comment.kind === "lineBreak" ? comment.text : comment.text.trim().replace(/\r\n/g, "\n"); }).join("");
/third_party/ltp/scripts/
H A Dcheckpatch.pl257 $verbose_messages{$type} = trim($desc);
268 $verbose_messages{$type} = trim($desc);
277 $verbose_messages{$type} = trim($desc);
838 return trim($string) if ($string =~ /^\s*0[0-7]{3,3}\s*$/);
1348 $name = trim($name);
1369 $name_comment .= trim($1);
1372 $name = trim("$quoted $name");
1374 $address = trim($address);
1376 $comment = trim($comment);
1392 $address = trim(
2461 sub trim { global() subroutine
[all...]
/base/global/i18n/frameworks/intl/test/fuzztest/datetimerule_fuzzer/
H A Ddatetimerule_fuzzer.cpp54 DateTimeRule::trim(input); in DoSomethingInterestingWithMyAPI()
/third_party/node/test/sequential/
H A Dtest-repl-timeout-throw.js57 const lastLine = stdout.trim().split(/\r?\n/).pop();
/third_party/node/deps/npm/node_modules/encoding/lib/
H A Dencoding.js76 .trim()
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dplumbing.js47 return renderTemplate(this.width, this.template, values).trim() +
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Dline.js62 line = line.trim();
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
H A Dindex.js60 if (argument.trim().length !== 0) {

Completed in 9 milliseconds

12345678910>>...16