/aosp_15_r20/tools/asuite/atest/coverage/ |
H A D | coverage.py | 286 src_paths = set() 297 src_paths.update( 301 src_paths = {p for p in src_paths if not _is_generated_code(p)} 302 return src_paths 310 report_jars, src_paths, results_dir, mod_info argument 327 for src_path in src_paths:
|
/aosp_15_r20/external/angle/build/android/incremental_install/ |
H A D | installer.py | 65 def _IsStale(src_paths, old_src_paths, dest_path): argument 70 if set(src_paths) != set(old_src_paths): 73 for path in src_paths: 128 for name, src_paths in shards.items(): 130 if _IsStale(src_paths=src_paths, 135 src_paths, dest_path, min_api))
|
/aosp_15_r20/external/cronet/build/android/incremental_install/ |
H A D | installer.py | 65 def _IsStale(src_paths, old_src_paths, dest_path): argument 70 if set(src_paths) != set(old_src_paths): 73 for path in src_paths: 128 for name, src_paths in shards.items(): 130 if _IsStale(src_paths=src_paths, 135 src_paths, dest_path, min_api))
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | eclipse_project_file_gen.py | 74 self.src_paths = list(project.source_path['source_folder_path']) 75 self.src_paths.extend(project.source_path['test_folder_path']) 166 return [p for p in self.src_paths 232 for src in self.src_paths:
|
H A D | eclipse_project_file_gen_unittest.py | 80 self.eclipse.src_paths = {'module/path/src', 'module/path/test', 119 self.eclipse.src_paths = {'module/path/src', 'module/path/test',
|
/aosp_15_r20/development/vndk/snapshot/ |
H A D | gen_buildfiles.py | 442 src_paths = utils.find(self._install_dir, [lib_name+'.so']) 443 for src in src_paths: 690 src_paths = utils.find(src_root, srcs) 692 src_paths = list(filter(lambda src: not src.startswith(utils.BINDER32), 693 src_paths)) 695 if not src_paths: 728 for src in src_paths:
|
/aosp_15_r20/external/libchrome/build/ |
H A D | print_python_deps.py | 33 src_paths = set() 44 src_paths.add(path) 46 return src_paths
|
/aosp_15_r20/external/cronet/build/ |
H A D | print_python_deps.py | 32 src_paths = set() 43 src_paths.add(path) 45 return src_paths
|
/aosp_15_r20/external/angle/build/ |
H A D | print_python_deps.py | 36 src_paths = set() 45 src_paths.add(path) 47 return src_paths
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | collective_order.cc | 106 auto& src_paths = all_paths[src_node]; in CreateControlDependencies() local 107 src_paths.insert(dst_node); in CreateControlDependencies() 109 src_paths.insert(downstream_node); in CreateControlDependencies()
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | symbols-leak-test.py | 24 def diff(map_path, src_paths): argument 26 src_symbols = set.union(set(), *(symbols_from_src(path) for path in src_paths))
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | dex.py | 454 def MergeDexForIncrementalInstall(r8_jar_path, src_paths, dest_dex_jar, argument 464 _CreateFinalDex(src_paths, 468 service_jars=src_paths)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_events_writer_test.py | 631 src_paths = glob.glob(os.path.join(self.dump_root, "1", "*")) 632 for src_path in src_paths: 665 src_paths = glob.glob(os.path.join(self.dump_root, "1", "*")) 666 for src_path in src_paths:
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/ |
D | pyproject.toml | 8 src_paths = ["."] qkey
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | dex.py | 399 def MergeDexForIncrementalInstall(r8_jar_path, src_paths, dest_dex_jar, argument 409 _CreateFinalDex(src_paths, dest_dex_jar, tmp_dir, dex_cmd)
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | black.toml | 34 src_paths = [ qkey
|
/aosp_15_r20/external/pytorch/ |
H A D | pyproject.toml | 23 src_paths = ["caffe2", "torch", "torchgen", "functorch", "test"] qkey
|