Searched defs:Bytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3434 StreamingMemoryObject &Bytes = *OwnedBytes; local
3439 if (Bytes.readBytes(buf, 16, 0) != 16)
3449 Bytes.dropLeadingBytes(bitcodeStart - buf);
3450 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3771 StreamingMemoryObject &Bytes = *OwnedBytes; local
3776 if (Bytes.readBytes(buf, 16, 0) != 16)
3786 Bytes.dropLeadingBytes(bitcodeStart - buf);
3787 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 66 milliseconds