Home
last modified time | relevance | path

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

/external/libchrome/build/
Dprint_python_deps.py33 src_paths = set()
44 src_paths.add(path)
46 return src_paths
/external/libxkbcommon/test/
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))
/external/tensorflow/tensorflow/core/graph/
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()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer_test.py635 src_paths = glob.glob(os.path.join(self.dump_root, "1", "*"))
636 for src_path in src_paths:
669 src_paths = glob.glob(os.path.join(self.dump_root, "1", "*"))
670 for src_path in src_paths: