Searched
refs:strip (Results
351 -
375 of
1457) sorted by null
<<11121314151617181920>>
/external/vixl/tools/ |
generate_simulator_traces.py | 71 if line.strip() == marker[matched]:
|
/frameworks/base/tools/split-select/ |
Android.mk | 65 ifneq ($(strip $(USE_MINGW)),)
|
/hardware/ti/omap4-aah/domx/make/ |
start.mk | 99 STRIP := $(CROSS)strip
|
/hardware/ti/omap4xxx/domx/make/ |
start.mk | 99 STRIP := $(CROSS)strip
|
/ndk/build/core/ |
check-cygwin-make.mk | 29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the 38 SELF_MAKE := $(strip $(wildcard $(CYGWIN_MAKE).exe))
|
main.mk | 27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%)) 61 APP := $(strip $(APP)) 75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP))) 87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \ 101 ifeq ($(strip $(NDK_ALL_APPS)),)
|
/ndk/sources/host-tools/make-3.81/ |
dep.h | 62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip));
|
/packages/inputmethods/LatinIME/tools/dicttool/ |
NativeLib.mk | 33 ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 103 menu.strip() 123 path.strip() 145 self.result = (self.menu.get().strip(), 146 self.path.get().strip())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/ |
test_loadtk.py | 34 display = os.popen('echo $DISPLAY').read().strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetools.py | 45 fields[i] = fields[i].strip().lower() 63 f = f[:i].strip().lower() + \ 64 '=' + f[i+1:].strip() 65 self.plist.append(f.strip())
|
robotparser.py | 58 lines = [line.strip() for line in f] 99 # remove optional comment and strip line 103 line = line.strip() 108 line[0] = line[0].strip().lower() 109 line[1] = urllib.unquote(line[1].strip())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 103 menu.strip() 123 path.strip() 145 self.result = (self.menu.get().strip(), 146 self.path.get().strip())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/ |
test_loadtk.py | 34 display = os.popen('echo $DISPLAY').read().strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetools.py | 45 fields[i] = fields[i].strip().lower() 63 f = f[:i].strip().lower() + \ 64 '=' + f[i+1:].strip() 65 self.plist.append(f.strip())
|
robotparser.py | 58 lines = [line.strip() for line in f] 99 # remove optional comment and strip line 103 line = line.strip() 108 line[0] = line[0].strip().lower() 109 line[1] = urllib.unquote(line[1].strip())
|
/system/core/libziparchive/ |
Android.mk | 45 ifneq ($(strip $(USE_MINGW)),)
|
/external/chromium_org/third_party/skia/experimental/benchtools/ |
rebase.py | 66 return [i for i in out.strip().split('\n') if not filter_file(i)] 93 line_parts = l.strip().split(',') 125 parts = l.strip().split(',') 127 output_lines.append(l.strip()) 139 output_lines.append(l.strip()) 255 bots = args.bots.strip().split(',') 264 githashes = args.githash.strip().split(',')
|
/external/chromium_org/third_party/skia/tools/ |
create_test_font.cpp | 407 const char* strip = strippedStr.c_str(); local 413 strip, strip, strip, strip, strip, strip, name, gStyleName[writ.fStyle]);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 35 return a.strip(), None 36 return a.strip(), b.strip() 75 f = f[:i].strip().lower() + '=' + f[i+1:].strip() 76 plist.append(f.strip()) 505 name = name.strip() 506 val = val.strip() 509 name = p.strip() 689 return utils.collapse_rfc2231_value(filename).strip() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 35 return a.strip(), None 36 return a.strip(), b.strip() 75 f = f[:i].strip().lower() + '=' + f[i+1:].strip() 76 plist.append(f.strip()) 505 name = name.strip() 506 val = val.strip() 509 name = p.strip() 689 return utils.collapse_rfc2231_value(filename).strip() [all...] |
/build/core/combo/ |
TARGET_linux-arm.mk | 33 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),) 40 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 47 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 55 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)),) 66 $(combo_2nd_arch_prefix)TARGET_STRIP := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
|
TARGET_linux-mips.mk | 33 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),) 40 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 47 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 55 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)),) 66 $(combo_2nd_arch_prefix)TARGET_STRIP := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
|
TARGET_linux-x86.mk | 21 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),) 28 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 39 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 47 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)),) 58 $(combo_2nd_arch_prefix)TARGET_STRIP := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
eclipse.py | 115 include_dir = line.strip() 223 if split_define[0].strip() in all_defines: 226 all_defines[split_define[0].strip()] = split_define[1].strip() 238 if not cpp_line.strip():
|
Completed in 1753 milliseconds
<<11121314151617181920>>