Home
last modified time | relevance | path

Searched refs:trim (Results 301 - 325 of 1815) sorted by relevance

1...<<11121314151617181920>>...73

/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);
H A DSkPathOpsTSect.cpp1488 bool SkTSect::trim(SkTSpan* span, in trim() function in SkTSect
1824 // trim parts that don't intersect the opposite in BinarySearch()
1830 if (!sect1->trim(largest1, sect2)) { in BinarySearch()
1834 if (!sect1->trim(half1, sect2)) { in BinarySearch()
1844 // trim parts that don't intersect the opposite in BinarySearch()
1850 if (!sect2->trim(largest2, sect1)) { in BinarySearch()
1854 if (!sect2->trim(half2, sect1)) { in BinarySearch()
/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()
/kernel/linux/linux-6.6/block/
H A Dbio.c1274 size_t trim = size & (bdev_logical_block_size(bio->bi_bdev) - 1); in __bio_iov_iter_get_pages() local
1275 iov_iter_revert(iter, trim); in __bio_iov_iter_get_pages()
1276 size -= trim; in __bio_iov_iter_get_pages()
1655 * bio_trim - trim a bio
1656 * @bio: bio to trim
1657 * @offset: number of sectors to trim from the front of @bio
1658 * @size: size we want to trim @bio to, in sectors
/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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
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/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()
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs307 for s in m.split(',').map(|ss| ss.trim()) { in parse_spec()
313 match (parts.next(), parts.next().map(|s| s.trim()), parts.next()) { in parse_spec()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php950 if (is_string($value) && trim($value) !== $value) {
972 if (is_string($value) && trim($value) !== $value) {
991 if (is_string($value) && trim($value) !== $value) {
1013 if (is_string($value) && trim($value) !== $value) {
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfsntfs.c2478 void mark_as_free_ex(struct ntfs_sb_info *sbi, CLST lcn, CLST len, bool trim) in mark_as_free_ex() argument
2502 if (trim) in mark_as_free_ex()
2513 if (trim) in mark_as_free_ex()
2549 bool trim) in run_deallocate()
2558 mark_as_free_ex(sbi, lcn, len, trim); in run_deallocate()
2548 run_deallocate(struct ntfs_sb_info *sbi, const struct runs_tree *run, bool trim) run_deallocate() argument
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_codec_node.cpp88 transformoption.trim = FALSE; in RotJpegImg()
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_codec_node.cpp89 transformoption.trim = FALSE; in RotJpegImg()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java304 items[i] = items[i].trim(); in splitToList()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestExtended.java199 localeName = localeName.trim(); in TestExtended()

Completed in 43 milliseconds

1...<<11121314151617181920>>...73