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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3439 StreamingMemoryObject &Bytes = *OwnedBytes; local
3444 if (Bytes.readBytes(buf, 16, 0) != 16)
3454 Bytes.dropLeadingBytes(bitcodeStart - buf);
3455 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3777 StreamingMemoryObject &Bytes = *OwnedBytes; local
3782 if (Bytes.readBytes(buf, 16, 0) != 16)
3792 Bytes.dropLeadingBytes(bitcodeStart - buf);
3793 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 845 milliseconds