Searched refs:Custom (Results 1 – 16 of 16) sorted by relevance
/build/make/tools/acp/ |
D | Android.bp | 3 // Custom version of cp.
|
/build/soong/phony/ |
D | phony.go | 59 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) { 116 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/make/tools/aconfig/aconfig/src/ |
D | dump.rs | 28 Custom(String), enumerator 40 _ => Ok(Self::Custom(value.to_owned())), in try_from() 62 DumpFormat::Custom(format) => { in dump_parsed_flags() 215 DumpFormat::Custom("foobar".to_owned()) in test_dumpformat_from_str()
|
D | commands.rs | 649 DumpFormat::Custom("{fully_qualified_name}".to_string()), in test_dump()
|
/build/soong/android/ |
D | aconfig_providers.go | 147 if data.Custom != nil {
|
D | androidmk.go | 76 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) member 892 if data.Custom != nil { 914 data.Custom(w, name, prefix, blueprintDir, data)
|
D | androidmk_test.go | 99 Custom: func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) {
|
/build/soong/bpf/ |
D | bpf.go | 220 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/android_sdk/ |
D | sdk_repo_host.go | 242 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/java/ |
D | system_modules.go | 186 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/apex/ |
D | androidmk.go | 237 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
D | apex_test.go | 528 data.Custom(&builder, ab.BaseModuleName(), "TARGET_", "", data) 3016 data.Custom(&builder, name, prefix, "", data) 3122 data.Custom(&builder, name, prefix, "", data) 3151 data.Custom(&builder, name, prefix, "", data) 5817 data.Custom(&builder, name, prefix, "", data) 5985 data.Custom(&builder, apexBundle.Name(), "TARGET_", "", data) 6899 data.Custom(&builder, name, "TARGET_", "", data) 7525 data.Custom(&builder, name, prefix, "", data) 7728 data.Custom(&builder, apexBundle.BaseModuleName(), "TARGET_", "", data) 9033 data.Custom(&builder, ab.BaseModuleName(), "TARGET_", "", data) [all …]
|
/build/soong/docs/ |
D | best_practices.md | 107 ## Custom build tools 112 * Custom Soong Plugin: Add to `Outputs` or `ImplicitOutputs`
|
/build/soong/sysprop/ |
D | sysprop_library.go | 436 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/genrule/ |
D | genrule.go | 611 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 548 # Custom
|