OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip
(Results
651 - 675
of
2341
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/toybox/toys/posix/
patch.c
33
-p Number of '/' to
strip
from start of file paths (default=all)
261
strip
= 0;
local
276
if (
strip
|| !patchlinenum++) {
279
if (!
strip
) fprintf(stderr, "Removing DOS newlines\n");
280
strip
= 1;
/external/v8/build/android/pylib/
content_settings.py
55
'--projection value' % (self._table, key), as_root=True).
strip
()
/external/v8/gypfiles/
download_gold_plugin.py
54
update.ReadStampFile().
strip
() == update.PACKAGE_VERSION):
/external/v8/tools/
find-commit-for-patch.py
51
return subprocess.check_output(cmd).
strip
()
/external/v8/tools/gyp/test/lib/
TestMac.py
18
o = proc.communicate()[0].
strip
()
/external/v8/tools/gyp/tools/
pretty_gyp.py
121
line = line.
strip
('\r\n\t ') # Otherwise doesn't
strip
\r on Unix.
/external/v8/tools/release/
auto_push.py
54
self["candidate"] = self.Git("show-ref -s refs/heads/lkgr").
strip
()
/external/v8/tools/testrunner/local/
utils.py
51
line = line.
strip
()
verbose.py
75
source = suite.GetSourceForTest(test).
strip
()
/ndk/build/core/
setup-abi.mk
21
TARGET_ARCH := $(
strip
$(NDK_ABI.$(TARGET_ARCH_ABI).arch))
44
TARGET_PLATFORM_LEVEL := $(
strip
$(subst android-,,$(TARGET_PLATFORM)))
/prebuilts/gdb/darwin-x86/lib/python2.7/
MimeWriter.py
109
lines[i] = " " + lines[i].
strip
()
codeop.py
71
line = line.
strip
()
/prebuilts/gdb/linux-x86/lib/python2.7/
MimeWriter.py
109
lines[i] = " " + lines[i].
strip
()
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/core/
cros_interface_unittest.py
155
assert stdout.
strip
() == '--arg1=value1 --arg2=value2 --arg3=value3'
159
assert stdout.
strip
() == '--arg=A; echo "B"'
163
assert stdout.
strip
() == "--arg=$HOME;;$PATH"
/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:
Completed in 601 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>