Home
last modified time | relevance | path

Searched defs:ExtraDeps (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/build/soong/cmd/pom2bp/
H A Dpom2bp.go78 type ExtraDeps map[string][]string type
374 func BazelifyExtraDeps(extraDeps ExtraDeps, modules map[string]*Pom) error {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DXRayArgs.h25 std::vector<std::string> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DXRayArgs.h25 std::vector<std::string> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DXRayArgs.h25 std::vector<std::string> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DXRayArgs.h25 std::vector<std::string> ExtraDeps; variable
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h51 std::vector<std::string> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DDependencyOutputOptions.h81 std::vector<std::pair<std::string, ExtraDepKind>> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DDependencyOutputOptions.h81 std::vector<std::pair<std::string, ExtraDepKind>> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DDependencyOutputOptions.h81 std::vector<std::pair<std::string, ExtraDepKind>> ExtraDeps; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DDependencyOutputOptions.h81 std::vector<std::pair<std::string, ExtraDepKind>> ExtraDeps; variable
/aosp_15_r20/external/clang/include/clang/Driver/
H A DSanitizerArgs.h30 std::vector<std::string> ExtraDeps; variable
/aosp_15_r20/build/soong/cmd/pom2mk/
H A Dpom2mk.go74 type ExtraDeps map[string][]string type