Home
last modified time | relevance | path

Searched refs:trim (Results 251 - 275 of 384) sorted by relevance

1...<<111213141516

/third_party/node/deps/npm/lib/commands/
H A Dview.js317 return msg.trim()
374 if (info.license.toLowerCase().trim() === 'proprietary') {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs636 assert_eq!(observed.trim(), expected.trim()); in emit_depfile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h825 StringRef trim(char Char) const {
832 StringRef trim(StringRef Chars = " \t\n\v\f\r") const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringRef.h839 StringRef trim(char Char) const {
846 StringRef trim(StringRef Chars = " \t\n\v\f\r") const {
/third_party/ffmpeg/libavfilter/
H A Dtrim.c190 AVFILTER_DEFINE_CLASS(trim); variable
209 .name = "trim",
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DPreferencesDialog.java218 gui.setUser(nameField.getText().trim()); in updatePreferences()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java351 String text = tag.text().trim(); in doTags()
H A DICUJDKCompare.java244 String srcSuffix = name.substring(0, n).trim(); in processPairInfo()
245 String trgSuffix = name.substring(n+1).trim(); in processPairInfo()
/third_party/node/test/parallel/
H A Dtest-crypto-x509.js230 -----END CERTIFICATE-----`.trim();
/third_party/node/test/report/
H A Dtest-report-uv-handles.js163 assert.strictEqual(stderr.trim(), '');
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js306 .flatMap((d) => d.toString().trim().split(os.EOL))
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs233 .map(|l| Path::new(l.trim()).into()) in parse_search_paths()
/third_party/rust/crates/autocfg/src/
H A Dlib.rs445 .map(str::trim) in rustflags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp93 Buf = Buf.trim(); in lex()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h347 bool trim(SkTSpan* span, SkTSect* opp);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSpecialCaseList.cpp137 *I = I->trim(); in parse()
H A DHost.cpp1286 Line = Line.trim(); in computeHostNumPhysicalCores()
1290 auto Name = Data.first.trim(); in computeHostNumPhysicalCores()
1291 auto Val = Data.second.trim(); in computeHostNumPhysicalCores()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs196 let line = line.trim(); in validate_headers()
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp899 test4.setTo(test1).trim(); in TestSpacePadding()
902 errln("trim(UnicodeString&) failed"); in TestSpacePadding()
904 test1.trim(); in TestSpacePadding()
906 errln("trim() failed: expected \"" + expectedValue + "\", got \"" + test1 + "\"."); in TestSpacePadding()
908 test2.trim(); in TestSpacePadding()
911 errln("trim() failed: expected \"" + expectedValue + "\", got \"" + test2 + "\"."); in TestSpacePadding()
913 test3.trim(); in TestSpacePadding()
916 errln("trim() failed: expected \"" + expectedValue + "\", got \"" + test3 + "\"."); in TestSpacePadding()
1181 test1.trim(); in TestMiscellaneous()
1182 assertEquals("length of read-only alias after trim()", in TestMiscellaneous()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2307 String ruleset = style.trim(); in createAppropriateFormat()
2323 String ruleset = style.trim(); in createAppropriateFormat()
2339 String ruleset = style.trim(); in createAppropriateFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java2263 String ruleset = style.trim(); in createAppropriateFormat()
2279 String ruleset = style.trim(); in createAppropriateFormat()
2295 String ruleset = style.trim(); in createAppropriateFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp232 std::string trim (const std::string& original) in trim() function
300 testPattern = trim(testPattern); in TestCaseExecutor()
302 testNumber = trim(testNumber); in TestCaseExecutor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp591 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute()
595 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute()
596 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp224 std::string trim (const std::string& original) in trim() function
292 testPattern = trim(testPattern); in TestCaseExecutor()
294 testNumber = trim(testNumber); in TestCaseExecutor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp37 Expr = Expr.trim(); in evaluate()
691 CheckExpr = CheckExpr.trim(); in check()

Completed in 29 milliseconds

1...<<111213141516