/build/blueprint/ |
D | singleton_ctx.go | 156 context *Context member 176 return s.context.ModuleName(logicModule) 180 return s.context.ModuleDir(logicModule) 184 return s.context.ModuleSubDir(logicModule) 188 return s.context.ModuleType(logicModule) 192 return s.context.BlueprintFile(logicModule) 204 s.error(s.context.ModuleErrorf(logicModule, format, args...)) 270 s.context.requireNinjaVersion(major, minor, micro) 281 s.context.setNinjaBuildDir(ninjaValue) 285 s.context.subninjas = append(s.context.subninjas, file) [all …]
|
D | module_ctx.go | 339 context *Context member 435 return d.context.glob(pattern, excludes) 439 return d.context.fs 443 return d.context.nameInterface.GetNamespace(newNamespaceContext(d.module)) 456 module := m.context.moduleInfo[logicModule] 461 module := m.context.moduleInfo[logicModule] 466 module := m.context.moduleInfo[logicModule] 471 module := m.context.moduleInfo[logicModule] 478 module := m.context.moduleInfo[logicModule] 504 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace()) [all …]
|
D | context.go | 71 context.Context 310 Context: context.Background(), 1455 func (c *Context) resolveDependencies(ctx context.Context, config interface{}) (deps []string, errs… 1456 pprof.Do(ctx, pprof.Labels("blueprint", "ResolveDependencies"), func(ctx context.Context) { 2039 pprof.Do(c.Context, pprof.Labels("blueprint", "PrepareBuildActions"), func(ctx context.Context) { 2096 func (c *Context) runMutators(ctx context.Context, config interface{}) (deps []string, errs []error… 2099 pprof.Do(ctx, pprof.Labels("blueprint", "runMutators"), func(ctx context.Context) { 2104 pprof.Do(ctx, pprof.Labels("mutator", mutator.name), func(context.Context) { 2210 context: c, 2473 context: c, [all …]
|
D | Blueprints | 10 "context.go",
|
/build/soong/scripts/ |
D | construct_context.py | 54 context = [] 61 context.append(pcl) 62 return context
|
/build/soong/ui/build/paths/ |
D | logs.go | 156 func LogListener(ctx context.Context, logSocket string) (chan *LogEntry, error) { 160 func logListener(ctx context.Context, logSocket string, lookup socketAddrFunc) (chan *LogEntry, err…
|
D | logs_test.go | 68 recv, err := logListener(context.Background(), socket, lookup)
|
/build/soong/cuj/ |
D | cuj.go | 55 ctx, cancel := context.WithCancel(context.Background())
|
/build/soong/ui/build/ |
D | context.go | 33 context.Context
|
D | Android.bp | 45 "context.go",
|
D | config_test.go | 34 Context: context.Background(),
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 140 Context context.Context 161 ctx, cancel := context.WithCancel(context.Background())
|
/build/soong/cmd/diff_target_files/ |
D | zip_artifact.go | 79 func (zf *ZipArtifactFile) Extract(ctx context.Context, dir string,
|
/build/make/core/ |
D | node_fns.mk | 177 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
|
/build/make/tools/releasetools/ |
D | edify_generator.py | 238 if p.context is not None: 239 mount_flags = p.context + ("," + mount_flags if mount_flags else "")
|
D | common.py | 877 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument 882 self.context = context 924 context = None 927 context = i 931 device=pieces[0], length=length, context=context,
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 87 function toggleVisisbleApis(selectedLevel, context) { argument 88 var apis = $(".api",context);
|
D | jquery-1.6.2.min.js | 16 …context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.bo… 17 …[c]=function(a,d,e,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:f(this.context);if(typeof a=="ob…
|
D | jquery-resizable.min.js | 12 …context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean…
|
/build/soong/android/ |
D | defaults.go | 81 callHookIfAvailable(context DefaultableHookContext)
|
/build/soong/cmd/soong_ui/ |
D | main.go | 134 ctx, cancel := context.WithCancel(context.Background())
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 364 Text(`class_loader_context_arg=--class-loader-context=\&`).
|
/build/soong/docs/ |
D | perf.md | 54 don't currently have an easy way to enable them in the context of a full build.
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 2906 function toggleVisisbleApis(selectedLevel, context) { argument 2907 var apis = $(".api",context);
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 4107 #context { 4111 #context .breadcrumb { 4115 #context .util {
|