Searched refs:me (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/ |
D | vts_config.go | 40 func (me *VtsConfig) GenerateAndroidBuildActions(ctx ModuleContext) { 41 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 44 func (me *VtsConfig) AndroidMk() AndroidMkData { 48 OutputFile: OptionalPathForPath(me.OutputFilePath), 52 if me.properties.Test_config != nil { 54 *me.properties.Test_config) 57 strings.Join(me.properties.Test_suites, " ")) 63 func InitVtsConfigModule(me *VtsConfig) { 64 me.AddProperties(&me.properties)
|
D | csuite_config.go | 37 func (me *CSuiteConfig) GenerateAndroidBuildActions(ctx ModuleContext) { 38 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 41 func (me *CSuiteConfig) AndroidMk() AndroidMkData { 45 OutputFile: OptionalPathForPath(me.OutputFilePath), 49 if me.properties.Test_config != nil { 51 *me.properties.Test_config) 59 func InitCSuiteConfigModule(me *CSuiteConfig) { 60 me.AddProperties(&me.properties)
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 117 function new_node(me, mom, text, link, children_data, api_level) argument 146 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 149 expand_node(me, node); 155 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 168 a.href = me.toroot + link; 196 function expand_node(me, node) argument 202 get_node(me, node); 206 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png"; 215 function get_node(me, mom) argument 220 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], [all …]
|
/build/soong/scripts/ |
D | reverse-deps.sh | 24 readonly me=$(basename "${0}") 26 readonly usage="usage: ${me} {options} target [target...] 81 die "${me}: Run 'lunch' to configure the build environment" 85 die "${me}: Run 'lunch' to configure the build environment" 90 die "${me}: Run 'm nothing' to build the dependency graph" 95 die "${me}: Cannot find ninja executable expected at ${ninja_bin}" 162 die "${me}: unable to create temporary directory"
|
D | transitive-deps.sh | 24 readonly me=$(basename "${0}") 26 readonly usage="usage: ${me} {options} target [target...] 164 die "${me}: Run 'lunch' to configure the build environment" 168 die "${me}: Run 'lunch' to configure the build environment" 173 die "${me}: Run 'm nothing' to build the dependency graph" 178 die "${me}: Cannot find ninja executable expected at ${ninja_bin}" 329 die "${me}: unable to create temporary directory"
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 2942 function new_node(me, mom, text, link, children_data, api_level) argument 2966 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 2969 expand_node(me, node); 2975 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 2989 a.href = me.toroot + link; 3020 function expand_node(me, node) argument 3026 get_node(me, node); 3032 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png"; 3041 function get_node(me, mom) argument 3046 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], [all …]
|
/build/soong/java/ |
D | java.go | 368 func (me *CompilerDeviceProperties) EffectiveOptimizeEnabled() bool { 369 return BoolDefault(me.Optimize.Enabled, me.Optimize.EnabledByDefault)
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 7 kernel) is copyrighted by me and others who actually wrote it.
|