/aosp12/system/core/fs_mgr/libstorage_literals/storage_literals/ |
H A D | storage_literals.h | 57 template <typename Dest, typename Src> 58 constexpr Dest size_cast(Src src) { in size_cast() 59 if (Src::power < Dest::power) { in size_cast() 60 return Dest(src.count() >> (Dest::power - Src::power)); in size_cast() 62 if (Src::power > Dest::power) { in size_cast() 63 return Dest(src.count() << (Src::power - Dest::power)); in size_cast()
|
/aosp12/build/soong/cc/ |
H A D | toolchain_library.go | 31 Src *string `android:"arch_variant"` member 82 if library.Properties.Src == nil { 87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
|
H A D | snapshot_prebuilt.go | 514 Src *string `android:"arch_variant"` member 559 if !p.header() && p.properties.Src == nil { 595 in := android.PathForModuleSrc(ctx, *p.properties.Src) 644 return p.sanitizerProperties.Cfi.Src != nil 765 Src *string `android:"arch_variant"` member 778 if p.properties.Src == nil { 793 in := android.PathForModuleSrc(ctx, *p.properties.Src) 860 Src *string `android:"arch_variant"` member 873 if p.properties.Src == nil { 888 return android.PathForModuleSrc(ctx, *p.properties.Src)
|
/aosp12/build/soong/apex/ |
H A D | prebuilt.go | 458 Src *string `android:"path"` member 461 Src *string `android:"path"` 464 Src *string `android:"path"` 467 Src *string `android:"path"` 470 Src *string `android:"path"` 490 src = String(p.Arch.Arm.Src) 492 src = String(p.Arch.Arm64.Src) 494 src = String(p.Arch.X86.Src) 496 src = String(p.Arch.X86_64.Src) 499 src = String(p.Src)
|
/aosp12/system/ca-certificates/soong/ |
H A D | ca_certificates.go | 39 Src *string 46 etcProps.Src = proptools.StringPtr(path.Join(*c.Src_dir, filename))
|
/aosp12/build/soong/android/ |
H A D | prebuilt_build_tool.go | 25 Src *string `android:"path,arch_variant"` member 53 if t.properties.Src == nil {
|
H A D | paths_test.go | 1030 Src *string `android:"path"` 1064 if p.props.Src != nil { 1065 src := PathForModuleSrc(ctx, *p.props.Src)
|
H A D | variable.go | 148 Src *string `android:"arch_variant"`
|
/aosp12/frameworks/av/media/libmediahelper/include/media/ |
H A D | convert.h | 192 typedef const std::vector<SrcElem> Src; 195 static inline bool run(Src &src, Dst &dst) 197 typedef typename Src::const_iterator SrcIt;
|
/aosp12/build/soong/etc/ |
H A D | prebuilt_etc.go | 66 Src *string `android:"path,arch_variant"` member 231 return android.PathForModuleSrc(ctx, proptools.String(p.properties.Src)) 275 if p.properties.Src == nil { 279 p.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
|
/aosp12/build/soong/linkerconfig/ |
H A D | linkerconfig.go | 44 Src *string `android:"path"` member 88 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))
|
/aosp12/packages/modules/Gki/build/ |
H A D | properties.go | 37 Src *string member
|
H A D | gki.go | 132 Src: proptools.StringPtr(":" + otaPayloadGen + "{" + payloadTag + "}"), 142 …Src: proptools.StringPtr(":" + otaPayloadGen + "{" + payloadPropertiesTag + "}"),
|
/aosp12/system/sepolicy/build/soong/ |
H A D | policy.go | 215 Src *string `android:"path"` member 321 if proptools.String(c.properties.Src) == "" { 325 conf := android.PathForModuleSrc(ctx, *c.properties.Src)
|
/aosp12/build/soong/sh/ |
H A D | sh_binary.go | 71 Src *string `android:"path,arch_variant"` member 229 if s.properties.Src == nil { 233 s.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(s.properties.Src)) 533 android.BazelLabelForModuleSrc(ctx, []string{*m.properties.Src}))
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | FrameProcessor.h | 68 template<typename Src, typename T>
|
H A D | FrameProcessor.cpp | 360 template<typename Src, typename T> 385 switch(sizeof(Src)){ in updatePendingState()
|
/aosp12/build/soong/java/ |
H A D | platform_compat_config.go | 51 Src *string `android:"path"` member 98 path := android.PathForModuleSrc(ctx, String(p.properties.Src))
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderDrawable.java | 178 gc.setComposite(AlphaComposite.Src); in getImage()
|
H A D | RenderSessionImpl.java | 505 gc.setComposite(AlphaComposite.Src); in renderAndBuildResult() 538 gc.setComposite(AlphaComposite.Src); in renderAndBuildResult()
|
H A D | GcSnapshot.java | 783 g.setComposite(AlphaComposite.Src); in restoreLayer()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 217 g2.setComposite(AlphaComposite.Src); in scale()
|