HomeSort by relevance Sort by last modified time
    Searched refs:Srcs (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/clang/host/linux-x86/soong/
clangprebuilts.go 56 Srcs []string
59 Srcs []string
62 Srcs []string
65 Srcs []string
68 Srcs []string
71 Srcs []string
103 p.Target.Android_arm.Srcs = []string{path.Join(libDir, "arm/libFuzzer.a")}
104 p.Target.Android_arm64.Srcs = []string{path.Join(libDir, "aarch64/libFuzzer.a")}
105 p.Target.Android_mips.Srcs = []string{path.Join(libDir, "mips/libFuzzer.a")}
106 p.Target.Android_mips64.Srcs = []string{path.Join(libDir, "mips64/libFuzzer.a")
    [all...]
  /build/soong/genrule/
filegroup.go 26 // srcs lists files that will be included in this filegroup
27 Srcs []string
41 srcs android.Paths
47 // boundaries. filegroups (and genrules) can be referenced from srcs properties of other modules
57 android.ExtractSourcesDeps(ctx, fg.properties.Srcs)
61 fg.srcs = ctx.ExpandSourcesSubDir(fg.properties.Srcs, fg.properties.Exclude_srcs, fg.properties.Path)
64 func (fg *fileGroup) Srcs() android.Paths {
65 return fg.srcs
genrule.go 83 Srcs []string
112 func (g *generator) Srcs() android.Paths {
121 android.ExtractSourcesDeps(ctx, g.properties.Srcs)
241 srcFiles := ctx.ExpandSources(g.properties.Srcs, nil)
  /build/soong/android/
prebuilt.go 30 Srcs []string `android:"arch_variant"`
46 if len(p.Properties.Srcs) == 0 {
47 ctx.PropertyErrorf("srcs", "missing prebuilt source file")
51 if len(p.Properties.Srcs) > 1 {
52 ctx.PropertyErrorf("srcs", "multiple prebuilt source files")
56 return PathForModuleSrc(ctx, p.Properties.Srcs[0])
129 if len(p.Properties.Srcs) == 0 {
module.go 844 Srcs() Paths
870 expandedSrcFiles = append(expandedSrcFiles, srcProducer.Srcs()...)
872 ctx.ModuleErrorf("srcs dependency %q is not a source file producing module", m)
  /build/blueprint/bootstrap/
bootstrap.go 201 Srcs []string
206 Srcs []string
210 Srcs []string
315 var srcs, testSrcs []string
317 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...)
320 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...
    [all...]
writedocs.go 51 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 354 struct match_info Srcs[3];
418 tokens.Srcs[j].String =
420 tokens.Srcs[j].Length =
424 (tokens.Srcs[j].Length + 1));
425 strncpy(src_str, tokens.Srcs[j].String,
426 tokens.Srcs[j].Length);
427 src_str[tokens.Srcs[j].Length] = '\0';
  /build/soong/python/
python.go 46 // srcs may reference the outputs of other modules that produce source files like genrule
48 Srcs []string
66 // srcs may reference the outputs of other modules that produce source files like genrule
68 // Srcs has to be non-empty.
69 Srcs []string
79 // all the "srcs" or Python dependencies that are to be used only for Python2.
82 // all the "srcs" or Python dependencies that are to be used only for Python3.
209 // deps from "srcs".
210 android.ExtractSourcesDeps(ctx, p.properties.Srcs)
214 // deps from "version.py2.srcs" property
    [all...]
  /test/vts-testcase/hal/build/soong/
hal2vts.go 51 Srcs []string
69 srcFiles := ctx.ExpandSources(h.properties.Srcs, nil)
122 android.ExtractSourcesDeps(ctx, h.properties.Srcs)
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
IceInst.cpp 82 Srcs.reserve(MaxSrcs);
429 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty);
503 Srcs[2] = Beacon;
1091 std::swap(Srcs[0], Srcs[1]);
    [all...]
IceInst.h 106 SizeT getSrcSize() const { return Srcs.size(); }
109 return Srcs[I];
114 Srcs[Index] = Replacement;
206 Srcs.push_back(Src);
243 CfgVector<Operand *> Srcs;
    [all...]
IceTargetLowering.h 513 Operands *... Srcs) {
547 makeExtractThunk(Srcs)...);
558 // call insertScalarInstruction(Res, Srcs...), but C++ does not specify
560 // output. Instead, we wrap each of the Srcs in a thunk and these
IceInstARM32.h     [all...]
  /build/soong/cc/
prebuilt.go 55 if len(p.Prebuilt.Properties.Srcs) > 0 {
117 if len(p.Prebuilt.Properties.Srcs) > 0 {
compiler.go 32 // srcs may reference the outputs of other modules that produce source files like genrule
34 Srcs []string `android:"arch_variant"`
132 Srcs []string
156 srcs android.Paths
163 Srcs() android.Paths
166 func (compiler *baseCompiler) Srcs() android.Paths {
167 return compiler.srcs
188 android.ExtractSourcesDeps(ctx, compiler.Properties.Srcs)
450 for _, src := range compiler.Properties.Srcs {
480 compiler.Properties.Srcs = append(compiler.Properties.Srcs
    [all...]
library.go 28 Srcs []string `android:"arch_variant"`
37 Srcs []string `android:"arch_variant"`
342 if len(library.baseCompiler.Properties.Srcs) > 0 {
343 ctx.PropertyErrorf("srcs", "cc_library_headers must not have any srcs")
345 if len(library.Properties.Static.Srcs) > 0 {
346 ctx.PropertyErrorf("static.srcs", "cc_library_headers must not have any srcs")
348 if len(library.Properties.Shared.Srcs) > 0 {
349 ctx.PropertyErrorf("shared.srcs", "cc_library_headers must not have any srcs"
    [all...]
ndk_headers.go 54 // srcs: ["include/foo/bar/baz.h"],
65 Srcs []string
122 srcFiles := ctx.ExpandSources(m.properties.Srcs, nil)
136 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
171 // module does not have the srcs property, and operates on a full directory (the `from` property).
test.go 89 srcs() []string
97 func (test *testBinary) srcs() []string { func
98 return test.baseCompiler.Properties.Srcs
102 test.baseCompiler.Properties.Srcs = []string{src}
111 if test.testPerSrc() && len(test.srcs()) > 0 {
112 testNames := make([]string, len(test.srcs()))
113 for i, src := range test.srcs() {
117 for i, src := range test.srcs() {
  /art/build/
codegen.go 110 Srcs []string
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 353 ArrayRef<std::pair<MachineOperand *, int64_t>> Srcs = getSrcs(MI);
357 for (unsigned n = Srcs.size(); i < n; ++i) {
358 unsigned Reg = Srcs[i].first->getReg();
446 const std::vector<std::pair<int, unsigned> > &Srcs =
449 const std::pair<int, unsigned> &Src = Srcs[j];
627 ArrayRef<std::pair<MachineOperand *, int64_t>> Srcs = getSrcs(MI);
629 for (const auto &Src:Srcs) {
    [all...]
R600ControlFlowFinalizer.cpp 351 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs =
353 for (const auto &Src:Srcs) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 136 void CoalesceExtSubRegs(SmallVector<unsigned,4> &Srcs, unsigned DstReg);
    [all...]
  /build/soong/java/
java.go 61 Srcs []string `android:"arch_variant"`
301 srcFiles := ctx.ExpandSources(j.properties.Srcs, j.properties.Exclude_srcs)

Completed in 2072 milliseconds

1 2