Searched
refs:strip (Results
1126 -
1150 of
2233) sorted by null
<<41424344454647484950>>
/prebuilts/gdb/linux-x86/lib/python2.7/ |
gettext.py | 299 item = item.strip() 304 k = k.strip().lower() 305 v = v.strip()
|
smtplib.py | 365 resp.append(line[4:].strip()) 441 params = m.string[m.end("feature"):].strip() 842 return sys.stdin.readline().strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 299 item = item.strip() 304 k = k.strip().lower() 305 v = v.strip()
|
smtplib.py | 365 resp.append(line[4:].strip()) 441 params = m.string[m.end("feature"):].strip() 842 return sys.stdin.readline().strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 299 item = item.strip() 304 k = k.strip().lower() 305 v = v.strip()
|
smtplib.py | 365 resp.append(line[4:].strip()) 441 params = m.string[m.end("feature"):].strip() 842 return sys.stdin.readline().strip()
|
/system/extras/simpleperf/runtest/ |
runtest.py | 389 if not line.strip('| \t'): 392 function_name = line.strip('| \t') 405 line = line.strip('|- \t')
|
/external/opencv3/modules/ts/misc/ |
run.py | 223 ll = l.strip() 382 return output[0].strip() 486 _os = "Android" + self.runAdb("shell", "getprop ro.build.version.release").strip() 645 self.hardware = hw.groups()[0].strip() 699 if output[0] and output[0].strip().endswith("Success"): [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/ |
tFunction_Export_Import_Domains.py | 127 domainBackup = out.strip('\r\n').splitlines() 141 f_Config_Backup.write(out.strip('\r\n')) [all...] |
/frameworks/base/tools/apilint/ |
apilint.py | 57 self.raw = raw.strip(" {;") 67 self.name = raw[1].strip(";") 69 self.value = raw[3].strip(';"') 83 self.raw = raw.strip(" {;") 121 self.raw = raw.strip(" {;") 155 self.raw = raw.strip(" {;") [all...] |
/art/test/ |
run-test | 193 elif [ "x$1" = "x--strip-dex" ]; then 194 run_args="${run_args} --strip-dex" 577 echo " --strip-dex Strip the dex files before starting test." 801 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null 867 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 3000
|
/build/core/ |
install_jni_libs_internal.mk | 52 my_jni_shared_libraries := $(strip $(my_jni_shared_libraries))
|
/cts/tools/utils/ |
buildCts.py | 37 lines = [line.strip() for line in f.readlines()] 47 lines = [string.join(line.strip().rsplit('.',1),'#') for line in f.readlines()]
|
/development/build/tools/ |
windows_sdk.mk | 18 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),)
|
/device/moto/shamu/camera/QCamera/HAL/core/ |
Android.mk | 10 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/external/autotest/client/common_lib/ |
control_data.py | 142 items = [x.strip() for x in val.split(',')] 221 return str(expr.value).strip()
|
/external/autotest/client/cros/ |
power_utils.py | 117 psu_str = psu.strip() 189 result = utils.system_output(cmd, ignore_status=True).strip()
|
/external/autotest/client/site_tests/graphics_dEQP/ |
graphics_dEQP.py | 77 result = line.strip().split()[1] 97 result = root.find('Result').get('StatusCode').strip()
|
/external/autotest/client/virt/ |
virt_env_process.py | 243 kvm_version = open("/sys/module/kvm/version").read().strip() 258 kvm_userspace_version = " ".join(matches[0].split()[1:]).strip(",")
|
/external/autotest/database/ |
migrate.py | 137 sql_statements = [statement.strip() 139 if statement.strip()]
|
/external/autotest/server/cros/clique_lib/ |
clique_dut_control.py | 240 start_time = start_time.strip() 244 end_time = end_time.strip()
|
/external/autotest/server/ |
site_gtest_runner.py | 91 self.record_failed_test(failed, fail_description[0].strip(), 250 line.strip(),
|
site_utils.py | 369 l = l.strip() 394 return os.path.join(base, dirname.strip('/'))
|
/external/bison/build-aux/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
chrome_tracing_agent_unittest.py | 302 config_file_str.strip()) 327 config_file_str.strip())
|
Completed in 729 milliseconds
<<41424344454647484950>>