/build/soong/cc/ |
D | stl.go | 28 func deduplicateStlInput(stl string) string { 29 switch stl { 35 return stl 39 stl := m.SelectedStl() 40 switch stl { 50 panic(fmt.Errorf("stl: %q is not a valid STL", stl)) 63 type stl struct { struct 67 func (stl *stl) props() []interface{} { argument 68 return []interface{}{&stl.Properties} 71 func (stl *stl) begin(ctx BaseModuleContext) { argument [all …]
|
D | sdk_test.go | 29 stl: "c++_shared", 35 stl: "c++_shared", 41 stl: "libc++", 47 stl: "libc++", 54 stl: "libc++",
|
D | testing.go | 81 stl: "none", 179 stl: "none", 194 stl: "none", 218 stl: "none", 228 stl: "none", 236 stl: "none", 245 stl: "none", 254 stl: "none", 284 stl: "none", 301 stl: "none", [all …]
|
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 | 30 stl: "none", 64 stl: "none",
|
D | ndk_prebuilt.go | 66 module.stl.Properties.Stl = StringPtr("none") 86 module.stl.Properties.Stl = StringPtr("none")
|
D | proto_test.go | 43 stl: "none",
|
D | library_sdk_member.go | 235 stl := ccModule.stl.Properties.Stl 236 if stl != nil { 237 pbm.AddProperty("stl", proptools.String(stl))
|
D | object.go | 86 module.stl = &stl{}
|
D | cc_test.go | 840 stl: "none", 844 stl: "none", 849 stl: "none", 853 stl: "none", 880 stl: "none", 884 stl: "none", 889 stl: "none", 1752 stl: "none", 1759 stl: "none", 1765 stl: "none", [all …]
|
D | Android.bp | 47 "stl.go",
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 84 stl: "none", 117 stl: "none", 137 stl: "none", 172 stl: "none", 177 stl: "none", 193 stl: "none", 198 stl: "none", 203 stl: "none", 208 stl: "none", 222 stl: "none", [all …]
|
/build/soong/sh/ |
D | sh_binary_test.go | 116 stl: "none", 125 stl: "none", 194 stl: "none", 202 stl: "none", 240 stl: "none", 248 stl: "none",
|
/build/bazel/rules/cc/ |
D | stl_test.bzl | 17 load(":stl.bzl", "stl_info_from_attr") 90 stl, 101 target_name = _stl_deps_target(stl, is_shared, is_binary) 102 flags_target_name = _stl_flags_target(stl, is_shared, is_binary) 385 stl = "", 425 stl = "system", 465 stl = "libc++", 505 stl = "libc++_static", 545 stl = "none", 585 stl = "", [all …]
|
D | cc_binary.bzl | 24 load(":stl.bzl", "stl_info_from_attr") 52 stl = "", 124 stl_info = stl_info_from_attr(stl, linkshared, is_binary = True) 153 stl = "none",
|
D | stl.bzl | 15 # Helpers for stl property resolution. 16 # These mappings taken from build/soong/cc/stl.go 27 # https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/stl.go;l=162;drc=cb0… 46 fail("Unhandled stl %s" % stl_name) 172 …https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/stl.go;l=197;drc=8722…
|
D | cc_object.bzl | 25 load(":stl.bzl", "stl_info_from_attr") 275 stl = "", 285 stl_info = stl_info_from_attr(stl, False)
|
/build/soong/apex/ |
D | apex_test.go | 363 stl: "none", 386 stl: "none", 410 stl: "none", 447 stl: "none", 470 stl: "none", 647 stl: "none", 919 stl: "none", 928 stl: "none", 939 stl: "none", 950 stl: "none", [all …]
|
D | aconfig_test.go | 97 stl: "none", 369 stl: "none", 653 stl: "none",
|
/build/make/tools/acp/ |
D | Android.bp | 17 stl: "none",
|
/build/make/tools/libhost/ |
D | Android.bp | 24 stl: "none",
|
/build/bazel/examples/android_app/java/com/app/ |
D | BUILD | 82 stl = "libc++", 90 stl = "libc++",
|
/build/soong/java/ |
D | fuzz_test.go | 60 stl: "none",
|
/build/soong/filesystem/ |
D | filesystem_test.go | 330 stl: "none", 335 stl: "none",
|
/build/make/core/ |
D | install_jni_libs_internal.mk | 42 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
|