Searched refs:stl (Results 1 – 24 of 24) sorted by relevance
/build/soong/cc/ |
D | stl.go | 28 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 …]
|
D | testing.go | 100 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 …]
|
D | sdk_test.go | 29 stl: "c++_shared", 35 stl: "c++_shared", 41 stl: "libc++", 47 stl: "libc++", 54 stl: "libc++",
|
D | binary_sdk_member.go | 73 if stl := ccModule.stl.Properties.Stl; stl != nil { 74 pbm.AddProperty("stl", proptools.String(stl))
|
D | library_sdk_member.go | 146 stl := ccModule.stl.Properties.Stl 147 if stl != nil { 148 pbm.AddProperty("stl", proptools.String(stl))
|
D | proto_test.go | 43 stl: "none",
|
D | ndk_prebuilt.go | 131 module.stl.Properties.Stl = StringPtr("none") 151 module.stl.Properties.Stl = StringPtr("none")
|
D | object.go | 90 module.stl = &stl{}
|
D | Android.bp | 42 "stl.go",
|
D | toolchain_library.go | 66 module.stl = nil
|
D | vndk_prebuilt.go | 216 module.stl = nil
|
D | snapshot_prebuilt.go | 665 module.stl = nil 843 module.stl = nil
|
D | ndk_library.go | 328 module.stl = nil
|
D | library.go | 2072 c.stl = nil
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 66 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/ |
D | apex_test.go | 354 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 …]
|
D | vndk_test.go | 34 stl: "none", 48 stl: "none", 88 stl: "none",
|
/build/soong/sh/ |
D | sh_binary_test.go | 104 stl: "none", 113 stl: "none", 176 stl: "none", 184 stl: "none",
|
/build/make/tools/acp/ |
D | Android.bp | 21 stl: "none",
|
/build/make/tools/libhost/ |
D | Android.bp | 28 stl: "none",
|
/build/soong/java/ |
D | app_test.go | 409 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 …]
|
D | java_test.go | 440 stl: "none", 477 stl: "none",
|
/build/make/core/ |
D | install_jni_libs_internal.mk | 41 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
|
D | binary.mk | 243 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)
|