OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Srcs
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c
300
struct match_info
Srcs
[3];
365
tokens.
Srcs
[j].String =
367
tokens.
Srcs
[j].Length =
371
(tokens.
Srcs
[j].Length + 1));
372
strncpy(src_str, tokens.
Srcs
[j].String,
373
tokens.
Srcs
[j].Length);
374
src_str[tokens.
Srcs
[j].Length] = '\0';
/build/soong/genrule/
genrule.go
144
srcFiles := ctx.ExpandSources(properties.
Srcs
, nil)
160
Srcs
[]string
172
in: ctx.ExpandSources(properties.
Srcs
, nil),
183
Srcs
[]string
/build/blueprint/bootstrap/
writedocs.go
51
pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.
Srcs
,
bootstrap.go
200
Srcs
[]string
309
g.properties.PkgPath, g.properties.
Srcs
, genSrcs,
314
g.properties.
Srcs
, genSrcs, deps)
319
phonyGoTarget(ctx, g.archiveFile, g.properties.
Srcs
, genSrcs, nil)
326
Srcs
[]string
400
name, g.properties.
Srcs
, genSrcs, g.properties.TestSrcs)
403
buildGoPackage(ctx, objDir, name, archiveFile, g.properties.
Srcs
, genSrcs, deps)
436
phonyGoTarget(ctx, binaryFile, g.properties.
Srcs
, genSrcs, intermediates)
469
pkgPath string, archiveFile string,
srcs
[]string, genSrcs []string, orderDeps []string) {
472
srcFiles := pathtools.PrefixPaths(
srcs
, srcDir
[
all
...]
/external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp
350
const SmallVector<std::pair<MachineOperand *, int64_t>, 3 >
Srcs
=
352
for (unsigned i = 0, e =
Srcs
.size(); i < e; ++i) {
353
if (
Srcs
[i].first->getReg() != AMDGPU::ALU_LITERAL_X)
355
int64_t Imm =
Srcs
[i].second;
360
Srcs
[i].first->setReg(LiteralRegs[Index]);
363
Srcs
[i].first->setReg(LiteralRegs[Lits.size()]);
R600InstrInfo.cpp
357
ArrayRef<std::pair<MachineOperand *, int64_t>>
Srcs
= getSrcs(MI);
361
for (unsigned n =
Srcs
.size(); i < n; ++i) {
362
unsigned Reg =
Srcs
[i].first->getReg();
450
const std::vector<std::pair<int, unsigned> > &
Srcs
=
453
const std::pair<int, unsigned> &Src =
Srcs
[j];
631
ArrayRef<std::pair<MachineOperand *, int64_t>>
Srcs
= getSrcs(MI);
633
for (unsigned j = 0, e =
Srcs
.size(); j < e; j++) {
634
std::pair<MachineOperand *, unsigned> Src =
Srcs
[j];
[
all
...]
/build/soong/java/
java.go
62
Srcs
[]string `android:"arch_variant"`
319
srcFiles := ctx.ExpandSources(j.properties.
Srcs
, j.properties.Exclude_srcs)
505
Srcs
[]string
518
if len(j.properties.
Srcs
) != 1 {
519
ctx.ModuleErrorf("expected exactly one jar in
srcs
")
522
prebuilt := common.PathForModuleSrc(ctx, j.properties.
Srcs
[0])
/build/soong/cc/
cc.go
213
Srcs
[]string `android:"arch_variant"`
317
Srcs
[]string `android:"arch_variant"`
322
Srcs
[]string `android:"arch_variant"`
[
all
...]
Completed in 333 milliseconds