Searched refs:Bytes (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp78 const uint8_t* b = (const uint8_t*)image->ExtensionBlocks[j].Bytes;
234 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
236 transparent = (unsigned char)eb->Bytes[3];
269 int disposal = ((eb->Bytes[0] >> 2) & 7);
286 *trans = ((eb->Bytes[0] & 1) == 1);
287 *disposal = ((eb->Bytes[0] >> 2) & 7);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp78 && !memcmp((const char*)(eb1->Bytes), "NETSCAPE2.0", 11)
82 && eb2->Bytes[0] == 1) {
83 mLoopCount = (int)(eb2->Bytes[2] << 8) + (int)(eb2->Bytes[1]);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3446 StreamingMemoryObject &Bytes = *OwnedBytes; local
3451 if (Bytes.readBytes(buf, 16, 0) != 16)
3461 Bytes.dropLeadingBytes(bitcodeStart - buf);
3462 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3788 StreamingMemoryObject &Bytes = *OwnedBytes; local
3793 if (Bytes.readBytes(buf, 16, 0) != 16)
3803 Bytes.dropLeadingBytes(bitcodeStart - buf);
3804 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 175 milliseconds