Home
last modified time | relevance | path

Searched refs:Vendor_available (Results 1 – 7 of 7) sorted by relevance

/build/soong/cc/
Dgenrule.go27 Vendor_available *bool member
64 return Bool(g.Vendor_available) || !(ctx.SocSpecific() || ctx.DeviceSpecific())
81 if Bool(g.Vendor_available) || ctx.SocSpecific() || ctx.DeviceSpecific() {
98 if Bool(g.Vendor_available) || ctx.ProductSpecific() {
Dvndk.go138 if lib, ok := to.linker.(*llndkStubDecorator); ok && !Bool(lib.Properties.Vendor_available) {
141 …raryInterface); ok && to.VendorProperties.Vendor_available != nil && !Bool(to.VendorProperties.Ven…
175 if !Bool(to.VendorProperties.Vendor_available) {
298 if !Bool(lib.Properties.Vendor_available) {
338 if !Bool(m.VendorProperties.Vendor_available) {
Dllndk_library.go64 Vendor_available *bool member
187 stub.Properties.Vendor_available = BoolPtr(true)
Dcc.go305 Vendor_available *bool member
947 return c.IsVndk() || Bool(c.VendorProperties.Vendor_available)
2772 if Bool(lib.Properties.Vendor_available) {
2778 if Bool(c.VendorProperties.Vendor_available) {
3041 if m.VendorProperties.Vendor_available != nil && vendorSpecific {
3052 } else if m.VendorProperties.Vendor_available != nil {
3062 if m.VendorProperties.Vendor_available == nil {
Dvendor_snapshot.go576 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
592 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
/build/soong/sysprop/
Dsysprop_library.go144 Vendor_available *bool member
354 Vendor_available *bool member
444 ccProps.Vendor_available = m.properties.Vendor_available
/build/soong/android/
Dneverallow_test.go382 Vendor_available *bool member