OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip
(Results
226 - 250
of
2233
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/virt/tests/
clock_getres.py
32
logging.info("Guest's dmesg:\n%s", session.cmd_output("dmesg").
strip
())
linux_s3.py
24
src_tty = session.cmd_output("fgconsole").
strip
()
whql_client_install.py
63
server_name = server_session.cmd_output(cmd).
strip
()
64
client_name = session.cmd_output(cmd).
strip
()
66
server_workgroup = server_session.cmd_output(cmd).
strip
()
70
o = server_session.cmd_output(cmd).
strip
().splitlines()[-1]
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py
44
stdout.
strip
().split('\n'))
62
tmp = self.host.run(cmd).stdout.
strip
().split('\n')
78
vendor_id = self.host.run('cat %s' % file_name).stdout.
strip
()
160
.stdout.
strip
())
/external/autotest/tko/
site_parse.py
151
if not status or not status.reason.
strip
() or status.status == 'GOOD':
218
result_log += '%s\n\n' % r.
strip
()
222
result_log.splitlines()[-1 * _STATUS_LOG_LIMIT:]).
strip
()
225
if short_result_log != result_log.
strip
():
/external/autotest/utils/
reverify_repair_failed.py
19
__doc__.
strip
())
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
conf.py
22
version = ln.split('=')[-1].
strip
()
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
conf.py
22
version = ln.split('=')[-1].
strip
()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryservice.py
72
if name.
strip
() == 'AWSAccessKeyId':
74
value = value.
strip
()
76
elif name.
strip
() == 'AWSSecretKey':
78
value = value.
strip
()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/
setup.py
72
doclines = [ x.
strip
() for x in __doc__.split('\n') if x ]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
util.py
61
return _util.strtobool(str(value).
strip
().lower() or 'no')
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
run_tests.py
65
output = output.
strip
()
105
strip
= len(basedir) - len(_os.path.basename(basedir))
116
term.yellow("---> %s" % (dirname[
strip
:],))
123
term.yellow("<--- %s" % (dirname[
strip
:],))
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
util.py
61
return _util.strtobool(str(value).
strip
().lower() or 'no')
/external/chromium-trace/catapult/third_party/typ/
setup.py
27
readme = fp.read().
strip
()
/external/clang/
clang-host-build.mk
53
$(if $(
strip
$(CLANG_ROOT_PATH)),-I $(CLANG_ROOT_PATH)/include,) \
54
-gen-$(
strip
$(1)) \
/external/e2fsprogs/lib/
Makefile.solaris-lib
50
install-
strip
: install
51
$(
STRIP
) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
53
install-shlibs-
strip
: install-shlibs
54
$(
STRIP
) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
/external/elfutils/tests/
run-strip-test.sh
30
testrun ${abs_top_builddir}/src/
strip
-o testfile.temp $debugout $original
52
# Now
strip
in-place and make sure it is smaller.
54
testrun ${abs_top_builddir}/src/
strip
$original
57
{ echo "*** failure in-place
strip
file not smaller $original"; status=1; }
/external/icu/icu4c/source/samples/layout/
FontMap.h
42
static char *
strip
(char *s);
/external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarMojo.java
48
proc.
strip
(toJar);
JarJarTask.java
51
proc.
strip
(getDestFile());
/external/llvm/utils/release/
findRegressions-simple.py
30
fname = tmp[1].
strip
('\r\n')
32
fname = tmp[0].
strip
('\r\n')
47
test[fname]['compile time'] = float(t[2].split('program')[1].
strip
('\r\n'))
50
test[fname]['exec time'] = float(t[2].split('program')[1].
strip
('\r\n'))
/external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.py
92
print CopyRight.
strip
()
/external/pdfium/testing/tools/
suppressor.py
23
return [y for y in [x.split('#')[0].
strip
() for x in f.readlines()] if y]
/hardware/qcom/display/msm8909/libhwcomposer/
Android.mk
12
ifeq ($(
strip
$(TARGET_USES_QCOM_DISPLAY_PP)),true)
57
ifeq ($(
strip
$(TARGET_USES_QCOM_DISPLAY_PP)),true)
/ndk/build/core/
clear-vars.mk
24
#
strip
LOCAL_PATH
25
LOCAL_PATH := $(
strip
$(LOCAL_PATH))
Completed in 1551 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>