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.go76 stl: "none",
163 stl: "none",
179 stl: "none",
199 stl: "none",
233 stl: "none",
247 stl: "none",
265 stl: "none",
279 stl: "none",
289 stl: "none",
302 stl: "none",
[all …]
Dsdk_test.go29 stl: "c++_shared",
35 stl: "c++_shared",
41 stl: "libc++",
47 stl: "libc++",
54 stl: "libc++",
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")
151 module.stl.Properties.Stl = StringPtr("none")
Dproto_test.go43 stl: "none",
Dcc.go484 stl *stl member
554 if c.stl != nil {
555 return c.stl.Properties.SelectedStl
656 c.stl = nil
787 if c.stl != nil {
788 c.AddProperties(c.stl.props()...)
1230 if stl := ctx.mod.stl; stl != nil {
1231 return stl.Properties.SelectedStl
1288 module.stl = &stl{}
1476 if c.stl != nil {
[all …]
DAndroid.bp33 "stl.go",
Dtoolchain_library.go67 module.stl = nil
Dcc_test.go2400 stl: "none",
2404 stl: "none",
2409 stl: "none",
2413 stl: "none",
2438 stl: "none",
2442 stl: "none",
2447 stl: "none",
2980 stl: "none",
2987 stl: "none",
2993 stl: "none",
[all …]
Dvendor_public_library.go145 module.stl = nil
Dvndk_prebuilt.go214 module.stl = nil
Dllndk_library.go180 module.stl = nil
Dndk_library.go377 module.stl = nil
Dvendor_snapshot.go220 module.stl = nil
372 module.stl = nil
/build/soong/sdk/
Dcc_sdk_test.go52 stl: "none",
99 stl: "none",
107 stl: "none",
120 stl: "none",
133 stl: "none",
181 stl: "none",
186 stl: "none",
202 stl: "none",
207 stl: "none",
212 stl: "none",
[all …]
/build/soong/apex/
Dvndk_test.go32 stl: "none",
45 stl: "none",
80 stl: "none",
127 stl: "none",
136 stl: "none",
144 stl: "none",
153 stl: "none",
Dapex_test.go350 stl: "none",
374 stl: "none",
382 stl: "none",
406 stl: "none",
580 stl: "none",
649 stl: "none",
657 stl: "none",
698 stl: "none",
707 stl: "none",
718 stl: "none",
[all …]
/build/soong/sh/
Dsh_binary_test.go103 stl: "none",
112 stl: "none",
180 stl: "none",
188 stl: "none",
/build/make/tools/libhost/
DAndroid.bp19 stl: "none",
/build/make/tools/acp/
DAndroid.bp12 stl: "none",
/build/soong/java/
Dapp_test.go494 stl: "none",
514 stl: "none",
566 stl: "none",
586 stl: "none",
594 stl: "none",
1130 stl: "none",
1241 stl: "none",
1332 stl: "none",
1365 stl: "none",
2483 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.mk268 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/system/include
272 $(my_ndk_source_root)/cxx-stl/llvm-libc++/include
274 $(my_ndk_source_root)/cxx-stl/llvm-libc++abi/include
277 $(my_ndk_source_root)/cxx-stl/llvm-libc++/libs/$(my_cpu_variant)

12