/build/soong/cc/ |
D | stl.go | 29 stl := m.SelectedStl() 30 switch stl { 40 panic(fmt.Errorf("stl: %q is not a valid STL", stl)) 53 type stl struct { struct 57 func (stl *stl) props() []interface{} { argument 58 return []interface{}{&stl.Properties} 61 func (stl *stl) begin(ctx BaseModuleContext) { argument 62 stl.Properties.SelectedStl = func() string { 64 if stl.Properties.Stl != nil { 65 s = *stl.Properties.Stl [all …]
|
D | testing.go | 74 stl: "none", 136 stl: "none", 151 stl: "none", 175 stl: "none", 186 stl: "none", 195 stl: "none", 205 stl: "none", 215 stl: "none", 245 stl: "none", 262 stl: "none", [all …]
|
D | sdk_test.go | 29 stl: "c++_shared", 35 stl: "c++_shared", 41 stl: "libc++", 47 stl: "libc++", 54 stl: "libc++",
|
D | binary_sdk_member.go | 73 if stl := ccModule.stl.Properties.Stl; stl != nil { 74 pbm.AddProperty("stl", proptools.String(stl))
|
D | object_test.go | 29 stl: "none", 57 stl: "none",
|
D | vendor_snapshot_test.go | 74 stl: "none", 282 stl: "none", 291 stl: "none", 300 stl: "none", 310 stl: "none", 327 stl: "none", 336 stl: "none", 427 stl: "none", 436 stl: "none", 456 stl: "none", [all …]
|
D | library_sdk_member.go | 237 stl := ccModule.stl.Properties.Stl 238 if stl != nil { 239 pbm.AddProperty("stl", proptools.String(stl))
|
D | proto_test.go | 43 stl: "none",
|
D | ndk_prebuilt.go | 131 module.stl.Properties.Stl = StringPtr("none") 151 module.stl.Properties.Stl = StringPtr("none")
|
D | object.go | 99 module.stl = &stl{} 193 Stl: compilerAttrs.stl,
|
D | Android.bp | 45 "stl.go",
|
D | cc_test.go | 2615 stl: "none", 2619 stl: "none", 2624 stl: "none", 2628 stl: "none", 2654 stl: "none", 2658 stl: "none", 2663 stl: "none", 3294 stl: "none", 3301 stl: "none", 3307 stl: "none", [all …]
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 84 stl: "none", 117 stl: "none", 132 stl: "none", 158 stl: "none", 209 stl: "none", 214 stl: "none", 230 stl: "none", 235 stl: "none", 240 stl: "none", 245 stl: "none", [all …]
|
/build/bazel/rules/cc/ |
D | stl.bzl | 17 # Helpers for stl property resolution. 18 # These mappings taken from build/soong/cc/stl.go 31 # https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/stl.go;l=157;drc=55d… 37 # https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/stl.go;l=162;drc=cb0… 55 fail("Unhandled stl %s" % stl_name) 71 fail("Unhandled stl %s" % stl_name)
|
D | cc_binary.bzl | 25 load(":stl.bzl", "shared_stl_deps", "static_binary_stl_deps") 50 stl = "", 98 stl_static, stl_shared = shared_stl_deps(stl) 100 stl_static = static_binary_stl_deps(stl) 122 stl = stl,
|
D | cc_library_shared.bzl | 27 load(":stl.bzl", "shared_stl_deps") 64 stl = "", 123 stl = stl, 136 stl_static, stl_shared = shared_stl_deps(stl) 276 stl = "none",
|
D | cc_object.bzl | 25 load(":stl.bzl", "static_stl_deps") 199 stl = "", 216 includes_deps = static_stl_deps(stl) + system_dynamic_deps,
|
D | cc_library_headers.bzl | 44 stl = "none",
|
/build/soong/apex/ |
D | apex_test.go | 361 stl: "none", 384 stl: "none", 408 stl: "none", 445 stl: "none", 469 stl: "none", 645 stl: "none", 810 stl: "none", 818 stl: "none", 861 stl: "none", 870 stl: "none", [all …]
|
D | vndk_test.go | 34 stl: "none", 48 stl: "none", 88 stl: "none",
|
/build/soong/sh/ |
D | sh_binary_test.go | 114 stl: "none", 123 stl: "none", 192 stl: "none", 200 stl: "none", 237 stl: "none", 245 stl: "none",
|
/build/make/tools/acp/ |
D | Android.bp | 17 stl: "none",
|
/build/make/tools/libhost/ |
D | Android.bp | 24 stl: "none",
|
/build/soong/rust/ |
D | vendor_snapshot_test.go | 382 stl: "none", 391 stl: "none", 400 stl: "none", 410 stl: "none", 498 stl: "none", 621 stl: "none", 638 stl: "none", 686 stl: "none", 703 stl: "none",
|
/build/soong/bp2build/ |
D | java_binary_host_conversion_test.go | 39 stl: "none",
|