Home
last modified time | relevance | path

Searched refs:entry (Results 326 - 350 of 2173) sorted by relevance

1...<<11121314151617181920>>...87

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs178 foreach (var entry in node.Children) in GetFieldPaths()
180 var childPath = path.Length == 0 ? entry.Key : path + "." + entry.Key; in GetFieldPaths()
181 GetFieldPaths(entry.Value, childPath, paths); in GetFieldPaths()
262 foreach (var entry in node.Children) in Merge()
264 var field = descriptor.FindFieldByName(entry.Key); in Merge()
267 Debug.WriteLine($"Cannot find field \"{entry.Key}\" in message type \"{descriptor.FullName}\""); in Merge()
271 if (entry.Value.Children.Count != 0) in Merge()
297 var childPath = path.Length == 0 ? entry.Key : path + "." + entry in Merge()
[all...]
/third_party/skia/src/sksl/lex/
H A DTransitionTable.cpp21 // The number of bits to use per entry in our compact transition table. This is customizable:
55 // Create a compact entry with the unique values from the transition set, padded out with zeros in add_compact_entry()
76 // Look for an existing entry that exactly matches this one. in add_compact_entry()
83 // Add this as a new entry. in add_compact_entry()
91 // Create a full entry with this data. in add_full_entry()
95 // Look for an existing entry that exactly matches this one. in add_full_entry()
102 // Add this as a new entry. in add_full_entry()
148 // Find the largest value for each compact-entry slot. in WriteTransitionTable()
150 for (const CompactEntry& entry : compactEntries) { in WriteTransitionTable()
152 maxValue[index] = std::max(maxValue[index], entry in WriteTransitionTable()
[all...]
/third_party/python/Doc/tools/extensions/
H A Dc_annotations.py76 # Get the entry, creating it if needed:
78 entry = self.refcount_data[function]
80 entry = self.refcount_data[function] = RCEntry(function)
85 # Update the entry with the new parameter or the result
88 entry.args.append((arg, type, refcount))
90 entry.result_type = type
91 entry.result_refs = refcount
161 entry = self.refcount_data.get(name)
162 if not entry:
164 elif not entry
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c81 unsigned idx, VkDescriptorUpdateTemplateEntry *entry, unsigned *entry_idx, bool flatten_dynamic) in init_template_entry()
85 entry->dstArrayElement = 0; in init_template_entry()
86 entry->dstBinding = shader->bindings[type][idx].binding; in init_template_entry()
87 entry->descriptorCount = shader->bindings[type][idx].size; in init_template_entry()
90 entry->descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in init_template_entry()
92 entry->descriptorType = shader->bindings[type][idx].type; in init_template_entry()
96 entry->offset = offsetof(struct zink_context, di.ubos[stage][index]); in init_template_entry()
97 entry->stride = sizeof(VkDescriptorBufferInfo); in init_template_entry()
100 entry->offset = offsetof(struct zink_context, di.textures[stage][index]); in init_template_entry()
101 entry in init_template_entry()
80 init_template_entry(struct zink_shader *shader, enum zink_descriptor_type type, unsigned idx, VkDescriptorUpdateTemplateEntry *entry, unsigned *entry_idx, bool flatten_dynamic) init_template_entry() argument
744 init_push_template_entry(VkDescriptorUpdateTemplateEntry *entry, unsigned i) init_push_template_entry() argument
765 VkDescriptorUpdateTemplateEntry *entry = &dd_lazy(ctx)->push_entries[i]; zink_descriptors_init_lazy() local
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-options.c88 } *entry, entries[] = { in verify_cntr_format() local
98 entry = &entries[i]; in verify_cntr_format()
99 if (strcasecmp(xfer->cntr_format_literal, entry->literal)) in verify_cntr_format()
102 xfer->cntr_format = entry->cntr_format; in verify_cntr_format()
121 } *entry, entries[] = { in verify_sample_format() local
133 entry = &entries[i]; in verify_sample_format()
134 if (strcmp(entry->literal, xfer->sample_format_literal)) in verify_sample_format()
138 xfer->frames_per_second != entry->frames_per_second) { in verify_sample_format()
142 entry->literal, entry in verify_sample_format()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c94 struct hash_entry *entry = in node_for_deref() local
96 if (entry) { in node_for_deref()
97 return entry->data; in node_for_deref()
106 struct hash_entry *entry = in node_for_deref() local
108 if (entry) { in node_for_deref()
109 return entry->data; in node_for_deref()
235 /* Visit the wildcard entry if any */ in _foreach_aliasing()
266 struct hash_entry *entry = _mesa_hash_table_search(state->var_nodes, in foreach_aliasing_node() local
268 if (entry) in foreach_aliasing_node()
269 _foreach_aliasing(&path->path[1], cb, entry in foreach_aliasing_node()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c41 remove_tex_entry(struct fd6_context *fd6_ctx, struct hash_entry *entry) in remove_tex_entry() argument
43 struct fd6_texture_state *tex = entry->data; in remove_tex_entry()
44 _mesa_hash_table_remove(fd6_ctx->tex_cache, entry); in remove_tex_entry()
142 hash_table_foreach (fd6_ctx->tex_cache, entry) { in fd6_sampler_state_delete()
143 struct fd6_texture_state *state = entry->data; in fd6_sampler_state_delete()
147 remove_tex_entry(fd6_ctx, entry); in fd6_sampler_state_delete()
296 hash_table_foreach (fd6_ctx->tex_cache, entry) { in fd6_sampler_view_destroy()
297 struct fd6_texture_state *state = entry->data; in fd6_sampler_view_destroy()
301 remove_tex_entry(fd6_ctx, entry); in fd6_sampler_view_destroy()
373 struct hash_entry *entry in fd6_texture_state() local
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_query.py34 self.entry = Var(value=dummy_entry)
58 dialog.entry.focus_set = mock.Mock()
60 self.assertTrue(dialog.entry.focus_set.called)
61 del dialog.entry.focus_set
82 self.entry = Var(value=dummy_entry)
115 self.entry = Var(value=dummy_entry)
150 self.entry = Var(value=dummy_entry)
182 # Path is widget entry, either '' or something.
184 # Func return should override widget entry.
274 self.entry
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-ot-meta.cc56 hb_blob_t *entry = hb_ot_meta_reference_entry (face, tags[i]); in main() local
58 HB_UNTAG (tags[i]), hb_blob_get_length (entry), in main()
59 hb_blob_get_length (entry), hb_blob_get_data (entry, nullptr)); in main()
60 hb_blob_destroy (entry); in main()
/third_party/mesa3d/src/mapi/
H A Dentry_ppc64le_tls.h127 entry_patch(mapi_func entry, int slot) in entry_patch() argument
129 char *code = (char *) entry; in entry_patch()
138 mapi_func entry; in entry_generate() local
146 entry = (mapi_func) code; in entry_generate()
147 entry_patch(entry, slot); in entry_generate()
149 return entry; in entry_generate()
H A Dentry_x86-64_tls.h92 entry_patch(mapi_func entry, int slot) in entry_patch() argument
94 char *code = (char *) entry; in entry_patch()
122 mapi_func entry; in entry_generate() local
137 entry = (mapi_func) code; in entry_generate()
138 entry_patch(entry, slot); in entry_generate()
140 return entry; in entry_generate()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1904 /// @param entry if this file represents a regular (or symlink) file,
1908 /// @param if @p entry represents a file, then its file name is going
1915 handle_fts_entry(const FTSENT *entry, in handle_fts_entry() argument
1918 if (entry == NULL in handle_fts_entry()
1919 || (entry->fts_info != FTS_F && entry->fts_info != FTS_SL) in handle_fts_entry()
1920 || entry->fts_info == FTS_ERR in handle_fts_entry()
1921 || entry->fts_info == FTS_NS) in handle_fts_entry()
1924 string fname = entry->fts_name; in handle_fts_entry()
1957 FTSENT *entry; in gen_suppr_spec_from_headers_root_dir() local
2237 entry_of_file_with_name(const FTSENT *entry, const string& fname) entry_of_file_with_name() argument
2341 is_vmlinux(const FTSENT *entry) is_vmlinux() argument
2371 is_kernel_module(const FTSENT *entry) is_kernel_module() argument
2412 FTSENT *entry; find_vmlinux_and_module_paths() local
2454 FTSENT *entry; find_vmlinux_path() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c129 struct entry { struct
185 static struct entry* entry_new(void) { in entry_new()
186 struct entry *r = pa_xnew0(struct entry, 1); in entry_new()
191 static void entry_free(struct entry* e) { in entry_free()
199 static bool entry_write(struct userdata *u, const char *name, const struct entry *e) { in entry_write()
231 static struct entry* legacy_entry_read(struct userdata *u, pa_datum *data) { in legacy_entry_read()
240 struct entry *e; in legacy_entry_read()
279 static struct entry* entry_read(struct userdata *u, const char *name) { in entry_read()
281 struct entry * in entry_read()
490 load_or_initialize_entry(struct userdata *u, struct entry *entry, const char *name, const char *prefix) load_or_initialize_entry() argument
798 struct entry *entry, *old = NULL; subscribe_callback() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducmndata.cpp84 PointerTOCEntry entry[1]; member
92 * entry point lookup implementations *
240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
243 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count); in offsetTOCLookupFn()
246 const UDataOffsetTOCEntry *entry=toc->entry+number; in offsetTOCLookupFn() local
251 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset); in offsetTOCLookupFn()
255 return (const DataHeader *)(base+entry->dataOffset); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[numbe in pointerTOCLookupFn()
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.c161 struct hash_entry *entry; in rogue_ra_alloc() local
167 entry = in rogue_ra_alloc()
169 if (!entry) { in rogue_ra_alloc()
180 entry = _mesa_hash_table_insert(reg_ht, in rogue_ra_alloc()
189 range = entry->data; in rogue_ra_alloc()
208 hash_table_foreach (reg_ht, entry) { in rogue_ra_alloc()
209 const uint32_t *vreg = entry->key; in rogue_ra_alloc()
210 struct live_range *range = entry->data; in rogue_ra_alloc()
262 hash_table_foreach (reg_ht, entry) { in rogue_ra_alloc()
263 uint32_t vreg = *(uint32_t *)entry in rogue_ra_alloc()
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c305 VkDescriptorUpdateTemplateEntry *entry = &templ->entry[i]; in lvp_CmdPushDescriptorSetWithTemplateKHR() local
307 switch (entry->descriptorType) { in lvp_CmdPushDescriptorSetWithTemplateKHR()
313 info_size += sizeof(VkDescriptorImageInfo) * entry->descriptorCount; in lvp_CmdPushDescriptorSetWithTemplateKHR()
317 info_size += sizeof(VkBufferView) * entry->descriptorCount; in lvp_CmdPushDescriptorSetWithTemplateKHR()
324 info_size += sizeof(VkDescriptorBufferInfo) * entry->descriptorCount; in lvp_CmdPushDescriptorSetWithTemplateKHR()
333 VkDescriptorUpdateTemplateEntry *entry = &templ->entry[i]; in lvp_CmdPushDescriptorSetWithTemplateKHR() local
336 switch (entry->descriptorType) { in lvp_CmdPushDescriptorSetWithTemplateKHR()
356 for (unsigned i = 0; i < entry in lvp_CmdPushDescriptorSetWithTemplateKHR()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducmndata.cpp84 PointerTOCEntry entry[1]; member
92 * entry point lookup implementations *
240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
243 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count); in offsetTOCLookupFn()
246 const UDataOffsetTOCEntry *entry=toc->entry+number; in offsetTOCLookupFn() local
251 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset); in offsetTOCLookupFn()
255 return (const DataHeader *)(base+entry->dataOffset); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[numbe in pointerTOCLookupFn()
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_memory.c302 struct list_head *entry; in debug_memory_end() local
307 entry = list.prev; in debug_memory_end()
308 for (; entry != &list; entry = entry->prev) { in debug_memory_end()
313 hdr = list_entry(entry, struct debug_memory_header, head); in debug_memory_end()
412 struct list_head *entry; in debug_memory_check() local
414 entry = list.prev; in debug_memory_check()
415 for (; entry != &list; entry in debug_memory_check()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_conf.c312 OSSL_PROVIDER_INFO entry; in provider_conf_load() local
314 memset(&entry, 0, sizeof(entry)); in provider_conf_load()
317 entry.name = OPENSSL_strdup(name); in provider_conf_load()
318 if (entry.name == NULL) { in provider_conf_load()
324 entry.path = OPENSSL_strdup(path); in provider_conf_load()
325 if (entry.path == NULL) { in provider_conf_load()
331 ok = provider_conf_params(NULL, &entry, NULL, value, cnf); in provider_conf_load()
332 if (ok >= 1 && (entry.path != NULL || entry in provider_conf_load()
[all...]
/third_party/openssl/crypto/
H A Dprovider_conf.c312 OSSL_PROVIDER_INFO entry; in provider_conf_load() local
314 memset(&entry, 0, sizeof(entry)); in provider_conf_load()
317 entry.name = OPENSSL_strdup(name); in provider_conf_load()
318 if (entry.name == NULL) { in provider_conf_load()
324 entry.path = OPENSSL_strdup(path); in provider_conf_load()
325 if (entry.path == NULL) { in provider_conf_load()
331 ok = provider_conf_params(NULL, &entry, NULL, value, cnf); in provider_conf_load()
332 if (ok >= 1 && (entry.path != NULL || entry in provider_conf_load()
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp347 std::unique_ptr<Entry>* entry = fMap.find(desc); in refPipelineState() local
348 if (!entry) { in refPipelineState()
357 entry = fMap.insert(desc, std::unique_ptr<Entry>( in refPipelineState()
359 return ((*entry)->fPipelineState).get(); in refPipelineState()
361 return ((*entry)->fPipelineState).get(); in refPipelineState()
365 fMap.foreach ([](const GrProgramDesc*, std::unique_ptr<Entry>* entry) { in markPipelineStateUniformsDirty()
366 (*entry)->fPipelineState->markUniformsDirty(); in markPipelineStateUniformsDirty()
379 sk_sp<GrD3DDescriptorTable>* entry = fMap.find(cpuDescriptors); in findOrCreateDescTable() local
380 if (entry) { in findOrCreateDescTable()
381 return *entry; in findOrCreateDescTable()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducmndata.cpp84 PointerTOCEntry entry[1]; member
92 * entry point lookup implementations *
240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
243 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count); in offsetTOCLookupFn()
246 const UDataOffsetTOCEntry *entry=toc->entry+number; in offsetTOCLookupFn() local
251 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset); in offsetTOCLookupFn()
255 return (const DataHeader *)(base+entry->dataOffset); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[numbe in pointerTOCLookupFn()
[all...]
/third_party/rust/crates/syn/src/
H A Dbuffer.rs18 // Group entries contain the offset to the matching End entry.
92 // The current entry which the `Cursor` is pointing at.
108 // this entry never includes a `Ident` object. in empty()
145 /// Get the current entry.
146 fn entry(self) -> &'a Entry { in entry() functions
166 while let Entry::Group(group, _) = self.entry() { in ignore_none()
192 if let Entry::Group(group, end_offset) = self.entry() { in group()
206 if let Entry::Group(group, end_offset) = self.entry() {
219 if let Entry::Group(group, end_offset) = self.entry() {
232 match self.entry() {
[all...]
/third_party/node/lib/internal/modules/esm/
H A Dfetch_module.js33 * It caches either the promise or the cache entry since import.meta.url needs
36 * Maps HREF to pending cache entry
165 const entry = await fetchWithRedirects(location);
166 cacheForGET.set(parsed.href, entry);
167 return entry;
193 const entry = {
210 entry.body = body;
214 cacheForGET.set(parsed.href, entry);
215 await entry.body;
216 return entry;
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
H A Dvalidate.js147 b.verificationMaterial.tlogEntries.forEach((entry, i) => {
148 if (entry.logId === undefined) {
151 if (entry.kindVersion === undefined) {
165 b.verificationMaterial.tlogEntries.forEach((entry, i) => {
166 if (entry.inclusionPromise === undefined) {
178 b.verificationMaterial.tlogEntries.forEach((entry, i) => {
179 if (entry.inclusionProof === undefined) {
183 if (entry.inclusionProof.checkpoint === undefined) {

Completed in 17 milliseconds

1...<<11121314151617181920>>...87