Searched refs:strip (Results 401 - 425 of 945) sorted by relevance
1...<<11121314151617181920>>...38
/third_party/libdrm/ |
H A D | symbols-check.py | 76 line = line.strip()
|
/third_party/mesa3d/src/util/ |
H A D | format_srgb.py | 137 print(CopyRight.strip())
|
/third_party/node/deps/uv/tools/ |
H A D | make_dist_html.py | 120 html = HTML.format(groups=groups).strip()
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.sh | 57 tar xf ${LLVM}.tar.xz -C "${LLVM_DIRECTORY}" --strip-components=1
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _parser.py | 23 lines = (line.strip() for line in text.splitlines())
|
/third_party/python/Lib/ |
H A D | codeop.py | 52 line = line.strip()
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_vim_syntax.py | 197 stripped = word.strip('\n,')
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
H A D | generate_gles_conformance_tests.py | 13 line = line.strip()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_vim_syntax.py | 197 stripped = word.strip('\n,')
|
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | Makefile | 18 ifeq ($(strip $(ICU_PATH)),)
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | sync_restricted_traces_to_cipd.py | 50 trace_version = trace_version.strip('x')
|
/third_party/skia/third_party/externals/brotli/ |
H A D | Makefile | 18 ifneq ($(strip $(CROSS_COMPILE)), )
|
/third_party/skia/tools/svg/ |
H A D | svg_downloader.py | 26 file_url = url.strip()
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | detect.mk | 67 BACKSLASH := $(strip \ )
|
/third_party/python/Lib/test/test_zoneinfo/data/ |
H A D | update_test_data.py | 63 _, version = version_line.strip().rsplit(" ", 1)
|
/third_party/protobuf/kokoro/linux/ |
H A D | make_test_output.py | 64 tests["cpp"]["time"] = f.read().strip()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_inversion.py | 18 if not lines[0].strip():
|
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
H A D | generate_copts.py | 46 return "\n".join((("# " + line).strip() for line in file_header_lines()))
|
/third_party/skia/include/core/ |
H A D | SkRSXform.h | 65 void toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const;
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_app | 31 m = re.match('target_cpu *= *"(.*)"', line.strip())
|
/third_party/skia/infra/bots/buildstats/ |
H A D | buildstats_cpp.py | 61 for section_row in sections.strip().split('\n'):
|
/third_party/skia/bin/ |
H A D | fetch-clang-format | 26 sha1 = open(sha1_path).read().strip()
|
/third_party/skia/build/fuchsia/skqp/ |
H A D | append_assets_to_manifest | 53 base_line_rhs = base_line_list[1].strip()
|
/third_party/spirv-tools/utils/ |
H A D | generate_vim_syntax.py | 197 stripped = word.strip('\n,')
|
/third_party/vk-gl-cts/scripts/ |
H A D | caselist_diff.py | 130 cases.append(line[6:].strip())
|
Completed in 8 milliseconds
1...<<11121314151617181920>>...38