Home
last modified time | relevance | path

Searched refs:fromBuffer (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js158 const buff = smart_buffer_1.SmartBuffer.fromBuffer(data);
410 const buff = smart_buffer_1.SmartBuffer.fromBuffer(data);
441 const buff = smart_buffer_1.SmartBuffer.fromBuffer(data);
584 … buff = smart_buffer_1.SmartBuffer.fromBuffer(this._receiveBuffer.get(dataNeeded).slice(4));
603 …buff = smart_buffer_1.SmartBuffer.fromBuffer(this._receiveBuffer.get(dataNeeded).slice(5) // Slice…
618 … buff = smart_buffer_1.SmartBuffer.fromBuffer(this._receiveBuffer.get(dataNeeded).slice(4));
673 … buff = smart_buffer_1.SmartBuffer.fromBuffer(this._receiveBuffer.get(dataNeeded).slice(4));
692 …buff = smart_buffer_1.SmartBuffer.fromBuffer(this._receiveBuffer.get(dataNeeded).slice(5) // Slice…
707 … buff = smart_buffer_1.SmartBuffer.fromBuffer(this._receiveBuffer.get(dataNeeded).slice(4));
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/build_system/
Dfilecache_test.dart34 final pb.FileStorage fileStorage = pb.FileStorage.fromBuffer(buffer);
50 pb.FileStorage fileStorage = pb.FileStorage.fromBuffer(buffer);
63 fileStorage = pb.FileStorage.fromBuffer(buffer);
/third_party/node/deps/npm/node_modules/smart-buffer/
DREADME.md92 const reader = SmartBuffer.fromBuffer(login);
121 const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6]));
130 const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6]));
139 const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6]));
154 const buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 en…
155 const buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii en…
173 const buff = SmartBuffer.fromBuffer(Buffer.from('some string', 'utf8'));
212 ### Class Method: fromBuffer(buffer[, encoding])
219 const buff = SmartBuffer.fromBuffer(someBuffer); // Defaults to utf8
220 const buff = SmartBuffer.fromBuffer(someBuffer, 'ascii');
[all …]
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dopenssh-cert.js11 fromBuffer: fromBuffer, property
55 return (fromBuffer(data, algo));
58 function fromBuffer(data, algo, partial) { function
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/
Dfilecache.pb.dart25 …factory FileHash.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegis…
66 …factory FileStorage.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRe…
Dfile_hash_store.dart54 final pb.FileStorage fileStorage = pb.FileStorage.fromBuffer(data);
/third_party/node/deps/npm/node_modules/promzard/example/
Dbuffer.js8 pz.fromBuffer(buf, ctx, function (er, res) {
/third_party/protobuf/examples/
Dlist_people.dart45 final addressBook = new AddressBook.fromBuffer(file.readAsBytesSync());
Dadd_person.dart63 addressBook = AddressBook.fromBuffer(file.readAsBytesSync());
/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dsmartbuffer.d.ts39 static fromBuffer(buff: Buffer, encoding?: BufferEncoding): SmartBuffer;
/third_party/node/deps/npm/node_modules/smart-buffer/docs/
DCHANGELOG.md64 * SmartBuffer.fromBuffer()
DREADME_v3.md93 let reader = SmartBuffer.fromBuffer(login);
126 let buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 enco…
127 let buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii enco…
/third_party/node/deps/npm/node_modules/promzard/
Dpromzard.js24 promzard.fromBuffer = function (buf, ctx, cb) { function
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js79 static fromBuffer(buff, encoding) { method in SmartBuffer
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dvector_math.dart143 Matrix4.fromBuffer(ByteBuffer buffer, int offset)
1140 Vector3.fromBuffer(ByteBuffer buffer, int offset)
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c580 png_const_bytep fromBuffer, png_uint_32 fromIndex, unsigned int pixelSize, in pixel_copy() argument
595 unsigned int sourceByte = fromBuffer[fromIndex >> 3]; in pixel_copy()
614 memmove(toBuffer+(toIndex>>3), fromBuffer+(fromIndex>>3), pixelSize>>3); in pixel_copy()
622 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth, in row_copy() argument
625 memcpy(toBuffer, fromBuffer, bitWidth >> 3); in row_copy()
632 fromBuffer += bitWidth >> 3; in row_copy()
637 *toBuffer = (png_byte)((*toBuffer & mask) | (*fromBuffer & ~mask)); in row_copy()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c580 png_const_bytep fromBuffer, png_uint_32 fromIndex, unsigned int pixelSize, in pixel_copy() argument
595 unsigned int sourceByte = fromBuffer[fromIndex >> 3]; in pixel_copy()
614 memmove(toBuffer+(toIndex>>3), fromBuffer+(fromIndex>>3), pixelSize>>3); in pixel_copy()
622 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth, in row_copy() argument
625 memcpy(toBuffer, fromBuffer, bitWidth >> 3); in row_copy()
632 fromBuffer += bitWidth >> 3; in row_copy()
637 *toBuffer = (png_byte)((*toBuffer & mask) | (*fromBuffer & ~mask)); in row_copy()