Home
last modified time | relevance | path

Searched refs:push (Results 551 - 575 of 3666) sorted by relevance

1...<<21222324252627282930>>...147

/third_party/node/lib/internal/streams/
H A Dpipeline.js262 destroys.push(destroy);
265 lastStreamCleanup.push(cleanup);
281 lastStreamCleanup.push(() => {
361 destroys.push(destroy);
363 lastStreamCleanup.push(cleanup);
371 lastStreamCleanup.push(cleanup);
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
H A Dec_importKey.https.any.js232 results.push([firstElement]);
236 combination.push(firstElement);
237 results.push(combination);
256 allUsages.push(usage);
288 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
309 keyValuePairs.push(keyName + ": " + value);
H A Drsa_importKey.https.any.js230 results.push([firstElement]);
234 combination.push(firstElement);
235 results.push(combination);
254 allUsages.push(usage);
286 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
307 keyValuePairs.push(keyName + ": " + value);
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js292 selector.push(this._stringFor('qualifiedAttribute', 'attribute'));
294 selector.push(this._stringFor('operator'));
295 selector.push(this._stringFor('value'));
296 selector.push(this._stringFor('insensitiveFlag', 'insensitive', function (attrValue, attrSpaces) {
303 selector.push(']');
304 selector.push(this.rawSpaceAfter);
/third_party/rust/crates/clap/src/output/
H A Dusage.rs221 unrolled_reqs.push(aa);
225 unrolled_reqs.push(a.clone());
309 ret_val.push(pos);
356 unrolled_reqs.push(aa);
360 unrolled_reqs.push(a.clone());
435 ret_val.push(pos);
/third_party/rust/crates/syn/src/
H A Dbuffer.rs40 TokenTree::Ident(ident) => entries.push(Entry::Ident(ident)), in recursive_new()
41 TokenTree::Punct(punct) => entries.push(Entry::Punct(punct)), in recursive_new()
42 TokenTree::Literal(literal) => entries.push(Entry::Literal(literal)), in recursive_new()
45 entries.push(Entry::End(0)); // we replace this below in recursive_new()
48 entries.push(Entry::End(-(group_end_index as isize))); in recursive_new()
69 entries.push(Entry::End(-(entries.len() as isize))); in new2()
284 tts.push(tt); in token_stream()
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp418 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
424 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
475 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
476 fParenStack.push(capturing, *fStatus); // Frame type. in doParseActions()
477 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location in doParseActions()
478 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc in doParseActions()
515 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
516 fParenStack.push(plain, *fStatus); // Begin a new frame. in doParseActions()
517 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location in doParseActions()
518 fParenStack.push(fRXPa in doParseActions()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp418 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
424 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
475 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
476 fParenStack.push(capturing, *fStatus); // Frame type. in doParseActions()
477 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location in doParseActions()
478 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc in doParseActions()
515 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
516 fParenStack.push(plain, *fStatus); // Begin a new frame. in doParseActions()
517 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location in doParseActions()
518 fParenStack.push(fRXPa in doParseActions()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp423 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
429 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
480 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
481 fParenStack.push(capturing, *fStatus); // Frame type. in doParseActions()
482 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location in doParseActions()
483 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc in doParseActions()
520 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
521 fParenStack.push(plain, *fStatus); // Begin a new frame. in doParseActions()
522 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location in doParseActions()
523 fParenStack.push(fRXPa in doParseActions()
[all...]
/third_party/python/Lib/test/
H A Dtest_smtplib.py848 self.push('%s %s' % (e.smtp_code, e.smtp_error))
855 self.push('503 Error: send EHLO first')
858 self.push('500 Error: command "AUTH" not recognized')
861 self.push(
866 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
872 self.push('504 Command parameter not implemented: unsupported '
881 self.push('235 Authentication Succeeded')
883 self.push('535 Authentication credentials invalid')
891 self.push('334 ')
897 self.push('53
[all...]
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests.js11 structuredCloneBatteryOfTests.push({
307 rv.push(b('11100000') + ((codeunit & b('1111000000000000')) >> 12));
308 rv.push(b('10000000') + ((codeunit & b('0000111111000000')) >> 6));
309 rv.push(b('10000000') + (codeunit & b('0000000000111111')));
540 structuredCloneBatteryOfTests.push({
551 structuredCloneBatteryOfTests.push({
562 structuredCloneBatteryOfTests.push({
573 structuredCloneBatteryOfTests.push({
584 structuredCloneBatteryOfTests.push({
595 structuredCloneBatteryOfTests.push({
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h251 inline void push(int i) { Item data; data.u.i = i; push(data); } in push() function in nv50_ir::Stack
252 inline void push(unsigned int u) { Item data; data.u.u = u; push(data); } in push() function in nv50_ir::Stack
253 inline void push(void *p) { Item data; data.u.p = p; push(data); } in push() function in nv50_ir::Stack
254 inline void push(float f) { Item data; data.u.f = f; push(data); } in push() function in nv50_ir::Stack
256 inline void push(Item data) in push() function in nv50_ir::Stack
284 void moveTo(Stack&); // move all items to target (not like push(po
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh149 num_roots_for_space_.push (1); in graph_t()
163 vertex_t* v = vertices_.push (); in graph_t()
210 c->push (); in serialize()
251 queue.push (root_idx ()); in sort_kahn()
266 queue.push (link.objidx); in sort_kahn()
377 num_roots_for_space_.push (0); in assign_32bit_spaces()
513 auto* clone = vertices_.push (); in duplicate()
528 clone->obj.links.push (l); in duplicate()
529 vertices_[l.objidx].parents.push (clone_idx); in duplicate()
629 overflows->push ( in will_overflow()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp590 paintFilterCanvas->alphaStack_.push(1.0f); in HWTEST_F()
623 paintFilterCanvas->alphaStack_.push(1.0f); in HWTEST_F()
1082 paintFilterCanvas_->alphaStack_.push(1.f); in HWTEST_F()
1098 paintFilterCanvas_->alphaStack_.push(SET_ALPHA); in HWTEST_F()
1133 paintFilterCanvas_->envStack_.push(env); in HWTEST_F()
1170 paintFilterCanvas_->envStack_.push(env); in HWTEST_F()
1171 paintFilterCanvas_->alphaStack_.push(SET_ALPHA); in HWTEST_F()
1195 paintFilterCanvas_->envStack_.push(env); in HWTEST_F()
1196 rsPaintFilterCanvas.envStack_.push(envOther); in HWTEST_F()
1208 paintFilterCanvas_->envStack_.push(en in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm64 push rbp
90 push rax ; colctr
91 push rdi
92 push rsi
218 push rbp
227 push rbx
241 push rax ; colctr
242 push rcx
243 push rdi
244 push rs
[all...]
H A Djdsample-sse2.asm63 push rbp
80 push rax ; colctr
81 push rdi
82 push rsi
205 push rbp
213 push rbx
227 push rax ; colctr
228 push rcx
229 push rdi
230 push rs
[all...]
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_inner_demo.cpp222 signal_->inQueue_.push(0); in Stop()
231 signal_->outQueue_.push(0); in Stop()
425 signal_->inQueue_.push(index); in OnInputBufferAvailable()
426 signal_->inBufferQueue_.push(buffer); in OnInputBufferAvailable()
437 signal_->outQueue_.push(index); in OnOutputBufferAvailable()
438 signal_->outBufferQueue_.push(buffer); in OnOutputBufferAvailable()
439 signal_->infoQueue_.push(info); in OnOutputBufferAvailable()
440 signal_->flagQueue_.push(flag); in OnOutputBufferAvailable()
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_armv6.S25 push {r0-r3, lr}
41 push {r4-r11}
63 push {r4-r7}
79 push {r4-r11, lr}
120 push {r4-r11}
160 push {r4-r9, lr}
188 push {r4-r9, lr}
215 push {r4-r10, lr}
H A Dsimple_idct_armv6.S187 push {lr}
198 push {r1}
240 push {r1, lr}
268 push {r1, r2, lr}
298 push {r1, r2, lr}
380 push {r4-r11, lr}
395 push {r0, r1, r4-r11, lr}
412 push {r0, r1, r4-r11, lr}
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Ddbcs-codec.js58 this.decodeTables.push(UNASSIGNED_NODE.slice(0));
61 this.decodeTables.push(UNASSIGNED_NODE.slice(0));
146 bytes.push(addr & 0xFF);
148 bytes.push(0);
156 this.decodeTables.push(node = UNASSIGNED_NODE.slice(0));
193 seq.push(part.charCodeAt(l++)); // Simple variation: don't support surrogates or subsequences in seq.
196 this.decodeTableSeq.push(seq);
248 this.encodeTableSeq.push(node);
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs43 short_flags.push(Flag::Command(format!("-{s}"), sc.get_name()));
47 short_flags.push(Flag::Command(format!("-{short_alias}"), sc.get_name()));
52 long_flags.push(Flag::Command(format!("--{l}"), sc.get_name()));
56 long_flags.push(Flag::Command(format!("--{long_alias}"), sc.get_name()));
71 short_flags.push(Flag::Arg(format!("-{s}"), arg.get_id().as_str()));
75 short_flags.push(Flag::Arg(format!("-{short_alias}"), arg.get_id().as_str()));
80 long_flags.push(Flag::Arg(format!("--{l}"), arg.get_id().as_str()));
84 long_flags.push(Flag::Arg(format!("--{long_alias}"), arg.get_id().as_str()));
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx5/
H A Dindex.js35 pointss.push([200, 250, 1]);
37 pointss.push([200, 250, 0]);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchannv50.h21 int nv50_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push,
28 int g84_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.h31 } push; member
42 } push; member
/third_party/node/test/message/
H A Deval_messages.js30 if (strict) args.push('--use_strict');
31 args.push('-pe', cmd);

Completed in 19 milliseconds

1...<<21222324252627282930>>...147