Searched refs:strip (Results 526 - 550 of 940) sorted by relevance
1...<<21222324252627282930>>...38
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 260 l = line.strip() 623 l = line.strip() 636 test_name = test_name_string.strip() 637 test_info = test_info_string.strip().split() 638 result_stripped = result.strip()
|
/base/global/i18n/tools/ |
H A D | data_process.py | 34 line = line.strip()
|
/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | audit_log_analysis.py | 33 line = line.strip()
|
/build/ohos/images/mkimage/ |
H A D | mkimages.py | 56 line = line.strip()
|
/build/ohos/sa_profile/ |
H A D | sa_profile_merge.py | 56 process_name = process_nodes[0].text.strip()
|
/build/ohos/statistics/ |
H A D | build_overlap_statistics.py | 45 contents = [line.strip() for line in this.readlines()]
|
/build/scripts/ |
H A D | ninja2trace.py | 54 start, end, time_stamp, name, cmdhash = line.strip().split(
|
/foundation/ai/ai_engine/services/server/plugin_manager/ |
H A D | get_config_ini.py | 104 plugin_list = [plugin.strip('[]\\ "') for plugin in plugin_list]
|
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 101 ${STRIP} --strip-all --keep-section=.comment ${binary} 176 export STRIP="${PREFIX}/llvm-strip"
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | maintainers_include.py | 125 details = details.strip()
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | Makefile | 93 $(call cmd,strip)
|
/kernel/linux/linux-5.10/arch/um/ |
H A D | Makefile | 92 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these 95 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | maintainers_include.py | 123 details = details.strip()
|
/kernel/linux/linux-6.6/arch/um/ |
H A D | Makefile | 89 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these 92 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
|
/kernel/linux/linux-6.6/scripts/ |
H A D | link-vmlinux.sh | 94 ldflags="${ldflags} ${wl}--strip-debug" 131 # SHF_ALLOC because .BTF will be part of the vmlinux image. --strip-all 136 --strip-all ${1} ${2} 2>/dev/null
|
/third_party/mbedtls/scripts/ |
H A D | code_style.py | 181 uncrustify_version = get_uncrustify_version().strip()
|
/third_party/jerryscript/tools/ |
H A D | gen-doctest.py | 72 decl[tokens[i]] = tokens[i + 2].strip('\'"')
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | glcpp_test.py | 58 return l.split('glcpp-args:')[1].strip().split()
|
/third_party/node/deps/v8/tools/ |
H A D | process-wasm-compilation-times.py | 111 words = line.strip().split(" ")
|
/third_party/node/deps/v8/tools/release/ |
H A D | auto_roll.py | 48 "gclient", "getdep -r src/v8", cwd=self._options.chromium).strip()
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_report.py | 87 line = line.strip()
|
/third_party/ninja/misc/ |
H A D | output_test.py | 85 # Only strip color when ninja's output is piped. 147 output.strip(),
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_table.py | 128 print(CopyRight.strip(), file=file)
|
/third_party/mindspore/ |
H A D | build_helper.py | 142 origin_v = f.read().strip()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | mod.rs | 163 cfg::strip(errors, cfg_errors, opt.cfg_evaluator.as_ref(), apis);
|
Completed in 10 milliseconds
1...<<21222324252627282930>>...38