Searched
refs:strip (Results
626 -
650 of
2233) sorted by null
<<21222324252627282930>>
/prebuilts/gdb/linux-x86/lib/python2.7/ |
codeop.py | 71 line = line.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
MimeWriter.py | 109 lines[i] = " " + lines[i].strip()
|
codeop.py | 71 line = line.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
MimeWriter.py | 109 lines[i] = " " + lines[i].strip()
|
codeop.py | 71 line = line.strip()
|
/system/core/init/ |
compare-bootcharts.py | 123 proc_name = segs[1].strip('()')
|
/external/autotest/client/common_lib/ |
global_config.py | 150 if not val.strip() and not allow_blank: 291 # strip off leading and trailing white space 292 sval = value.strip() 317 return [val.strip() for val in sval.split(',')]
|
/external/autotest/client/cros/ |
backchannel.py | 77 self.gateway, self.interface = line.strip().split(' ') 87 open_ssh = list(set(item.strip().split(':')[0] for item in 88 out.split('\n') if item.strip()))
|
/external/autotest/client/site_tests/graphics_GLBench/ |
graphics_GLBench.py | 194 if line.strip().startswith('@TEST_END'): 201 if not line.strip().startswith('@RESULT: '): 205 testname = key.strip()
|
/external/autotest/client/site_tests/security_ASLR/ |
security_ASLR.py | 25 pid = utils.system_output('pidof %s' % exe_name, ignore_status=True).strip() 70 ps_results = utils.system_output(get_pid_command).strip() 101 output = utils.system_output(cmd, ignore_status=True).strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
page_test_unittest.py | 29 if contents.strip() != 'Hello world': 39 if '404 Not Found' in contents.strip(): 48 if query.strip() != expected:
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
adb_install_cert.py | 81 return self._adb_shell('getprop', prop).strip() 124 return (self._adb_su_shell('ls', self.android_cacerts_path).strip() == 143 self.reformatted_cert_fname = output.partition('\n')[0].strip() + '.0'
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
translation_helper.py | 117 obj_metadata.cacheControl = value.strip() 119 obj_metadata.contentDisposition = value.strip() 121 obj_metadata.contentEncoding = value.strip() 123 obj_metadata.md5Hash = value.strip() 125 obj_metadata.contentLanguage = value.strip() 130 obj_metadata.contentType = value.strip() 190 headers['cache-control'] = dst_obj_metadata.cacheControl.strip() 196 dst_obj_metadata.contentDisposition.strip()) 201 headers['content-encoding'] = dst_obj_metadata.contentEncoding.strip() 206 headers['content-language'] = dst_obj_metadata.contentLanguage.strip() [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
message.py | 204 value = line[delim+1:].strip() 205 msg[key.strip()] = value.strip()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
data.py | 76 def __init__(self, files, target=None, preserve=0, strip=0, 82 self._strip = strip 94 files.process_template_line(line.strip())
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
data.py | 76 def __init__(self, files, target=None, preserve=0, strip=0, 82 self._strip = strip 94 files.process_template_line(line.strip())
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
data.py | 76 def __init__(self, files, target=None, preserve=0, strip=0, 82 self._strip = strip 94 files.process_template_line(line.strip())
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
data.py | 76 def __init__(self, files, target=None, preserve=0, strip=0, 82 self._strip = strip 94 files.process_template_line(line.strip())
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/ |
rjsmin.py | 301 ).strip() 305 ).strip() 427 return _re.sub(rex, subber, '\n%s\n' % script).strip()
|
/external/markdown/markdown/ |
treeprocessors.py | 174 if child.tail.strip(): 177 if child.text.strip(): 307 if (not elem.text or not elem.text.strip()) \ 313 if not elem.tail or not elem.tail.strip(): 315 if not elem.tail or not elem.tail.strip(): 326 if not br.tail or not br.tail.strip():
|
/external/v8/tools/ |
gen-postmortem-metadata.py | 322 line = re.sub('//.*', '', line.strip()); 332 klass = match.group(1).strip(); 335 pklass = pklass.strip(); 409 # strip out the representation.
|
/external/v8/tools/release/ |
common_includes.py | 86 line = re.sub(r"\t", r" ", line.strip()) 108 title = title.strip() 130 result += "%s\n" % Fill80("(%s)" % author.strip()) 144 ref = re.match(r"^BUG[ \t]*=[ \t]*(.+)$", text.strip()) 148 bug = bug.strip() 241 return sys.stdin.readline().strip() 252 params["api_key"] = api_key.strip() 336 return self.step.Git("tag").strip().splitlines() 367 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip(): 373 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip() [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
MOTree.java | 235 boolean strip = true; 243 strip = false; 244 } else if (!strip) {
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifData.java | 80 * Adds an uncompressed strip. 82 protected void setStripBytes(int index, byte[] strip) { 84 mStripBytes.set(index, strip); 89 mStripBytes.add(strip); 94 * Gets the strip count. 101 * Gets the strip at the specified index. 110 * Returns true if this header contains uncompressed strip.
|
/frameworks/base/tools/layoutlib/rename_font/ |
build_font.py | 153 font.family = namerecord.text.strip() 155 font.style = namerecord.text.strip() 158 font.fullname = namerecord.text.strip() 207 string = string.strip().split()[-1] 212 string = string.strip()
|
Completed in 344 milliseconds
<<21222324252627282930>>