/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | inherited_notifier.dart | 18 /// Multiple notifications are coalesced, so that dependents only rebuild once 28 /// changed. When it returns true, the dependents are marked as needing to be 37 /// * [InheritedWidget], an inherited widget that only notifies dependents 42 /// Create an inherited widget that updates its dependents when [notifier] 55 /// Whenever this object sends change notifications, the dependents of this
|
D | inherited_model.dart | 12 /// models whose dependents may only depend on one part or "aspect" of the 15 /// An inherited widget's dependents are unconditionally rebuilt when the 17 /// This widget is similar except that dependents aren't rebuilt 22 /// on. When the model is rebuilt, dependents will also be rebuilt, but 91 /// * [InheritedWidget], an inherited widget that only notifies dependents 94 /// [Listenable], and which will notify dependents whenever the value
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_schedule.c | 75 BITSET_WORD *dependents = instructions[*parent]->dependents; in add_dependency() local 78 if (BITSET_TEST(dependents, child)) in add_dependency() 81 BITSET_SET(dependents, child); in add_dependency() 113 instructions[i]->dependents = in mir_create_dependency_graph() 156 BITSET_WORD *dependents = instructions[prev]->dependents; in mir_create_dependency_graph() local 159 if (BITSET_TEST(dependents, i)) in mir_create_dependency_graph() 162 BITSET_SET(dependents, i); in mir_create_dependency_graph() 189 BITSET_WORD *dependents = instructions[count - 1]->dependents; in mir_create_dependency_graph() local 192 if (BITSET_TEST(dependents, i)) in mir_create_dependency_graph() 195 BITSET_SET(dependents, i); in mir_create_dependency_graph() [all …]
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 47 BITSET_WORD **dependents; member 163 BITSET_WORD **dependents, unsigned *dep_counts) in bi_push_dependency() argument 165 if (!BITSET_TEST(dependents[parent], child)) { in bi_push_dependency() 166 BITSET_SET(dependents[parent], child); in bi_push_dependency() 173 BITSET_WORD **dependents, unsigned *dep_counts) in add_dependency() argument 177 bi_push_dependency(*parent, child, dependents, dep_counts); in add_dependency() 211 st.dependents[i] = in bi_create_dependency_graph() 228 … add_dependency(last_write, ins->src[s].value + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph() 237 bi_push_dependency(prev_msg, i, st.dependents, st.dep_counts); in bi_create_dependency_graph() 248 st.dependents, st.dep_counts); in bi_create_dependency_graph() [all …]
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | dawn_component.gni | 27 # - The static library doesn't export symbols nor make dependents import them 54 # The config that will apply to dependents of the shared library so they know 81 # Tell dependents where to find this shared library
|
/third_party/flutter/skia/third_party/externals/dawn/scripts/ |
D | dawn_component.gni | 26 # - The static library doesn't export symbols nor make dependents import them 53 # The config that will apply to dependents of the shared library so they know 79 # Tell dependents where to find this shared library
|
/third_party/ninja/src/ |
D | build.cc | 608 set<Node*> dependents; in RefreshDyndepDependents() local 609 UnmarkDependents(node, &dependents); in RefreshDyndepDependents() 613 for (set<Node*>::iterator i = dependents.begin(); in RefreshDyndepDependents() 614 i != dependents.end(); ++i) { in RefreshDyndepDependents() 638 void Plan::UnmarkDependents(const Node* node, set<Node*>* dependents) { in UnmarkDependents() argument 651 if (dependents->insert(*o).second) in UnmarkDependents() 652 UnmarkDependents(*o, dependents); in UnmarkDependents()
|
D | build.h | 88 void UnmarkDependents(const Node* node, set<Node*>* dependents);
|
/third_party/boost/libs/system/build/ |
D | Jamfile.v2 | 12 : usage-requirements # pass these requirement to dependents (i.e. users)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | input.py | 1538 self.dependents = [] 1554 in_degree_zeros = set(self.dependents[:]) 1566 for node_dependent in node.dependents: 1596 for child in node.dependents: 1811 root_node.dependents.append(target_node) 1819 dependency_node.dependents.append(target_node) 1826 if not root_node.dependents: 1832 root_node.dependents.append(target_node) 1874 dependency_node.dependents.append(build_file_node) 1882 root_node.dependents.append(build_file_node) [all …]
|
D | input_test.py | 22 dependency.dependents.append(dependent)
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | input.py | 1693 self.dependents = [] 1713 in_degree_zeros = sorted(self.dependents[:], key=ExtractNodeRef) 1725 for node_dependent in sorted(node.dependents, key=ExtractNodeRef): 1757 for child in node.dependents: 1983 root_node.dependents.append(target_node) 1993 dependency_node.dependents.append(target_node) 2000 if not root_node.dependents: 2006 root_node.dependents.append(target_node) 2050 dependency_node.dependents.append(build_file_node) 2057 root_node.dependents.append(build_file_node) [all …]
|
D | input_test.py | 21 dependency.dependents.append(dependent)
|
/third_party/boost/libs/container/build/ |
D | Jamfile.v2 | 11 : usage-requirements # pass these requirement to dependents (i.e. users)
|
/third_party/boost/tools/build/doc/src/ |
D | main-target.adoc | 33 * a property-set with the usage requirements to be applied to dependents
|
D | basic-target.adoc | 42 * a property-set with the usage requirements to be applied to dependents
|
D | abstract-target.adoc | 60 * a property-set with the usage requirements to be applied to dependents
|
D | project-target.adoc | 34 * a property-set with the usage requirements to be applied to dependents
|
D | faq.adoc | 353 and all dependents can use such library without having to remember 369 automatically added to all of its dependents build properties. The 370 dependents need not care if `my-lib` is a header-only or not, and it is 372 having to add the includes to its dependents declarations.
|
/third_party/boost/tools/build/src/util/ |
D | order.jam | 65 if [ has-no-dependents $(obj) : $(constraints) ] 118 rule has-no-dependents ( obj : constraints * )
|
/third_party/nghttp2/third-party/ |
D | CMakeLists.txt | 50 # invoke 'ninja mruby' before building dependents.
|
/third_party/boost/libs/filesystem/build/ |
D | Jamfile.v2 | 55 : usage-requirements # pass these requirement to dependents (i.e. users)
|
/third_party/skia/third_party/externals/dawn/src/dawn/ |
D | CMakeLists.txt | 30 # to the dependant's list of sources. If these dependents are in another
|
/third_party/skia/src/gpu/ |
D | GrRenderTask.h | 81 SkSpan<GrRenderTask*> dependents() { return SkMakeSpan(fDependents); } in dependents() function
|
/third_party/icu/docs/userguide/layoutengine/ |
D | paragraph.md | 72 * set `ICULEHB_LIBS` to link against icu-le-hb and dependents as needed
|