/aosp_15_r20/build/soong/cc/ |
H A D | cc.go | 126 type Deps struct { struct 127 SharedLibs, LateSharedLibs []string 128 StaticLibs, LateStaticLibs, WholeStaticLibs []string 129 HeaderLibs []string 130 RuntimeLibs []string 134 UnexportedStaticLibs []string 137 DataLibs []string 138 DataBins []string 141 SystemSharedLibs []string 144 AidlLibs []string [all …]
|
H A D | proto.go | 77 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
/aosp_15_r20/build/soong/makedeps/ |
H A D | deps.go | 26 type Deps struct { struct 27 Output string 28 Inputs []string 81 func (d *Deps) Print() []byte {
|
/aosp_15_r20/build/soong/rust/ |
H A D | rust.go | 404 type Deps struct { struct 405 Dylibs []string 406 Rlibs []string 407 Rustlibs []string 408 Stdlibs []string 409 ProcMacros []string 410 SharedLibs []string 411 StaticLibs []string 412 WholeStaticLibs []string 413 HeaderLibs []string [all …]
|
H A D | project_json.go | 51 Deps []rustProjectDep `json:"deps"` member 66 Deps map[string]int // The keys are the module names and not the crate names. member
|
H A D | compiler.go | 45 compilerDeps(ctx DepsContext, deps Deps) Deps 520 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps { 541 func muslDeps(ctx DepsContext, deps Deps, static bool) Deps {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 651 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 681 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 700 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 783 SmallVector<DataDep, 8> Deps; in updateDepth() local 1042 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local 1182 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 652 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 682 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 701 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 785 SmallVector<DataDep, 8> Deps; in updateDepth() local 1044 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local 1184 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 629 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 659 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 695 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 801 SmallVector<DataDep, 8> Deps; in computeInstrDepths() local 1020 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local 1160 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
|
/aosp_15_r20/tools/treble/build/treble_build/local/ |
H A D | ninja.go | 46 Deps(ctx context.Context) (*bytes.Buffer, error) methodSpec 223 func (n *ninjaCmd) Deps(ctx context.Context) (*bytes.Buffer, error) { func 291 func (cli *ninjaCli) Deps(ctx context.Context) (*app.BuildDeps, error) { func
|
/aosp_15_r20/build/blueprint/ |
H A D | ninja_defs.go | 27 type Deps int type 61 Deps Deps // The format of the dependency file. member 82 Deps Deps // The format of the dependency file. member
|
H A D | context_test.go | 64 Deps() []string methodSpec 83 func (b *baseTestModule) Deps() []string { func
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | glob.go | 43 Deps []string member 77 func (results MultipleGlobResults) Deps() []string { func
|
/aosp_15_r20/build/soong/android/ |
H A D | visibility_test.go | 2071 Deps []string member 2102 Deps []string member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 103 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() 125 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | fsgen_mutators.go | 228 Deps []string member 241 Deps []string member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 105 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() 127 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | DDG.h | 442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 468 DependenceList Deps; in getDependenceString() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | DDG.h | 441 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 467 DependenceList Deps; in getDependenceString() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | DDG.h | 442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 468 DependenceList Deps; in getDependenceString() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | DDG.h | 442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 468 DependenceList Deps; in getDependenceString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 441 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 467 DependenceList Deps; in getDependenceString() local
|
/aosp_15_r20/external/rappor/client/cpp/ |
H A D | rappor_deps.h | 55 Deps(HashFunc* const hash_func, const std::string& client_secret, in Deps() function
|
/aosp_15_r20/external/bazelbuild-rules_python/tools/private/update_deps/ |
H A D | update_coverage_deps.py | 72 class Deps: class
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | DAGDeltaAlgorithmTest.cpp | 61 std::vector<edge_ty> Deps; in TEST() local
|