Home
last modified time | relevance | path

Searched refs:src_paths (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/tools/asuite/atest/coverage/
H A Dcoverage.py286 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 Dinstaller.py65 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 Dinstaller.py65 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 Declipse_project_file_gen.py74 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 Declipse_project_file_gen_unittest.py80 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 Dgen_buildfiles.py442 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 Dprint_python_deps.py33 src_paths = set()
44 src_paths.add(path)
46 return src_paths
/aosp_15_r20/external/cronet/build/
H A Dprint_python_deps.py32 src_paths = set()
43 src_paths.add(path)
45 return src_paths
/aosp_15_r20/external/angle/build/
H A Dprint_python_deps.py36 src_paths = set()
45 src_paths.add(path)
47 return src_paths
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcollective_order.cc106 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 Dsymbols-leak-test.py24 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 Ddex.py454 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 Ddebug_events_writer_test.py631 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/
Dpyproject.toml8 src_paths = ["."] qkey
/aosp_15_r20/external/cronet/build/android/gyp/
H A Ddex.py399 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 Dblack.toml34 src_paths = [ qkey
/aosp_15_r20/external/pytorch/
H A Dpyproject.toml23 src_paths = ["caffe2", "torch", "torchgen", "functorch", "test"] qkey