Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/lib/
Dbuffer.js58 Buffer.prototype.getUint8 = function(offset) { method in Buffer
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp56 deUint8 getUint8 (void) { return (deUint8)deRandom_getUint32(&m_rnd); } in getUint8() function in de::Random