Home
last modified time | relevance | path

Searched refs:through (Results 1 – 25 of 2811) sorted by relevance

12345678910>>...113

/third_party/node/deps/npm/node_modules/pumpify/
Dtest.js2 var through = require('through2') variable
11 through(function(data, enc, cb) {
15 through(function(data, enc, cb) {
32 through(function(data, enc, cb) {
36 through(function(data, enc, cb) {
40 through(function(data, enc, cb) {
54 var test = through()
60 var pipeline = pumpify(through(), test)
66 var test = through()
67 var pipeline = pumpify(through(), test)
[all …]
/third_party/node/deps/npm/node_modules/through/
Dreadme.markdown1 #through hashtag
3 …status](https://secure.travis-ci.org/dominictarr/through.png)](http://travis-ci.org/dominictarr/th…
4 …ling badge](https://ci.testling.com/dominictarr/through.png)](https://ci.testling.com/dominictarr/
9 * `through` takes care of pause/resume logic if you use `this.queue(data)` instead of `this.emit('d…
17 var through = require('through')
19 through(function write(data) {
31 var through = require('through')
33 through(function write(data) {
48 By default, `through` emits close when the writable
53 var through = require('through')
[all …]
Dindex.js8 exports = module.exports = through
9 through.through = through
13 function through (write, end, opts) { function
/third_party/node/deps/npm/node_modules/duplexify/
Dtest.js2 var through = require('through2') variable
10 var pt = through()
25 var pt = through()
42 var pt = through.obj({highWaterMark:1}, function(data, enc, cb) {
68 var readable = through.obj()
69 var writable = through.obj(function(data, enc, cb) {
99 var pt = through()
121 var write = through()
122 var read = through()
140 var write = through()
[all …]
/third_party/typescript/tests/baselines/reference/
DprotectedClassPropertyAccessibleWithinSubclass2.errors.txt2 …2.ts(26,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
3 …2.ts(28,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
5 …2.ts(30,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
6 …2.ts(42,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
7 …2.ts(43,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
9 …2.ts(59,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
10 …2.ts(60,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
11 …2.ts(61,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
12 …2.ts(63,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
13 …2.ts(75,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.errors.txt2 …1.ts(32,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
3 …1.ts(34,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
5 …1.ts(36,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
6 …1.ts(52,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
7 …1.ts(53,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
9 …1.ts(73,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
10 …1.ts(74,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
11 …1.ts(75,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
12 …1.ts(77,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
13 …1.ts(93,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.types89 b.x; // Error, isn't accessed through an instance of the enclosing class
94 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
99 d2.x; // Error, isn't accessed through an instance of the enclosing class
109 d4.x; // Error, isn't accessed through an instance of the enclosing class
146 b.x; // Error, isn't accessed through an instance of the enclosing class
151 d1.x; // Error, isn't accessed through an instance of the enclosing class
156 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
166 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
206 b.x; // Error, isn't accessed through an instance of the enclosing class
211 d1.x; // Error, isn't accessed through an instance of the enclosing class
[all …]
DprotectedClassPropertyAccessibleWithinSubclass2.types75 b.x; // Error, isn't accessed through an instance of the enclosing class
80 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
85 d2.x; // Error, isn't accessed through an instance of the enclosing class
95 d4.x; // Error, isn't accessed through an instance of the enclosing class
124 b.x; // Error, isn't accessed through an instance of the enclosing class
129 d1.x; // Error, isn't accessed through an instance of the enclosing class
134 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
144 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
176 b.x; // Error, isn't accessed through an instance of the enclosing class
181 d1.x; // Error, isn't accessed through an instance of the enclosing class
[all …]
DprotectedInstanceMemberAccessibility.errors.txt5 …y.ts(22,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
6 …y.ts(23,20): error TS2446: Property 'f' is protected and only accessible through an instance of cl…
10 …y.ts(34,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl…
11 …y.ts(35,20): error TS2446: Property 'f' is protected and only accessible through an instance of cl…
48 !!! error TS2446: Property 'x' is protected and only accessible through an instance of class 'B'.
51 !!! error TS2446: Property 'f' is protected and only accessible through an instance of class 'B'.
70 !!! error TS2446: Property 'x' is protected and only accessible through an instance of class 'B'.
73 !!! error TS2446: Property 'f' is protected and only accessible through an instance of class 'B'.
DprotectedClassPropertyAccessibleWithinSubclass2.symbols85 b.x; // Error, isn't accessed through an instance of the enclosing class
90 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
95 d2.x; // Error, isn't accessed through an instance of the enclosing class
105 d4.x; // Error, isn't accessed through an instance of the enclosing class
139 b.x; // Error, isn't accessed through an instance of the enclosing class
144 d1.x; // Error, isn't accessed through an instance of the enclosing class
149 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
159 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
196 b.x; // Error, isn't accessed through an instance of the enclosing class
201 d1.x; // Error, isn't accessed through an instance of the enclosing class
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.symbols99 b.x; // Error, isn't accessed through an instance of the enclosing class
104 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
109 d2.x; // Error, isn't accessed through an instance of the enclosing class
119 d4.x; // Error, isn't accessed through an instance of the enclosing class
161 b.x; // Error, isn't accessed through an instance of the enclosing class
166 d1.x; // Error, isn't accessed through an instance of the enclosing class
171 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
181 … // OK, accessed within a class derived from their declaring class, and through an instance of th…
226 b.x; // Error, isn't accessed through an instance of the enclosing class
231 d1.x; // Error, isn't accessed through an instance of the enclosing class
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.data1 sign_hash through transparent driver: calculate in driver
4 sign_hash through transparent driver: fallback
8 sign_hash through transparent driver: error
11 sign_hash through transparent driver: fake
14 verify_hash using private key through transparent driver: calculate in driver
17 verify_hash using private key through transparent driver: fallback
21 verify_hash using private key through transparent driver: error
24 verify_hash using public key through transparent driver: calculate in driver
27 verify_hash using public key through transparent driver: fallback
31 verify_hash using public key through transparent driver: error
[all …]
/third_party/node/deps/npm/node_modules/stream-each/
Dtest.js2 var through = require('through2') variable
6 var s = through.obj()
24 var s = through.obj()
40 var s = through.obj()
60 var s = through.obj()
73 var s = through.obj()
85 var s = through.obj()
107 var s = through.obj()
/third_party/node/deps/npm/node_modules/through/test/
Dindex.js4 var through = require('../') variable
45 var t = through()
46 var s = spec(t).through().pausable()
66 var t = through(function (data) {
69 var s = spec(t).through().pausable()
92 var t = through()
95 .through()
120 var stream = through()
Dasync.js2 var through = require('../') variable
10 .pipe(through(function(data) {
18 })).pipe(through(function(data) {
Dend.js2 var through = require('../') variable
7 var ts = through()
30 var ts = through()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm27 case kByte_GrSLType: // fall through
30 case kByte2_GrSLType: // fall through
33 case kByte3_GrSLType: // fall through
38 case kShort_GrSLType: // fall through
41 case kShort2_GrSLType: // fall through
44 case kShort3_GrSLType: // fall through
52 case kHalf_GrSLType: // fall through
55 case kHalf2_GrSLType: // fall through
58 case kHalf3_GrSLType: // fall through
61 case kHalf4_GrSLType: // fall through
[all …]
/third_party/node/deps/npm/lib/utils/
Dgunzip-maybe.js2 var through = require('mississippi').through variable
12 var peeker = through(function (chunk, enc, cb) {
15 : through()
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt41 - Set memory to 95% and run through key clocks functions.
42 - Set memory to 95% and run through key timers functions.
46 - Set CPU to 95% and run through key clocks functions.
47 - Set CPU to 95% and run through key timers functions.
51 - Set up >10,000 timers and run through key clocks functions.
52 - Set up >10,000 timers and run through key timers functions.
/third_party/mbedtls/docs/architecture/
Dmbed-crypto-storage-specification.md73 * Files 1 through 0xfffeffff: [content](#key-file-format-for-0.1.0) of the [key whose identifier is…
75 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff: unused.
131 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t…
133 * Files 0x100000000 through 0xffffffffffff: [content](#key-file-format-for-1.0.0) of the [key whose…
142 * Files 1 through 0xfffeffff: [content](#key-file-format-for-1.0.0) of the [key whose identifier is…
144 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff, 0x100000000 through 0xfffffff…
154 * Delete files 1 through 0xfffeffff, which contain keys in a format that is no longer supported.
158 …-key files, we have room in different ranges (0 through 0xffffffff on a PSA platform, 0xffff0000 t…
214 * Files 0 through 0xfffeffff: unused.
215 * Files 0xffff0000 through 0xffffffff: reserved for internal use of the crypto library or crypto se…
[all …]
/third_party/python/Doc/c-api/
Ddatetime.rst162 Return the month, as an int from 1 through 12.
167 Return the day, as an int from 1 through 31.
176 Return the hour, as an int from 0 through 23.
181 Return the minute, as an int from 0 through 59.
186 Return the second, as an int from 0 through 59.
191 Return the microsecond, as an int from 0 through 999999.
205 Return the hour, as an int from 0 through 23.
210 Return the minute, as an int from 0 through 59.
215 Return the second, as an int from 0 through 59.
220 Return the microsecond, as an int from 0 through 999999.
[all …]
/third_party/node/deps/npm/lib/search/
Dall-package-metadata.js39 const stream = ms.through.obj()
128 ms.through.obj()
204 updateStream: entryStream.pipe(ms.through.obj()),
266 ms.through(),
275 ms.through.obj()
282 ms.through.obj((pkg, enc, cb) => {
295 ms.through((chunk, enc, cb) => {
/third_party/typescript/tests/cases/conformance/jsx/
DtsxStatelessFunctionComponentOverload3.tsx19 const two3 = <ZeroThingOrTwoThing {...obj2} />; // it is just any so we allow it to pass through
20 …4 = <ZeroThingOrTwoThing yy={1000} {...obj2} />; // it is just any so we allow it to pass through
21 …5 = <ZeroThingOrTwoThing {...obj2} yy={1000} />; // it is just any so we allow it to pass through
30 const three3 = <ThreeThing {...obj2} y2={10} />; // it is just any so we allow it to pass through
/third_party/openssl/doc/man3/
DBIO_f_md.pod22 BIO that digests any data passed through it, it is a BIO wrapper
26 Any data written or read through a digest BIO using BIO_read_ex() and
37 passed through it. It is a BIO_ctrl() macro.
57 data is passed through it.
59 If an application needs to call BIO_gets() or BIO_puts() through
77 digest BIO and passes the string "Hello World" through it. Error
97 The next example digests data by reading through a chain instead:
145 the data passed through and that digests should be retrieved using a
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Ddirectory.js11 const through = require('mississippi').through constant
74 const stream = through()
83 const stream = through()

12345678910>>...113