Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 1621) sorted by relevance

12345678910>>...65

/third_party/flutter/flutter/packages/flutter/test/gestures/
Dforce_press_test.dart26 int updated = 0;
40 force.onUpdate = (ForcePressDetails details) => updated += 1;
52 expect(updated, 0);
61 expect(updated, 0);
69 expect(updated, 1);
79 expect(updated, 5);
88 expect(updated, 6);
99 expect(updated, 10);
107 expect(updated, 10);
116 int updated = 0;
[all …]
/third_party/openssl/doc/life-cycles/
Dcipher.dot8 updated [fontcolor="#c94c4c"];
13 d_updated [label="updated\n(decryption)", fontcolor="#c94c4c"];
15 e_updated [label="updated\n(encryption)", fontcolor="#c94c4c"];
21 initialised -> updated [label="EVP_CipherUpdate", weight=2];
22 updated -> updated [label="EVP_CipherUpdate"];
23 updated -> finaled [label="EVP_CipherFinal"];
52 updated [fontcolor="#c94c4c"];
60 initialised -> updated [label="EVP_CipherUpdate", weight=2];
61 updated -> updated [label="EVP_CipherUpdate"];
62 updated -> finaled [label="EVP_CipherFinal"];
[all …]
Ddigest.dot7 updated [label=updated, fontcolor="#c94c4c"];
13 initialised -> updated [label="EVP_DigestUpdate", weight=3];
14 updated -> updated [label="EVP_DigestUpdate"];
15 updated -> finaled [label="EVP_DigestFinal"];
16 updated -> finaled [label="EVP_DigestFinalXOF",
26 updated -> newed [label="EVP_MD_CTX_reset", style=dashed,
28 updated -> initialised [label="EVP_DigestInit", weight=0, style=dashed,
Dmac.dot7 updated [fontcolor="#c94c4c"];
13 initialised -> updated [label="EVP_MAC_update"];
14 updated -> updated [label="EVP_MAC_update"];
15 updated -> finaled [label="EVP_MAC_final"];
16 updated -> finaled [label="EVP_MAC_finalXOF",
23 updated -> initialised [label="EVP_MAC_init", style=dashed,
/third_party/openssl/doc/man7/
Dlife_cycle-cipher.pod38 =item updated
68 | EVP_CIPHER_CTX_new ' updated or finaled states '
89 | | updated | EVP_CipherUpdate | |
94 …| updated | EVP_DecryptUpdate | | | updated |-----…
127 …start newed initialised updated finaled initialised updated initialised update…
135 EVP_CipherUpdate updated updated
136 …DecryptUpdate updated updated
138updated updated
145 …_params newed initialised updated initialised updated initialis…
147 …_params newed initialised updated initialised updated initialis…
[all …]
Dlife_cycle-mac.pod28 =item updated
69 | | updated | -+
96 start newed initialised updated finaled freed
99 EVP_MAC_update updated updated
103 EVP_MAC_CTX_get_params newed initialised updated
104 EVP_MAC_CTX_set_params newed initialised updated
105 EVP_MAC_CTX_gettable_params newed initialised updated
106 EVP_MAC_CTX_settable_params newed initialised updated
119 <th style="border:1px solid" align="center">updated</th>
139 <td style="border:1px solid" align="center">updated</td>
[all …]
Dlife_cycle-digest.pod27 =item updated
68 EVP_DigestInit | | updated | --+
95 start newed initialised updated finaled freed
98 EVP_DigestUpdate updated updated
103 EVP_MD_CTX_get_params newed initialised updated
104 EVP_MD_CTX_set_params newed initialised updated
105 EVP_MD_CTX_gettable_params newed initialised updated
106 EVP_MD_CTX_settable_params newed initialised updated
119 <th style="border:1px solid" align="center">updated</th>
139 <td style="border:1px solid" align="center">updated</td>
[all …]
/third_party/typescript/src/services/
DgetEditsForFileRename.ts106 const updated = oldToNew(elementFileName); constant
107 if (updated !== undefined) {
108 ….replaceRangeWithText(configFile!, createStringRange(element, configFile!), relativePath(updated));
159 …return toImport !== undefined && (toImport.updated || (importingSourceFileMoved && pathIsRelative(…
176 readonly updated: boolean; property
190 …newFileName === undefined ? { newFileName: oldFileName, updated: false } : { newFileName, updated:…
219 …solved.resolvedModule && { newFileName: resolved.resolvedModule.resolvedFileName, updated: false };
233 return newFileName && { newFileName, updated: true };
239 const updated = updateRef(ref.fileName); constant
240 …if (updated !== undefined && updated !== sourceFile.text.slice(ref.pos, ref.end)) changeTracker.re…
[all …]
/third_party/typescript/src/services/refactors/
DconvertOverloadListToSingleSignature.ts37 let updated = lastDeclaration;
40 updated = factory.updateMethodSignature(
52 updated = factory.updateMethodDeclaration(
67 updated = factory.updateCallSignature(
76 updated = factory.updateConstructorDeclaration(
86 updated = factory.updateConstructSignature(
95 updated = factory.updateFunctionDeclaration(
111 if (updated === lastDeclaration) {
116 … t.replaceNodeRange(file, signatureDecls[0], signatureDecls[signatureDecls.length - 1], updated);
/third_party/mesa3d/docs/relnotes/
D3.529 Not all of the older Mesa drivers have been updated. Here's the status:
33 XMesa (Xlib) updated
34 OSMesa (off-screen) updated
35 FX (3dfx Voodoo1/2) updated
36 SVGA updated
37 GGI not updated
38 Windows/Win32 not updated
39 DOS/DJGPP not updated
40 BeOS not updated
41 Allegro not updated
[all …]
/third_party/openssl/providers/implementations/macs/
Dpoly1305_prov.c40 int updated; member
89 ctx->updated = 0; in poly1305_setkey()
104 return ctx->updated == 0; in poly1305_init()
112 ctx->updated = 1; in poly1305_update()
128 ctx->updated = 1; in poly1305_final()
/third_party/typescript/src/compiler/factory/
DnodeConverters.ts26 const updated = factory.createFunctionExpression( constant
35 setOriginalNode(updated, node);
36 setTextRange(updated, node);
38 setStartsOnNewLine(updated, /*newLine*/ true);
40 return updated;
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt6 throw up many errors as the API has been updated to make future coding simpler,
36 The definition of `coap_method_handler_t` has been updated, so all the
37 functions registered by `coap_register_handler()` need to be updated. Any
68 The definition of `coap_response_handler_t` has been updated, so all the
69 functions registered by `coap_register_response_handler()` need to be updated.
99 The definition of `coap_nack_handler_t` has been updated, so all the functions
100 registered by `coap_register_nack_handler()` need to be updated. Any
128 The definition of `coap_event_handler_t` been updated, so all the functions
129 registered by `coap_register_event_handler()` need to be updated. Any
153 The definition of `coap_ping_handler_t` been updated, so all the functions
[all …]
/third_party/mesa3d/src/glx/apple/
Dapple_glx.c68 int updated; in surface_notify_handler() local
70 updated = apple_glx_context_surface_changed(uid, pthread_self()); in surface_notify_handler()
72 apple_glx_diagnostic("surface notify updated %d\n", updated); in surface_notify_handler()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c139 gboolean updated; in GST_START_TEST() local
254 gst_event_parse_toc (event, &test_toc, &updated); in GST_START_TEST()
255 fail_unless (updated == TRUE); in GST_START_TEST()
261 updated = FALSE; in GST_START_TEST()
270 gst_message_parse_toc (message, &test_toc, &updated); in GST_START_TEST()
271 fail_unless (updated == TRUE); in GST_START_TEST()
/third_party/python/Tools/c-analyzer/c_analyzer/
Danalyze.py48 updated = []
54 updated.append(decl)
63 updated.append(decl)
83 updated.append(decl)
84 if updated:
85 for decl in updated:
/third_party/typescript/src/compiler/transformers/
Dts.ts1906 const updated = factory.updatePropertyDeclaration( constant
1915 if (updated !== node) {
1918 setCommentRange(updated, node);
1919 setSourceMapRange(updated, moveRangePastDecorators(node));
1921 return updated;
2024 const updated = factory.updateMethodDeclaration( constant
2036 if (updated !== node) {
2039 setCommentRange(updated, node);
2040 setSourceMapRange(updated, moveRangePastDecorators(node));
2042 return updated;
[all …]
Des2018.ts809 const updated = factory.updateConstructorDeclaration( constant
817 return updated;
823 const updated = factory.updateGetAccessorDeclaration( constant
833 return updated;
839 const updated = factory.updateSetAccessorDeclaration( constant
848 return updated;
854 const updated = factory.updateMethodDeclaration( constant
873 return updated;
879 const updated = factory.updateFunctionDeclaration( constant
897 return updated;
[all …]
/third_party/rust/crates/codespan/codespan-lsp/
DCHANGELOG.md19 - The `lsp-types` dependency was updated to use the version range: `>=0.84, <0.85`.
29 - The `lsp-types` dependency was updated to use a version range: `>=0.70, <0.80`,
37 - The `lsp-types` dependency was updated to use a version range: `>=0.70,<0.78`,
47 - The `lsp-types` dependency was updated to use a version range: `>=0.70,<0.75`,
56 - The `lsp-types` dependency was updated to use a version range: `>=0.70,<0.74`,
/third_party/typescript/src/services/codefixes/
DfixIncorrectNamedTupleSyntax.ts40 const updated = factory.updateNamedTupleMember( constant
47 if (updated === namedTupleMember) {
50 changes.replaceNode(sourceFile, namedTupleMember, updated);
/third_party/node/deps/npm/test/tap/
Dteam.js21 updated: '2015-07-23T18:07:49.959Z', property
47 updated: '2015-07-23T18:07:49.959Z', property
73 updated: '2015-07-23T18:07:49.959Z', property
96 updated: '2015-07-23T18:07:49.959Z', property
/third_party/typescript/src/compiler/
DvisitorPublic.ts85 let updated: T[] | undefined;
104 updated = [];
112 if (updated !== undefined || visited === undefined || visited !== node) {
113 if (updated === undefined) {
115 updated = nodes.slice(0, i);
124 updated.push(<T>visitedNode);
129 updated.push(<T>visited);
135 if (updated) {
137 const updatedArray = factory.createNodeArray(updated, hasTrailingComma);
163 let updated: NodeArray<ParameterDeclaration> | undefined;
[all …]
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtwindow.cc65 gboolean updated; member
180 if(!this->priv->buffer || this->priv->updated == TRUE) { in afterRendering()
256 this->priv->updated = TRUE; in afterRendering()
266 this->priv->updated = TRUE; in aboutToQuit()
428 qt_window->priv->updated = FALSE; in qt_window_set_buffer()
431 while (!qt_window->priv->updated) in qt_window_set_buffer()
/third_party/popt/
DCHANGES48 - jbj: updated da.po (Translation Project).
62 - rsc: updated de.po (not from the Translation Project).
85 - jbj: updated sv.po (Translation Project).
86 - jbj: updated {fi,nl}.po (Translation Project).
87 - jbj: updated th.po (Translation Project).
89 - jbj: updated vi.po and zh_CN.po (Translation Project).
91 - jbj: updated pl.po (Translation Project).
184 - updated Makefile's to be more GNUish (Elliot Lee)
198 - updated man page for new features
/third_party/skia/site/docs/dev/chrome/
Dchanges.md26 * Test the new or updated Skia API within Chromium.
34 'skia/config/SkUserConfig.h' to enable the new or updated Skia API.
35 * Test the new or updated Skia API within Chromium.

12345678910>>...65