Home
last modified time | relevance | path

Searched defs:GIF (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/go/linux-x86/src/image/gif/
Dreader.go574 type GIF struct { struct
575 Image []*image.Paletted // The successive images.
576 Delay []int // The successive delay times, one per frame, in 100ths of a second.
582 LoopCount int
587 Disposal []byte
597 Config image.Config
600 BackgroundIndex byte
Dwriter.go364 func EncodeAll(w io.Writer, g *GIF) error {
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java45 public static final int GIF = 3; field in BipEncoding
66 sIdsToEncodingNames.put(GIF, "GIF"); in sIdsToEncodingNames.put() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp387 for (const GlobalIFunc &GIF : M.ifuncs()) { in ValueEnumerator() local
407 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp341 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
360 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp311 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
327 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp348 for (const GlobalIFunc &GIF : M.ifuncs()) { in ValueEnumerator() local
369 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java28 GIF(true), enumConstant
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/
H A DAbstractBlackBoxTestCase.java121 …tream<Path> pathIt = Files.newDirectoryStream(testBase, "*.{jpg,jpeg,gif,png,JPG,JPEG,GIF,PNG}")) { in getImageFiles() argument
/aosp_15_r20/frameworks/proto_logging/stats/enums/photopicker/
H A Denums.proto101 GIF = 3; enumerator
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/1/frameworks/proto_logging/stats/enums/photopicker/
Denums.proto.h147 const int GIF = 3; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/proto_logging/stats/enums/photopicker/
Denums.proto.h147 const int GIF = 3; variable
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java93 GIF, enumConstant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/proto_logging/stats/enums/photopicker/
Denums.pb.h201 GIF = 3, enumerator
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/proto_logging/stats/enums/photopicker/
Denums.pb.h201 GIF = 3, enumerator
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/core/events/
DTelemetry.java109 /*public static final*/ GIF /* = new GIF(0) */, enumConstant
/aosp_15_r20/external/guava/guava/src/com/google/common/net/
H A DMediaType.java227 public static final MediaType GIF = createConstant(IMAGE_TYPE, "gif"); field in MediaType
/aosp_15_r20/external/guava/android/guava/src/com/google/common/net/
H A DMediaType.java227 public static final MediaType GIF = createConstant(IMAGE_TYPE, "gif"); field in MediaType
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/enums/photopicker/
Denums.pb.h231 GIF = 3, enumerator
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/photopicker/
Denums.pb.h231 GIF = 3, enumerator
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3020 llvm::GlobalIFunc *GIF = in emitIFuncDefinition() local
/aosp_15_r20/external/llvm/lib/IR/
H A DAsmWriter.cpp756 if (const GlobalIFunc *GIF = dyn_cast<GlobalIFunc>(V)) in createSlotTracker() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp2529 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetNextGlobalIFunc() local
2537 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetPreviousGlobalIFunc() local
H A DAsmWriter.cpp884 if (const GlobalIFunc *GIF = dyn_cast<GlobalIFunc>(V)) in createSlotTracker() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp2557 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetNextGlobalIFunc() local
2565 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetPreviousGlobalIFunc() local

12345678910>>...15