/third_party/node/test/report/ |
H A D | test-report-uv-handles.js | 163 assert.strictEqual(stderr.trim(), '');
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 306 .flatMap((d) => d.toString().trim().split(os.EOL))
|
/third_party/rust/crates/clang-sys/src/ |
H A D | support.rs | 233 .map(|l| Path::new(l.trim()).into()) in parse_search_paths()
|
/third_party/rust/crates/autocfg/src/ |
H A D | lib.rs | 445 .map(str::trim) in rustflags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 93 Buf = Buf.trim(); in lex()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 347 bool trim(SkTSpan* span, SkTSect* opp);
|
H A D | SkPathOpsTSect.cpp | 1488 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 D | SpecialCaseList.cpp | 137 *I = I->trim(); in parse()
|
H A D | Host.cpp | 1286 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 D | main.rs | 196 let line = line.trim(); in validate_headers()
|
/kernel/linux/linux-6.6/block/ |
H A D | bio.c | 1274 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 D | MessageFormat.java | 2307 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 D | MessageFormat.java | 2263 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 D | vktTestPackage.cpp | 232 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 D | AMDGPUBaseInfo.cpp | 591 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 D | vktTestPackage.cpp | 224 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 D | ICUJDKCompare.java | 244 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 D | RuntimeDyldChecker.cpp | 37 Expr = Expr.trim(); in evaluate() 691 CheckExpr = CheckExpr.trim(); in check()
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 307 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 D | Message.php | 950 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 D | fsntfs.c | 2478 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 D | rk_codec_node.cpp | 88 transformoption.trim = FALSE; in RotJpegImg()
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.cpp | 89 transformoption.trim = FALSE; in RotJpegImg()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XCldrStub.java | 304 items[i] = items[i].trim(); in splitToList()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITestExtended.java | 199 localeName = localeName.trim(); in TestExtended()
|