Searched refs:strip (Results 451 - 475 of 925) sorted by relevance
1...<<11121314151617181920>>...37
/kernel/linux/linux-6.6/Documentation/ |
H A D | conf.py | 192 key, val = [x.strip() for x in line.split('=', 2)]
|
/kernel/linux/linux-5.10/scripts/tracing/ |
H A D | draw_functrace.py | 103 line = line.strip()
|
/kernel/linux/linux-5.10/tools/bpf/runqslower/ |
H A D | Makefile | 5 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-5.10/tools/power/cpupower/ |
H A D | Makefile | 92 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 D | Makefile | 7 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/ |
H A D | Makefile | 7 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-6.6/tools/power/cpupower/ |
H A D | Makefile | 92 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 D | kunit_config.py | 91 line = line.strip()
|
/kernel/linux/linux-6.6/scripts/tracing/ |
H A D | draw_functrace.py | 103 line = line.strip()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/ |
H A D | Makefile | 20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
/kernel/linux/linux-6.6/tools/verification/rv/ |
H A D | Makefile | 20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
/kernel/linux/linux-6.6/tools/workqueue/ |
H A D | wq_dump.py | 76 return output.strip()
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | public_method.py | 57 line = line.strip().replace('\t', ' ')
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | build_part.py | 88 test_str = " ".join([i.strip("//") for i in test_path])
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | build_only_parser_lite.py | 56 self.test_name = str(line).split('compile')[0].strip()
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | manager.py | 48 line = line.strip()
|
/third_party/elfutils/tests/ |
H A D | test-subr.sh | 127 ${abs_top_builddir}/src/strip.o`
|
/third_party/curl/tests/ |
H A D | dictserver.py | 90 data = self.request.recv(1024).strip()
|
/third_party/astc-encoder/Test/ |
H A D | astc_profile_valgrind.py | 51 line = line.strip()
|
/third_party/googletest/googletest/scripts/ |
H A D | fuse_gtest_files.py | 127 answer = sys.stdin.readline().strip()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_resolver.py | 10 correct_tag = file.read().strip()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 170 return output.decode('ascii').strip().split('\n')
|
H A D | c_parsing_helper.py | 41 self.decl = decl.strip()
|
/third_party/mbedtls/scripts/ |
H A D | min_requirements.py | 61 line = line.strip()
|
H A D | memory.sh | 66 strip ssl/$CLIENT
|
Completed in 10 milliseconds
1...<<11121314151617181920>>...37