Searched refs:stl (Results 1 – 25 of 26) sorted by relevance
12
/build/soong/cc/ |
D | stl.go | 29 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 …]
|
D | testing.go | 77 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 …]
|
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 | 123 stl := ccModule.stl.Properties.Stl 124 if stl != nil { 125 pbm.AddProperty("stl", proptools.String(stl))
|
D | object.go | 63 module.stl = &stl{}
|
D | ndk_prebuilt.go | 132 module.stl.Properties.Stl = StringPtr("none") 152 module.stl.Properties.Stl = StringPtr("none")
|
D | proto_test.go | 43 stl: "none",
|
D | llndk_library.go | 180 module.stl = nil 228 module.stl = nil
|
D | cc.go | 493 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 …]
|
D | Android.bp | 33 "stl.go",
|
D | toolchain_library.go | 67 module.stl = nil
|
D | cc_test.go | 2497 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 …]
|
D | vendor_public_library.go | 145 module.stl = nil
|
D | vndk_prebuilt.go | 214 module.stl = nil
|
D | ndk_library.go | 380 module.stl = nil
|
D | vendor_snapshot.go | 220 module.stl = nil 372 module.stl = nil
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 52 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/ |
D | apex_test.go | 392 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 …]
|
D | vndk_test.go | 32 stl: "none", 45 stl: "none", 80 stl: "none",
|
/build/make/tools/libhost/ |
D | Android.bp | 19 stl: "none",
|
/build/make/tools/acp/ |
D | Android.bp | 12 stl: "none",
|
/build/soong/java/ |
D | app_test.go | 510 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/ |
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 | 186 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