Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/third_party/mesa3d/docs/relnotes/
D6.436 Glide (3dfx Voodoo1/2) requires updates
37 SVGA requires updates
38 DJGPP requires updates
39 GGI requires updates
40 BeOS requires updates
41 Allegro requires updates
42 D3D requires updates
44 The drivers which require updates mostly need to be updated to work
D6.4.2.rst53 Glide (3dfx Voodoo1/2) requires updates
54 SVGA requires updates
55 DJGPP requires updates
56 GGI requires updates
57 BeOS requires updates
58 Allegro requires updates
59 D3D requires updates
D6.4.1.rst48 Glide (3dfx Voodoo1/2) requires updates
49 SVGA requires updates
50 DJGPP requires updates
51 GGI requires updates
52 BeOS requires updates
53 Allegro requires updates
54 D3D requires updates
D6.4.rst71 Glide (3dfx Voodoo1/2) requires updates
72 SVGA requires updates
73 DJGPP requires updates
74 GGI requires updates
75 BeOS requires updates
76 Allegro requires updates
77 D3D requires updates
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTestSample.java88 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
99 for (int i = 0; i < updates.length; ++i) { in run()
105 HelloService.register(updates[i][0], new ULocale(updates[i][1])); in run()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java85 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
96 for (int i = 0; i < updates.length; ++i) { in run()
102 HelloService.register(updates[i][0], new ULocale(updates[i][1])); in run()
/third_party/ffmpeg/libavformat/
Doggparsevorbis.c76 int updates = ff_vorbis_comment(as, &st->metadata, buf, size, 1); in ff_vorbis_stream_comment() local
78 if (updates > 0) { in ff_vorbis_stream_comment()
82 return updates; in ff_vorbis_stream_comment()
92 int *updates, int parse_picture) in vorbis_parse_single_comment() argument
136 (*updates)++; in vorbis_parse_single_comment()
154 int updates = 0; in ff_vorbis_comment() local
177 ret = vorbis_parse_single_comment(as, m, p, s, &updates, parse_picture); in ff_vorbis_comment()
193 return updates; in ff_vorbis_comment()
/third_party/libcoap/man/
Dcoap_recovery.txt.in174 The *coap_session_set_ack_random_factor*() function updates the _session_ ack
185 The *coap_session_set_ack_timeout*() function updates the _session_ initial
196 The *coap_session_set_default_leisure*() function updates the _session_
206 The *coap_session_set_max_payloads*() function updates the _session_ maximum
219 The *coap_session_set_max_retransmit*() function updates the _session_ maximum
229 The *coap_session_set_non_max_retransmit*() function updates the _session_
240 The *coap_session_set_non_receive_timeout*() function updates the _session_
251 The *coap_session_set_non_timeout*() function updates the _session_
262 The *coap_session_set_nstart*() function updates the _session_ nstart
272 The *coap_session_set_probing_rate*() function updates the _session_ probing
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DDeferredClears.md30 In scenario 1, the staged updates in the `vk::ImageHelper` are flushed. That includes the `Clear`
31 updates which will be done with an out-of-render-pass `vkCmdClear*Image` call.
33 In scenario 2, `FramebufferVk::syncState` is responsible for extracting the staged `Clear` updates,
34 assuming there are no subsequent updates to that subresource of the image, and keep them as
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py471 def batch_update(service, spreadsheet_id, updates): argument
473 'requests': updates,
483 updates = [{'addSheet': {'properties': {'title': sheet_name,}}} for sheet_name in sheet_names]
484 batch_update(service, spreadsheet_id, updates)
529 updates = []
537 updates.append({
558 if updates:
560 batch_update(service, spreadsheet_id, updates)
/third_party/rust/crates/codespan/codespan-lsp/
DCHANGELOG.md30 which includes the latest updates in `0.79.0`.
38 which includes the latest updates in `0.77.0`.
48 which includes the latest updates in `0.74.0`.
57 which includes the latest updates in `0.73.0`.
/third_party/skia/third_party/externals/libwebp/
DNEWS9 * toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
22 * toolchain updates and bug fixes (#449, #463, #470, #475, #477, #478, #479,
32 * toolchain updates and bug fixes
44 Tool updates:
73 Tool updates:
86 Tool updates / additions:
167 * documentation / vwebp updates for animation
220 Tool updates / additions:
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_color_mask.txt33 updates that glColorMask implements for color buffer updates.
41 apply to all texture updates.
96 is used to control updates to texture images with non-indexed
114 updates have been disabled are undefined.
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_color_mask.txt33 updates that glColorMask implements for color buffer updates.
41 apply to all texture updates.
96 is used to control updates to texture images with non-indexed
114 updates have been disabled are undefined.
/third_party/openGLES/extensions/HP/
DHP_occlusion_test.txt35 disable updates to these buffers. As a side effect of reading the occlusion
41 - disable updates to color and depth buffer (optional)
50 - enable updates to color and depth buffer
111 enable updates to color and depth buffer
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_occlusion_test.txt35 disable updates to these buffers. As a side effect of reading the occlusion
41 - disable updates to color and depth buffer (optional)
50 - enable updates to color and depth buffer
111 enable updates to color and depth buffer
/third_party/glslang/Test/
Dhlsl.rw.swizzle.frag11 // Test swizzles and partial updates of L-values when writing to buffers and writable textures.
16 // Partial updates not yet supported.
/third_party/mbedtls/tests/suites/
Dtest_suite_gcm.aes128_en.data673 AES-GCM NIST CAVS 14.0 - empty plaintext, AD length: 128 bytes, ciphertext updates: 0
677 AES-GCM NIST CAVS 14.0 - empty plaintext, AD length: 128 bytes, ciphertext updates: 1
681 AES-GCM NIST CAVS 14.0 - empty plaintext, AD length: 128 bytes, ciphertext updates: 2
685 AES-GCM NIST CAVS 14.0 - empty plaintext, AD length: 90 bytes, ciphertext updates: 0
689 AES-GCM NIST CAVS 14.0 - empty plaintext, AD length: 90 bytes, ciphertext updates: 1
693 AES-GCM NIST CAVS 14.0 - empty plaintext, AD length: 90 bytes, ciphertext updates: 2
697 AES-GCM NIST CAVS 14.0 - empty AD, plaintext length: 128 bytes, AD updates: 0
701 AES-GCM NIST CAVS 14.0 - empty AD, plaintext length: 128 bytes, AD updates: 1
705 AES-GCM NIST CAVS 14.0 - empty AD, plaintext length: 128 bytes, AD updates: 2
709 AES-GCM NIST CAVS 14.0 - empty AD, plaintext length: 51 bytes, AD updates: 0
[all …]
Dtest_suite_gcm.aes128_de.data673 AES-GCM NIST CAVS 14.0 - empty ciphertext, AD length: 128 bytes, ciphertext updates: 0
677 AES-GCM NIST CAVS 14.0 - empty ciphertext, AD length: 128 bytes, ciphertext updates: 1
681 AES-GCM NIST CAVS 14.0 - empty ciphertext, AD length: 128 bytes, ciphertext updates: 2
685 AES-GCM NIST CAVS 14.0 - empty ciphertext, AD length: 90 bytes, ciphertext updates: 0
689 AES-GCM NIST CAVS 14.0 - empty ciphertext, AD length: 90 bytes, ciphertext updates: 1
693 AES-GCM NIST CAVS 14.0 - empty ciphertext, AD length: 90 bytes, ciphertext updates: 2
697 AES-GCM NIST CAVS 14.0 - empty AD, ciphertext length: 128 bytes, AD updates: 0
701 AES-GCM NIST CAVS 14.0 - empty AD, ciphertext length: 128 bytes, AD updates: 1
705 AES-GCM NIST CAVS 14.0 - empty AD, ciphertext length: 128 bytes, AD updates: 2
709 AES-GCM NIST CAVS 14.0 - empty AD, ciphertext length: 51 bytes, AD updates: 0
[all …]
/third_party/node/doc/contributing/maintaining/
Dmaintaining-openssl.md7 If you need to provide updates across all active release lines you will
76 This updates all sources in deps/openssl/openssl by:
114 Check diffs to ensure updates are right. Even if there are no updates in openssl
Dmaintaining-cjs-module-lexer.md54 If updates are needed to cjs-module-lexer for Node.js, first PR
55 those updates into
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_video_encode_h264.adoc42 ** Spec and API updates
50 ** Rate control updates
/third_party/node/doc/contributing/
Dsharing-project-news.md23 to let them know about this approach and how they can find the updates.
28 ## Teams doing updates
/third_party/openGLES/extensions/SGIX/
DSGIX_calligraphic_fragment.txt74 fragments that would cause updates to the color buffer are sent
76 If color buffer updates are disabled using ColorMask or DrawBuffer,
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_calligraphic_fragment.txt74 fragments that would cause updates to the color buffer are sent
76 If color buffer updates are disabled using ColorMask or DrawBuffer,

12345678910>>...31