HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1026 - 1050 of 2341) sorted by null

<<41424344454647484950>>

  /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/build/android/
adb_logcat_monitor.py 85 logging.warning('adb device error %s', err.strip())
  /external/v8/build/experimental/
install-build-deps.py 253 ['lsb_release', '--codename', '--short']).strip()
  /external/v8/build/
mac_toolchain.py 145 stdout=subprocess.PIPE).communicate()[0].strip()
  /external/v8/tools/
generate-builtins-tests.py 115 "%s %s" % (options.d8, options.script), shell=True).strip()
  /external/v8/tools/ignition/
linux_perf_report.py 84 line = line.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 355 strip(mTiles.get(to)));
362 strip(mTiles.get(to)));
369 strip(mTiles.get(to)));
399 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()
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
startfile.py 129 kde_version = line.split(':')[-1].strip()

Completed in 2024 milliseconds

<<41424344454647484950>>