Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 4746) sorted by relevance

12345678910>>...190

/third_party/libjpeg/
Djmemdosa.asm44 push bp ; linkage
46 push si ; save all registers for safety
47 push di define
48 push bx
49 push cx
50 push dx define
51 push es
52 push ds define
79 push bp ; linkage
81 push si ; save all registers for safety
[all …]
/third_party/node/deps/npm/node_modules/sorted-union-stream/
Dtest.js10 a.push(4)
11 a.push(6)
12 a.push(10)
13 a.push(14)
14 a.push(15)
15 a.push(20)
16 a.push(22)
17 a.push(null)
19 b.push(6)
20 b.push(11)
[all …]
/third_party/parse5/packages/parse5/test/
Dopen-element-stack.test.js13 _test['Push element'] = function() {
22 stack.push(element1);
27 stack.push(element2);
37 stack.push(element);
38 stack.push('#element2');
55 stack.push('#element2');
56 stack.push(element);
69 stack.push(element1);
70 stack.push(element2);
86 stack.push(element2);
[all …]
/third_party/flutter/skia/tests/
DOffsetSimplePolyTest.cpp17 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
24 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
25 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
26 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST()
[all …]
DInsetConvexPolyTest.cpp14 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
15 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
16 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
17 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST()
[all …]
DPolyUtilsTest.cpp21 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
22 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST()
86 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
87 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
91 *poly.push() = SkPoint::Make(105, 50); in DEF_TEST()
92 *poly.push() = SkPoint::Make(105, -50); in DEF_TEST()
[all …]
/third_party/mingw-w64/mingw-w64-crt/profile/
DmcountFunc.S23 push %ebp
25 push %eax
26 push %ecx
27 push %edx
31 push %edx
32 push %eax
41 push %rbp
43 push %rax
44 push %rcx
45 push %rdx
[all …]
/third_party/node/deps/npm/lib/utils/
Derror-message.js19 short.push(['audit', er.message])
22 short.push(['audit', er.message])
25 short.push(['audit', er.message])
26 detail.push(['audit', 'Try creating one first with: npm i --package-lock-only'])
30 short.push(['', er])
31 detail.push([
52 short.push([
64 short.push(['', er])
65 detail.push([
81 short.push(['lifecycle', er.message])
[all …]
/third_party/libdrm/nouveau/
Dpushbuf.c45 struct drm_nouveau_gem_pushbuf_push push[NOUVEAU_GEM_MAX_PUSH]; member
70 nouveau_pushbuf(struct nouveau_pushbuf *push) in nouveau_pushbuf() argument
72 return (struct nouveau_pushbuf_priv *)push; in nouveau_pushbuf()
79 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits() argument
82 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push); in pushbuf_kref_fits()
84 struct nouveau_device *dev = push->client->device; in pushbuf_kref_fits()
147 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref() argument
150 struct nouveau_device *dev = push->client->device; in pushbuf_kref()
151 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push); in pushbuf_kref()
169 fpush = cli_push_get(push->client, bo); in pushbuf_kref()
[all …]
/third_party/boost/libs/iostreams/test/
Dclose_test.cpp40 ch.push(closable_filter<input>(seq.new_operation(2))); in input_chain_test()
41 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
47 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
53 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
64 ch.push( in input_chain_test()
70 ch.push( in input_chain_test()
81 ch.push( in input_chain_test()
92 ch.push( in input_chain_test()
108 ch.push(closable_filter<seekable>(seq.new_operation(1))); in input_chain_test()
109 ch.push(closable_device<seekable>(seq.new_operation(2))); in input_chain_test()
[all …]
Dcompose_test.cpp35 first.push(toupper_filter()); in read_composite()
36 first.push(padding_filter('a')); in read_composite()
37 first.push(file_source(src1.name(), in_mode)); in read_composite()
38 second.push( compose( toupper_filter(), in read_composite()
49 first.push(toupper_filter()); in read_composite()
50 first.push(padding_filter('a')); in read_composite()
51 first.push(file_source(src1.name(), in_mode)); in read_composite()
52 second.push( compose( compose( toupper_filter(), in read_composite()
67 out1.push(tolower_filter()); in write_composite()
68 out1.push(padding_filter('a')); in write_composite()
[all …]
Dstdio_filter_test.cpp62 first.push(toupper_filter()); in read_stdio_filter()
63 first.push(padding_filter('a')); in read_stdio_filter()
64 first.push(file_source(src1.name(), in_mode)); in read_stdio_filter()
65 second.push(toupper_stdio_filter()); in read_stdio_filter()
66 second.push(padding_stdio_filter('a')); in read_stdio_filter()
67 second.push(file_source(src2.name(), in_mode)); in read_stdio_filter()
74 first.push(padding_filter('a')); in read_stdio_filter()
75 first.push(toupper_filter()); in read_stdio_filter()
76 first.push(file_source(src1.name(), in_mode)); in read_stdio_filter()
78 second.push(padding_stdio_filter('a')); in read_stdio_filter()
[all …]
Dtee_test.cpp32 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test()
33 first.push(file_source(src1.name(), in_mode)); in read_write_test()
34 second.push(file_source(src2.name(), in_mode)); in read_write_test()
47 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test()
48 first.push(file_source(src1.name(), in_mode)); in read_write_test()
49 second.push(file_source(src2.name(), in_mode)); in read_write_test()
62 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test()
63 out.push(file_sink(dest2.name(), out_mode)); in read_write_test()
76 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test()
77 out.push(file_sink(dest2.name(), out_mode)); in read_write_test()
[all …]
/third_party/curl/tests/
Dsshserver.pl517 push @cfgarr, '# This is a generated file. Do not edit.';
518 push @cfgarr, "# $sshdverstr sshd configuration file for curl testing";
519 push @cfgarr, '#';
530 push @cfgarr, "DenyUsers !$username_lc";
531 push @cfgarr, "AllowUsers $username_lc";
533 push @cfgarr, "DenyUsers !$username";
534 push @cfgarr, "AllowUsers $username";
537 push @cfgarr, 'DenyGroups';
538 push @cfgarr, 'AllowGroups';
539 push @cfgarr, '#';
[all …]
/third_party/boost/libs/heap/examples/
Dinterface.cpp25 pq.push(2); in basic_interface()
26 pq.push(3); in basic_interface()
27 pq.push(1); in basic_interface()
47 pq.push(2); in iterator_interface()
48 pq.push(3); in iterator_interface()
49 pq.push(1); in iterator_interface()
68 pq.push(2); in ordered_iterator_interface()
69 pq.push(3); in ordered_iterator_interface()
70 pq.push(1); in ordered_iterator_interface()
90 pq.push(3); in merge_interface()
[all …]
/third_party/node/test/parallel/
Dtest-stream-readable-async-iterators.js19 readable.push(0);
20 readable.push(1);
21 readable.push(null);
42 values.push(iter.next());
49 readable.push('hello-0');
50 readable.push('hello-1');
51 readable.push('hello-2');
52 readable.push('hello-3');
53 readable.push('hello-4');
54 readable.push(null);
[all …]
Dtest-stream-readable-hwm-0-no-flow-data.js20 calls.push('_read:' + streamData[0]);
22 calls.push('push:' + streamData[0]);
23 r.push(streamData.shift());
35 calls.push('readable');
39 calls.push('data:' + data);
42 calls.push('end');
54 // Only the _read, push, readable calls have happened. No data must be
56 assert.deepStrictEqual(calls, ['_read:a', 'push:a', 'readable']);
62 ['_read:a', 'push:a', 'readable', 'data:a']);
65 // data and the _read implementation above does the push() asynchronously.
[all …]
Dtest-stream-readable-setEncoding-existing-buffers.js10 r.push(Buffer.from('a'));
11 r.push(Buffer.from('b'));
15 r.on('data', (chunk) => chunks.push(chunk));
27 r.push(Buffer.from([0xf0]));
28 r.push(Buffer.from([0x9f]));
29 r.push(Buffer.from([0x8e]));
30 r.push(Buffer.from([0x89]));
34 r.on('data', (chunk) => chunks.push(chunk));
46 r.push(Buffer.from([0xf0]));
47 r.push(Buffer.from([0x9f]));
[all …]
Dtest-assert-async.js44 promises.push(assert.rejects(rejectingFn, errObj));
45 promises.push(assert.rejects(rejectingFn(), errObj));
53 promises.push(assert.rejects(validRejectingThenable, { code: 'FAIL' }));
57 promises.push(assert.rejects(
63 promises.push(assert.rejects(
84 promises.push(assert.rejects(promise, common.mustCall(handler)));
87 promises.push(assert.rejects(promise, {
95 promises.push(assert.rejects(promise, common.mustCall(handler)));
101 promises.push(assert.rejects(() => {
108 promises.push(assert.rejects(
[all …]
/third_party/boost/libs/lockfree/test/
Dspsc_queue_test.cpp31 f.push(1); in BOOST_AUTO_TEST_CASE()
32 f.push(2); in BOOST_AUTO_TEST_CASE()
49 f.push(1); in BOOST_AUTO_TEST_CASE()
50 f.push(2); in BOOST_AUTO_TEST_CASE()
68 BOOST_REQUIRE_EQUAL(stk.push(data, data + 2), data + 2); in BOOST_AUTO_TEST_CASE()
83 f.push(1); in BOOST_AUTO_TEST_CASE()
84 f.push(2); in BOOST_AUTO_TEST_CASE()
112 f.push(1); in BOOST_AUTO_TEST_CASE()
113 f.push(2); in BOOST_AUTO_TEST_CASE()
138 BOOST_REQUIRE(f.push(1)); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/types/scripts/generators/
Ddocs.js43 readme.push("### " + key[0].toLowerCase() + key.substr(1));
44 readme.push("```javascript");
45 readme.push(
52 readme.push("```");
53 readme.push("");
54 readme.push(
61 readme.push("");
63 readme.push(
71 readme.push("");
87 fieldDescription.push(`: ${customTypes[key][field]}`);
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcsample-mmx.asm47 push ebp
49 ; push ebx ; unused
50 ; push ecx ; need not be preserved
51 ; push edx ; need not be preserved
52 push esi
53 push edi
63 push ecx
76 push eax
77 push ecx
111 push ecx
[all …]
Djcsample-sse2.asm47 push ebp
49 ; push ebx ; unused
50 ; push ecx ; need not be preserved
51 ; push edx ; need not be preserved
52 push esi
53 push edi
63 push ecx
76 push eax
77 push ecx
111 push ecx
[all …]
/third_party/python/Lib/
Dsmtpd.py170 self.push('220 %s %s' % (self.fqdn, __version__))
311 def push(self, msg): member in SMTPChannel
312 asynchat.async_chat.push(self, bytes(
339 self.push('500 Error: bad syntax')
353 self.push('500 Error: line too long')
357 self.push('500 Error: command "%s" not recognized' % command)
363 self.push('451 Internal confusion')
367 self.push('552 Error: Too much mail data')
389 self.push('250 OK')
391 self.push(status)
[all …]
/third_party/boringssl/src/crypto/perlasm/
Dx86gas.pl107 { push(@out,".text\n"); }
117 push(@out,".globl\t$func\n") if ($global);
119 push(@out,".private_extern\t$func\n");
121 push(@out,".hidden\t$func\n");
124 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
128 { push(@out,".type $func,\@function\n"); }
129 push(@out,".align\t$align\n");
130 push(@out,"$func:\n");
131 push(@out,"$begin:\n") if ($global);
137 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
[all …]

12345678910>>...190