/third_party/node/deps/npm/node_modules/socks/build/client/ |
D | socksclient.js | 158 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/ |
D | filecache_test.dart | 34 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/ |
D | README.md | 92 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/ |
D | openssh-cert.js | 11 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/ |
D | filecache.pb.dart | 25 …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…
|
D | file_hash_store.dart | 54 final pb.FileStorage fileStorage = pb.FileStorage.fromBuffer(data);
|
/third_party/node/deps/npm/node_modules/promzard/example/ |
D | buffer.js | 8 pz.fromBuffer(buf, ctx, function (er, res) {
|
/third_party/protobuf/examples/ |
D | list_people.dart | 45 final addressBook = new AddressBook.fromBuffer(file.readAsBytesSync());
|
D | add_person.dart | 63 addressBook = AddressBook.fromBuffer(file.readAsBytesSync());
|
/third_party/node/deps/npm/node_modules/smart-buffer/typings/ |
D | smartbuffer.d.ts | 39 static fromBuffer(buff: Buffer, encoding?: BufferEncoding): SmartBuffer;
|
/third_party/node/deps/npm/node_modules/smart-buffer/docs/ |
D | CHANGELOG.md | 64 * SmartBuffer.fromBuffer()
|
D | README_v3.md | 93 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/ |
D | promzard.js | 24 promzard.fromBuffer = function (buf, ctx, cb) { function
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 79 static fromBuffer(buff, encoding) { method in SmartBuffer
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | vector_math.dart | 143 Matrix4.fromBuffer(ByteBuffer buffer, int offset) 1140 Vector3.fromBuffer(ByteBuffer buffer, int offset)
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 580 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/ |
D | pngvalid.c | 580 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()
|