Home
last modified time | relevance | path

Searched defs:_transform (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream2-transform.js34 tx._transform = function(chunk, encoding, cb) { function in tx
107 pt._transform = function(c, e, cb) { function in pt
128 pt._transform = function(c, e, cb) { function in pt
154 pt._transform = function(chunk, encoding, cb) { function in pt
180 pt._transform = function(chunk, encoding, cb) { function in pt
215 pt._transform = function(chunk, encoding, cb) { function in pt
267 pt._transform = function(c, e, cb) { function in pt
393 jp._transform = function(data, encoding, cb) { function in jp
434 js._transform = function(data, encoding, cb) { function in js
Dtest-stream-transform-split-objectmode.js39 parser._transform = function(chunk, enc, callback) { function in parser
67 serializer._transform = function(obj, _, callback) { function in serializer
Dtest-stream-writable-needdrain-state.js12 function _transform(chunk, encoding, cb) { function
Dtest-stream-transform-flush-data.js12 function _transform(d, e, n) { function
Dtest-stream-transform-constructor-set-methods.js20 const _transform = common.mustCall((chunk, _, next) => { constant
Dtest-stream-big-packet.js30 _transform(chunk, encoding, done) { method in TestStream
/third_party/node/lib/internal/crypto/
Dhash.js87 Hash.prototype._transform = function _transform(chunk, encoding, callback) { method in Hash
164 Hmac.prototype._transform = Hash.prototype._transform; method in Hmac
Dcipher.js159 Cipher.prototype._transform = function _transform(chunk, encoding, callback) { method in Cipher
253 constructor.prototype._transform = Cipher.prototype._transform; method in constructor
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dstreams.js23 IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) { method in IconvLiteEncoderStream
71 IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) { method in IconvLiteDecoderStream
/third_party/node/lib/internal/streams/
Dpassthrough.js45 PassThrough.prototype._transform = function(chunk, encoding, cb) { method in PassThrough
Dtransform.js166 Transform.prototype._transform = function(chunk, encoding, callback) { method in Transform
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/
Dtracker-stream.js18 _transform (data, encoding, cb) { method in TrackerStream
/third_party/node/lib/internal/test_runner/reporter/
Dspec.js137 _transform({ type, data }, encoding, callback) { method in SpecReporter
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dinstall.js403 _transform (chunk, _, callback) { method in ShaSum
/third_party/skia/modules/pathkit/
Dexterns.js58 _transform: function() {}, // takes 1 or 9 params method
/third_party/node/lib/
Dzlib.js412 ZlibBase.prototype._transform = function(chunk, encoding, cb) { method in ZlibBase