Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 11 of 11) sorted by relevance

/bionic/tools/versioner/tests/dependencies/
Drun.sh1 versioner headers dependencies -p platforms -r arm -r x86 -a 9
/bionic/tools/versioner/tests/slow_preprocessor_idempotence/
Drun.sh5 versioner out/initial ../../dependencies -o out/second
/bionic/tools/versioner/src/
Dversioner.cpp102 std::vector<std::string> dependencies; in collectRequirements() local
105 dependencies.emplace_back(location.header_path); in collectRequirements()
109 auto collect_children = [&dependencies](const std::string& dir_path) { in collectRequirements()
133 dependencies.push_back(dependency); in collectRequirements()
158 CompilationRequirements result = { .headers = headers, .dependencies = dependencies }; in collectRequirements()
DDriver.h31 std::vector<std::string> dependencies; member
DDriver.cpp222 generateTargetCC1Flags(vfs, type, arch_req_it->second.dependencies); in initializeTargetCC1FlagCache()
/bionic/tools/versioner/
DREADME.md8 `versioner -p platforms current dependencies`
/bionic/benchmarks/linker_relocation/
DREADME.md19 `regen/dump_relocs.py` scans an ELF file and its dependencies, outputting a JSON
/bionic/libc/tools/
Dpylintrc213 # Create a graph of every (i.e. internal and external) dependencies in the
217 # Create a graph of external dependencies in the given file (report RP0402 must
221 # Create a graph of internal dependencies in the given file (report RP0402 must
/bionic/tests/libs/
DAndroid.bp660 // Build libtest_check_order_dlsym.so with its dependencies.
736 // Build libtest_check_order_siblings.so with its dependencies.
880 // Build libtest_check_order_root.so with its dependencies.
913 // Build libtest_versioned_lib.so with its dependencies.
/bionic/
Dandroid-changes-for-ndk-developers.md42 dependencies before loading their main library. Worse, until it was
52 Alternatively, if you don't have too many dependencies, it can be easiest to
202 short term workaround, platform libraries without complex dependencies
287 While library dependencies (DT_NEEDED entries in the ELF headers) can be
/bionic/libc/
DAndroid.bp1810 // The build system generally requires that any dependencies of a target
1813 // headers but cannot depend on libc itself due to circular dependencies