Searched
refs:strip (Results
851 -
875 of
2341) sorted by null
<<31323334353637383940>>
/external/chromium-trace/catapult/third_party/Paste/paste/ |
proxy.py | 270 value = last_value + ' ' + full_header.strip() 277 value = value.strip()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
client.py | 151 value = last_value + ', ' + full_header.strip() 161 value = value.strip()
|
compat.py | 166 while (first_line.strip() != (b"--" + self.innerboundary) and 177 if not data.strip():
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
templite.py | 160 expr = self._expr_code(token[2:-2].strip()) 165 words = token[2:-2].strip().split()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
lifecycle.py | 125 self.action_params[name] = value.strip() 131 self.conditions[name] = value.strip()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
parse_html_deps.py | 185 return soup.prettify('utf-8').strip() 188 return unicode(soup).strip()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
cssmin.py | 132 colors = map(lambda s: s.strip(), match.group(1).split(",")) 225 return css.strip()
|
/external/clang/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/external/clang/utils/ |
CmpDriver | 107 elif ln.strip().startswith('"'): 112 self.stderr = self.stderr.strip()
|
/external/compiler-rt/make/ |
lib_info.mk | 33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\ 59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
|
/external/e2fsprogs/tests/progs/ |
Makefile.in | 60 install-strip:
|
/external/elfutils/tests/ |
run-addr2line-alt-debugpath.sh | 34 testrun ${abs_top_builddir}/src/strip -f ${abs_test_debugdir}/bin/testfile-inlines.debug -o ${abs_test_bindir}/bin/testfile-inlines testfile-inlines
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_shuffle_test.py | 105 elif line.strip(): 106 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/external/gtest/test/ |
gtest_shuffle_test.py | 104 elif line.strip(): 105 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 24 fields = [x.strip () for x in line.split (';')] 78 print " * %s" % (l.strip())
|
/external/icu/icu4c/source/config/ |
mh-solaris | 89 ifeq (strip $(GENCCODE_ASSEMBLY),)
|
/external/icu/icu4c/source/test/depstest/ |
depstest.py | 59 name = fields[0].strip() 68 type = fields[2].strip()
|
/external/libgdx/backends/gdx-backend-moe/ |
build-objectal.sh | 11 tar xvfz $BUILD_DIR/objectal.tar.gz -C $BUILD_DIR --strip-components 1
|
/external/libgdx/backends/gdx-backend-robovm/ |
build-objectal.sh | 11 tar xvfz $BUILD_DIR/objectal.tar.gz -C $BUILD_DIR --strip-components 1
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ |
toplevel.mk | 123 is_unix := $(strip $(wildcard /sbin/init) \ 175 work := $(strip $(shell $(CAT) $(TOP_DIR)/include/freetype/freetype.h))
|
/external/llvm/utils/ |
shuffle_fuzz.py | 164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1, 181 """.strip() % {'i': i, 's': s}
|
/external/markdown/markdown/extensions/ |
footnotes.py | 224 if line.strip(): # Non-blank line 238 if lines[j].strip():
|
/external/protobuf/gtest/test/ |
gtest_shuffle_test.py | 104 elif line.strip(): 105 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/external/selinux/policycoreutils/gui/ |
modulesPage.py | 102 self.store.set_value(iter, 0, module.strip()) 103 self.store.set_value(iter, 1, ver.strip())
|
/external/skia/bench/ |
check_bench_regressions.py | 111 elements = expectation.strip().split(',') 155 bench, config = line_str.strip('_').split('.skp_')
|
Completed in 1421 milliseconds
<<31323334353637383940>>