Home
last modified time | relevance | path

Searched refs:ASYNC (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/iris/ci/
Diris-amly-flakes.txt3 # spec@arb_query_buffer_object@qbo@query-GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED-ASYNC-GL_UNSIGNED_…
4 # spec@arb_query_buffer_object@qbo@query-GL_SAMPLES_PASSED-ASYNC-GL_UNSIGNED_INT64_ARB
11 # spec@arb_query_buffer_object@qbo@query-GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED-ASYNC-GL_UNSIGNED_…
12 # spec@arb_query_buffer_object@qbo@query-GL_SAMPLES_PASSED-ASYNC-GL_UNSIGNED_INT64_ARB
/third_party/mesa3d/src/intel/ci/
Diris-amly-flakes.txt9 # spec@arb_query_buffer_object@qbo@query-GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED-ASYNC-GL_UNSIGNED_…
10 # spec@arb_query_buffer_object@qbo@query-GL_SAMPLES_PASSED-ASYNC-GL_UNSIGNED_INT64_ARB
17 # spec@arb_query_buffer_object@qbo@query-GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED-ASYNC-GL_UNSIGNED_…
18 # spec@arb_query_buffer_object@qbo@query-GL_SAMPLES_PASSED-ASYNC-GL_UNSIGNED_INT64_ARB
/third_party/node/deps/npm/node_modules/minipass-json-stream/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/minipass-sized/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/minipass-collect/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/minipass-flush/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/minipass-pipeline/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
106 this[ASYNC] = options && !!options.async || false
146 get ['async'] () { return this[ASYNC] }
147 set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a }
167 const fn = this[ASYNC] ? defer : f => f()
390 if (this[ASYNC])
421 if (this[ASYNC])
455 : this[ASYNC] ? defer(() => this[EMITDATA](data))
504 if (this[ASYNC])
/third_party/node/deps/npm/node_modules/minipass/
Dindex.js41 const ASYNC = Symbol('async') constant
112 this[ASYNC] = (options && !!options.async) || false
177 return this[ASYNC]
180 this[ASYNC] = this[ASYNC] || !!a
214 const fn = this[ASYNC] ? defer : f => f()
404 if (this[ASYNC]) defer(() => this[RESUME]())
432 if (this[ASYNC]) defer(() => fn.call(this, this[EMITTED_ERROR]))
466 : this[ASYNC]
517 if (this[ASYNC]) defer(() => this[EMITEND2]())
Dindex.mjs41 const ASYNC = Symbol('async') constant
112 this[ASYNC] = (options && !!options.async) || false
177 return this[ASYNC]
180 this[ASYNC] = this[ASYNC] || !!a
214 const fn = this[ASYNC] ? defer : f => f()
404 if (this[ASYNC]) defer(() => this[RESUME]())
432 if (this[ASYNC]) defer(() => fn.call(this, this[EMITTED_ERROR]))
466 : this[ASYNC]
517 if (this[ASYNC]) defer(() => this[EMITEND2]())
/third_party/python/Doc/library/
Dtoken.rst81 Added :data:`AWAIT` and :data:`ASYNC` tokens.
87 Removed :data:`AWAIT` and :data:`ASYNC` tokens. "async" and "await" are
92 Added :data:`AWAIT` and :data:`ASYNC` tokens back (they're needed
/third_party/python/Grammar/
Dpython.gram82 | &('def' | '@' | ASYNC) function_def
85 | &('with' | ASYNC) with_stmt
86 | &('for' | ASYNC) for_stmt
188 …| ASYNC 'for' t=star_targets 'in' ~ ex=star_expressions &&':' tc=[TYPE_COMMENT] b=block el=[else_b…
198 | ASYNC 'with' '(' a[asdl_withitem_seq*]=','.with_item+ ','? ')' ':' b=block {
200 | ASYNC 'with' a[asdl_withitem_seq*]=','.with_item+ ':' tc=[TYPE_COMMENT] b=block {
408 …| ASYNC 'def' n=NAME '(' params=[params] ')' a=['->' z=expression { z }] &&':' tc=[func_type_comme…
736 … | ASYNC 'for' a=star_targets 'in' ~ b=disjunction c[asdl_expr_seq*]=('if' z=disjunction { z })* {
941 | ASYNC? 'for' a=star_expressions {
954 | [ASYNC] 'with' ','.(expression ['as' star_target])+ &&':'
[all …]
DTokens59 ASYNC
/third_party/node/src/
Dnode_blob.h107 ASYNC enumerator
134 Mode mode = Mode::ASYNC);
/third_party/python/Lib/lib2to3/
DGrammar.txt18 async_funcdef: ASYNC funcdef
109 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)
187 comp_for: [ASYNC] 'for' exprlist 'in' testlist_safe [comp_iter]
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dthreading283 ASYNC reply.
286 change function after all ASYNC elements completed the state change.
287 This is done by polling the ASYNC elements until they return their
317 When an element is busy doing the ASYNC state change, it is possible that another
324 When performing a state change on an element that returns ASYNC on one of
325 the state changes, ASYNC is returned and you can only proceed to the next
326 state change when this ASYNC state change completed. Use the
329 return ASYNC in the state change from READY->PAUSED. You can only set
338 state change is performed or when an ASYNC state change is running.
395 For bins with elements that did an ASYNC state change, the _commit_state()
[all …]
/third_party/node/deps/openssl/openssl/crypto/err/
Derr_all_legacy.c61 IMPLEMENT_LEGACY_ERR_LOAD(ASYNC)
/third_party/openssl/crypto/err/
Derr_all_legacy.c61 IMPLEMENT_LEGACY_ERR_LOAD(ASYNC)
/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py66 ASYNC = 57 variable
Dtokenize.py211 if toknum in (NAME, NUMBER, ASYNC, AWAIT):
506 yield (ASYNC if token == 'async' else AWAIT,
524 yield (ASYNC, stashed[1],
/third_party/python/Include/
Dtoken.h69 #define ASYNC 56 macro
/third_party/node/deps/v8/src/parsing/
Dtoken.h179 K(ASYNC, "async", 0) \
237 if (V8_LIKELY(base::IsInRange(token, IDENTIFIER, ASYNC))) return true; in IsValidIdentifier()
Dkeywords.txt18 async, Token::ASYNC
/third_party/python/Lib/
Dtoken.py62 ASYNC = 56 variable

123