/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 88 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/ |
H A D | ICUServiceTestSample.java | 85 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/ |
H A D | oggparsevorbis.c | 76 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() 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() 90 vorbis_parse_single_comment(AVFormatContext *as, AVDictionary **m, const uint8_t *buf, uint32_t size, int *updates, int parse_picture) vorbis_parse_single_comment() argument
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 470 # updates to do. 471 def batch_update(service, spreadsheet_id, updates): 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/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer_upload.c | 508 assert(sbuf->dma.updates == NULL); in svga_buffer_upload_gb_command() 535 sbuf->dma.updates = whole_update_cmd; in svga_buffer_upload_gb_command() 543 memcpy(whole_update_cmd, sbuf->dma.updates, sizeof(*whole_update_cmd)); in svga_buffer_upload_gb_command() 680 struct svga_3d_update_gb_image *update = sbuf->dma.updates; in svga_buffer_upload_flush() 745 sbuf->dma.updates = NULL; in svga_buffer_upload_flush()
|
H A D | svga_resource_buffer.h | 202 struct svga_3d_update_gb_image *updates; member
|
/third_party/curl/scripts/ |
H A D | cd2cd | 28 This script updates a curldown file to current/better curldown.
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 21 The \Func{unw\_apply\_reg\_state}() routine updates the register values
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | genIndexFilters.bat | 25 # This perl script updates the filters in the transliterator index file.
|
H A D | dumpICUrules.bat | 257 // primary updates. The colon-delimited fields have been split into
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 148 For updates, visit C<http://www.plover.com/~mjd/perl/Template/>.
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 148 For updates, visit C<http://www.plover.com/~mjd/perl/Template/>.
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.h | 373 struct util_dynarray updates; member
|
H A D | zink_descriptors.c | 2005 while (util_dynarray_contains(&ctx->di.bindless[i].updates, uint32_t)) { in zink_descriptors_update_bindless() 2006 uint32_t handle = util_dynarray_pop(&ctx->di.bindless[i].updates, uint32_t); in zink_descriptors_update_bindless()
|
H A D | zink_context.c | 158 util_dynarray_fini(&ctx->di.bindless[i].updates); in zink_context_destroy() 1954 util_dynarray_append(&ctx->di.bindless[0].updates, uint32_t, h); in zink_make_texture_handle_resident() 2073 util_dynarray_append(&ctx->di.bindless[1].updates, uint32_t, h); in zink_make_image_handle_resident() 4608 util_dynarray_init(&ctx->di.bindless[i].updates, NULL); in zink_context_create()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 312 // don't do this for global installs or updates, because in those 450 // global updates only update the globalTop nodes, but we need to know 587 `Check for updates to the ${bundler.name} package.`)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 4394 // Remove updates that never made it to the texture. in releaseStagingBuffer() 5652 // Find any staged updates for this index and remove them from the pending list. in removeSingleSubresourceStagedUpdates() 5680 // Remove all updates to levels [start, end]. in removeStagedUpdates() 6509 const std::vector<SubresourceUpdate> &updates) in verifyEmulatedClearsAreBeforeOtherUpdates() 6513 for (const SubresourceUpdate &update : updates) in verifyEmulatedClearsAreBeforeOtherUpdates() 6516 // ClearEmulatedChannelsOnly updates after that. in verifyEmulatedClearsAreBeforeOtherUpdates() 6529 if (updates.size() >= 2 && updates[1].updateSource == UpdateSource::ClearEmulatedChannelsOnly) in verifyEmulatedClearsAreBeforeOtherUpdates() 6588 // Stage updates from the previous image. in stageSelfAsSubresourceUpdates() 6623 // Handle deferred clears. Search the updates lis in flushSingleSubresourceStagedUpdates() 6508 verifyEmulatedClearsAreBeforeOtherUpdates( const std::vector<SubresourceUpdate> &updates) verifyEmulatedClearsAreBeforeOtherUpdates() argument [all...] |
H A D | vk_helpers.h | 58 // as for immediate vertex array and element array data, uniform updates, and other dynamic data. 152 // image uploads, which can contain updates to unrelated mips, possibly with different formats. 194 // The hidden cost here is that any operation that updates a buffer, either 1841 // Stage the currently allocated image as updates to base level and on, making this !valid(). 1850 // Flush staged updates for a single subresource. Can optionally take a parameter to defer 1859 // Flushes staged updates to a range of levels and layers from start to (but not including) end. 1860 // Due to the nature of updates (done wholly to a VkImageSubresourceLayers), some unsolicited 1869 // Creates a command buffer and flushes all staged updates. This is used for one-time 1870 // initialization of resources that we don't expect to accumulate further staged updates, such 2129 // Called from flushStagedUpdates, removes updates tha [all...] |