/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 159 root_path = current_path.split("/test/testfwk/developer_test")[0] 170 device_sn_list = device_sn_strs.split(";")
|
/test/xts/acts/ |
H A D | get_dependency.py | 51 bundle_name = json_data['name'].split('/')[-1] 152 run(precise_repo_xts.split(','))
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | FieldsSet.java | 126 String[] fields = Utility.split(str, ','); in parseFrom() 129 String kv[] = Utility.split(fieldStr, '='); in parseFrom() 131 throw new InternalError("split around '=' failed: " + fieldStr); in parseFrom()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | FieldsSet.java | 123 String[] fields = Utility.split(str, ','); in parseFrom() 126 String kv[] = Utility.split(fieldStr, '='); in parseFrom() 128 throw new InternalError("split around '=' failed: " + fieldStr); in parseFrom()
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_config_script.py | 71 words = set(hit.split(',')) 90 return re.split(r'[ ,]+', options.presets)
|
/third_party/mesa3d/bin/ |
H A D | perf-annotate-jit.py | 95 start, length, symbol = line.split() 113 addr, instr = line.split(':', 1)
|
/third_party/littlefs/scripts/ |
H A D | changeprefix.py | 98 paths = subprocess.check_output(cmd, encoding='utf8').split() 175 type=lambda x: x.split(),
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 27 parts = path.split('\\') 79 version = key.split('.')[2]
|
/third_party/node/test/message/ |
H A D | testcfg.py | 70 raw_lines = (output.stdout + output.stderr).split('\n') 103 result += flags_match.group(1).strip().split()
|
/third_party/lz4/tests/ |
H A D | test-lz4-versions.py | 45 tags = stdout.decode('utf-8').split() 47 tags += stdout.decode('utf-8').split()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | match.py | 56 if 'Include' not in decl.filename.split(os.path.sep): 90 for after in abstract.split('*')[1:]:
|
/third_party/python/Tools/scripts/ |
H A D | byext.py | 47 head, base = os.path.split(filename) 71 words = data.split()
|
/third_party/python/Tools/wasm/ |
H A D | wasm_assets.py | 180 disabled = line.split("=", 1)[1].strip().split()
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 134 data = list(map(str.strip, line.split(';'))) 242 for name in match_obj.group(1).split(" "):
|
/third_party/python/Lib/test/ |
H A D | test__locale.py | 15 maj, min, mic = [int(part) for part in uname().release.split(".")] 61 a = loc.split(".")
|
H A D | test_profile.py | 63 fail.extend(unified_diff(a.split('\n'), b.split('\n'),
|
/third_party/python/Lib/distutils/ |
H A D | dir_util.py | 47 (head, tail) = os.path.split(name) 51 (head, tail) = os.path.split(head)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extdependency.py | 130 if api_name in supported.split(','): 136 if api_name in ratified.split(','):
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | make_distribution_archives.py | 125 for f in get_cmd_output(["git", "ls-files"], cwd=git_dir).split("\n") 185 ftwinversion = "ft" + "".join(version.split("."))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 63 std::pair<StringRef, StringRef> Split = Code.split('\n'); in EmitStringMatcherForChar() 68 Split = Code.split('\n'); in EmitStringMatcherForChar()
|
/third_party/skia/tools/ |
H A D | parse_llvm_coverage.py | 35 return filename.split('..')[-1].lstrip('./') 89 cov, linenum, code = line.split('|', 2)
|
/third_party/vixl/tools/ |
H A D | generate_simulator_traces.py | 158 tests = sorted([t for t in test_list.split() if 'AARCH64_SIM_' in t], 203 test_list.split()),
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.py | 31 entries = os.environ["PATH"].split(os.pathsep) 78 perl, script, src, dest = line.split()
|
/third_party/python/Lib/ |
H A D | zipapp.py | 123 mod_ok = all(part.isidentifier() for part in mod.split('.')) 124 fn_ok = all(part.isidentifier() for part in fn.split('.'))
|
/third_party/skia/infra/bots/assets/skp/ |
H A D | create.py | 141 pid = line.strip().split(' ')[0] 152 pid = line.strip().split(' ')[0]
|