Searched refs:me (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | csuite_config.go | 36 func (me *CSuiteConfig) GenerateAndroidBuildActions(ctx ModuleContext) { 37 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 40 func (me *CSuiteConfig) AndroidMkEntries() []AndroidMkEntries { 44 OutputFile: OptionalPathForPath(me.OutputFilePath), 48 if me.properties.Test_config != nil { 49 entries.SetString("LOCAL_TEST_CONFIG", *me.properties.Test_config) 57 func InitCSuiteConfigModule(me *CSuiteConfig) { 58 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/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 60 # Horrible I know. Perhaps Starlark team gives me a way to prune a tree.
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 7 kernel) is copyrighted by me and others who actually wrote it.
|