HomeSort by relevance Sort by last modified time
    Searched full:getuint8 (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSDataViewCustom.cpp 87 result = jsNumber(imp->getUint8(byteOffset, ec));
107 JSValue JSDataView::getUint8(ExecState* exec)
  /external/webkit/Source/WebCore/html/canvas/
DataView.idl 39 // uint8_t getUint8(in unsigned long byteOffset);
42 [Custom] DOMObject getUint8()
DataView.h 45 uint8_t getUint8(unsigned byteOffset, ExceptionCode&);
DataView.cpp 155 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionCode& ec)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataViewCustom.cpp 75 INC_STATS("DOM.DataView.getUint8");
82 uint8_t result = imp->getUint8(byteOffset, ec);
  /frameworks/base/media/mtp/
MtpDataPacket.h 45 inline uint8_t getUInt8() { return (uint8_t)mBuffer[mOffset++]; }
MtpProperty.cpp 128 mWriteable = (packet.getUInt8() == 1);
151 mFormFlag = packet.getUInt8();
420 value.u.u8 = packet.getUInt8();
MtpStringBuffer.cpp 122 int count = packet->getUInt8();
MtpDataPacket.cpp 103 result->push(getUInt8());
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 359 uint8_t getUInt8() { ASSERT(isUInt8()); return m_value.asInt; }
766 m_formatter.oneWordOp5Reg3Imm8(OP_ADD_imm_T2, rd, imm.getUInt8());
815 m_formatter.oneWordOp5Reg3Imm8(OP_ADD_imm_T2, rd, imm.getUInt8());
938 m_formatter.oneWordOp5Reg3Imm8(OP_CMP_imm_T1, rn, imm.getUInt8());
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 483 longValue = packet.getUInt8();
606 longValue = packet.getUInt8();
    [all...]

Completed in 258 milliseconds