Home
last modified time | relevance | path

Searched refs:dependents (Results 1 – 25 of 32) sorted by relevance

12

/external/autotest/utils/
Dparallel.py33 dependents = {}
35 dependents[fn] = []
38 dependents[dep].append(fn)
42 self.dependents = dependents
76 for dependent in self.dependents[fn]:
/external/apache-commons-bcel/src/examples/
DPackage.java85 TreeMap<String, String> dependents = new TreeMap<String, String>(); field in Package
156 if (dependents.isEmpty()) { in go()
165 while (!dependents.isEmpty()) { in go()
166 String name = dependents.firstKey(); in go()
167 String from = dependents.remove(name); in go()
276 dependents.put(clas, from); in addClassString()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c75 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[count - 1]->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()
291 if (!done->dependents) in mir_update_worklist()
299 BITSET_FOREACH_SET(i, done->dependents, count) { in mir_update_worklist()
306 free(done->dependents); in mir_update_worklist()
Dcompiler.h169 BITSET_WORD *dependents; member
/external/llvm-project/llvm/test/tools/llvm-pdbutil/
Dpartial-type-stream.test3 ; RUN: llvm-pdbutil dump -type-index=0x1019 -dependents -dont-resolve-forward-refs \
18 DEPS-NEXT: Showing 1 records and their dependents (4 records total)
/external/llvm-project/lldb/docs/use/
Dsymbolication.rst20 (lldb) target create --no-dependents --arch x86_64 /tmp/a.out
22 We use the ``--no-dependents`` flag with the ``target create`` command so that
51 If we didn't use the ``--no-dependents`` option with ``target create``, we
106 (lldb) target create --no-dependents --arch x86_64 /tmp/a.out
121 (lldb) target create --no-dependents --arch x86_64 /tmp/a.out
158 (lldb) target create --no-dependents --arch x86_64 /tmp/a.out
170 (lldb) target create --no-dependents --arch x86_64 /tmp/a.out --symfile /tmp/a.out.dSYM
/external/skia/src/gpu/
DGrRenderTask.h82 SkSpan<GrRenderTask*> dependents() { return SkMakeSpan(fDependents); } in dependents() function
DGrOpsTask.cpp751 for (GrRenderTask* renderTask : toMerge->dependents()) { in mergeFrom()
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst386 .. option:: -dependents
392 `-dependents=0x4000`, then this would dump both records (as well as any other
393 dependents in the tree).
/external/llvm-project/llvm/test/DebugInfo/PDB/
Devery-type.test12 RUN: -dont-resolve-forward-refs -dependents %p/Inputs/every-type.pdb \
18 RUN: -dependents -dont-resolve-forward-refs %t.yaml.pdb \
23 TYPES-NEXT: Showing 7 records and their dependents (72 records total)
/external/catch2/
DCMakeLists.txt69 # depend on some obvious c++11 features so the dependency is transitively added dependents
/external/grpc-grpc-java/compiler/
Dbuild.gradle264 args '/nologo', '/dependents', exeName
/external/pigweed/pw_bloat/
Dbloat.gni257 # Create a group which forces the linker script config its dependents.
/external/rust/crates/log/
DCHANGELOG.md14 …except with a `kv_unstable_std` feature added to aid migrating current dependents to `0.4.14` (whi…
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dlftr-dead-ivs.ll7 ; is no side effect which dependents on the computation thereof). Such an IV
/external/llvm-project/clang-tools-extra/docs/
Dmodularize.rst256 Note that headers with dependents will be ignored with a warning, as the
/external/python/pycparser/
DCHANGES76 its many dependents (issue #76). Fixed by adding __weakref__ to __slots__.
/external/libgav1/libgav1/cmake/
Dlibgav1_targets.cmake202 # - PUBLIC_INCLUDES: List of include paths to export to dependents.
/external/python/pybind11/docs/
Dupgrade.rst263 doubling as a shared library with dependents, you'll need to either export
266 dependents). As a temporary workaround, you can also restore default visibility
/external/pigweed/pw_protobuf_compiler/
Dproto.gni464 # Indicate this library's base directory for its dependents.
/external/llvm-project/lldb/source/Commands/
DOptions.td780 let Command = "target dependents" in {
781 def dependents_no_dependents : Option<"no-dependents", "d">, Group<1>,
783 Desc<"Whether or not to load dependents when creating a target. If the "
/external/curl/
DCMakeLists.txt390 # version of CMake. This allows our dependents to get our dependencies
637 # version of CMake. This allows our dependents to get our dependencies
/external/angle/
DBUILD.gn96 # This config is applied to internal Angle targets (not pushed to dependents).
/external/rust/crates/libz-sys/src/zlib/win32/
DDLL_FAQ.txt79 longer dependents on it.
/external/rust/crates/libz-sys/src/zlib-ng/win32/
DDLL_FAQ.txt79 longer dependents on it.

12