Home
last modified time | relevance | path

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

/build/soong/android/
Dvts_config.go40 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)
Dcsuite_config.go37 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/
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/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js2942 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/
Djava.go368 func (me *CompilerDeviceProperties) EffectiveOptimizeEnabled() bool {
369 return BoolDefault(me.Optimize.Enabled, me.Optimize.EnabledByDefault)
/build/make/core/
DLINUX_KERNEL_COPYING7 kernel) is copyrighted by me and others who actually wrote it.