HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 501 - 525 of 2341) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 58 lines = [line.strip() for line in f]
99 # remove optional comment and strip line
103 line = line.strip()
108 line[0] = line[0].strip().lower()
109 line[1] = urllib.unquote(line[1].strip())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 103 menu.strip()
123 path.strip()
145 self.result = (self.menu.get().strip(),
146 self.path.get().strip())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 34 display = os.popen('echo $DISPLAY').read().strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 45 fields[i] = fields[i].strip().lower()
63 f = f[:i].strip().lower() + \
64 '=' + f[i+1:].strip()
65 self.plist.append(f.strip())
robotparser.py 58 lines = [line.strip() for line in f]
99 # remove optional comment and strip line
103 line = line.strip()
108 line[0] = line[0].strip().lower()
109 line[1] = urllib.unquote(line[1].strip())
  /system/vold/bench/
benchgen.py 60 name = name.strip('<>"')
68 path = path.strip(">")
98 args.append(arg.strip())
103 args.append(arg.strip())
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-4.s 1 # Reference & dead strip permutations.
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 167 path = path.strip('/')
344 if line.strip().startswith('+'):
346 elif line.strip().startswith('-'):
399 actual_lines = [l.strip() for l in actual_content.splitlines()
400 if l.strip()]
401 expected_lines = [l.strip() for l in expected_content.splitlines()
402 if l.strip()]
  /ndk/build/core/
main.mk 27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%))
61 APP := $(strip $(APP))
75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP)))
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
101 ifeq ($(strip $(NDK_ALL_APPS)),)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 35 return a.strip(), None
36 return a.strip(), b.strip()
75 f = f[:i].strip().lower() + '=' + f[i+1:].strip()
76 plist.append(f.strip())
505 name = name.strip()
506 val = val.strip()
509 name = p.strip()
689 return utils.collapse_rfc2231_value(filename).strip()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 35 return a.strip(), None
36 return a.strip(), b.strip()
75 f = f[:i].strip().lower() + '=' + f[i+1:].strip()
76 plist.append(f.strip())
505 name = name.strip()
506 val = val.strip()
509 name = p.strip()
689 return utils.collapse_rfc2231_value(filename).strip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 35 return a.strip(), None
36 return a.strip(), b.strip()
75 f = f[:i].strip().lower() + '=' + f[i+1:].strip()
76 plist.append(f.strip())
505 name = name.strip()
506 val = val.strip()
509 name = p.strip()
689 return utils.collapse_rfc2231_value(filename).strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 35 return a.strip(), None
36 return a.strip(), b.strip()
75 f = f[:i].strip().lower() + '=' + f[i+1:].strip()
76 plist.append(f.strip())
505 name = name.strip()
506 val = val.strip()
509 name = p.strip()
689 return utils.collapse_rfc2231_value(filename).strip()
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/doc/
Makefile.am 46 strip.1 \
138 strip.1: $(binutils_TEXI) $(binutils_TEXINFOS)
140 -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod
141 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
143 rm -f strip.pod
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 113 clean_lines = str(device_list_str, 'utf-8').strip().split('\n')
116 tokens = line.strip().split('\t')
364 return "0" == self.adb.shell("id -u").decode("utf-8").strip()
368 return "0" == self.adb.shell("id -u").decode("utf-8").strip()
376 out = self.fastboot.getvar("product").strip()
386 model = out.decode("utf-8").strip().split('[')[-1][:-1].lower()
391 model = out.decode("utf-8").strip().split('[')[-1][:-1].lower()
648 br_out_path = out.split(':')[1].strip()
748 clean_out = str(out,'utf-8').strip().split('\n')
764 completed = out.decode('utf-8').strip()
    [all...]
  /external/autotest/client/common_lib/cros/network/
interface.py 183 module_readlink_result.stdout.strip())
184 kernel_release = self._run('uname -r').stdout.strip()
320 cleaned = line.strip().lower()
399 cleaned = line.strip().lower()
433 match = output_regex.match(item.strip())
  /external/autotest/client/common_lib/
revision_control.py 333 return l_head_cmd.stdout.strip()
344 cmd2 = 'log --pretty=format:"%H" -1 ' + origin_name_cmd.stdout.strip()
346 return r_head_cmd.stdout.strip()
426 return gitlog.stdout.strip('\n')
477 return gitlog.stdout.strip('\n')
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 30 lsusb_output = self.host.run('lsusb').stdout.strip()
36 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0:
41 name = ' '.join(columns[6:]).strip()
144 crash_files = crash_out.strip().split('\n')
299 action = action.strip()
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_creation_deletion.py 136 domain_backup_name = f_Domains_Backup.readline().strip('\r\n'),
137 domain_name = f_Domains.readline().strip('\r\n'),
214 domain_backup_name = f_Domains_Backup.readline().strip('\r\n'),
215 domain_name = f_Domains.readline().strip('\r\n'),
299 domain_created = tempfile.readline().strip('\n\r'),
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py 438 return str(values[0]).strip()
517 return ", ".join([str(v).strip() for v in results])
523 v.strip() for v in values
524 if v.strip()]
545 return [(self.name, value.strip()) for value in values]
555 retval = _headers.get(str(name).strip().lower().replace("_","-"))
    [all...]
  /system/core/adb/
test_device.py 46 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root'
63 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root'
140 self.assertEqual('', msg.strip(),
163 self.assertEqual('', msg.strip())
177 self.assertEqual('', msg.strip(),
192 self.assertEqual('', msg.strip())
196 self.assertEqual('', msg.strip(),
211 self.assertEqual('', msg.strip())
297 out = self.device.shell(['cat', '/proc/uptime'])[0].strip()
435 remote_pid = sleep_proc.stdout.readline().strip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 303 if line.strip().startswith('--formats=')]
416 manifest = [line.strip() for line in f.read().split('\n')
417 if line.strip() != '']
435 manifest2 = [line.strip() for line in f.read().split('\n')
436 if line.strip() != '']
453 manifest = [line.strip() for line in f.read().split('\n')
454 if line.strip() != '']
492 manifest = [line.strip() for line in f.read().split('\n')
493 if line.strip() != '']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 303 if line.strip().startswith('--formats=')]
416 manifest = [line.strip() for line in f.read().split('\n')
417 if line.strip() != '']
435 manifest2 = [line.strip() for line in f.read().split('\n')
436 if line.strip() != '']
453 manifest = [line.strip() for line in f.read().split('\n')
454 if line.strip() != '']
492 manifest = [line.strip() for line in f.read().split('\n')
493 if line.strip() != '']
  /art/test/964-default-iface-init-generated/util-src/
generate_java.py 136 """.strip()
164 initialize_output = self.farg.get_initialize_output().strip(),
165 touch_output = self.farg.get_touch_output().strip())
192 """.strip()
214 return "\n".join(map(lambda i: i.get_initialize_output().strip(), dump_tree(self.ifaces)))
220 touch_output = a.get_touch_output()).strip(),
  /build/core/
post_clean.mk 39 overlay_cleanup_cmd := $(strip rm -rf $(foreach p, $(packages_overlay_changed),\
70 $(eval gs := $(strip $(ALL_MODULES.$(p).AIDL_FILES)\
78 intermediates_to_clean := $(strip $(intermediates_to_clean))

Completed in 1253 milliseconds

<<21222324252627282930>>