HomeSort by relevance Sort by last modified time
    Searched defs:getDataBytes (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCustom.cpp 24 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
25 RawSymbol->getDataBytes(bytes);
  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.java 156 public byte[] getDataBytes() {
158 throw new IllegalStateException("called getDataBytes() on " + this);
323 BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())
408 dataStream.write(getDataBytes(), getDataOffset(), getDataLength());
708 dest.writeBlob(getDataBytes(), getDataOffset(), getDataLength());
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 442 public byte[] getDataBytes(int length) {
750 byte[] rawData = reader.getDataBytes(mBMsgLength - (line.getBytes().length + 2));
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 408 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const {
    [all...]
  /external/zxing/core/
core.jar 

Completed in 135 milliseconds