/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 86 if line.strip() == '':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
markupbase.py | 385 name = s.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
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
markupbase.py | 385 name = s.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 86 if line.strip() == '':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.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_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/system/extras/tests/net_test/ |
sock_diag.py | 117 data = nla_data.strip("\x00")
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 139 line = line.strip()
|
/toolchain/binutils/binutils-2.25/ld/ |
lexsup.c | 190 { {"strip-all", no_argument, NULL, 's'}, 191 's', NULL, N_("Strip all symbols"), TWO_DASHES }, 192 { {"strip-debug", no_argument, NULL, 'S'}, 193 'S', NULL, N_("Strip debugging symbols"), TWO_DASHES }, 194 { {"strip-discarded", no_argument, NULL, OPTION_STRIP_DISCARDED}, 195 '\0', NULL, N_("Strip symbols in discarded sections"), TWO_DASHES }, 196 { {"no-strip-discarded", no_argument, NULL, OPTION_NO_STRIP_DISCARDED}, 197 '\0', NULL, N_("Do not strip symbols in discarded sections"), TWO_DASHES }, [all...] |
/tools/test/connectivity/acts/framework/acts/ |
test_runner.py | 397 self.log.info(msg.strip())
|
/external/autotest/server/cros/network/ |
wifi_client.py | 160 kernel_arch = uname_result.stdout.strip() [all...] |
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
httparchive.py | 209 response_etag = response_etag.strip('" ') 211 etag = etag.strip('" ') 682 # TODO(tonyg): Strip sdch from the request headers because we can't 687 # Strip lzma so Opera's requests matches archives recorded using Chrome. 689 stripped_encodings = [e.strip() for e in accept_encoding.split(',')] [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 511 if not specifier.strip(): 513 name,width = specifier.strip().split(':', 1) 544 m = re.match('v([1-9][0-9]*)([if][1-9][0-9]*)', t.strip())
|
/external/curl/lib/ |
pop3.c | 946 the strip counter here so that these bytes won't be delivered. */ 947 pop3c->strip = 2; [all...] |
/external/parameter-framework/upstream/tools/xmlGenerator/ |
EddParser.py | 165 line = line.strip() 179 optionsStrip = list(imap(str.strip, options)) 255 lineWithoutTag = line.split(":", 1)[-1].strip()
|
/frameworks/base/core/tests/overlaytests/ |
testrunner.py | 328 if stdout.strip() == "1": 358 if stdout.strip() == '1': # already root 473 line = line.rstrip() # strip \r from adb output 506 current_stack.append(" " + line.strip())
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ConfigParser.py | 484 if line.strip() == '' or line[0] in '#;': 491 value = line.strip() 528 optval = optval.strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
dist.py | 604 value = [elm.strip() for elm in value.split(',')] [all...] |