Searched
refs:strip (Results
976 -
1000 of
2233) sorted by null
<<31323334353637383940>>
/external/llvm/utils/lit/lit/formats/ |
googletest.py | 43 if not ln.strip():
|
/external/markdown/markdown/extensions/ |
toc.py | 127 value = unicode(re.sub('[^\w\s-]', '', value).strip().lower())
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_table.py | 86 print CopyRight.strip()
|
/external/opencv3/3rdparty/jinja2/ |
exceptions.py | 114 lines.append(' ' + line.strip())
|
/external/opencv3/modules/ts/misc/ |
report.py | 53 metrics = [s.strip() for s in options.columns.split(",")]
|
/external/owasp/sanitizer/tools/ |
googlecode_upload.py | 79 # is in the full user@domain form, strip it down. 85 form_fields.extend([('label', l.strip()) for l in labels])
|
/external/pdfium/tools/drmemory/scripts/ |
common.py | 227 return out.strip()
|
/external/protobuf/gtest/scripts/ |
fuse_gtest_files.py | 124 answer = sys.stdin.readline().strip()
|
/external/skia/platform_tools/android/skp_gen/ |
android_skp_capture.py | 91 output = check_output(['adb', 'shell', cmd + '; echo $?']).strip()
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 149 output = output.strip().replace('\n',' ').replace('"','\'')
|
/external/v8/test/preparser/ |
testcfg.py | 116 result += match.strip().split()
|
/external/v8/tools/ |
generate-builtins-tests.py | 115 "%s %s" % (options.d8, options.script), shell=True).strip()
|
/external/v8/tools/testrunner/server/ |
presence_handler.py | 57 data = json.loads(self.request[0].strip())
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
fuse_gtest_files.py | 124 answer = sys.stdin.readline().strip()
|
/external/webrtc/tools/network_emulator/ |
network_emulator.py | 189 return output.strip()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
TileAdapter.java | 349 strip(mTiles.get(to))); 356 strip(mTiles.get(to))); 363 strip(mTiles.get(to))); 393 private static String strip(TileInfo tileInfo) { method
|
/frameworks/compile/slang/tests/ |
test.py | 55 return line[2:].strip() 146 expect_base = expect[:-7] # strip ".expect" suffix
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
lint-hunks.py | 81 tl = tl.communicate()[0].strip()
|
/ndk/build/core/ |
build-all.mk | 85 ifeq (,$(strip $(WANTED_INSTALLED_MODULES))) 86 ifneq (,$(strip $(NDK_APP_MODULES)))
|
/ndk/build/tools/ |
build-gdbserver.sh | 234 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
|
/pdk/util/ |
diff_products.py | 87 line_ = line.strip()
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/ |
startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/ |
startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/ |
startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/ |
startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
Completed in 2130 milliseconds
<<31323334353637383940>>