/third_party/node/deps/v8/src/compiler/ |
D | js-heap-broker.cc | 248 TransitionGroup new_group(broker->zone()); in Refine() local 252 new_group.push_back(source.object()); in Refine() 258 inferred.find(target) != inferred.end() || new_group.size() > 1; in Refine() 260 new_group.push_back(target.object()); in Refine() 262 std::swap(new_group[0], new_group[new_group.size() - 1]); in Refine() 265 if (!new_group.empty()) { in Refine() 266 DCHECK(new_group.size() == 1 || in Refine() 267 new_group.front().equals(target.object())); in Refine() 268 refined_feedback.transition_groups_.push_back(std::move(new_group)); in Refine() 837 TransitionGroup new_group(1, target, zone()); in ProcessFeedbackMapsForElementAccess() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst.c | 45 Boolean new_group = FALSE; in fst_attach() local 65 new_group = TRUE; in fst_attach() 72 if (new_group) in fst_attach()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst.c | 45 bool new_group = false; in fst_attach() local 65 new_group = true; in fst_attach() 72 if (new_group) in fst_attach()
|
/third_party/toybox/toys/pending/ |
D | groupadd.c | 38 static void new_group() 99 new_group(); in groupadd_main()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | binding_remapper.cc | 104 auto* new_group = ctx.dst->create<ast::GroupDecoration>(to.group); in Run() local 107 ctx.Replace(binding_point.group, new_group); in Run()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 61 new_group = 1; in visit() 72 if (new_group) { in visit() 81 new_group = n.bc.last; in visit() 469 new_group(), group_index() { in bc_dump()
|
D | sb_sched.h | 243 void new_group();
|
D | sb_pass.h | 95 unsigned new_group, group_index; variable 102 vpass(s), bc_data(bc_ptr), ndw(ndw), id(), new_group(), group_index() {} in bc_dump()
|
D | sb_sched.cpp | 2011 new_group(); in emit_group() 2061 void alu_clause_tracker::new_group() { in new_group() function in r600_sb::alu_clause_tracker
|
/third_party/python/Lib/ |
D | tracemalloc.py | 120 def _compare_grouped_stats(old_group, new_group): argument 122 for traceback, stat in new_group.items(): 544 new_group = self._group_by(key_type, cumulative) 546 statistics = _compare_grouped_stats(old_group, new_group)
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | transform_builder.h | 122 uint8_t new_group; 132 config.new_binding, config.new_group};
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | matched_arg.rs | 38 pub(crate) fn new_group() -> Self { in new_group() method 218 let mut m = MatchedArg::new_group(); in test_grouped_vals_first()
|
/third_party/protobuf/python/ |
D | mox.py | 681 new_group = group_class(group_name) 682 new_group.AddMethod(self) 683 self._call_queue.append(new_group)
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
D | tracing-controller.cc | 328 const char* new_group = base::Strdup(category_group); in GetCategoryGroupEnabled() local 329 g_category_groups[category_index] = new_group; in GetCategoryGroupEnabled()
|
/third_party/rust/crates/clap/src/parser/ |
D | arg_matcher.rs | 153 let ma = self.entry(id).or_insert(MatchedArg::new_group()); in start_custom_group()
|