Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_timezone.py24 self.assertEqual(tz[0].strip(), "UTC")
26 self.assertEqual(tz[0].strip(), "UTC")
42 self.assertEqual(tz[0].strip(), "UTC")
44 self.assertEqual(tz[0].strip(), "UTC")
46 self.assertEqual(tz[0].strip(), "PST")
48 self.assertEqual(tz[0].strip(), "CET")
66 self.assertEqual(tz[0].strip(), "EST")
68 self.assertEqual(tz[0].strip(), "UTC")
70 self.assertEqual(tz[0].strip(), "PST")
72 self.assertEqual(tz[0].strip(), "Europe")
H A Dtest_selinux.py33 self.assertEqual(out[2].strip(), "ntpd_t")
37 self.assertEqual(out[2].strip(), "tor_t")
51 self.assertEqual(out[2].strip(), "buildroot_test_t")
78 self.assertEqual(out[2].strip(), "ntpd_t")
82 self.assertEqual(out[2].strip(), "tor_t")
86 self.assertEqual(out[2].strip(), "buildroot_test_t")
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0001-build-Fix-GRUB-i386-pc-build-with-Ubuntu-gcc.patch49 - $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment …
50 + $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment …
62 …$(MACHO2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
63 …$(MACHO2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
71 …$(MACHO2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
72 …$(MACHO2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
80 …$(MACHO2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
81 …$(MACHO2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
89 …2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_hybrid_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
90 …2IMG) $< $@; else $(TARGET_OBJCOPY) $(boot_hybrid_image_OBJCOPYFLAGS) --strip-unneeded -R .note …
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch16 tests/run-strip-g.sh | 2 ++
17 tests/run-strip-nothing.sh | 2 ++
46 diff --git a/tests/run-strip-g.sh b/tests/run-strip-g.sh
48 --- a/tests/run-strip-g.sh
49 +++ b/tests/run-strip-g.sh
52 tempfiles a.out strip.out debug.out readelf.out
59 diff --git a/tests/run-strip-nothing.sh b/tests/run-strip-nothing.sh
61 --- a/tests/run-strip-nothing.sh
62 +++ b/tests/run-strip-nothing.sh
65 tempfiles a.out strip.out debug.out
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py155 line = line.strip()
159 itspath.append(line[:-1].strip())
198 recipe_sysroot_native = result.output.split('=')[1].strip('"')
212 signed_sections[in_signed][key.strip()] = value.strip()
227 tempdir = result.output.split('=', 1)[1].strip().strip('')
482 line = line.strip()
486 itspath.append(line[:-1].strip())
517 recipe_sysroot_native = result.output.split('=')[1].strip('"')
531 signed_sections[in_signed][key.strip()] = value.strip()
542 tempdir = result.output.split('=', 1)[1].strip().strip('')
[all …]
H A Drecipeutils.py58 self.assertEqual(''.join(patchlines).strip(), expected_patch.strip())
85 self.assertEqual(''.join(patchlines).strip(), expected_patch.strip())
110 self.assertEqual(''.join(patchlines).strip(), expected_patch.strip())
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py21 strip = lambda s:s.strip() function
23 strip = lambda s:s function
33 r[key]:{f:strip(c) for f,c in r.items()
35 strip(c)[:1] not in ['', C]}
/OK3568_Linux_fs/external/security/rk_tee_user/v1/
H A DAndroid.mk12 ifeq (1,$(strip $(shell expr $(PLATFORM_VERSION) \>= 11)))
13 ifeq ($(strip $(TARGET_ARCH)), arm64)
18 else ifeq (1,$(strip $(shell expr $(PLATFORM_VERSION) \>= 8)))
19 ifeq ($(strip $(TARGET_ARCH)), arm64)
25 ifeq ($(strip $(TARGET_ARCH)), arm64)
50 ifeq (1,$(strip $(shell expr $(PLATFORM_VERSION) \>= 8)))
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DAndroid.mk14 ifeq (1,$(strip $(shell expr $(PLATFORM_SDK_VERSION) \> 25)))
45 ifeq (1,$(strip $(shell expr $(PLATFORM_VERSION) \< 6.0)))
58 ifeq ($(strip $(TARGET_BOARD_PLATFORM)),rk3368)
62 ifneq (1,$(strip $(shell expr $(PLATFORM_VERSION) \< 8.0)))
66 ifeq ($(strip $(TARGET_BOARD_PLATFORM)),rk3188)
/OK3568_Linux_fs/kernel/scripts/
H A Dspdxcheck.py49 lid = l.split(':')[1].strip().upper()
56 exception = l.split(':')[1].strip().upper()
60 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
133 tok.value = tok.value.strip()
179 expr = line.split(':')[1].strip()
181 if line.strip().endswith('*/'):
182 expr = expr.rstrip('*/').strip()
184 if line.strip().endswith('-->'):
185 expr = expr.rstrip('-->').strip()
188 expr = expr.rstrip('\"').strip()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.3.0.bb58 strip-chopping extrasample-as-alpha check-ycbcr-subsampling"
67 # Convert single-strip uncompressed images to multiple strips of specified
69 PACKAGECONFIG[strip-chopping] = "--enable-strip-chopping,--disable-strip-chopping,,"
78 # Support a mechanism allowing reading large strips (usually one strip files)
80 PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,,"
/OK3568_Linux_fs/buildroot/package/freescale-imx/firmware-imx/
H A Dfirmware-imx.mk28 $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(1)).bin \
29 $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(1))_pad.bin
32 $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(2)).bin \
33 $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(2))_pad.bin
34 cat $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(1))_pad.bin \
35 $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(2))_pad.bin > \
36 $(FIRMWARE_IMX_DDRFW_DIR)/$(strip $(3)).bin
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dlogparser.py78 self.results[current_section['name']][result.group(1).strip()] = t
121 self.results[line.split()[0].strip()] = t
125 … self.section['log'] = self.section['log'] + ("%s: %s\n" % (result.strip()[:-2], test.strip()))
149 name = line.split()[1].strip()
159 … self.section['log'] = self.section['log'] + ("%s: %s\n" % (result.strip()[:-2], test.strip()))
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_shell_basics.py15 assert response.strip() == 'hello'
32 assert response.strip() == '123'
41 assert response.strip() == '1'
43 assert response.strip() == '2'
/OK3568_Linux_fs/buildroot/toolchain/
H A Dhelpers.mk246 __CROSS_CC=$(strip $1) ; \
319 __CROSS_CC=$(strip $1) ; \
340 __CROSS_CXX=$(strip $1) ; \
354 __CROSS_GDC=$(strip $1) ; \
372 __CROSS_FC=$(strip $1) ; \
390 __CROSS_CC=$(strip $1) ; \
407 __CROSS_CC=$(strip $1) ; \
425 __CROSS_CC=$(strip $1) ; \
460 __CROSS_CC=$(strip $1) ; \
/OK3568_Linux_fs/buildroot/support/misc/
H A Dutils.mk9 qstrip = $(strip $(subst ",,$(1)))
53 $(1) = $$(strip \
70 sanitize = $(subst $(space),_,$(subst :,_,$(subst /,_,$(strip $(1)))))
89 make-comma-list = $(subst $(space),$(comma)$(space),$(patsubst %,"%",$(strip $(1))))
93 make-sq-comma-list = $(subst $(space),$(comma)$(space),$(patsubst %,'%',$(strip $(1))))
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/
H A Duse_correct_strip_in_cross_environment.patch3 Used the cross strip instead of host strip to avoid this build error:
5 | strip: Unable to recognise the format of the input file `test-libacpi'
19 - @strip $@
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_kernel.py44 return stdout.strip(), op, 0, True
57 kversion = int(line.split('=')[1].strip())
59 kpatchlevel = int(line.split('=')[1].strip())
61 ksublevel = int(line.split('=')[1].strip())
63 kextraversion = line.split('=')[1].strip()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dcc-option.mk2 _cc-opt-cached-var-name = $(subst =,~,$(strip cached-cc-option-$(1)-$(subst $(empty) $(empty),,$(CC…
8 cc-option = $(strip $(call _cc-option,$(1),$(2)))
11 _ld-opt-cached-var-name = $(subst =,~,$(subst $(empty) $(empty),,$(strip cached-ld-option-$(1)-$(LD…
17 ld-option = $(strip $(call _ld-option,$(1),$(2)))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dcc-option.mk2 _cc-opt-cached-var-name = $(subst =,~,$(strip cached-cc-option-$(1)-$(subst $(empty) $(empty),,$(CC…
8 cc-option = $(strip $(call _cc-option,$(1),$(2)))
11 _ld-opt-cached-var-name = $(subst =,~,$(subst $(empty) $(empty),,$(strip cached-ld-option-$(1)-$(LD…
17 ld-option = $(strip $(call _ld-option,$(1),$(2)))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_all_projects_page.py121 text = element.text.strip()
131 text = element.text.strip()
156 text = element.text.strip()
166 text = element.text.strip()
191 link_url = element.get_attribute('href').strip()
202 link_url = element.get_attribute('href').strip()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/diffutils/
H A D0001-Skip-strip-trailing-cr-test-case.patch4 Subject: [PATCH] Skip strip-trailing-cr test case
6 Skip the test "strip-trailing-cr" since it requires valgrind to
26 - strip-trailing-cr \
31 +# strip-trailing-cr
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py30 line.strip()
31 fname = line[line.find("/") + 1:].strip()
52 line = line.strip()
165 line = line.strip()
239 line = line.strip()
246 name = line[2:].strip()
248 fname = line[2:].strip()
280 files = subprocess.check_output(cmd).decode(sys.stdout.encoding).strip().split("\n")
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-do-not-strip-a-helper-library.patch4 Subject: [PATCH] tests: do not strip a helper library
17 libfoo.strip: libfoo.la
18 $(OBJCOPY) --strip-all .libs/libfoo.so
20 -all-local: libfoo.strip
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsdk.py16 self.sdk_native_path = self.d.getVar('SDKPATHNATIVE').strip('/')
17 self.target_path = self.d.getVar('SDKTARGETSYSROOT').strip('/')
18 self.sysconfdir = self.d.getVar('sysconfdir').strip('/')
44 self.d.getVar('libdir_nativesdk').strip('/'),
49 self.d.getVar('libdir_nativesdk').strip('/'),
114 target_path = d.getVar('SDKTARGETSYSROOT').strip('/')

12345678910>>...32