Home
last modified time | relevance | path

Searched defs:getUint8 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeRandom.hpp55 deUint8 getUint8 (void) { return (deUint8)deRandom_getUint32(&m_rnd); } in getUint8() function in de::Random
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DDataView.cpp167 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionState& exceptionState) in getUint8() function in WebCore::DataView
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp389 bool getUint8(const Dictionary& raw, const char* propertyName, uint8_t& value, const ErrorContext& … in getUint8() function