/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandPool.hpp | 37 void trim(VkCommandPoolTrimFlags flags);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unistr_props.cpp | 29 UnicodeString::trim() in trim() function in UnicodeString
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Descriptor.php | 56 return trim($this->internal_desc->getFullName(), ".");
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 519 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 D | repl.js | 37 }[env.NODE_REPL_MODE.toLowerCase().trim()];
|
/third_party/node/test/parallel/ |
H A D | test-async-hooks-fatal-error.js | 50 assert.strictEqual(cp.stderr.trim().split(os.EOL)[0], expect, type);
|
H A D | test-child-process-flush-stdio.js | 26 assert.strictEqual(Buffer.concat(buffer).toString().trim(), '123');
|
H A D | test-env-var-no-warnings.js | 20 assert.match(stderr.trim(), /Warning: foo\n/);
|
H A D | test-module-loading-error.js | 52 localeOk = execSync(powerShellFindMUI).toString('utf8').trim() === 'en';
|
H A D | test-util-callbackify.js | 225 const errLines = stderr.trim().split(/[\r\n]+/); 240 stdout.trim(),
|
/third_party/node/test/fixtures/ |
H A D | recvfd.js | 70 data.toString('utf8').trim().split('\n').forEach(function(d) {
|
/third_party/rust/crates/version_check/src/ |
H A D | channel.rs | 57 let version = version.trim(); in parse()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBJavaExporter.java | 132 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 D | mediaType.js | 35 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 D | MCSectionMachO.cpp | 194 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 D | TextStubCommon.cpp | 211 auto Arch = Split.first.trim(); in input() 212 auto UUID = Split.second.trim(); in input()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | stringLiteralTypeIsSubtypeOfString.js | 61 trim(): string { return null; } 141 C.prototype.trim = function () { return null; };
|
H A D | APISample_jsdoc.js | 35 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 D | checkpatch.pl | 257 $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 D | datetimerule_fuzzer.cpp | 54 DateTimeRule::trim(input); in DoSomethingInterestingWithMyAPI()
|
/third_party/node/test/sequential/ |
H A D | test-repl-timeout-throw.js | 57 const lastLine = stdout.trim().split(/\r?\n/).pop();
|
/third_party/node/deps/npm/node_modules/encoding/lib/ |
H A D | encoding.js | 76 .trim()
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | plumbing.js | 47 return renderTemplate(this.width, this.template, values).trim() +
|
/third_party/node/deps/npm/node_modules/diff/lib/diff/ |
H A D | line.js | 62 line = line.trim();
|
/third_party/node/deps/npm/node_modules/validate-npm-package-license/ |
H A D | index.js | 60 if (argument.trim().length !== 0) {
|