Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dstl.go29 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 …]
Dtesting.go74 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 …]
Dsdk_test.go29 stl: "c++_shared",
35 stl: "c++_shared",
41 stl: "libc++",
47 stl: "libc++",
54 stl: "libc++",
Dbinary_sdk_member.go73 if stl := ccModule.stl.Properties.Stl; stl != nil {
74 pbm.AddProperty("stl", proptools.String(stl))
Dobject_test.go29 stl: "none",
57 stl: "none",
Dvendor_snapshot_test.go74 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 …]
Dlibrary_sdk_member.go237 stl := ccModule.stl.Properties.Stl
238 if stl != nil {
239 pbm.AddProperty("stl", proptools.String(stl))
Dproto_test.go43 stl: "none",
Dndk_prebuilt.go131 module.stl.Properties.Stl = StringPtr("none")
151 module.stl.Properties.Stl = StringPtr("none")
Dobject.go99 module.stl = &stl{}
193 Stl: compilerAttrs.stl,
DAndroid.bp45 "stl.go",
Dcc_test.go2615 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/
Dcc_sdk_test.go84 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/
Dstl.bzl17 # 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)
Dcc_binary.bzl25 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,
Dcc_library_shared.bzl27 load(":stl.bzl", "shared_stl_deps")
64 stl = "",
123 stl = stl,
136 stl_static, stl_shared = shared_stl_deps(stl)
276 stl = "none",
Dcc_object.bzl25 load(":stl.bzl", "static_stl_deps")
199 stl = "",
216 includes_deps = static_stl_deps(stl) + system_dynamic_deps,
Dcc_library_headers.bzl44 stl = "none",
/build/soong/apex/
Dapex_test.go361 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 …]
Dvndk_test.go34 stl: "none",
48 stl: "none",
88 stl: "none",
/build/soong/sh/
Dsh_binary_test.go114 stl: "none",
123 stl: "none",
192 stl: "none",
200 stl: "none",
237 stl: "none",
245 stl: "none",
/build/make/tools/acp/
DAndroid.bp17 stl: "none",
/build/make/tools/libhost/
DAndroid.bp24 stl: "none",
/build/soong/rust/
Dvendor_snapshot_test.go382 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/
Djava_binary_host_conversion_test.go39 stl: "none",

12