Home
last modified time | relevance | path

Searched refs:me (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dcsuite_config.go36 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/
Dandroid-developer-reference.js117 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/
Dreverse-deps.sh24 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"
Dtransitive-deps.sh24 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/
Dexperimental_cc_shared_library.bzl60 # Horrible I know. Perhaps Starlark team gives me a way to prune a tree.
/build/make/core/
DLINUX_KERNEL_COPYING7 kernel) is copyrighted by me and others who actually wrote it.