/external/autotest/utils/ |
D | parallel.py | 33 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/ |
D | Package.java | 85 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/ |
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[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()
|
D | compiler.h | 169 BITSET_WORD *dependents; member
|
/external/llvm-project/llvm/test/tools/llvm-pdbutil/ |
D | partial-type-stream.test | 3 ; 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/ |
D | symbolication.rst | 20 (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/ |
D | GrRenderTask.h | 82 SkSpan<GrRenderTask*> dependents() { return SkMakeSpan(fDependents); } in dependents() function
|
D | GrOpsTask.cpp | 751 for (GrRenderTask* renderTask : toMerge->dependents()) { in mergeFrom()
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 386 .. 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/ |
D | every-type.test | 12 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/ |
D | CMakeLists.txt | 69 # depend on some obvious c++11 features so the dependency is transitively added dependents
|
/external/grpc-grpc-java/compiler/ |
D | build.gradle | 264 args '/nologo', '/dependents', exeName
|
/external/pigweed/pw_bloat/ |
D | bloat.gni | 257 # Create a group which forces the linker script config its dependents.
|
/external/rust/crates/log/ |
D | CHANGELOG.md | 14 …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/ |
D | lftr-dead-ivs.ll | 7 ; is no side effect which dependents on the computation thereof). Such an IV
|
/external/llvm-project/clang-tools-extra/docs/ |
D | modularize.rst | 256 Note that headers with dependents will be ignored with a warning, as the
|
/external/python/pycparser/ |
D | CHANGES | 76 its many dependents (issue #76). Fixed by adding __weakref__ to __slots__.
|
/external/libgav1/libgav1/cmake/ |
D | libgav1_targets.cmake | 202 # - PUBLIC_INCLUDES: List of include paths to export to dependents.
|
/external/python/pybind11/docs/ |
D | upgrade.rst | 263 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/ |
D | proto.gni | 464 # Indicate this library's base directory for its dependents.
|
/external/llvm-project/lldb/source/Commands/ |
D | Options.td | 780 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/ |
D | CMakeLists.txt | 390 # 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/ |
D | BUILD.gn | 96 # This config is applied to internal Angle targets (not pushed to dependents).
|
/external/rust/crates/libz-sys/src/zlib/win32/ |
D | DLL_FAQ.txt | 79 longer dependents on it.
|
/external/rust/crates/libz-sys/src/zlib-ng/win32/ |
D | DLL_FAQ.txt | 79 longer dependents on it.
|