Searched
refs:strip (Results
1351 -
1375 of
2233) sorted by null
<<51525354555657585960>>
/external/autotest/utils/ |
test_importer.py | 309 label_name = label_name.strip().lower() 426 whitelist_set = set([line.strip() for line in f])
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
add_point.py | 531 path = '%s/%s/%s' % (row['master'], row['bot'], row['test'].strip('/')) 571 test = test.strip('/')
|
start_try_job.py | 659 # therefore strip this path from internal server URL. 660 issue_url = '%s/%s' % (server.Config().internal_server_url.strip('/bots'), 663 issue_url = '%s/%s' % (server.Config().server_url.strip('/bots'), issue_id)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
key.py | 120 alg, b64_digest = hash_pair.strip().split('=', 1) 548 etag = key.etag.strip('"') [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
oauth2_client.py | 445 strip = (['_private_key'] + 447 return super(ServiceAccountCredentials, self)._to_json(strip)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
transport_test.py | 306 self.assertEquals('HTTP Error 500: arbitrary error', str(err).strip()) 319 self.assertEquals('HTTP Error 501: Not Implemented', str(err).strip())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags2man.py | 358 flag.help += ' ' + line.strip() 405 flag.help += ' ' + line.strip()
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags2man.py | 358 flag.help += ' ' + line.strip() 405 flag.help += ' ' + line.strip()
|
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
|
/external/deqp/scripts/ |
mustpass.py | 143 cases.append(line[6:].strip()) 155 line = line.strip()
|
/external/guice/ |
Android.mk | 98 # This is required to post-process the guice source to strip out the AOP-specific code.
|
/external/harfbuzz_ng/src/ |
gen-use-table.py | 25 fields = [x.strip () for x in line.split (';')] 354 print " * %s" % (l.strip())
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 47 ifeq ($(strip $(MESA_ENABLE_ASM)),true)
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_Configuration.py | 454 listed_conf = f_configurations.read().strip('\r\n').splitlines() 481 listed_conf = configurations_renamed.strip('\r\n').splitlines()
|
/external/v8/tools/ |
presubmit.py | 208 path = path.strip('"') 418 # Strip away comments at the end of the line. 422 line = line.strip() 423 # Strip away trailing commas within the line. 428 # Strip away trailing commas at line ends. Ugh.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
configHandler.py | 668 menuItem=value[0].strip() 669 helpPath=value[1].strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_threading.py | 364 self.assertEqual(stdout.strip(), 366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
|
test_urllib2_localnet.py | 106 name = name.strip() 110 value = value.strip()
|
test_zipimport.py | 369 self.assertEqual(line, raise_src.strip()) 372 self.assertEqual(line, raise_src.strip())
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
configHandler.py | 668 menuItem=value[0].strip() 669 helpPath=value[1].strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_threading.py | 364 self.assertEqual(stdout.strip(), 366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
|
test_urllib2_localnet.py | 106 name = name.strip() 110 value = value.strip()
|
test_zipimport.py | 369 self.assertEqual(line, raise_src.strip()) 372 self.assertEqual(line, raise_src.strip())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 668 menuItem=value[0].strip() 669 helpPath=value[1].strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 364 self.assertEqual(stdout.strip(), 366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
|
Completed in 618 milliseconds
<<51525354555657585960>>