Home
last modified time | relevance | path

Searched refs:REParams (Results 1 – 8 of 8) sorted by relevance

/build/soong/remoteexec/
Dremoteexec_test.go25 params *REParams
30 params: &REParams{
43 params: &REParams{
68 params := &REParams{
84 r := &REParams{
Dremoteexec.go64 type REParams struct { struct
94 func (r *REParams) Template() string { argument
100 func (r *REParams) NoVarTemplate(wrapper string) string { argument
104 func (r *REParams) wrapperArgs() string { argument
/build/soong/java/
Ddex.go98 }, map[string]*remoteexec.REParams{
99 "$d8Template": &remoteexec.REParams{
106 "$zipTemplate": &remoteexec.REParams{
135 }, map[string]*remoteexec.REParams{
136 "$r8Template": &remoteexec.REParams{
144 "$zipTemplate": &remoteexec.REParams{
151 "$zipUsageTemplate": &remoteexec.REParams{
Dapp_builder.go39 &remoteexec.REParams{Labels: map[string]string{"type": "tool", "name": "signapk"},
Dlint.go361 rule.Rewrapper(&remoteexec.REParams{
Ddroidstubs.go408 rule.Rewrapper(&remoteexec.REParams{
/build/soong/cc/
Dbuilder.go72 &remoteexec.REParams{
89 }, &remoteexec.REParams{
204 &remoteexec.REParams{
242 }, &remoteexec.REParams{
262 }, &remoteexec.REParams{
/build/soong/android/
Drule_builder.go53 rbeParams *remoteexec.REParams
130 func (r *RuleBuilder) Rewrapper(params *remoteexec.REParams) *RuleBuilder {