Home
last modified time | relevance | path

Searched refs:entry (Results 651 - 675 of 2646) sorted by relevance

1...<<21222324252627282930>>...106

/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp55 for (auto entry = hitTestResult.begin(); entry != hitTestResult.end(); ++entry) { in TouchTest()
56 if ((*entry)) { in TouchTest()
57 (*entry)->SetSubPipelineGlobalOffset(offset, viewScale); in TouchTest()
88 for (const auto& entry : hitTestResult) { in TouchTest()
89 if (entry) { in TouchTest()
90 entry->SetSubPipelineGlobalOffset(offset, viewScale); in TouchTest()
226 for (const auto& entry : reHitTestResult) { in CheckRefereeStateAndReTouchTest()
227 if (entry in CheckRefereeStateAndReTouchTest()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_test.cpp583 Entry entry; in HWTEST_F() local
584 entry.key.push_back(i); in HWTEST_F()
585 entry.value.push_back('8'); in HWTEST_F()
586 entries.push_back(entry); in HWTEST_F()
626 Entry entry; in HWTEST_F() local
627 entry.key.push_back(i); in HWTEST_F()
628 entry.value.push_back('2'); in HWTEST_F()
629 entries.push_back(entry); in HWTEST_F()
722 Entry entry; in HWTEST_F() local
723 entry in HWTEST_F()
791 Entry entry; HWTEST_F() local
855 Entry entry; HWTEST_F() local
1851 Entry entry; HWTEST_F() local
2074 Entry entry; HWTEST_F() local
2092 Entry entry; HWTEST_F() local
2214 Entry entry; HWTEST_F() local
2232 Entry entry; HWTEST_F() local
2312 Entry entry; CheckResultSize() local
2368 Entry entry; HWTEST_F() local
2441 Entry entry; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dnavigation_controller.cpp35 auto entry = reinterpret_cast<GetNavigationControllerFunc>(LOADSYM(handle, GET_NAVIGATION_CONTROL_FUNC)); in GetNavigationController() local
36 if (entry == nullptr) { in GetNavigationController()
41 auto contain = entry(uiContent, navigationId.c_str()); in GetNavigationController()
H A Dserializeable_object.cpp34 auto entry = reinterpret_cast<CreateFunction>(LOADSYM(handle, NODE_OBJECT_CREATE_FUNC)); in CreateNodeObjectInner() local
35 if (entry == nullptr) { in CreateNodeObjectInner()
40 auto nodeObject = entry(); in CreateNodeObjectInner()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_row_data.h42 for (auto &entry : entries) { in Release()
43 delete entry; in Release()
44 entry = nullptr; in Release()
/third_party/node/test/internet/
H A Dtest-snapshot-dns-resolve.js14 const entry = fixtures.path('snapshot', 'dns-resolve.js');
29 const { stderr, stdout } = buildSnapshot(entry, env);
34 const { stderr, stdout } = runWithSnapshot(entry, env);
H A Dtest-snapshot-dns-lookup.js14 const entry = fixtures.path('snapshot', 'dns-lookup.js');
27 const { stderr, stdout } = buildSnapshot(entry, env);
32 const { stderr, stdout } = runWithSnapshot(entry, env);
/third_party/node/test/parallel/
H A Dtest-snapshot-dns-lookup-localhost-promise.js11 const entry = fixtures.path('snapshot', 'dns-lookup.js');
28 const { stderr, stdout } = buildSnapshot(entry, env);
33 const { stderr, stdout } = runWithSnapshot(entry, env);
H A Dtest-snapshot-dns-lookup-localhost.js11 const entry = fixtures.path('snapshot', 'dns-lookup.js');
28 const { stderr, stdout } = buildSnapshot(entry, env);
33 const { stderr, stdout } = runWithSnapshot(entry, env);
H A Dtest-snapshot-dns-resolve-localhost-promise.js11 const entry = fixtures.path('snapshot', 'dns-resolve.js');
27 const { stderr, stdout } = buildSnapshot(entry, env);
32 const { stderr, stdout } = runWithSnapshot(entry, env);
H A Dtest-snapshot-dns-resolve-localhost.js11 const entry = fixtures.path('snapshot', 'dns-resolve.js');
27 const { stderr, stdout } = buildSnapshot(entry, env);
32 const { stderr, stdout } = runWithSnapshot(entry, env);
/third_party/mesa3d/src/util/tests/hash_table/
H A Ddestroy_callback.c41 delete_callback(struct hash_entry *entry) in delete_callback() argument
43 if (strcmp(entry->key, str1) == 0) in delete_callback()
45 else if (strcmp(entry->key, str2) == 0) in delete_callback()
/third_party/musl/libc-test/src/functionalext/supplement/dirent/dirent_gtest/
H A Ddirent_readdir64_test.cpp25 dirent64* entry; in HWTEST_F() local
26 while ((entry = readdir64(dir)) != nullptr) { in HWTEST_F()
27 fileNames.insert(entry->d_name); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp191 auto entry = std::make_shared<PasteDataEntry>(); in NewMultiTypeDelayRecord() local
192 entry->SetMimeType(mimeType); in NewMultiTypeDelayRecord()
193 entry->SetUtdId(utdId); in NewMultiTypeDelayRecord()
194 record->AddEntry(utdId, entry); in NewMultiTypeDelayRecord()
325 for (auto const &entry : entries_) { in GetOrginUri()
326 if (entry && entry->GetMimeType() == MIMETYPE_TEXT_URI) { in GetOrginUri()
327 return entry->ConvertToUri(); in GetOrginUri()
581 for (auto const &entry : entries_) { in HasEmptyEntry()
582 if (std::holds_alternative<std::monostate>(entry in HasEmptyEntry()
734 auto entry = std::make_shared<PasteDataEntry>(utdType, *udmfValue_); GetEntry() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c213 /* Must specify following entry to give the sense of size of format_conversion_table[] */
239 const struct vgpu10_format_entry *entry = svga_format_entry(format); in svga_translate_vertex_format_vgpu10() local
241 *svga_format = entry->vertex_format; in svga_translate_vertex_format_vgpu10()
242 *vf_flags = entry->flags; in svga_translate_vertex_format_vgpu10()
257 const struct vgpu10_format_entry *entry = svga_format_entry(format); in svga_translate_texture_buffer_view_format() local
259 *svga_format = entry->view_format; in svga_translate_texture_buffer_view_format()
260 *tf_flags = entry->flags; in svga_translate_texture_buffer_view_format()
295 const struct vgpu10_format_entry *entry = svga_format_entry(format); in svga_translate_format() local
299 return entry->vertex_format; in svga_translate_format()
315 return entry in svga_translate_format()
1679 const struct format_cap *entry; svga_get_format_cap() local
1710 const struct format_cap *entry; svga_get_dx_format_cap() local
1816 const struct vgpu10_format_entry *entry = svga_format_entry(format); svga_format_support_gen_mips() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh521 unsigned int entry = states[state * nClasses + klass]; in get_entry() local
522 DEBUG_MSG (APPLY, nullptr, "e%u", entry); in get_entry()
524 return entries[entry]; in get_entry()
563 unsigned int entry = 0; in sanitize() local
610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
614 for (const Entry<Extra> *p = &entries[entry]; p < stop; p++) in sanitize()
620 entry = num_entries; in sanitize()
638 entryTable; /* Offset to the entry array. */
759 const EntryT &entry = machine.get_entry (state, klass); in drive() local
760 const int next_state = machine.new_state (entry in drive()
[all...]
/third_party/libexif/libexif/
H A Dexif-data.c181 exif_data_load_data_entry (ExifData *data, ExifEntry *entry, in exif_data_load_data_entry() argument
187 entry->tag = exif_get_short (d + offset + 0, data->priv->order); in exif_data_load_data_entry()
188 entry->format = exif_get_short (d + offset + 2, data->priv->order); in exif_data_load_data_entry()
189 entry->components = exif_get_long (d + offset + 4, data->priv->order); in exif_data_load_data_entry()
191 /* FIXME: should use exif_tag_get_name_in_ifd here but entry->parent in exif_data_load_data_entry()
195 "Loading entry 0x%x ('%s')...", entry->tag, in exif_data_load_data_entry()
196 exif_tag_get_name (entry->tag)); in exif_data_load_data_entry()
200 s = exif_format_get_size(entry->format) * entry in exif_data_load_data_entry()
530 ExifEntry *entry = exif_entry_new_mem (data->priv->mem); load_thumbnail_entry() local
559 ExifEntry *entry; exif_data_load_data_content() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c440 png_byte entry[option_count]; /* The selected entry+1 of an option member
449 unsigned int csp; /* next stack entry to use */
450 unsigned int nsp; /* highest active entry+1 found so far */
456 * index+1 of the highest active entry on
457 * this run; this entry will be advanced.
472 png_byte entry; /* The next value entry to be tested */ member
473 png_byte end; /* This is the last entry */
740 if (dp->entry[ in get_option()
813 opt_list_end(struct display *dp, png_byte opt, png_byte entry) opt_list_end() argument
832 png_byte entry; push_opt() local
915 png_byte entry, opt; next_opt() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp81 for (const auto &entry : extraConditions_) { in CalculateLen()
83 len += Parcel::GetStringLen(entry.first); in CalculateLen()
84 len += Parcel::GetStringLen(entry.second); in CalculateLen()
109 for (const auto &entry : extraConditions_) { in Serialization()
110 if (entry.first.length() > DBConstant::MAX_CONDITION_KEY_LEN || in Serialization()
111 entry.second.length() > DBConstant::MAX_CONDITION_VALUE_LEN) { in Serialization()
115 parcel.WriteString(entry.first); in Serialization()
116 parcel.WriteString(entry.second); in Serialization()
/third_party/ffmpeg/libavfilter/
H A Dasrc_flite.c115 struct voice_entry *entry = &voice_entries[i]; in select_voice() local
116 if (!strcmp(entry->name, voice_name)) { in select_voice()
119 if (!entry->voice) in select_voice()
120 entry->voice = entry->register_fn(NULL); in select_voice()
121 voice = entry->voice; in select_voice()
123 entry->usage_count++; in select_voice()
130 *entry_ret = entry; in select_voice()
/third_party/backends/backend/
H A Dplustek-pp_procfs.c166 /* return the last entry if nothing applies! */ in procfsGetCCDType()
251 /** create a procfs entry
269 /* allocate memory for the entry and the name */ in new_entry()
301 /** shutdown one proc fs entry
328 if( ps->procDir.entry ) { in destroy_proc_tree()
331 destroy_proc_entry( ps->procDir.entry, &ps->procDir.info ); in destroy_proc_tree()
336 destroy_proc_entry(ps->procDir.entry, &ps->procDir.buttons[i]); in destroy_proc_tree()
339 destroy_proc_entry( base, &ps->procDir.entry ); in destroy_proc_tree()
372 /** cleanup the base entry
409 ps->procDir.entry in ProcFsRegisterDevice()
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc81 for (unsigned* entry = path.begin() + path.length() - 1; in AddPathFromEnd()
82 entry != path.begin() - 1; --entry) { in AddPathFromEnd()
83 node = node->FindOrAddChild(*entry); in AddPathFromEnd()
240 base::HashMap::Entry* entry = id_to_function_info_index_.LookupOrInsert( in AddFunctionInfo() local
242 if (entry->value == nullptr) { in AddFunctionInfo()
258 entry->value = reinterpret_cast<void*>(function_info_list_.size()); in AddFunctionInfo()
261 return static_cast<unsigned>(reinterpret_cast<intptr_t>((entry->value))); in AddFunctionInfo()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_residency.cpp145 hash_table_foreach(batch->bos, entry) { in d3d12_process_batch_residency()
146 struct d3d12_bo *bo = (struct d3d12_bo *)entry->key; in d3d12_process_batch_residency()
179 struct set_entry *entry = _mesa_set_next_entry(base_bo_set, nullptr); in d3d12_process_batch_residency() local
197 for (; entry; entry = _mesa_set_next_entry(base_bo_set, entry)) { in d3d12_process_batch_residency()
198 struct d3d12_bo *bo = (struct d3d12_bo *)entry->key; in d3d12_process_batch_residency()
226 if (FAILED(hr) || entry) { in d3d12_process_batch_residency()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dcfa.h55 /// @brief Depth first traversal starting from the \p entry BasicBlock
57 /// This function performs a depth first traversal from the \p entry
62 /// @param[in] entry The root BasicBlock of a CFG
76 const BB* entry, get_blocks_func successor_func,
138 const BB* entry, get_blocks_func successor_func, in DepthFirstTraversal()
149 work_list.push_back({entry, std::begin(*successor_func(entry))}); in DepthFirstTraversal()
150 preorder(entry); in DepthFirstTraversal()
151 processed.insert(entry->id()); in DepthFirstTraversal()
271 &ignore_blocks](const BB* entry) { in TraversalRoots()
137 DepthFirstTraversal( const BB* entry, get_blocks_func successor_func, std::function<void(cbb_ptr)> preorder, std::function<void(cbb_ptr)> postorder, std::function<void(cbb_ptr, cbb_ptr)> backedge) DepthFirstTraversal() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_merge_function_returns.cpp127 // Collect the ids available after the entry block of the function. in Apply()
131 // If the entry block does not branch unconditionally to another block, in Apply()
133 if (function->entry()->terminator()->opcode() != SpvOpBranch) { in Apply()
134 SplitBlockAfterOpPhiOrOpVariable(function->entry()->id()); in Apply()
244 // Consider all the instructions in the entry block. in GetTypesToIdsAvailableAfterEntryBlock()
245 for (auto& inst : *function->entry()) { in GetTypesToIdsAvailableAfterEntryBlock()
266 // Add a new entry. in GetMergeBlocksOfLoopsContainingBlocks()
296 protobufs::UInt32Pair entry; in GetInfoNeededForMergeBlocks()
297 entry.set_first(phi_inst->result_id()); in GetInfoNeededForMergeBlocks()
303 entry in GetInfoNeededForMergeBlocks()
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...106