Home
last modified time | relevance | path

Searched refs:stl (Results 1 – 25 of 42) sorted by relevance

12

/build/soong/cc/
Dstl.go28 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 …]
Dsdk_test.go29 stl: "c++_shared",
35 stl: "c++_shared",
41 stl: "libc++",
47 stl: "libc++",
54 stl: "libc++",
Dtesting.go81 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 …]
Dbinary_sdk_member.go73 if stl := ccModule.stl.Properties.Stl; stl != nil {
74 pbm.AddProperty("stl", proptools.String(stl))
Dobject_test.go30 stl: "none",
64 stl: "none",
Dndk_prebuilt.go66 module.stl.Properties.Stl = StringPtr("none")
86 module.stl.Properties.Stl = StringPtr("none")
Dproto_test.go43 stl: "none",
Dlibrary_sdk_member.go235 stl := ccModule.stl.Properties.Stl
236 if stl != nil {
237 pbm.AddProperty("stl", proptools.String(stl))
Dobject.go86 module.stl = &stl{}
Dcc_test.go840 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 …]
DAndroid.bp47 "stl.go",
/build/soong/sdk/
Dcc_sdk_test.go84 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/
Dsh_binary_test.go116 stl: "none",
125 stl: "none",
194 stl: "none",
202 stl: "none",
240 stl: "none",
248 stl: "none",
/build/bazel/rules/cc/
Dstl_test.bzl17 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 …]
Dcc_binary.bzl24 load(":stl.bzl", "stl_info_from_attr")
52 stl = "",
124 stl_info = stl_info_from_attr(stl, linkshared, is_binary = True)
153 stl = "none",
Dstl.bzl15 # 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…
Dcc_object.bzl25 load(":stl.bzl", "stl_info_from_attr")
275 stl = "",
285 stl_info = stl_info_from_attr(stl, False)
/build/soong/apex/
Dapex_test.go363 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 …]
Daconfig_test.go97 stl: "none",
369 stl: "none",
653 stl: "none",
/build/make/tools/acp/
DAndroid.bp17 stl: "none",
/build/make/tools/libhost/
DAndroid.bp24 stl: "none",
/build/bazel/examples/android_app/java/com/app/
DBUILD82 stl = "libc++",
90 stl = "libc++",
/build/soong/java/
Dfuzz_test.go60 stl: "none",
/build/soong/filesystem/
Dfilesystem_test.go330 stl: "none",
335 stl: "none",
/build/make/core/
Dinstall_jni_libs_internal.mk42 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…

12