OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip
(Results
1576 - 1600
of
2341
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
zipio.py
85
return path, '/'.join(rest).
strip
('/')
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
doctest_webapp.py
141
lines = [l for l in content.splitlines() if l.
strip
()]
333
# indented; and then
strip
their indentation & prompts.
350
# then
strip
the indentation. Spaces before the last newline should
382
# If all lines begin with the same indentation, then
strip
it.
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
errormiddleware.py
463
if doc_lines[i].
strip
().startswith('Settings'):
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py
379
current.identifier += token.string.
strip
()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py
[
all
...]
cp.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_ls.py
187
etag = obj_uri.get_key().etag.
strip
('"\'')
362
self.assertIn(key_uri.get_key().etag.
strip
('"\''), stdout)
369
self.assertIn(key_uri.get_key().etag.
strip
('"\''), stdout)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
search.py
376
msg = ': %s' % (g.groups()[0].
strip
())
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
connection.py
577
value = value.
strip
()
/external/clang/utils/
FindSpecRefs
770
return ln.split(':',1)[1].
strip
()
[
all
...]
FuzzTest
279
ln = ln.
strip
()
/external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py
298
doc = doc.
strip
()
ttProgram.py
287
arg = arg.
strip
()
/external/llvm/
llvm-tblgen-rules.mk
20
ifneq ($(
strip
$(TBLGEN_TABLES)),)
/external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py
280
doc_lines = [line.
strip
() for line in doc_string.splitlines()]
/external/opencv3/3rdparty/jinja2/
loaders.py
186
[len(searchpath):].
strip
(os.path.sep) \
/external/pdfium/tools/drmemory/scripts/
valgrind_test.py
444
testcase_name = f.read().
strip
()
/external/v8/build/android/pylib/perf/
test_runner.py
97
m = _GIT_CR_POS_RE.match(line.
strip
())
/external/v8/build/android/
resource_sizes.py
339
m = _RC_HEADER_RE.match(line.
strip
())
/external/vulkan-validation-layers/
vulkan.py
[
all
...]
/hardware/bsp/intel/peripheral/libmraa/src/
doxy2swig.py
423
_tmp = textwrap.fill(i.
strip
(), break_long_words=False)
/hardware/bsp/intel/peripheral/libupm/src/
doxy2swig.py
423
_tmp = textwrap.fill(i.
strip
(), break_long_words=False)
/ndk/build/tools/
common-build-host-funcs.sh
733
STRIP
=$BH_HOST_CONFIG-
strip
735
export CC CXX LD AR AS RANLIB NM
STRIP
STRINGS
773
register_var_option "--no-
strip
" _BH_OPTION_NO_STRIP "Don't
strip
generated binaries."
/ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh
232
export
STRIP
=${BINPREFIX}
strip
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py
395
line = line.
strip
()
Completed in 608 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>