Home
last modified time | relevance | path

Searched refs:passThrough (Results 1 – 21 of 21) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-pipe-same-destination-twice.js11 const passThrough = new PassThrough(); constant
19 passThrough.pipe(dest);
20 passThrough.pipe(dest);
22 assert.strictEqual(passThrough._events.data.length, 2);
23 assert.strictEqual(passThrough._readableState.pipes.length, 2);
24 assert.strictEqual(passThrough._readableState.pipes[0], dest);
25 assert.strictEqual(passThrough._readableState.pipes[1], dest);
27 passThrough.unpipe(dest);
29 assert.strictEqual(passThrough._events.data.length, 1);
30 assert.strictEqual(passThrough._readableState.pipes.length, 1);
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_roundingutils.h201 static RoundingImpl passThrough();
Dnumber_scientific.cpp158 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_compact.cpp346 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_rounding.cpp368 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/third_party/icu/icu4c/source/i18n/
Dnumber_roundingutils.h192 static RoundingImpl passThrough();
Dnumber_scientific.cpp158 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_compact.cpp350 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_rounding.cpp356 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/third_party/node/deps/icu-small/source/i18n/
Dnumber_roundingutils.h192 static RoundingImpl passThrough();
Dnumber_scientific.cpp158 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_compact.cpp350 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_rounding.cpp356 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/third_party/lz4/programs/
Dlz4io.c132 int passThrough; member
152 ret->passThrough = 0; in LZ4IO_defaultPreferences()
185 prefs->passThrough = (yes!=0); in LZ4IO_setPassThrough()
186 return prefs->passThrough; in LZ4IO_setPassThrough()
1256 if (!prefs->testMode && prefs->overwrite && prefs->passThrough) { in selectDecoder()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.hpp70 void passThrough();
DVertexProgram.cpp73 passThrough(); in pipeline()
620 void VertexProgram::passThrough() in passThrough() function in sw::VertexProgram
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts659 passThroughOptions(passThrough?: boolean): this;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js736 passThroughOptions(passThrough = true) { argument
737 this._passThroughOptions = !!passThrough;
738 if (!!this.parent && passThrough && !this.parent._enablePositionalOptions) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h141 void passThrough(GLfloat token); \
DContext_gl.cpp1326 void Context::passThrough(GLfloat token) in passThrough() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp4097 context->passThrough(token); in GL_PassThrough()