Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go28 stl := m.SelectedStl()
29 switch stl {
39 panic(fmt.Errorf("stl: %q is not a valid STL", stl))
52 type stl struct { struct
56 func (stl *stl) props() []interface{} { argument
57 return []interface{}{&stl.Properties}
60 func (stl *stl) begin(ctx BaseModuleContext) { argument
61 stl.Properties.SelectedStl = func() string {
63 if stl.Properties.Stl != nil {
64 s = *stl.Properties.Stl
[all …]
Dtesting.go100 stl: "none",
196 stl: "none",
211 stl: "none",
235 stl: "none",
246 stl: "none",
255 stl: "none",
265 stl: "none",
275 stl: "none",
305 stl: "none",
322 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.go146 stl := ccModule.stl.Properties.Stl
147 if stl != nil {
148 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.go90 module.stl = &stl{}
DAndroid.bp42 "stl.go",
Dtoolchain_library.go66 module.stl = nil
Dvndk_prebuilt.go216 module.stl = nil
Dsnapshot_prebuilt.go665 module.stl = nil
843 module.stl = nil
Dndk_library.go328 module.stl = nil
Dlibrary.go2072 c.stl = nil
/build/soong/sdk/
Dcc_sdk_test.go66 stl: "none",
99 stl: "none",
114 stl: "none",
140 stl: "none",
188 stl: "none",
207 stl: "none",
215 stl: "none",
228 stl: "none",
241 stl: "none",
299 stl: "none",
[all …]
/build/soong/apex/
Dapex_test.go354 stl: "none",
378 stl: "none",
402 stl: "none",
439 stl: "none",
463 stl: "none",
648 stl: "none",
733 stl: "none",
741 stl: "none",
783 stl: "none",
792 stl: "none",
[all …]
Dvndk_test.go34 stl: "none",
48 stl: "none",
88 stl: "none",
/build/soong/sh/
Dsh_binary_test.go104 stl: "none",
113 stl: "none",
176 stl: "none",
184 stl: "none",
/build/make/tools/acp/
DAndroid.bp21 stl: "none",
/build/make/tools/libhost/
DAndroid.bp28 stl: "none",
/build/soong/java/
Dapp_test.go409 stl: "none",
429 stl: "none",
483 stl: "none",
503 stl: "none",
511 stl: "none",
1166 stl: "none",
1283 stl: "none",
1374 stl: "none",
1407 stl: "none",
2180 stl: "c++_shared",
[all …]
Djava_test.go440 stl: "none",
477 stl: "none",
/build/make/core/
Dinstall_jni_libs_internal.mk41 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
Dbinary.mk243 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/system/include
247 $(my_ndk_source_root)/cxx-stl/llvm-libc++/include
249 $(my_ndk_source_root)/cxx-stl/llvm-libc++abi/include
252 $(my_ndk_source_root)/cxx-stl/llvm-libc++/libs/$(my_cpu_variant)