Home
last modified time | relevance | path

Searched refs:stl (Results 1 – 25 of 26) 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.go77 stl: "none",
169 stl: "none",
186 stl: "none",
210 stl: "none",
219 stl: "none",
227 stl: "none",
236 stl: "none",
246 stl: "none",
280 stl: "none",
295 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))
Dlibrary_sdk_member.go123 stl := ccModule.stl.Properties.Stl
124 if stl != nil {
125 pbm.AddProperty("stl", proptools.String(stl))
Dobject.go63 module.stl = &stl{}
Dndk_prebuilt.go132 module.stl.Properties.Stl = StringPtr("none")
152 module.stl.Properties.Stl = StringPtr("none")
Dproto_test.go43 stl: "none",
Dllndk_library.go180 module.stl = nil
228 module.stl = nil
Dcc.go493 stl *stl member
563 if c.stl != nil {
564 return c.stl.Properties.SelectedStl
665 c.stl = nil
805 if c.stl != nil {
806 c.AddProperties(c.stl.props()...)
1246 if stl := ctx.mod.stl; stl != nil {
1247 return stl.Properties.SelectedStl
1304 module.stl = &stl{}
1501 if c.stl != nil {
[all …]
DAndroid.bp33 "stl.go",
Dtoolchain_library.go67 module.stl = nil
Dcc_test.go2497 stl: "none",
2501 stl: "none",
2506 stl: "none",
2510 stl: "none",
2535 stl: "none",
2539 stl: "none",
2544 stl: "none",
3123 stl: "none",
3130 stl: "none",
3136 stl: "none",
[all …]
Dvendor_public_library.go145 module.stl = nil
Dvndk_prebuilt.go214 module.stl = nil
Dndk_library.go380 module.stl = nil
Dvendor_snapshot.go220 module.stl = nil
372 module.stl = nil
/build/soong/sdk/
Dcc_sdk_test.go52 stl: "none",
87 stl: "none",
102 stl: "none",
116 stl: "none",
152 stl: "none",
171 stl: "none",
179 stl: "none",
192 stl: "none",
205 stl: "none",
260 stl: "none",
[all …]
/build/soong/apex/
Dapex_test.go392 stl: "none",
416 stl: "none",
424 stl: "none",
448 stl: "none",
623 stl: "none",
699 stl: "none",
707 stl: "none",
748 stl: "none",
757 stl: "none",
768 stl: "none",
[all …]
Dvndk_test.go32 stl: "none",
45 stl: "none",
80 stl: "none",
/build/make/tools/libhost/
DAndroid.bp19 stl: "none",
/build/make/tools/acp/
DAndroid.bp12 stl: "none",
/build/soong/java/
Dapp_test.go510 stl: "none",
530 stl: "none",
582 stl: "none",
602 stl: "none",
610 stl: "none",
1146 stl: "none",
1257 stl: "none",
1348 stl: "none",
1381 stl: "none",
2439 stl: "c++_shared",
[all …]
/build/make/core/
Dinstall_jni_libs_internal.mk41 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
Dbinary.mk186 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/system/include
190 $(my_ndk_source_root)/cxx-stl/llvm-libc++/include
192 $(my_ndk_source_root)/cxx-stl/llvm-libc++abi/include
195 $(my_ndk_source_root)/cxx-stl/llvm-libc++/libs/$(my_cpu_variant)

12