Home
last modified time | relevance | path

Searched refs:strip (Results 451 - 475 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/kernel/linux/linux-6.6/Documentation/
H A Dconf.py192 key, val = [x.strip() for x in line.split('=', 2)]
/kernel/linux/linux-5.10/scripts/tracing/
H A Ddraw_functrace.py103 line = line.strip()
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A DMakefile5 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-5.10/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip
153 ifeq ($(strip $(NLS)),true)
159 ifeq ($(strip $(CPUFREQ_BENCH)),true)
164 ifeq ($(strip $(STATIC)),true)
172 ifeq ($(strip $(V)),false)
181 # if DEBUG is enabled, then we do not strip or optimize
182 ifeq ($(strip $(DEBUG)),true)
218 ifeq ($(strip $(STATIC)),true)
307 ifeq ($(strip $(STATIC)),true)
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H A DMakefile7 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H A DMakefile7 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-6.6/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip
157 ifeq ($(strip $(NLS)),true)
163 ifeq ($(strip $(CPUFREQ_BENCH)),true)
168 ifeq ($(strip $(STATIC)),true)
176 ifeq ($(strip $(V)),false)
185 # if DEBUG is enabled, then we do not strip or optimize
186 ifeq ($(strip $(DEBUG)),true)
222 ifeq ($(strip $(STATIC)),true)
313 ifeq ($(strip $(STATIC)),true)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_config.py91 line = line.strip()
/kernel/linux/linux-6.6/scripts/tracing/
H A Ddraw_functrace.py103 line = line.strip()
/kernel/linux/linux-6.6/tools/tracing/rtla/
H A DMakefile20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/kernel/linux/linux-6.6/tools/verification/rv/
H A DMakefile20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/kernel/linux/linux-6.6/tools/workqueue/
H A Dwq_dump.py76 return output.strip()
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpublic_method.py57 line = line.strip().replace('\t', ' ')
/test/testfwk/developer_test/local_coverage/automate_execute/
H A Dbuild_part.py88 test_str = " ".join([i.strip("//") for i in test_path])
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dbuild_only_parser_lite.py56 self.test_name = str(line).split('compile')[0].strip()
/test/testfwk/developer_test/aw/python/distributed/common/
H A Dmanager.py48 line = line.strip()
/third_party/elfutils/tests/
H A Dtest-subr.sh127 ${abs_top_builddir}/src/strip.o`
/third_party/curl/tests/
H A Ddictserver.py90 data = self.request.recv(1024).strip()
/third_party/astc-encoder/Test/
H A Dastc_profile_valgrind.py51 line = line.strip()
/third_party/googletest/googletest/scripts/
H A Dfuse_gtest_files.py127 answer = sys.stdin.readline().strip()
/third_party/PyYAML/tests/lib/
H A Dtest_resolver.py10 correct_tag = file.read().strip()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py170 return output.decode('ascii').strip().split('\n')
H A Dc_parsing_helper.py41 self.decl = decl.strip()
/third_party/mbedtls/scripts/
H A Dmin_requirements.py61 line = line.strip()
H A Dmemory.sh66 strip ssl/$CLIENT

Completed in 10 milliseconds

1...<<11121314151617181920>>...37