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

/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 108 milliseconds