Lines Matching refs:read

92                 return this.read(stream, options);
115 value: function read(stream, options) {
277 return _context2.abrupt("return", stream.read());
6394 value: function read(size) {
6704 read: function read(size) {
6712 var buffer = first.read(size);
7603 value: function read(size) {
7604 return this.stream.read(size);
23957 return this.read(stream, options);
24357 model.themes[name] = stream.read().toString();
24483 function read(_x32, _x33) {
24487 return read;
25476 return _context26.abrupt("return", stream.read());
39512 function read(buf, i) {
39526 if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {
39541 if (read(arr, i + j) !== read(val, j)) {
40018 return ieee754.read(this, offset, true, 23, 4);
40024 return ieee754.read(this, offset, false, 23, 4);
40030 return ieee754.read(this, offset, true, 52, 8);
40036 return ieee754.read(this, offset, false, 52, 8);
50497 exports.read = function (buffer, offset, isLE, mLen, nBytes) {
71802 if (typeof options.read === 'function') this._read = options.read;
72014 Readable.prototype.read = function (n) {
72214 stream.read(0);
72503 self.read(0);
72535 stream.read(0);
72541 if (state.flowing && !state.reading) stream.read(0);
72561 while (state.flowing && stream.read() !== null) {
73697 var data = iter[kStream].read(); // we defer if data is null
73778 var data = this[kStream].read();
73830 var data = iterator[kStream].read();
79355 if (typeof options.read === 'function') this._read = options.read;
79463 stream.read(0);
79552 Readable.prototype.read = function (n) {
79701 stream.read(0);
79945 self.read(0);
79972 stream.read(0);
79979 if (state.flowing && !state.reading) stream.read(0);
79998 while (state.flowing && stream.read() !== null) {}