Home
last modified time | relevance | path

Searched refs:child_name (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/priority/
H A Dpriority.cc243 uint32_t GetChildPriorityLocked(const std::string& child_name) const;
320 const std::string& child_name = config_->priorities()[current_priority_]; in ExitIdleLocked() local
324 this, current_priority_, child_name.c_str()); in ExitIdleLocked()
326 children_[child_name]->ExitIdleLocked(); in ExitIdleLocked()
349 const std::string& child_name = p.first; in UpdateLocked() local
351 auto config_it = config_->children().find(child_name); in UpdateLocked()
362 absl::StrCat("child ", child_name, ": ", status.ToString())); in UpdateLocked()
378 const std::string& child_name) const { in GetChildPriorityLocked()
381 if (config_->priorities()[priority] == child_name) return priority; in GetChildPriorityLocked()
406 const std::string& child_name = config_->priorities()[priority]; in ChoosePriorityLocked() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc243 uint32_t GetChildPriorityLocked(const std::string& child_name) const;
320 const std::string& child_name = config_->priorities()[current_priority_]; in ExitIdleLocked() local
324 this, current_priority_, child_name.c_str()); in ExitIdleLocked()
326 children_[child_name]->ExitIdleLocked(); in ExitIdleLocked()
349 const std::string& child_name = p.first; in UpdateLocked() local
351 auto config_it = config_->children().find(child_name); in UpdateLocked()
362 absl::StrCat("child ", child_name, ": ", status.ToString())); in UpdateLocked()
378 const std::string& child_name) const { in GetChildPriorityLocked()
381 if (config_->priorities()[priority] == child_name) return priority; in GetChildPriorityLocked()
406 const std::string& child_name = config_->priorities()[priority]; in ChoosePriorityLocked() local
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Ddedup_module_uses.cpp73 const auto& child_name = addChildModule(module_, m, path); in dedupModuleUses() local
77 v->node()->s_(attr::name, child_name); in dedupModuleUses()
82 child_name); in dedupModuleUses()
100 std::string child_name = original_name + "_" + std::to_string(uid++); in addChildModule() local
101 while (parent_of_leaf.hasattr(child_name)) { in addChildModule()
102 child_name = original_name + "_" + std::to_string(uid++); in addChildModule()
104 parent_of_leaf.register_module(child_name, child_module.deepcopy()); in addChildModule()
105 return child_name; in addChildModule()
/aosp_15_r20/external/cronet/third_party/protobuf/python/
H A Dstubout.py112 def Set(self, parent, child_name, new_child): argument
122 old_child = getattr(parent, child_name)
124 old_attribute = parent.__dict__.get(child_name)
128 self.cache.append((parent, old_child, child_name))
129 setattr(parent, child_name, new_child)
141 for (parent, old_child, child_name) in self.cache:
142 setattr(parent, child_name, old_child)
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dmox3_stubout.py124 def set(self, parent, child_name, new_child): argument
136 old_child = getattr(parent, child_name)
138 old_attribute = parent.__dict__.get(child_name)
145 self.cache.append((parent, old_child, child_name))
146 setattr(parent, child_name, new_child)
160 for parent, old_child, child_name in self.cache:
161 setattr(parent, child_name, old_child)
/aosp_15_r20/external/protobuf/python/
H A Dstubout.py112 def Set(self, parent, child_name, new_child): argument
122 old_child = getattr(parent, child_name)
124 old_attribute = parent.__dict__.get(child_name)
128 self.cache.append((parent, old_child, child_name))
129 setattr(parent, child_name, new_child)
141 for (parent, old_child, child_name) in self.cache:
142 setattr(parent, child_name, old_child)
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Ddns_data_graph.cc128 void ApplyChildChange(DomainName child_name, RecordChangedEvent event);
246 DomainName child_name; in ApplyDataRecordChange() local
254 child_name = absl::get<PtrRecordRdata>(record.rdata()).ptr_domain(); in ApplyDataRecordChange()
261 child_name = absl::get<SrvRecordRdata>(record.rdata()).target(); in ApplyDataRecordChange()
293 if (!child_name.empty()) { in ApplyDataRecordChange()
294 ApplyChildChange(std::move(child_name), event); in ApplyDataRecordChange()
300 void DnsDataGraphImpl::Node::ApplyChildChange(DomainName child_name, in ApplyChildChange() argument
304 graph_->nodes_.emplace(child_name, std::unique_ptr<Node>()); in ApplyChildChange()
306 auto new_node = std::make_unique<Node>(std::move(child_name), graph_); in ApplyChildChange()
312 const auto it = graph_->nodes_.find(child_name); in ApplyChildChange()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/
H A Dgoogletest.py230 def Set(self, parent, child_name, new_child): argument
247 old_child = getattr(parent, child_name)
249 old_attribute = parent.__dict__.get(child_name)
253 self.cache.append((parent, old_child, child_name))
254 setattr(parent, child_name, new_child)
267 for (parent, old_child, child_name) in reversed(self.cache):
268 setattr(parent, child_name, old_child)
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/
H A Dbundle_v2.cc189 std::string child_name; in RecurseObjectsToRestore() local
191 child_name = local_name; in RecurseObjectsToRestore()
193 child_name = strings::StrCat(object_name, ".", local_name); in RecurseObjectsToRestore()
205 strings::StrCat("Illegal trackable child node id for ", child_name)); in RecurseObjectsToRestore()
229 child_name)); in RecurseObjectsToRestore()
233 saved_child, saved_child_node_id, trackable_child, child_name, in RecurseObjectsToRestore()
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint_view.py180 for child_name, child_node_id in self.children(current_node_id).items():
183 if child_name in trackable_children:
186 overlapping_nodes[child_node_id] = trackable_children[child_name]
187 to_visit.append((child_node_id, trackable_children[child_name]))
193 if current_assignment is not trackable_children[child_name]:
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/
H A Devent_latency.sql13 child_name STRING
19 WHERE s.name GLOB $child_name
30 child_name STRING
40 WHERE s.name GLOB $child_name
/aosp_15_r20/build/make/core/
H A Dproduct_config.rbc166 for child_name in __sort_pcm_names(children.keys()):
167 if child_name not in configs:
168 configs[child_name] = (children[child_name], None, [], False)
169 pcm_stack.append(child_name)
245 for child_name in children_names:
246 if not configs[child_name][3]:
247 fail("%s: child is not ready" % child_name)
315 child_name = item[0]
316 if child_name in expanded:
318 expanded[child_name] = True
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/common/
H A Dtraverse.py48 for child_name in root.__all__:
49 children.append((child_name, getattr(root, child_name)))
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dmod.rs193 let child_name = format_ident!("{id}Child"); in generate_root_packet_decl() localVariable
268 pub enum #child_name { in generate_root_packet_decl()
305 let default_case = quote! { _ => #child_name::None, }; in generate_root_packet_decl()
308 pub fn specialize(&self) -> Result<#child_name, DecodeError> { in generate_root_packet_decl()
312 #child_name::#children_ids(self.try_into()?), )* in generate_root_packet_decl()
364 let child_name = format_ident!("{id}Child"); in generate_derived_packet_decl() localVariable
626 pub enum #child_name { in generate_derived_packet_decl()
663 let default_case = quote! { _ => #child_name::None, }; in generate_derived_packet_decl()
666 pub fn specialize(&self) -> Result<#child_name, DecodeError> { in generate_derived_packet_decl()
670 #child_name::#children_ids(self.try_into()?), )* in generate_derived_packet_decl()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
H A Dlabel_map_item.cc81 for (const std::string& child_name : label.child_name) { in InitializeFromLabelMap() local
82 parents_map_[child_name].insert(label.name); in InitializeFromLabelMap()
/aosp_15_r20/external/stg/
H A Dabigail_reader.cc921 const auto child_name = GetName(child); in MakeFunctionType() local
925 if (child_name == "parameter") { in MakeFunctionType()
928 } else if (child_name == "return") { in MakeFunctionType()
932 << " child element '" << child_name << "'"; in MakeFunctionType()
1221 const auto child_name = GetName(child); in ProcessStructUnion() local
1222 if (child_name == "data-member") { in ProcessStructUnion()
1226 } else if (child_name == "member-type") { in ProcessStructUnion()
1228 } else if (child_name == "base-class") { in ProcessStructUnion()
1230 } else if (child_name == "member-function") { in ProcessStructUnion()
1233 Die() << "unrecognised " << kind << "-decl child element '" << child_name in ProcessStructUnion()
/aosp_15_r20/external/python/pycparser/examples/
Dc_json.py101 for child_name, child in node.children():
103 match = RE_CHILD_ARRAY.match(child_name)
115 result[child_name] = to_dict(child)
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/
H A Druntime.cc108 auto child_name = child.local_name().c_str(); in ImportModule() local
154 TaggedValue callable = MakeCallable(child_name, tf_function, ctx); in ImportModule()
155 module.dict()[TaggedValue(child_name)] = callable; in ImportModule()
/aosp_15_r20/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp72 const char* child_name = child_node(array_offset).name(); in FindChildForString() local
73 int cmp = strncmp(child_name, name, namelen); in FindChildForString()
74 if (cmp == 0 && child_name[namelen] != '\0') { in FindChildForString()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/json/
H A Djson_utils.cc168 std::string child_name = it.name(); in AddJsonValueToArgs() local
169 std::string child_flat_key = flat_key.ToStdString() + "." + child_name; in AddJsonValueToArgs()
170 std::string child_key = key.ToStdString() + "." + child_name; in AddJsonValueToArgs()
/aosp_15_r20/test/dittosuite/src/
H A Dmultithreading.cpp59 std::string child_name = thread_params_[i].name_; in CollectResults() local
60 result->AddSubResult(instructions_[i]->CollectResults(child_name + "/")); in CollectResults()
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/xml/
H A Ddeserializer_impl.cc126 const string& prefix, const string& child_name) const { in CreateDeserializer()
127 if (child_name.empty()) { in CreateDeserializer()
132 DepthFirstSearch(node_, prefix.data(), child_name.data()); in CreateDeserializer()
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/android/
H A Dsysui_update_notif_on_ui_mode_changed_metric.py69 for child_name in children_list:
75 buf=child_name,
H A Dandroid_sysui_notif_shade_list_builder_metric.py76 for child_name in children_list:
82 buf=child_name,
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/
H A Daddress_filtering.cc54 RefCountedStringValue child_name) in HierarchicalAddressIterator() argument
55 : parent_it_(std::move(parent_it)), child_name_(std::move(child_name)) {} in HierarchicalAddressIterator()

1234