Home
last modified time | relevance | path

Searched refs:push (Results 201 - 225 of 4924) sorted by relevance

12345678910>>...197

/third_party/typescript/tests/baselines/reference/
H A DAPISample_jsdoc.js89 if (tags) flat.push(...tags);
112 tags.push(ts.getJSDocAugmentsTag(node));
113 tags.push(ts.getJSDocClassTag(node));
114 tags.push(ts.getJSDocReturnTag(node));
117 tags.push(type);
119 tags.push(ts.getJSDocTemplateTag(node));
191 flat.push.apply(flat, tags);
211 tags.push(ts.getJSDocAugmentsTag(node));
212 tags.push(ts.getJSDocClassTag(node));
213 tags.push(t
[all...]
H A Dmultiline.js8 texts.push(100);
12 texts.push(100);
16 texts.push("100");
63 exports.texts.push(100);
66 exports.texts.push(100);
69 exports.texts.push("100");
/third_party/jerryscript/tests/jerry/es5.1/
H A Darray-prototype-push.js15 var o = { length : 4294967294, push : Array.prototype.push };
16 assert(o.push("x") === 4294967295);
21 assert(o.push("y") === 4294967296);
29 assert(o.push("z") === 1);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dcorec57d.c32 struct nvif_push *push = core->chan.push; in corec57d_init() local
36 if ((ret = PUSH_WAIT(push, 2 + windows * 5))) in corec57d_init()
39 PUSH_MTHD(push, NVC57D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in corec57d_init()
42 PUSH_MTHD(push, NVC57D, WINDOW_SET_WINDOW_FORMAT_USAGE_BOUNDS(i), in corec57d_init()
50 PUSH_MTHD(push, NVC57D, WINDOW_SET_WINDOW_USAGE_BOUNDS(i), in corec57d_init()
58 return PUSH_KICK(push); in corec57d_init()
H A Dovly827e.c35 struct nvif_push *push = wndw->wndw.push; in ovly827e_image_set() local
38 if ((ret = PUSH_WAIT(push, 12))) in ovly827e_image_set()
41 PUSH_MTHD(push, NV827E, SET_PRESENT_CONTROL, in ovly827e_image_set()
45 PUSH_MTHD(push, NV827E, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in ovly827e_image_set()
47 PUSH_MTHD(push, NV827E, SET_COMPOSITION_CONTROL, in ovly827e_image_set()
50 PUSH_MTHD(push, NV827E, SURFACE_SET_OFFSET, asyw->image.offset[0] >> 8); in ovly827e_image_set()
52 PUSH_MTHD(push, NV827E, SURFACE_SET_SIZE, in ovly827e_image_set()
H A Dovly907e.c32 struct nvif_push *push = wndw->wndw.push; in ovly907e_image_set() local
35 if ((ret = PUSH_WAIT(push, 12))) in ovly907e_image_set()
38 PUSH_MTHD(push, NV907E, SET_PRESENT_CONTROL, in ovly907e_image_set()
42 PUSH_MTHD(push, NV907E, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in ovly907e_image_set()
44 PUSH_MTHD(push, NV907E, SET_COMPOSITION_CONTROL, in ovly907e_image_set()
47 PUSH_MTHD(push, NV907E, SURFACE_SET_OFFSET, asyw->image.offset[0] >> 8); in ovly907e_image_set()
49 PUSH_MTHD(push, NV907E, SURFACE_SET_SIZE, in ovly907e_image_set()
H A Dbase827c.c31 struct nvif_push *push = wndw->wndw.push; in base827c_image_set() local
34 if ((ret = PUSH_WAIT(push, 13))) in base827c_image_set()
37 PUSH_MTHD(push, NV827C, SET_PRESENT_CONTROL, in base827c_image_set()
41 PUSH_MTHD(push, NV827C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1); in base827c_image_set()
44 PUSH_MTHD(push, NV827C, SET_PROCESSING, in base827c_image_set()
51 PUSH_MTHD(push, NV827C, SET_PROCESSING, in base827c_image_set()
59 PUSH_MTHD(push, NV827C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8, in base827c_image_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dcorec57d.c32 struct nvif_push *push = core->chan.push; in corec57d_init() local
36 if ((ret = PUSH_WAIT(push, 2 + windows * 5))) in corec57d_init()
39 PUSH_MTHD(push, NVC57D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in corec57d_init()
42 PUSH_MTHD(push, NVC57D, WINDOW_SET_WINDOW_FORMAT_USAGE_BOUNDS(i), in corec57d_init()
50 PUSH_MTHD(push, NVC57D, WINDOW_SET_WINDOW_USAGE_BOUNDS(i), in corec57d_init()
58 return PUSH_KICK(push); in corec57d_init()
H A Dcrcc57d.c16 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in crcc57d_set_src() local
35 ret = PUSH_WAIT(push, 4); in crcc57d_set_src()
40 PUSH_MTHD(push, NVC57D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx->ntfy.handle); in crcc57d_set_src()
41 PUSH_MTHD(push, NVC57D, HEAD_SET_CRC_CONTROL(i), crc_args); in crcc57d_set_src()
43 PUSH_MTHD(push, NVC57D, HEAD_SET_CRC_CONTROL(i), 0); in crcc57d_set_src()
44 PUSH_MTHD(push, NVC57D, HEAD_SET_CONTEXT_DMA_CRC(i), 0); in crcc57d_set_src()
H A Dovly827e.c35 struct nvif_push *push = wndw->wndw.push; in ovly827e_image_set() local
38 if ((ret = PUSH_WAIT(push, 12))) in ovly827e_image_set()
41 PUSH_MTHD(push, NV827E, SET_PRESENT_CONTROL, in ovly827e_image_set()
45 PUSH_MTHD(push, NV827E, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in ovly827e_image_set()
47 PUSH_MTHD(push, NV827E, SET_COMPOSITION_CONTROL, in ovly827e_image_set()
50 PUSH_MTHD(push, NV827E, SURFACE_SET_OFFSET, asyw->image.offset[0] >> 8); in ovly827e_image_set()
52 PUSH_MTHD(push, NV827E, SURFACE_SET_SIZE, in ovly827e_image_set()
H A Dovly907e.c32 struct nvif_push *push = wndw->wndw.push; in ovly907e_image_set() local
35 if ((ret = PUSH_WAIT(push, 12))) in ovly907e_image_set()
38 PUSH_MTHD(push, NV907E, SET_PRESENT_CONTROL, in ovly907e_image_set()
42 PUSH_MTHD(push, NV907E, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in ovly907e_image_set()
44 PUSH_MTHD(push, NV907E, SET_COMPOSITION_CONTROL, in ovly907e_image_set()
47 PUSH_MTHD(push, NV907E, SURFACE_SET_OFFSET, asyw->image.offset[0] >> 8); in ovly907e_image_set()
49 PUSH_MTHD(push, NV907E, SURFACE_SET_SIZE, in ovly907e_image_set()
H A Dbase827c.c31 struct nvif_push *push = wndw->wndw.push; in base827c_image_set() local
34 if ((ret = PUSH_WAIT(push, 13))) in base827c_image_set()
37 PUSH_MTHD(push, NV827C, SET_PRESENT_CONTROL, in base827c_image_set()
41 PUSH_MTHD(push, NV827C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1); in base827c_image_set()
44 PUSH_MTHD(push, NV827C, SET_PROCESSING, in base827c_image_set()
51 PUSH_MTHD(push, NV827C, SET_PROCESSING, in base827c_image_set()
59 PUSH_MTHD(push, NV827C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8, in base827c_image_set()
/third_party/node/test/parallel/
H A Dtest-stream-readable-event.js38 r.push(Buffer.from('blerg'));
58 r.push(Buffer.from('bl'));
77 r.push(Buffer.from('blerg'));
78 r.push(null);
100 this.push(null);
102 this.push(underlyingData.shift());
109 if (data !== null) result.push(data);
H A Dtest-stream2-large-read-stall.js40 r._read = push;
62 function push() { function
67 console.error(' push(EOF)');
68 return r.push(null);
71 console.error(` push #${pushes}`);
72 if (r.push(Buffer.allocUnsafe(PUSHSIZE)))
73 setTimeout(push, 1);
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
27 self.0.push('$'); in push()
49 symbol.push(&self); in write()
55 symbol.push(&self); in write()
61 symbol.push(&self); in write()
67 symbol.push(&self); in write()
74 symbol.push(segment); in write()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
27 self.0.push('$'); in push()
49 symbol.push(&self); in write()
55 symbol.push(&self); in write()
61 symbol.push(&self); in write()
67 symbol.push(&self); in write()
74 symbol.push(segment); in write()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
27 self.0.push('$'); in push()
49 symbol.push(&self); in write()
55 symbol.push(&self); in write()
61 symbol.push(&self); in write()
67 symbol.push(&self); in write()
74 symbol.push(segment); in write()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
27 self.0.push('$'); in push()
49 symbol.push(&self); in write()
55 symbol.push(&self); in write()
61 symbol.push(&self); in write()
67 symbol.push(&self); in write()
74 symbol.push(segment); in write()
/third_party/rust/crates/cxx/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
27 self.0.push('$'); in push()
49 symbol.push(&self); in write()
55 symbol.push(&self); in write()
61 symbol.push(&self); in write()
67 symbol.push(&self); in write()
74 symbol.push(segment); in write()
/test/testfwk/arkxtest/jsunit/src/module/config/
H A DconfigService.js67 this.filterValid.push('size:' + size);
74 this.filterValid.push('level:' + level);
82 this.filterValid.push('testType:' + testType);
91 this.filterValid.push('timeout:' + timeout);
98 this.filterValid.push(`${key}:${params[key]}`);
105 this.filterValid.push('stress:' + params.stress);
114 classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null);
188 filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite));
191 filterArray.push(new ClassFilter(currentSuiteName, '', this.class));
194 filterArray.push(ne
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c39 MODULE_PARM_DESC(vram_pushbuf, "Create DMA push buffers in VRAM");
108 nvif_object_dtor(&chan->push.ctxdma); in nouveau_channel_del()
109 nouveau_vma_del(&chan->push.vma); in nouveau_channel_del()
110 nouveau_bo_unmap(chan->push.buffer); in nouveau_channel_del()
111 if (chan->push.buffer && chan->push.buffer->bo.pin_count) in nouveau_channel_del()
112 nouveau_bo_unpin(chan->push.buffer); in nouveau_channel_del()
113 nouveau_bo_ref(NULL, &chan->push.buffer); in nouveau_channel_del()
120 nouveau_channel_kick(struct nvif_push *push) in nouveau_channel_kick() argument
122 struct nouveau_channel *chan = container_of(push, typeo in nouveau_channel_kick()
129 nouveau_channel_wait(struct nvif_push *push, u32 size) nouveau_channel_wait() argument
[all...]
/third_party/node/test/common/
H A Ddns.js107 rr.entries.push(buffer.toString('utf8',
155 parsed[sectionName].push(rr);
196 buffers.push(new Uint16Array([
207 buffers.push(writeDomainName(q.domain));
208 buffers.push(new Uint16Array([
220 buffers.push(writeDomainName(rr.domain));
221 buffers.push(new Uint16Array([
225 buffers.push(new Int32Array([rr.ttl]));
228 buffers.push(rdLengthBuf);
233 buffers.push(ne
[all...]
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dtest.js32 results.push(7);
37 results.push(3);
43 results.push(6);
47 results.push(4);
50 results.push(5);
53 results.push(0);
59 results.push(1);
65 results.push(2);
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddifferential_script_mutator.js45 extra_flags.push('--second-config-extra-flags=' + flag);
108 originalFlags.push('--first-config-extra-flags=' + flag);
109 originalFlags.push('--second-config-extra-flags=' + flag);
142 dependencies.push(
145 dependencies.push(
148 dependencies.push(
154 dependencies.push(sourceHelpers.loadResource('differential_fuzz_v8.js'));
158 dependencies.push(
/third_party/node/test/addons/make-callback-recurse/
H A Dtest.js31 results.push(7);
36 results.push(3);
42 results.push(6);
46 results.push(4);
49 results.push(5);
52 results.push(0);
58 results.push(1);
64 results.push(2);

Completed in 8 milliseconds

12345678910>>...197