Searched
refs:strip (Results
1051 -
1075 of
2233) sorted by null
<<41424344454647484950>>
/external/deqp/android/scripts/ |
common.py | 69 path = path.strip('"') 179 if len(line.strip()) == 0:
|
/external/deqp/external/vulkancts/ |
verify_submission.py | 109 s = line.strip() 225 return len(log.strip()) == 0
|
/external/deqp/scripts/ |
testset.py | 62 case = line[6:].strip() 120 group = line.strip()
|
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 60 strip $RPM_BUILD_ROOT/usr/sbin/dnsmasq
|
/external/libxml2/doc/ |
index.py | 794 info = string.strip(info) 809 symbol = string.strip(symbol) 832 info = string.strip(info) 849 symbol = string.strip(symbol) 862 rinfo = string.strip(rinfo) 868 ainfo = string.strip(ainfo) 873 name = string.strip(name) 881 info = string.strip(info) [all...] |
/external/llvm/utils/Misc/ |
zkill | 78 elif err.strip(): 98 if not ln.strip():
|
/external/markdown/ |
test-markdown.py | 172 test, str_time, str_mem = line.strip().split(":") 276 if x.strip().startswith("<tr>")] )
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 243 line = line.strip() 247 fields = [field.strip() for field in line.split(',')]
|
/external/opencv3/modules/ts/misc/ |
chart.py | 66 args.append(param[start:idx].strip()) 69 args.append(param[start:].strip()) 71 #return [p.strip() for p in param.split(",")]
|
/external/v8/tools/testrunner/server/ |
main.py | 67 self.pubkey_fingerprint = f.read().strip() 183 fingerprint = lines[-1].strip()
|
/external/wpa_supplicant_8/hs20/client/ |
Android.mk | 23 ifneq (,$(strip $(ver)))
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/ |
shared.mk | 20 STRIP ?= $(CROSS)strip -g 93 $(STRIP) -g $(LIBRARY)
|
/ndk/build/core/ |
setup-toolchain.mk | 30 TARGET_TOOLCHAIN_LIST := $(strip $(sort $(NDK_ABI.$(TARGET_ARCH_ABI).toolchains))) 105 TARGET_TOOLCHAIN_LIST := $(strip $(filter $(NDK_TOOLCHAIN),$(NDK_ABI.$(TARGET_ARCH_ABI).toolchains))) 242 ifeq ($(strip $(NDK_APP_MODULES)),) 244 ifeq (,$(strip $(WANTED_MODULES)))
|
/ndk/tests/build/build-mode/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_osx_support.py | 71 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None 300 This function will strip '-isysroot PATH' and '-arch ARCH' from the 323 # Strip this argument and the next one: 337 # Strip this argument and the next one: 448 '-arch' in cflags.strip()):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_recno.py | 236 text = text.strip() 258 text = text.strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
conv.py | 72 if not mo and line.strip(): 74 line.strip())
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sysconfig.py | 297 test_platform = p.communicate()[0].strip() 317 test_platform = p.communicate()[0].strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_osx_support.py | 71 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None 300 This function will strip '-isysroot PATH' and '-arch ARCH' from the 323 # Strip this argument and the next one: 337 # Strip this argument and the next one: 448 '-arch' in cflags.strip()):
|
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
test_recno.py | 236 text = text.strip() 258 text = text.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
conv.py | 72 if not mo and line.strip(): 74 line.strip())
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sysconfig.py | 297 test_platform = p.communicate()[0].strip() 317 test_platform = p.communicate()[0].strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 71 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None 300 This function will strip '-isysroot PATH' and '-arch ARCH' from the 323 # Strip this argument and the next one: 337 # Strip this argument and the next one: 448 '-arch' in cflags.strip()):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_recno.py | 236 text = text.strip() 258 text = text.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 72 if not mo and line.strip(): 74 line.strip())
|
Completed in 1601 milliseconds
<<41424344454647484950>>