/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
versionpredicate.py | 102 versionPredicateStr = versionPredicateStr.strip() 109 paren = paren.strip() 157 value = value.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
versionpredicate.py | 102 versionPredicateStr = versionPredicateStr.strip() 109 paren = paren.strip() 157 value = value.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
versionpredicate.py | 102 versionPredicateStr = versionPredicateStr.strip() 109 paren = paren.strip() 157 value = value.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
versionpredicate.py | 102 versionPredicateStr = versionPredicateStr.strip() 109 paren = paren.strip() 157 value = value.strip()
|
/build/core/ |
package_internal.mk | 33 ifeq ($(strip $(package_overridden)),) 40 LOCAL_PACKAGE_NAME := $(strip $(LOCAL_PACKAGE_NAME)) 45 ifneq ($(strip $(LOCAL_MODULE_SUFFIX)),) 50 ifneq ($(strip $(LOCAL_MODULE)),) 55 ifneq ($(strip $(LOCAL_MODULE_CLASS)),) 68 LOCAL_MODULE_TAGS := $(strip $(LOCAL_MODULE_TAGS)) 97 package_resource_overlays := $(strip \ 105 all_assets := $(strip \ 138 my_overlay_resources := $(strip \ 143 my_res_resources := $(strip \ [all...] |
android_manifest.mk | 5 ifeq ($(strip $(LOCAL_MANIFEST_FILE)),) 18 LOCAL_STATIC_JAVA_AAR_LIBRARIES := $(strip $(LOCAL_STATIC_JAVA_AAR_LIBRARIES))
|
/ndk/build/core/ |
definitions-utils.mk | 62 remove-duplicates = $(strip \ 95 filter-by = $(strip \ 119 filter-out-by = $(strip \ 171 parent-dir = $(patsubst %/,%,$(strip \ 187 # Strip any 'lib' prefix in front of a given string. 189 # Function : strip-lib-prefix 192 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE)) 194 strip-lib-prefix = $(1:lib%=%) 196 -test-strip-lib-prefix = \ 197 $(call test-expect,,$(call strip-lib-prefix,)) [all...] |
/art/tools/checker/file_format/ |
common.py | 33 line = line.strip()
|
/cts/suite/audio_quality/test_description/conf/ |
detect_usb_audio.py | 42 line = f.readline().strip()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/ |
Android.mk | 14 ifeq ($(strip $(TARGET_USES_ION)),true) 51 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/external/autotest/client/site_tests/audio_Aplay/ |
audio_Aplay.py | 62 return utils.system_output(' '.join(cmd)).strip()
|
/external/autotest/client/site_tests/kernel_TPMPing/ |
kernel_TPMPing.py | 21 version = utils.system_output('/bin/uname -r').strip()
|
/external/autotest/client/virt/tests/ |
clock_getres.py | 32 logging.info("Guest's dmesg:\n%s", session.cmd_output("dmesg").strip())
|
linux_s3.py | 24 src_tty = session.cmd_output("fgconsole").strip()
|
whql_client_install.py | 63 server_name = server_session.cmd_output(cmd).strip() 64 client_name = session.cmd_output(cmd).strip() 66 server_workgroup = server_session.cmd_output(cmd).strip() 70 o = server_session.cmd_output(cmd).strip().splitlines()[-1]
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/ |
kernel_ExternalUsbPeripheralsDetectionTest.py | 44 stdout.strip().split('\n')) 62 tmp = self.host.run(cmd).stdout.strip().split('\n') 78 vendor_id = self.host.run('cat %s' % file_name).stdout.strip() 160 .stdout.strip())
|
/external/autotest/tko/ |
site_parse.py | 151 if not status or not status.reason.strip() or status.status == 'GOOD': 218 result_log += '%s\n\n' % r.strip() 222 result_log.splitlines()[-1 * _STATUS_LOG_LIMIT:]).strip() 225 if short_result_log != result_log.strip():
|
/external/autotest/utils/ |
reverify_repair_failed.py | 19 __doc__.strip())
|
/external/chromium-trace/catapult/systrace/systrace/ |
output_generator_unittest.py | 51 atrace_data = f.read().replace(" ", "").strip() 62 '</script>'))[0].replace(" ", "").strip() 83 trace_results_expected.append(str(data).replace(" ", "").strip()) 92 '</script>'))[0].replace(" ", "").strip()
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
conf.py | 22 version = ln.split('=')[-1].strip()
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
conf.py | 22 version = ln.split('=')[-1].strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/ |
awsqueryservice.py | 72 if name.strip() == 'AWSAccessKeyId': 74 value = value.strip() 76 elif name.strip() == 'AWSSecretKey': 78 value = value.strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/ |
setup.py | 72 doclines = [ x.strip() for x in __doc__.split('\n') if x ]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
util.py | 61 return _util.strtobool(str(value).strip().lower() or 'no')
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
run_tests.py | 65 output = output.strip() 105 strip = len(basedir) - len(_os.path.basename(basedir)) 116 term.yellow("---> %s" % (dirname[strip:],)) 123 term.yellow("<--- %s" % (dirname[strip:],))
|