Home
last modified time | relevance | path

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

12

/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/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_roundingutils.h155 static RoundingImpl passThrough();
Dnumber_scientific.cpp148 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_compact.cpp317 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_rounding.cpp282 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/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/node/deps/icu-small/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.cpp371 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/third_party/icu/icu4c/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/lz4/programs/
Dlz4io.c114 int passThrough; member
164 ret->passThrough = 0; in LZ4IO_defaultPreferences()
197 prefs->passThrough = (yes!=0); in LZ4IO_setPassThrough()
198 return prefs->passThrough; in LZ4IO_setPassThrough()
1207 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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_0_autogen.h142 void passThrough(GLfloat token); \
DContext_gl.cpp1362 void Context::passThrough(GLfloat token) in passThrough() function in gl::Context
/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/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.cpp3205 context->passThrough(token); in PassThrough()

12