Home
last modified time | relevance | path

Searched refs:setUint8 (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/js/
Dvalidation_unittests.js72 expectedData.setUint8(0, 0x10);
76 expectedData.setUint8(15, 0);
77 expectedData.setUint8(16, 0xff);
96 expectedData.setUint8(0, 11);
97 expectedData.setUint8(1, 128);
98 expectedData.setUint8(2, 0);
107 expectedData.setUint8(4, 0);
109 expectedData.setUint8(13, 0);
Dbuffer.js106 Buffer.prototype.setUint8 = function(offset, value) { method in Buffer
107 this.dataView.setUint8(offset, value);
Dcodec.js237 this.buffer.setUint8(this.next, val);
/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js158 this.buffer.setUint8(this.index, n);
209 this.buffer.setUint8(this.index, n);
/external/libmojo/mojo/edk/js/tests/
Djs_to_cpp_tests.js108 message.buffer.setUint8(offset, value);