Home
last modified time | relevance | path

Searched refs:child_path (Results 1 – 11 of 11) sorted by relevance

/external/python/setuptools/setuptools/_vendor/_validate_pyproject/
Derror_reporting.py217 child_path = [*_path, key]
222 filtered = self._filter_unecessary(value, child_path)
223 simple = self._handle_simple_dict(filtered, child_path)
230 key != "type" or self._is_property(child_path)
232 children = self._handle_list(value, item_prefix, child_path)
306 child_path = [*path, key]
/external/tensorflow/tensorflow/tools/common/
Dtraverse.py65 child_path = path + '.' + name if path else name
66 _traverse_internal(child, visit, new_stack, child_path)
/external/perfetto/src/trace_processor/importers/proto/
Dmemory_tracker_snapshot_parser.cc249 std::string child_path = path; in EmitMemorySnapshotNodeRowsRecursively() local
250 if (!child_path.empty()) in EmitMemorySnapshotNodeRowsRecursively()
251 child_path += "/"; in EmitMemorySnapshotNodeRowsRecursively()
252 child_path += name_and_child.first; in EmitMemorySnapshotNodeRowsRecursively()
254 EmitMemorySnapshotNodeRowsRecursively(*(name_and_child.second), child_path, in EmitMemorySnapshotNodeRowsRecursively()
/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc152 const string child_path = this->JoinPath(dir, child); in DeleteRecursively() local
154 if (IsDirectory(child_path).ok()) { in DeleteRecursively()
155 dir_q.push_back(child_path); in DeleteRecursively()
159 Status del_status = DeleteFile(child_path); in DeleteRecursively()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc322 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator() local
325 if (!absl::StartsWith(child_path, fixed_prefix)) { in UpdateIterator()
329 children_dir_status[i] = fs->IsDirectory(child_path); in UpdateIterator()
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py661 child_path = prefix + '.' + name
662 self.AddLeafNodes(child_path, node[name])
727 child_path = prefix + '.' + name
729 child_path = name
730 _AddFieldPaths(node[name], child_path, field_mask)
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py661 child_path = prefix + '.' + name
662 self.AddLeafNodes(child_path, node[name])
727 child_path = prefix + '.' + name
729 child_path = name
730 _AddFieldPaths(node[name], child_path, field_mask)
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-032.md12 if (!fs->Match(child_path, dirs[dir_index])) { ... }
/external/tensorflow/tensorflow/python/saved_model/
Dload.py270 child_path = "{}.{}".format(node_path, reference.local_name)
271 self._node_path_to_id[child_path] = reference.node_id
272 nodes_to_visit.append(child_path)
/external/crosvm/devices/src/pci/pcie/
Dpcie_host.rs139 let child_path = dir.join(name); in visit_children() localVariable
140 devices.push(child_path); in visit_children()
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dload.py375 child_path = '{}.{}'.format(parent_path, child_name)
376 self._node_paths[child_id] = child_path