Home
last modified time | relevance | path

Searched full:done (Results 1 – 25 of 6750) sorted by relevance

12345678910>>...270

/third_party/mesa3d/docs/
Dfeatures.txt5 all DONE: <driver>, ...
6 All the extensions are done for the given list of drivers.
8 DONE
9 The extension is done for Mesa and no implementation is necessary on the
12 DONE ()
13 The extension is done for Mesa and all the drivers in the "all DONE" list.
15 DONE (<driver>, ...)
16 The extension is done for Mesa, all the drivers in the "all DONE" list, and
39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, vi…
41 glBindFragDataLocation, glGetFragDataLocation DONE
[all …]
/third_party/typescript/tests/baselines/reference/
DcontextualTypedSpecialAssignment.types3 status: 'done'
14 >ns.x = { status: 'done', m(n) { }} : { status: "done"; m(n: number): void; }
18 >{ status: 'done', m(n) { }} : { status: "done"; m(n: number): void; }
20 status: 'done',
21 >status : "done"
22 >'done' : "done"
30 >ns.x = { status: 'done', m(n) { }} : { status: "done"; m(n: number): void; }
34 >{ status: 'done', m(n) { }} : { status: "done"; m(n: number): void; }
36 status: 'done',
37 >status : "done"
[all …]
DdestructuringAssignmentWithDefault2.types90 let done: boolean;
91 >done : boolean
96 ({ done = false, value } = r.next());
97 >({ done = false, value } = r.next()) : IteratorResult<number, any>
98 >{ done = false, value } = r.next() : IteratorResult<number, any>
99 >{ done = false, value } : { done?: boolean; value: any; }
100 >done : boolean
108 ({ done: done = false, value } = r.next());
109 >({ done: done = false, value } = r.next()) : IteratorResult<number, any>
110 >{ done: done = false, value } = r.next() : IteratorResult<number, any>
[all …]
/third_party/typescript/tests/baselines/reference/docker/
Dprettier.log6 index.js....................... DONE
7 doc.js......................... DONE
8 standalone.js.................. DONE
9 esm/standalone.mjs........... DONE
10 bin-prettier.js................ DONE
11 cli.js......................... DONE
12 third-party.js................. DONE
13 parser-babel.js................ DONE
14 esm/parser-babel.mjs......... DONE
15 parser-flow.js................. DONE
[all …]
/third_party/node/test/parallel/
Dtest-promises-unhandled-rejections.js28 function done(err) { function
29 if (called) return fail(new Error('done called twice'));
39 test.action(done);
85 function onUnhandledSucceed(done, predicate) { argument
91 return done(e);
93 done();
97 function onUnhandledFail(done) { argument
100 done(new Error('unhandledRejection not supposed to be triggered'));
103 done(new Error('rejectionHandled not supposed to be triggered'));
106 done();
[all …]
/third_party/node/test/fixtures/wpt/streams/transferable/
Dreadable-stream.html20 const {value, done} = await reader.read();
21 assert_false(done, 'should not be done yet');
25 const {done} = await reader.read();
26 assert_true(done, 'should be done now');
43 const {value, done} = await reader.read();
44 assert_false(done, 'should not be done yet');
47 const {done} = await reader.read();
48 assert_true(done, 'should be done now');
61 const {value, done} = await reader.read();
62 assert_false(done, 'should not be done yet');
[all …]
/third_party/openssl/crypto/sm2/
Dsm2_sign.c50 goto done; in ossl_sm2_compute_z_digest()
63 goto done; in ossl_sm2_compute_z_digest()
68 goto done; in ossl_sm2_compute_z_digest()
76 goto done; in ossl_sm2_compute_z_digest()
84 goto done; in ossl_sm2_compute_z_digest()
89 goto done; in ossl_sm2_compute_z_digest()
94 goto done; in ossl_sm2_compute_z_digest()
99 goto done; in ossl_sm2_compute_z_digest()
106 goto done; in ossl_sm2_compute_z_digest()
129 goto done; in ossl_sm2_compute_z_digest()
[all …]
Dsm2_crypt.c56 goto done;
59 goto done;
62 done:
137 /* NULL these before any "goto done" */ in ossl_sm2_encrypt()
143 goto done; in ossl_sm2_encrypt()
149 goto done; in ossl_sm2_encrypt()
157 goto done; in ossl_sm2_encrypt()
169 goto done; in ossl_sm2_encrypt()
177 goto done; in ossl_sm2_encrypt()
184 goto done; in ossl_sm2_encrypt()
[all …]
/third_party/skia/modules/pathkit/perf/
Dpath.bench.js43 it('path_path2dapi', function(done) { argument
55 done();
56 }).catch(reportError(done));
61 it('path_copy', function(done) { argument
77 done();
78 }).catch(reportError(done));
82 it('path_from_api_calls', function(done) { argument
100 done();
101 }).catch(reportError(done));
105 it('path_fromCmds', function(done) { argument
[all …]
/third_party/node/deps/openssl/openssl/crypto/sm2/
Dsm2_sign.c50 goto done; in ossl_sm2_compute_z_digest()
63 goto done; in ossl_sm2_compute_z_digest()
68 goto done; in ossl_sm2_compute_z_digest()
76 goto done; in ossl_sm2_compute_z_digest()
84 goto done; in ossl_sm2_compute_z_digest()
89 goto done; in ossl_sm2_compute_z_digest()
94 goto done; in ossl_sm2_compute_z_digest()
99 goto done; in ossl_sm2_compute_z_digest()
106 goto done; in ossl_sm2_compute_z_digest()
129 goto done; in ossl_sm2_compute_z_digest()
[all …]
Dsm2_crypt.c56 goto done;
59 goto done;
62 done:
137 /* NULL these before any "goto done" */ in ossl_sm2_encrypt()
143 goto done; in ossl_sm2_encrypt()
149 goto done; in ossl_sm2_encrypt()
157 goto done; in ossl_sm2_encrypt()
169 goto done; in ossl_sm2_encrypt()
177 goto done; in ossl_sm2_encrypt()
184 goto done; in ossl_sm2_encrypt()
[all …]
/third_party/node/test/internet/
Dtest-dns.js48 f(done);
52 function done() { function in TEST
72 TEST(function test_reverse_bogus(done) { argument
83 done();
86 TEST(async function test_resolve4_ttl(done) { argument
108 done();
114 TEST(async function test_resolve6_ttl(done) { argument
136 done();
142 TEST(async function test_resolveMx(done) { argument
159 done();
[all …]
Dtest-dns-ipv6.js22 f(done);
26 function done() { function in TEST
42 TEST(async function test_resolve6(done) { argument
57 done();
63 TEST(async function test_reverse_ipv6(done) { argument
78 done();
84 TEST(async function test_lookup_ipv6_explicit(done) { argument
97 done();
104 // TEST(function test_lookup_ipv6_implicit(done) {
110 // done();
[all …]
Dtest-dns-ipv4.js22 f(done);
26 function done() { function in TEST
42 TEST(async function test_resolve4(done) { argument
57 done();
63 TEST(async function test_reverse_ipv4(done) { argument
79 done();
85 TEST(async function test_lookup_ipv4_explicit(done) { argument
97 done();
103 TEST(async function test_lookup_ipv4_implicit(done) { argument
115 done();
[all …]
/third_party/libwebsockets/lib/plat/unix/
Dunix-fds.c33 struct lws **p, **done; in wsi_from_fd() local
41 done = &p[context->max_fds]; in wsi_from_fd()
43 while (p != done) { in wsi_from_fd()
56 struct lws **p, **done; in sanity_assert_no_wsi_traces() local
65 done = &p[context->max_fds]; in sanity_assert_no_wsi_traces()
69 while (p != done && *p != wsi) in sanity_assert_no_wsi_traces()
72 if (p == done) in sanity_assert_no_wsi_traces()
91 struct lws **p, **done; in sanity_assert_no_sockfd_traces()
105 done = &p[context->max_fds]; in sanity_assert_no_sockfd_traces()
109 while (p != done && (!*p || (*p)->desc.sockfd != sfd)) in sanity_assert_no_sockfd_traces()
[all …]
/third_party/openssl/test/
Dsm2_internal_test.c95 goto done; in create_EC_group()
99 goto done; in create_EC_group()
103 goto done; in create_EC_group()
109 goto done; in create_EC_group()
114 goto done; in create_EC_group()
117 done: in create_EC_group()
154 goto done; in test_sm2_crypt()
160 goto done; in test_sm2_crypt()
168 goto done; in test_sm2_crypt()
172 goto done; in test_sm2_crypt()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
Dcoverage.txt4 1 DONE
5 2 DONE
6 3 DONE
8 5 DONE
9 6 DONE
10 7 DONE
11 8 DONE
12 9 DONE
13 10 DONE
14 11 DONE
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
Dcoverage.txt4 1 DONE
5 2 DONE
6 3 DONE
7 4 DONE
8 5 DONE
9 6 DONE
10 7 DONE
11 8 DONE
13 10 DONE
14 11 DONE
[all …]
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dtee.any.js39 assert_equals(result.done, false, 'done');
45 assert_equals(result.done, false, 'done');
51 assert_equals(result.done, true, 'done');
57 assert_equals(result.done, false, 'done');
84 assert_equals(result1.done, false, 'reader1 done');
85 assert_equals(result2.done, false, 'reader2 done');
119 assert_equals(result.done, false, 'done');
125 assert_equals(result.done, false, 'done');
151 assert_equals(result.done, false, 'first read from branch1 should not be done');
157 assert_equals(result.done, false, 'second read from branch1 should not be done');
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
Dcoverage.txt8 5 NOT DONE YET
10 7 NOT DONE YET
14 11 NOT DONE YET
17 14 NOT DONE YET
18 15 NOT DONE YET
21 18 NOT DONE YET
22 19 NOT DONE YET
23 20 NOT DONE YET
26 23 NOT DONE YET
27 24 NOT DONE YET
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
Dakeley_future_extensions.txt34 Done: decimation.
41 Done: fbconfig.
46 Done: texture_object.
54 Done: texture_lod.
60 Done: texture_border_clamp and texture_edge_clamp.
65 Done: pbuffer.
70 Done: visual_info.
75 Done: rescale_normal.
79 Done: multitexture.
90 Done: packed_pixels.
[all …]
/third_party/openGLES/extensions/SGI/
Dakeley_future_extensions.txt34 Done: decimation.
41 Done: fbconfig.
46 Done: texture_object.
54 Done: texture_lod.
60 Done: texture_border_clamp and texture_edge_clamp.
65 Done: pbuffer.
70 Done: visual_info.
75 Done: rescale_normal.
79 Done: multitexture.
90 Done: packed_pixels.
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
Dcoverage.txt4 1 DONE
5 2 DONE
6 3 DONE
7 4 DONE
8 5 DONE
9 6 DONE
10 7 DONE
11 8 DONE
12 9 DONE
13 10 DONE
/third_party/skia/modules/pathkit/tests/
Dpath.spec.js13 it('supports.equals()', function(done) { argument
14 LoadPathKit.then(catchException(done, () => {
31 done();
35 it('has a copy constructor', function(done) { argument
36 LoadPathKit.then(catchException(done, () => {
45 done();
49 it('has a copy method', function(done) { argument
50 LoadPathKit.then(catchException(done, () => {
59 done();
63 it('can create a copy with MakePath', function(done) { argument
[all …]
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc121 void TruncateTaggedPointerToBit(Node* node, GraphAssemblerLabel<1>* done);
260 GraphAssemblerLabel<VarCount2>* done);
1408 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ChangeFloat64ToTagged() local
1440 __ Goto(&done, value_smi); in ChangeFloat64ToTagged()
1442 SmiTagOrOverflow(value32, &if_heapnumber, &done); in ChangeFloat64ToTagged()
1449 __ Goto(&done, value_number); in ChangeFloat64ToTagged()
1452 __ Bind(&done); in ChangeFloat64ToTagged()
1453 return done.PhiAt(0); in ChangeFloat64ToTagged()
1468 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ChangeBitToTagged() local
1471 __ Goto(&done, __ FalseConstant()); in ChangeBitToTagged()
[all …]

12345678910>>...270