Searched
full:strip (Results
1176 -
1200 of
6288) sorted by null
<<41424344454647484950>>
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 63 name.strip() 81 self.result=self.name.get().strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 63 _servers = [server.strip() for server in 65 if server.strip() != '']
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 63 name.strip() 81 self.result=self.name.get().strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 63 _servers = [server.strip() for server in 65 if server.strip() != '']
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 63 name.strip() 81 self.result=self.name.get().strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
/test/vts-testcase/kernel/syscall/ |
SyscallExistenceTest.py | 43 asserts.assertEqual(results[const.STDOUT][0].strip(), "/system/bin/ls") 83 return len(results[const.STDOUT]) == 2 and results[const.STDOUT][1].strip() == "n"
|
/art/tools/checker/file_format/ |
common.py | 33 line = line.strip()
|
/bootable/recovery/minui/ |
Android.mk | 42 # ordinary characters in this context). Strip double-quotes from the
|
/build/make/core/ |
ccache.mk | 42 ccache := $(strip $(wildcard $(ccache)))
|
cleanbuild.mk | 29 $(if $(strip $(INTERNAL_CLEAN_BUILD_VERSION)),, \ 38 $(if $(strip $(2)),$(eval _acs_id := $($(_acs_makefile_prefix))),\ 56 INTERNAL_CLEAN_BUILD_VERSION := $(strip $(INTERNAL_CLEAN_BUILD_VERSION)) 57 INTERNAL_CLEAN_STEPS := $(strip $(INTERNAL_CLEAN_STEPS))
|
/build/make/core/tasks/check_boot_jars/ |
check_boot_jars.py | 25 line = line.strip()
|
/build/make/core/tasks/ |
sdk-addon.mk | 18 addon_name := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_NAME)) 43 ifneq ($(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_MODULES)),) 55 ifneq ($(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_FILES)),) 102 doc_modules := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_DOC_MODULES))
|
/build/make/tools/ |
filter-product-graph.py | 37 lines = [line.strip() for line in lines]
|
/cts/suite/audio_quality/test_description/conf/ |
detect_usb_audio.py | 42 line = f.readline().strip()
|
/cts/tools/device-setup/TestDeviceSetup/ |
Android.mk | 24 # and because it is in data, do not strip classes.dex
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/ |
Android.mk | 23 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/ |
Android.mk | 24 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/ |
Android.mk | 18 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/ |
Android.mk | 26 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/ |
Android.mk | 18 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/ |
Android.mk | 26 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
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())
|
Completed in 499 milliseconds
<<41424344454647484950>>