Home
last modified time | relevance | path

Searched refs:setUint16 (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/js/
Dbuffer.js109 Buffer.prototype.setUint16 = function(offset, value) { method in Buffer
110 this.dataView.setUint16(offset, value, kHostIsLittleEndian);
Dvalidation_unittests.js73 expectedData.setUint16(1, 65535);
Dcodec.js250 this.buffer.setUint16(this.next, val);
/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js162 this.buffer.setUint16(this.index, n);