Searched
refs:strip (Results
1076 -
1100 of
2341) sorted by null
<<41424344454647484950>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
simple_server.py | 101 k=k.replace('-','_').upper(); v=v.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 218 if line.startswith('#') or line.strip() == '': 223 v = v.strip() 264 done[name] = value.strip() 271 # strip spurious spaces 274 done[k] = v.strip()
|
uu.py | 141 while s and s.strip() != 'end':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bz2.py | 366 self.assertEqual(text.strip("a"), "") 416 self.assertEqual(text.strip("a"), "") 458 self.assertEqual(text.strip("a"), "") 468 self.assertEqual(text.strip("a"), "")
|
test_calendar.py | 194 calendar.TextCalendar().formatyear(2004).strip(), 195 result_2004_text.strip() 200 calendar.HTMLCalendar().formatyearpage(2004).strip(), 201 result_2004_html.strip()
|
test_normalization.py | 50 line = line.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
simple_server.py | 101 k=k.replace('-','_').upper(); v=v.strip()
|
/system/bt/tools/scripts/ |
btsnooz.py | 156 base64_string += line.strip()
|
/system/connectivity/shill/mobile_operator_db/ |
serviceproviders_converter.py | 565 lines = [line.strip(u'\n') for line in lines] 566 lines = [line for line in lines if not line.strip() == u''] 567 lines = [line.strip(u'\n') for line in lines if line.strip()]
|
/system/tools/aidl/tests/ |
integration-test.py | 100 return result.stdout.strip()
|
/toolchain/binutils/binutils-2.25/bfd/ |
cofflink.c | 513 && (info->strip != strip_all && info->strip != strip_debugger)) 652 if (info->strip == strip_none 653 || info->strip == strip_some) 862 if (flaginfo.info->strip != strip_all && flaginfo.info->discard != discard_all) 889 if ((flaginfo.info->strip == strip_some [all...] |
/art/build/ |
Android.common_build.mk | 283 $(foreach target_arch,$(strip $(ART_TARGET_CODEGEN_ARCHS)), -DART_ENABLE_CODEGEN_$(target_arch)) 286 $(foreach host_arch,$(strip $(ART_HOST_CODEGEN_ARCHS)), -DART_ENABLE_CODEGEN_$(host_arch))
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 56 define_template( :expr, <<-'END'.strip ) 180 define_template( :expr, <<-'END'.strip )
|
/external/autotest/tko/ |
models.py | 317 line = line.strip() 400 for line in [ln for ln in fp if ln.strip()]:
|
/external/autotest/utils/ |
packager.py | 85 names = [p.strip() for p in pkg_names.split(',')] 125 names = [p.strip() for p in pkg_names.split(',')]
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
auth_tkt.py | 131 c[self.cookie_name] = self.cookie_value().encode('base64').strip().replace('\n', '') 161 ticket = ticket.strip('"')
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
datetimeutil.py | 86 val = val.strip() 230 tail = val[3:].strip()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
config.py | 94 value = value.strip() 111 value = value.strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
app2.py | 257 words = line.strip().split() 259 return 'help %s' % (line.strip(),)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
auth.py | 100 return encodebytes(new_hmac.digest()).decode('utf-8').strip() 246 l = sorted(['%s:%s' % (n.lower().strip(), 247 headers_to_sign[n].strip()) for n in headers_to_sign]) 373 c_name = header.lower().strip() 376 c_value = raw_value.strip() 378 c_value = ' '.join(raw_value.strip().split()) 383 l = ['%s' % n.lower().strip() for n in headers_to_sign] 753 l = sorted(['%s' % n.lower().strip() for n in headers_to_sign]) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
acl.py | 211 value = value.strip() 274 value = value.strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/ |
domain.py | 347 value = self.value.strip() 348 attr_name = self.attribute.strip()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
parse_html_deps_unittest.py | 214 module.html_contents_without_links_and_script.strip()) 222 module.html_contents_without_links_and_script.strip())
|
/external/compiler-rt/make/ |
subdir.mk | 80 SubDirsList := $(strip \
|
/external/deqp/android/scripts/ |
common.py | 69 path = path.strip('"') 179 if len(line.strip()) == 0:
|
Completed in 375 milliseconds
<<41424344454647484950>>