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 | 76 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 …]
|
D | sdk_test.go | 29 stl: "c++_shared", 35 stl: "c++_shared", 41 stl: "libc++", 47 stl: "libc++", 54 stl: "libc++",
|
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") 151 module.stl.Properties.Stl = StringPtr("none")
|
D | proto_test.go | 43 stl: "none",
|
D | cc.go | 484 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 …]
|
D | Android.bp | 33 "stl.go",
|
D | toolchain_library.go | 67 module.stl = nil
|
D | cc_test.go | 2400 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 …]
|
D | vendor_public_library.go | 145 module.stl = nil
|
D | vndk_prebuilt.go | 214 module.stl = nil
|
D | llndk_library.go | 180 module.stl = nil
|
D | ndk_library.go | 377 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", 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/ |
D | vndk_test.go | 32 stl: "none", 45 stl: "none", 80 stl: "none", 127 stl: "none", 136 stl: "none", 144 stl: "none", 153 stl: "none",
|
D | apex_test.go | 350 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/ |
D | sh_binary_test.go | 103 stl: "none", 112 stl: "none", 180 stl: "none", 188 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 | 494 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/ |
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 | 268 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