HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 276 - 300 of 6288) sorted by null

<<11121314151617181920>>

  /build/make/core/
shared_library_internal.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
19 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)$(LOCAL_MODULE_STEM_32)$(LOCAL_MODULE_STEM_64)),)
100 $(intermediates)/$(GCNO_ARCHIVE) : PRIVATE_ALL_OBJECTS := $(strip $(LOCAL_GCNO_FILES))
101 $(intermediates)/$(GCNO_ARCHIVE) : PRIVATE_ALL_WHOLE_STATIC_LIBRARIES := $(strip $(built_whole_gcno_libraries)) $(strip $(built_static_gcno_libraries))
aux_toolchain.mk 12 ifeq ($(strip $(AUX_TOOLCHAIN)),)
13 ifeq ($(strip $(AUX_CPU)),)
25 AUX_BUILD_NOT_COMPATIBLE := $(strip $(AUX_BUILD_NOT_COMPATIBLE))
  /external/compiler-rt/make/
lib_util.mk 8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
  /external/elfutils/tests/
run-allfcts.sh 30 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
31 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
32 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
33 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
36 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
37 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
run-strip-test.sh 30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
52 # Now strip in-place and make sure it is smaller.
54 testrun ${abs_top_builddir}/src/strip $original
57 { echo "*** failure in-place strip file not smaller $original"; status=1; }
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 32 return int(address.strip("S:").strip("N:").strip("EL2:").strip("EL1:"), 16)
169 line = info_file_str.readline().strip('\n')
177 line = info_file_str.readline().strip('\n')
182 line = info_file_str.readline().strip('\n')
187 line = info_file_str.readline().strip('\n')
189 line = info_file_str.readline().strip('\n')
190 line = info_file_str.readline().strip('\n'
    [all...]
build_report.py 25 stripped_line = line.strip()
34 self.PCDs[guid][m.group(2)] = (m.group(6).strip(),m.group(5))
52 if line.strip() == section_header[0]:
  /external/autotest/client/site_tests/security_RunOci/
security_RunOci.py 141 expected = test_config['expected_result'].strip()
142 if result.stdout.strip() != expected:
144 result.stdout.strip(), expected)
146 expected_err = test_config.get('expected_stderr', '').strip()
147 if result.stderr.strip() != expected_err:
149 result.stderr.strip(), expected_err)
  /external/syslinux/mk/
syslinux.mk 59 STRIP = strip
63 STRIP = strip
78 # strip white spaces in ARCH
79 ARCH ?= $(strip $(SUBARCH))
  /external/v8/tools/release/
mergeinfo.py 21 hash_to_search]).strip()
24 hash_to_search]).strip()
31 'master']).strip().splitlines()
56 '-a']).strip()
58 return map(str.strip, branches)
95 '-r']).strip()
  /build/kati/
func_test.go 20 strip := &funcStrip{
23 literal("(strip"),
34 strip.Eval(&buf, ev)
  /external/chromium-trace/catapult/systrace/systrace/
monitor_unittest.py 29 content = f.read().strip()
40 content = f.read().strip()
50 content = f.read().strip()
  /external/curl/tests/data/
test101 43 # Strip all valid kinds of PORT and EPRT that curl can send
44 <strip>
47 </strip>
test251 45 # Strip all valid kinds of PORT and EPRT that curl can send
46 <strip>
49 </strip>
test406 50 # Strip all valid kinds of PORT and EPRT that curl can send
51 <strip>
54 </strip>
test1120 32 # Strip all valid kinds of PORT and EPRT that curl can send
  /test/vts/testcases/codelab/hello_world/
VtsCodelabHelloWorldTest.py 38 asserts.assertEqual(results[const.STDOUT][0].strip(),
49 asserts.assertEqual(results[const.STDOUT][0].strip(), "hello")
50 asserts.assertEqual(results[const.STDOUT][1].strip(), "world")
  /build/make/tools/zipalign/
Android.mk 31 ifneq ($(strip $(BUILD_HOST_static)),)
  /development/tools/rmtypedefs/
README.txt 11 This is intended to be used during the build to strip out any typedef
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStripSpace.java 32 * TransformerFactory for xsl:strip-space markup.
34 * <!ELEMENT xsl:strip-space EMPTY>
35 * <!ATTLIST xsl:strip-space elements CDATA #REQUIRED>
43 * Receive notification of the start of an strip-space element.
  /external/autotest/client/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 25 media = utils.read_file(self.dts_node_path).strip('\n\x00')
42 vboot_context = utils.system_output('mosys nvram vboot read').strip()
46 vc_got = utils.read_file(sysfs_entry).strip('\n\x00')
55 vc_got = utils.system_output('mosys nvram vboot read').strip()
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 39 find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
40 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
  /external/e2fsprogs/lib/
Makefile.solaris-lib 50 install-strip: install
51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
53 install-shlibs-strip: install-shlibs
54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
  /external/fonttools/Lib/fontTools/misc/
xmlWriter.py 43 def write8bit(self, data, strip=False):
48 self._writeraw(escape8bit(data), strip=strip)
50 def write16bit(self, data, strip=False):
51 self._writeraw(escape16bit(data), strip=strip)
57 def _writeraw(self, data, indent=True, strip=False):
63 if (strip):
64 s = s.strip()
  /external/libdivsufsort/
VERSION.cmake 17 string(STRIP "${GIT_REVISION}" GIT_REVISION)

Completed in 266 milliseconds

<<11121314151617181920>>