HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 126 - 150 of 3400) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/sdk/
Android.mk 28 LOCAL_MIN_SDK_VERSION := $(if $(call math_is_number,$(strip $(1))),$(1),$(PLATFORM_JACK_MIN_SDK_VERSION))
40 LOCAL_MIN_SDK_VERSION := $(if $(call math_is_number,$(strip $(1))),$(1),$(PLATFORM_JACK_MIN_SDK_VERSION))
  /build/make/core/
ccache.mk 42 ccache := $(strip $(wildcard $(ccache)))
aux_toolchain.mk 12 ifeq ($(strip $(AUX_TOOLCHAIN)),)
13 ifeq ($(strip $(AUX_CPU)),)
25 AUX_BUILD_NOT_COMPATIBLE := $(strip $(AUX_BUILD_NOT_COMPATIBLE))
device.mk 38 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1))))
54 $(eval dn := $(strip $(1)))
75 $(strip $(call _resolve-short-device-name,$(1)))
goma.mk 46 CC_WRAPPER := $(strip $(CC_WRAPPER) $(GOMA_CC))
47 CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(GOMA_CC))
48 JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(GOMA_CC))
  /device/google/contexthub/firmware/build/
app_chre10_executable.mk 22 ifeq ($(strip $(my_variants)),)
app_chre11_executable.mk 22 ifeq ($(strip $(my_variants)),)
app_chre_executable.mk 22 ifeq ($(strip $(my_variants)),)
  /external/capstone/bindings/
const_generator.py 80 line = line.strip()
94 tmp = line.strip().split(',')
96 t = t.strip()
123 outfile.write((templ['line_format'] %(f[0].strip(), rhs)).encode("utf-8"))
  /external/e2fsprogs/lib/
Makefile.bsd-lib 37 install-strip: install
39 install-shlibs-strip: install-shlibs
  /external/llvm/utils/
wciia.py 29 # paths must be in ( ... ) so strip them
56 name = line[2:].strip()
63 email = line[2:].strip()
66 description = line[2:].strip()
69 filesfolders = line[2:].strip()
  /external/ltp/testcases/kernel/syscalls/swapon/
Makefile 20 ifneq ($(strip $(NEEDSPECIAL)),)
  /hardware/interfaces/compatibility_matrices/
compatibility_matrix.mk 61 ifeq (true,$(strip $(LOCAL_ADD_VBMETA_VERSION)))
80 ifneq (,$(strip $(LOCAL_KERNEL_CONFIG_DATA_PATHS)))
95 ifneq (,$(strip $(LOCAL_ASSEMBLE_VINTF_ERROR_MESSAGE)))
96 $(GEN): PRIVATE_COMMAND_TAIL := || (echo $(strip $(LOCAL_ASSEMBLE_VINTF_ERROR_MESSAGE)) && false)
  /hardware/interfaces/soundtrigger/2.0/default/
Android.mk 36 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
  /libcore/tools/docs/crypto/
crypto_docs.py 24 # so strip comments out before parsing
27 if not line.strip().startswith('#'):
  /system/core/healthd/
Android.mk 32 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true)
35 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
66 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
74 ifeq ($(strip $(BOARD_CHARGER_NO_UI)),true)
92 ifeq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
118 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
126 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
153 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dwarf.exp 69 global strip
73 set test_name "Strip -s $test"
74 set prog $strip
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
struct.py 29 assert lines[0].strip() == "typedef struct {"
30 pyhead = lines[1].strip()
35 line = line.strip()
structparse.py 23 assert lines[0].strip() == "typedef struct {"
24 pyhead = lines[1].strip()
29 line = line.strip()
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
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]:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 132 Comment = Comment.strip()
188 if not Copyright.strip():
195 if not License.strip():
202 if not Abstract.strip() or Abstract.find('Component description file') > -1:
209 return Abstract.strip(), Description.strip(), Copyright.strip(), License.strip()
242 Line = Line.strip()
255 Line = LineParts[0].strip()
    [all...]
  /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/python/cpython2/Tools/framer/framer/
struct.py 29 assert lines[0].strip() == "typedef struct {"
30 pyhead = lines[1].strip()
35 line = line.strip()
structparse.py 23 assert lines[0].strip() == "typedef struct {"
24 pyhead = lines[1].strip()
29 line = line.strip()
  /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")

Completed in 614 milliseconds

1 2 3 4 56 7 8 91011>>