HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 151 - 175 of 2628) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/utils/Target/ARM/
analyze-match-table.py 17 code, string, converter, _ = [s.strip()
19 items = [s.strip() for s in b.split(",")]
20 _,features = [s.strip() for s in c.split(",")]
  /external/swiftshader/third_party/LLVM/utils/Target/ARM/
analyze-match-table.py 17 code, string, converter, _ = [s.strip()
19 items = [s.strip() for s in b.split(",")]
20 _,features = [s.strip() for s in c.split(",")]
  /external/syslinux/mk/
syslinux.mk 59 STRIP = strip
63 STRIP = strip
78 # strip white spaces in ARCH
79 ARCH ?= $(strip $(SUBARCH))
  /external/toolchain-utils/automation/clients/report/dejagnu/
manifest.py 64 params[key.strip()] = value.strip()
72 line = line.strip()
  /test/vts/testcases/host/shell_binary_crash_test/
ShellBinaryCrashTest.py 44 asserts.assertEqual(results[const.STDOUT][1].strip(), "")
59 asserts.assertEqual(results[const.STDOUT][1].strip(), "")
78 asserts.assertEqual(results[const.STDOUT][0].strip(),
  /build/make/tools/
adbs 41 print(line.strip())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
util.py 29 ls = l.strip()
  /external/autotest/client/common_lib/brillo/
hal_utils.py 35 if result.exit_status == 0 and result.stdout.strip():
  /external/autotest/server/site_tests/brillo_KernelVersionTest/
brillo_KernelVersionTest.py 28 result = host.run_output('uname -r').strip()
  /external/autotest/server/site_tests/brillo_NVRAM/
brillo_NVRAM.py 24 return host.run_output('getprop %s' % property_name).strip()
  /external/autotest/tko/
unique_cookie.py 17 uid_cookies = [c for c in cookies if c.strip().startswith(key)]
  /external/clang/
clang-version-inc.py 24 line = line.strip()
  /external/compiler-rt/
Makefile 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \
148 $(strip \
175 $(call Set,Tmp.Functions,$(strip \
178 $(call Set,Tmp.Optimized,$(strip \
180 $(call Set,Tmp.AR,$(strip \
182 $(call Set,Tmp.ARFLAGS,$(strip \
184 $(call Set,Tmp.CC,$(strip \
186 $(call Set,Tmp.LDFLAGS,$(strip \
188 $(call Set,Tmp.RANLIB,$(strip \
    [all...]
  /external/curl/lib/
pop3.h 66 size_t strip; /* Number of bytes from the start to ignore as member in struct:pop3_conn
  /external/e2fsprogs/lib/
Makefile.darwin-lib 40 install-strip: install
42 install-shlibs-strip: install-shlibs
  /external/elfutils/tests/
run-strip-reloc.sh 35 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
36 { echo "*** failure strip $infile"; status=1; }
38 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \
40 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; }
56 # Strip of DWARF section lines, offset will not match.
107 runtest ${abs_top_builddir}/src/strip 0
108 runtest ${abs_top_builddir}/src/strip.o 1
  /external/hyphenation-patterns/de/
create_chr.py 25 line = line.strip()
  /external/ltp/include/mk/
generic_trunk_target.inc 65 $(if $(strip $(CLEAN_TARGETS)),$(RM) -f $(CLEAN_TARGETS))
88 ifeq ($(strip $(SUBDIRS)),)
  /external/skia/src/jumper/
build_stages.py 90 line = line.strip()
114 code, inst, args = code.strip(), inst.strip(), args.strip()
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/
device-bcm.mk 20 ifeq ($(strip $(WIFI_BAND)),802_11_ABG)
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/
device-bcm.mk 20 ifeq ($(strip $(WIFI_BAND)),802_11_BG)
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4356/
device-bcm.mk 20 ifeq ($(strip $(WIFI_BUS)),SDIO)
  /hardware/intel/common/wrs_omxil_core/base/src/
Android.mk 25 ifeq ($(strip $(COMPONENT_SUPPORT_BUFFER_SHARING)), true)
28 ifeq ($(strip $(COMPONENT_SUPPORT_OPENCORE)), true)
  /hardware/interfaces/broadcastradio/1.1/default/
Android.mk 40 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
  /hardware/qcom/wlan/qcwcn/wcnss-service/
Android.mk 8 ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)
18 ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)

Completed in 1066 milliseconds

1 2 3 4 5 67 8 91011>>