Searched
refs:strip (Results
601 -
625 of
2341) sorted by null
<<21222324252627282930>>
/prebuilts/clang/darwin-x86/host/3.6/ |
update.sh | 12 strip $b
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 63 name.strip() 81 self.result=self.name.get().strip()
|
/prebuilts/gdb/linux-x86/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/idlelib/ |
configSectionNameDialog.py | 63 name.strip() 81 self.result=self.name.get().strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 63 name.strip() 81 self.result=self.name.get().strip()
|
/system/bt/hci/ |
Android.mk | 48 ifeq (,$(strip $(SANITIZE_TARGET)))
|
/build/core/ |
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)) 156 aapt_config_list := $(strip $(PRODUCT_AAPT_CONFIG) $(PRODUCT_AAPT_PREF_CONFIG)) 160 current_sanitize_target := $(strip $(SANITIZE_TARGET)) 174 PREVIOUS_BUILD_CONFIG := $(strip $(PREVIOUS_BUILD_CONFIG)) 175 PREVIOUS_SANITIZE_TARGET := $(strip $(PREVIOUS_SANITIZE_TARGET))
|
host_java_library.mk | 74 ifneq ($(strip $(LOCAL_JARJAR_RULES)),)
|
multi_prebuilt.mk | 60 $(eval tw := $(subst :, ,$(strip $(t)))) \
|
/build/core/tasks/check_boot_jars/ |
check_boot_jars.py | 25 line = line.strip()
|
/build/tools/ |
filter-product-graph.py | 37 lines = [line.strip() for line in lines]
|
/external/autotest/client/bin/ |
kernel_versions.py | 104 version = version.strip('01234567890.-')
|
os_dep.py | 41 lddirs.append(line.strip())
|
/external/autotest/client/common_lib/ |
kernel_versions.py | 104 version = version.strip('01234567890.-')
|
/external/autotest/client/cros/chameleon/ |
edid.py | 93 map(lambda s: s.strip().decode('hex'),
|
/external/autotest/client/site_tests/hardware_GobiGPS/ |
hardware_GobiGPS.py | 39 line = line.strip()
|
/external/autotest/client/site_tests/hardware_Interrupt/ |
hardware_Interrupt.py | 39 interrupt = fields[0].strip().split(':')[0]
|
/external/autotest/client/site_tests/hardware_SsdDetection/ |
hardware_SsdDetection.py | 32 open(sysfs_path).read().strip() == '0')
|
/external/autotest/client/site_tests/hardware_TrackpadFunction/ |
hardware_TrackpadFunction.py | 101 name = touchpad_device.get(KEY_NAME).strip('"')
|
/external/autotest/client/site_tests/kernel_LTP/ |
kernel_LTP.py | 103 failed_cmd = f.read().strip()
|
/external/autotest/client/site_tests/platform_DBusMachineIdRotation/ |
platform_DBusMachineIdRotation.py | 36 return f.read().strip()
|
/external/autotest/client/site_tests/platform_Perf/ |
platform_Perf.py | 72 start, length, pgoff = re.sub(r'[][()@]', ' ', result).strip().split()
|
/external/autotest/client/site_tests/security_ProtocolFamilies/ |
security_ProtocolFamilies.py | 60 in PROTOCOL_FAMILIES_STR.strip().splitlines()])
|
/external/autotest/client/site_tests/security_RuntimeExecStack/ |
security_RuntimeExecStack.py | 37 line = line.strip()
|
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/ |
video_ChromeRTCHWEncodeUsed.py | 67 lines = [line for line in lines if line.strip()]
|
Completed in 424 milliseconds
<<21222324252627282930>>