Home
last modified time | relevance | path

Searched refs:index (Results 11426 - 11450 of 22019) sorted by relevance

1...<<451452453454455456457458459460>>...881

/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_core.c329 u16 index = 0; in musb_default_write_fifo() local
334 iowrite32_rep(fifo, src + index, len >> 2); in musb_default_write_fifo()
335 index += len & ~0x03; in musb_default_write_fifo()
338 __raw_writew(*(u16 *)&src[index], fifo); in musb_default_write_fifo()
339 index += 2; in musb_default_write_fifo()
343 iowrite16_rep(fifo, src + index, len >> 1); in musb_default_write_fifo()
344 index += len & ~0x01; in musb_default_write_fifo()
348 __raw_writeb(src[index], fifo); in musb_default_write_fifo()
371 u16 index = 0; in musb_default_read_fifo() local
377 index in musb_default_read_fifo()
[all...]
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h258 * sets the result code to the 1-based index of the bit (event 0x00000001 = 1,
300 * bit 0 selects the threshold index for the chosen sensor (0/1)
1782 uint8_t index; /* Type-specific index, or 0 if unique */ member
1789 uint8_t index; /* Type-specific index, or 0 if unique */ member
1841 /* Map [AC][battery_level] to color index */
1887 /* Map [AC][battery_level] to color index */
1955 /* Map [AC][battery_level] to color index */
3099 uint8_t index; member
3111 uint8_t index; global() member
3128 uint8_t index; global() member
3140 uint8_t index; global() member
3746 uint8_t index; global() member
3895 uint8_t index; global() member
3905 uint8_t index; global() member
5630 uint32_t index; global() member
5645 uint32_t index; global() member
5657 uint32_t index; global() member
5675 uint32_t index; global() member
5689 uint32_t index; global() member
6235 uint8_t index; global() member
6270 uint8_t index; global() member
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsamsung_tty.c1830 static void s3c24xx_serial_init_port_default(int index) { in s3c24xx_serial_init_port_default() argument
1831 struct uart_port *port = &s3c24xx_serial_ports[index].port; in s3c24xx_serial_init_port_default()
1840 port->line = index; in s3c24xx_serial_init_port_default()
2055 int index = probe_index; in s3c24xx_serial_probe() local
2061 index = ret; in s3c24xx_serial_probe()
2064 if (index >= ARRAY_SIZE(s3c24xx_serial_ports)) { in s3c24xx_serial_probe()
2065 dev_err(&pdev->dev, "serial%d out of range\n", index); in s3c24xx_serial_probe()
2068 ourport = &s3c24xx_serial_ports[index]; in s3c24xx_serial_probe()
2070 s3c24xx_serial_init_port_default(index); in s3c24xx_serial_probe()
2116 if (ourport->drv_data->fifosize[index]) in s3c24xx_serial_probe()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c545 /* wep default key has not been set, so use this key index as default key. */ in rtw_cfg80211_ap_set_encryption()
743 /* wep default key has not been set, so use this key index as default key. */ in rtw_cfg80211_set_encryption()
1850 u8 index, blInserted = false; in cfg80211_rtw_set_pmksa() local
1860 for (index = 0 ; index < NUM_PMKID_CACHE; index++) { in cfg80211_rtw_set_pmksa()
1861 if (!memcmp(psecuritypriv->PMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN)) { in cfg80211_rtw_set_pmksa()
1862 memcpy(psecuritypriv->PMKIDList[index].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); in cfg80211_rtw_set_pmksa()
1863 psecuritypriv->PMKIDList[index].bUsed = true; in cfg80211_rtw_set_pmksa()
1864 psecuritypriv->PMKIDIndex = index in cfg80211_rtw_set_pmksa()
1887 u8 index, bMatched = false; cfg80211_rtw_del_pmksa() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_core.c329 u16 index = 0; in musb_default_write_fifo() local
334 iowrite32_rep(fifo, src + index, len >> 2); in musb_default_write_fifo()
335 index += len & ~0x03; in musb_default_write_fifo()
338 __raw_writew(*(u16 *)&src[index], fifo); in musb_default_write_fifo()
339 index += 2; in musb_default_write_fifo()
343 iowrite16_rep(fifo, src + index, len >> 1); in musb_default_write_fifo()
344 index += len & ~0x01; in musb_default_write_fifo()
348 __raw_writeb(src[index], fifo); in musb_default_write_fifo()
371 u16 index = 0; in musb_default_read_fifo() local
377 index in musb_default_read_fifo()
[all...]
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dgcc-sm7150.c50 .index = DT_BI_TCXO,
105 .index = DT_BI_TCXO,
122 .index = DT_BI_TCXO,
137 { .index = DT_BI_TCXO },
142 { .index = DT_BI_TCXO_AO },
155 { .index = DT_BI_TCXO },
157 { .index = DT_SLEEP_CLK },
167 { .index = DT_BI_TCXO },
172 { .index = DT_BI_TCXO_AO },
182 { .index
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c477 u8 index = 0; in rtl88ee_set_hw_reg() local
487 for (index = 0; index < 4; index++) { in rtl88ee_set_hw_reg()
488 if ((p_regtoset[index] & 0xf0) > in rtl88ee_set_hw_reg()
490 p_regtoset[index] = in rtl88ee_set_hw_reg()
491 (p_regtoset[index] & 0x0f) | in rtl88ee_set_hw_reg()
494 if ((p_regtoset[index] & 0x0f) > in rtl88ee_set_hw_reg()
496 p_regtoset[index] = in rtl88ee_set_hw_reg()
497 (p_regtoset[index] in rtl88ee_set_hw_reg()
1754 u8 rf_path, index; _rtl88ee_read_txpower_info_from_hwpg() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c512 u8 index = 0; in rtl8723be_set_hw_reg() local
522 for (index = 0; index < 4; index++) { in rtl8723be_set_hw_reg()
523 if ((p_regtoset[index] & 0xf0) > in rtl8723be_set_hw_reg()
525 p_regtoset[index] = in rtl8723be_set_hw_reg()
526 (p_regtoset[index] & 0x0f) | in rtl8723be_set_hw_reg()
529 if ((p_regtoset[index] & 0x0f) > factor_toset) in rtl8723be_set_hw_reg()
530 p_regtoset[index] = in rtl8723be_set_hw_reg()
531 (p_regtoset[index] in rtl8723be_set_hw_reg()
1952 u8 rf_path, index; _rtl8723be_read_txpower_info_from_hwpg() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c1062 * @index: is %0 for first function found, %1 for the second...
1066 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index) in cpqhp_slot_find() argument
1073 if ((func == NULL) || ((func->device == device) && (index == 0))) in cpqhp_slot_find()
1085 if (found == index) in cpqhp_slot_find()
1409 int index; in board_added() local
1565 index = 0; in board_added()
1567 new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++); in board_added()
1610 int index; in remove_board() local
1635 index = 0; in remove_board()
1636 temp_func = cpqhp_slot_find(func->bus, func->device, index in remove_board()
2031 u8 index = 0; cpqhp_process_SS() local
2217 int index; configure_new_device() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c493 switch (nv_crtc->index) { in nv50_dac_atomic_enable()
623 if (!nv_crtc || nv_encoder->outp.or.id != port || nv_crtc->index != dev_id) in nv50_audio_component_get_eld()
733 nvif_outp_hda_eld(&nv_encoder->outp, nv_crtc->index, NULL, 0); in nv50_audio_disable()
737 nv50_audio_component_eld_notify(drm->audio.component, outp->or.id, nv_crtc->index); in nv50_audio_disable()
754 nvif_outp_hda_eld(&nv_encoder->outp, nv_crtc->index, nv_connector->base.eld, in nv50_audio_enable()
761 nv50_audio_component_eld_notify(drm->audio.component, outp->or.id, nv_crtc->index); in nv50_audio_enable()
811 ret = nvif_outp_acquire_tmds(&nv_encoder->outp, nv_crtc->index, true, in nv50_hdmi_enable()
818 args.infoframe.head = nv_crtc->index; in nv50_hdmi_enable()
927 nvif_outp_dp_mst_vcpi(&mstm->outp->outp, msto->head->base.index, 0, 0, 0, 0); in nv50_msto_prepare()
932 nvif_outp_dp_mst_vcpi(&mstm->outp->outp, msto->head->base.index, in nv50_msto_prepare()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c462 static void __lh_lock(struct lock_history *lh, unsigned int index) in __lh_lock() argument
466 write_lock_bh(&lh->cache->trees[index].u.spinlock); in __lh_lock()
468 down_write(&lh->cache->trees[index].u.lock); in __lh_lock()
471 read_lock_bh(&lh->cache->trees[index].u.spinlock); in __lh_lock()
473 down_read(&lh->cache->trees[index].u.lock); in __lh_lock()
477 static void __lh_unlock(struct lock_history *lh, unsigned int index) in __lh_unlock() argument
481 write_unlock_bh(&lh->cache->trees[index].u.spinlock); in __lh_unlock()
483 up_write(&lh->cache->trees[index].u.lock); in __lh_unlock()
486 read_unlock_bh(&lh->cache->trees[index].u.spinlock); in __lh_unlock()
488 up_read(&lh->cache->trees[index] in __lh_unlock()
509 unsigned int index = cache_index(b, lh->no_previous); /* no_previous is num_locks */ lh_next() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddca_core.c156 unsigned int mask, index; in parse_coding_header() local
232 index = get_bits(&s->gb, 6) * 4 - FF_DCA_DMIXTABLE_OFFSET - 3; in parse_coding_header()
233 if (index >= FF_DCA_INV_DMIXTABLE_SIZE) { in parse_coding_header()
234 av_log(s->avctx, AV_LOG_ERROR, "Invalid XXCH downmix scale index (%d)\n", index); in parse_coding_header()
237 s->xxch_dmix_scale_inv = ff_dca_inv_dmixtable[index]; in parse_coding_header()
256 index = code * 4 - 3; in parse_coding_header()
257 if (index >= FF_DCA_DMIXTABLE_SIZE) { in parse_coding_header()
258 av_log(s->avctx, AV_LOG_ERROR, "Invalid XXCH downmix coefficient index (%d)\n", index); in parse_coding_header()
657 unsigned int index; parse_subframe_audio() local
1663 unsigned int index = code & 0xff; parse_aux_data() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java295 int index = treeTabbedPane.getSelectedIndex(); in stateChanged()
296 String title = treeTabbedPane.getTitleAt(index); in stateChanged()
1368 public String getBundleName(int index) { in getBundleName() argument
1369 return (String)bundleNames.get(index); in getBundleName()
1372 public String getFileName(int index) { in getFileName() argument
1373 return (String)bundleFileNames.get(index); in getFileName()
1376 public RBManager getBundle(int index) { in getBundle() argument
1377 return (RBManager)bundles.get(index); in getBundle()
1381 int index = bundleNames.indexOf(bundleName); in getBundle()
1382 if (index > in getBundle()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c242 nir_ssa_def *index = nir_ssa_for_src(b, deref->arr.index, 1); in get_aoa_deref_offset() local
243 assert(deref->arr.index.ssa); in get_aoa_deref_offset()
245 nir_imul(b, index, nir_imm_int(b, array_size))); in get_aoa_deref_offset()
252 /* Accessing an invalid surface index with the dataport can result in a in get_aoa_deref_offset()
253 * hang. According to the spec "if the index used to select an individual in get_aoa_deref_offset()
257 * Clamp the index to prevent access outside of the array bounds. in get_aoa_deref_offset()
297 nir_ssa_def *index = in iris_lower_storage_image_derefs() local
300 nir_rewrite_image_intrinsic(intrin, index, false); in iris_lower_storage_image_derefs()
779 int index in iris_print_binding_table() local
797 iris_group_index_to_bti(const struct iris_binding_table *bt, enum iris_surface_group group, uint32_t index) iris_group_index_to_bti() argument
843 uint32_t index = nir_src_as_uint(*src); rewrite_src_with_bti() local
863 uint64_t index = nir_src_as_uint(*src); mark_used_with_src() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp85 VkPipelineColorBlendAttachmentState getIndexedValue (deUint32 index);
107 VkPipelineColorBlendAttachmentState getIndexedValue (deUint32 index);
294 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIterator::getIndexedValue (deUint32 index) in getIndexedValue() argument
296 const deUint32 blendOpAlphaIndex = index / (m_blendFactorsLength4 * m_blendOpsLength); in getIndexedValue()
299 const deUint32 destBlendAlphaIndex = (index - blendOpAlphaSeqIndex) / (m_blendFactorsLength3 * m_blendOpsLength); in getIndexedValue()
302 const deUint32 srcBlendAlphaIndex = (index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex) / (m_blendFactorsLength2 * m_blendOpsLength); in getIndexedValue()
305 const deUint32 blendOpColorIndex = (index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex - srcBlendAlphaSeqIndex) / m_blendFactorsLength2; in getIndexedValue()
308 const deUint32 destBlendColorIndex = (index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex - srcBlendAlphaSeqIndex - blendOpColorSeqIndex) / m_blendFactorsLength; in getIndexedValue()
311 const deUint32 srcBlendColorIndex = index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex - srcBlendAlphaSeqIndex - blendOpColorSeqIndex - destBlendColorSeqIndex; in getIndexedValue()
376 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIteratorDualSource::getIndexedValue (deUint32 index) in getIndexedValue() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1200 spvc_result spvc_compiler_msl_add_dynamic_buffer(spvc_compiler compiler, unsigned desc_set, unsigned binding, unsigned index) in spvc_compiler_msl_add_dynamic_buffer() argument
1210 msl.add_dynamic_buffer(desc_set, binding, index); in spvc_compiler_msl_add_dynamic_buffer()
1215 (void)index; in spvc_compiler_msl_add_dynamic_buffer()
2033 unsigned index) in spvc_compiler_get_execution_mode_argument_by_index()
2035 return compiler->compiler->get_execution_mode_argument(static_cast<spv::ExecutionMode>(mode), index); in spvc_compiler_get_execution_mode_argument_by_index()
2116 spvc_type_id spvc_type_get_member_type(spvc_type type, unsigned index) in spvc_type_get_member_type() argument
2118 return type->member_types[index]; in spvc_type_get_member_type()
2189 spvc_result spvc_compiler_get_declared_struct_member_size(spvc_compiler compiler, spvc_type struct_type, unsigned index, size_t *size) in spvc_compiler_get_declared_struct_member_size() argument
2193 *size = compiler->compiler->get_declared_struct_member_size(*static_cast<const SPIRType *>(struct_type), index); in spvc_compiler_get_declared_struct_member_size()
2199 spvc_result spvc_compiler_type_struct_member_offset(spvc_compiler compiler, spvc_type type, unsigned index, unsigne argument
2032 spvc_compiler_get_execution_mode_argument_by_index(spvc_compiler compiler, SpvExecutionMode mode, unsigned index) spvc_compiler_get_execution_mode_argument_by_index() argument
2209 spvc_compiler_type_struct_member_array_stride(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *stride) spvc_compiler_type_struct_member_array_stride() argument
2219 spvc_compiler_type_struct_member_matrix_stride(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *stride) spvc_compiler_type_struct_member_matrix_stride() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc321 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) \
326 return extension->repeated_##LOWERCASE##_value->Get(index); \
329 void ExtensionSet::SetRepeated##CAMELCASE(int number, int index, \
334 extension->repeated_##LOWERCASE##_value->Set(index, value); \
477 int ExtensionSet::GetRepeatedEnum(int number, int index) const { in GetRepeatedEnum()
481 return extension->repeated_enum_value->Get(index); in GetRepeatedEnum()
484 void ExtensionSet::SetRepeatedEnum(int number, int index, int value) { in SetRepeatedEnum() argument
488 extension->repeated_enum_value->Set(index, value); in SetRepeatedEnum()
539 int index) const { in GetRepeatedString()
543 return extension->repeated_string_value->Get(index); in GetRepeatedString()
546 MutableRepeatedString(int number, int index) MutableRepeatedString() argument
757 MutableRepeatedMessage(int number, int index) MutableRepeatedMessage() argument
[all...]
/third_party/python/Modules/
H A D_testbuffer.c923 the maximum index for the nth dimension.
1061 /* imin: minimum index of the input array relative to ndbuf->offset. in init_suboffsets()
1555 ptr_from_index(Py_buffer *base, Py_ssize_t index) in ptr_from_index() argument
1567 if (index < 0) { in ptr_from_index()
1568 index += nitems; in ptr_from_index()
1570 if (index < 0 || index >= nitems) { in ptr_from_index()
1571 PyErr_SetString(PyExc_IndexError, "index out of bounds"); in ptr_from_index()
1578 ptr += base->itemsize * index; in ptr_from_index()
1580 ptr += base->strides[0] * index; in ptr_from_index()
1588 ndarray_item(NDArrayObject *self, Py_ssize_t index) ndarray_item() argument
1800 Py_ssize_t index = PyLong_AsSsize_t(key); ndarray_subscript() local
1871 Py_ssize_t index; ndarray_ass_subscript() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp83 VkPipelineColorBlendAttachmentState getIndexedValue (deUint32 index);
105 VkPipelineColorBlendAttachmentState getIndexedValue (deUint32 index);
294 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIterator::getIndexedValue (deUint32 index) in getIndexedValue() argument
296 const deUint32 blendOpAlphaIndex = index / (m_blendFactorsLength4 * m_blendOpsLength); in getIndexedValue()
299 const deUint32 destBlendAlphaIndex = (index - blendOpAlphaSeqIndex) / (m_blendFactorsLength3 * m_blendOpsLength); in getIndexedValue()
302 const deUint32 srcBlendAlphaIndex = (index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex) / (m_blendFactorsLength2 * m_blendOpsLength); in getIndexedValue()
305 const deUint32 blendOpColorIndex = (index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex - srcBlendAlphaSeqIndex) / m_blendFactorsLength2; in getIndexedValue()
308 const deUint32 destBlendColorIndex = (index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex - srcBlendAlphaSeqIndex - blendOpColorSeqIndex) / m_blendFactorsLength; in getIndexedValue()
311 const deUint32 srcBlendColorIndex = index - blendOpAlphaSeqIndex - destBlendAlphaSeqIndex - srcBlendAlphaSeqIndex - blendOpColorSeqIndex - destBlendColorSeqIndex; in getIndexedValue()
376 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIteratorDualSource::getIndexedValue (deUint32 index) in getIndexedValue() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1067 GLuint index = 0; in verifyVarying() local
1080 index = program.GetResourceIndex(name, interface); in verifyVarying()
1082 program.GetResource(interface, index, GL_LOCATION, 1 /* size */, &location); in verifyVarying()
1083 program.GetResource(interface, index, GL_LOCATION_COMPONENT, 1 /* size */, &component); in verifyVarying()
1315 GLuint index = 0; in checkSSB() local
1336 index = program.GetResourceIndex(name_str, GL_BUFFER_VARIABLE); in checkSSB()
1338 program.GetResource(GL_BUFFER_VARIABLE, index, GL_OFFSET, 1, &offset); in checkSSB()
1781 * @param index <index> parameter
1783 void Buffer::BindBase(GLuint index) cons
1796 BindRange(GLuint index, GLintptr offset, GLsizeiptr size) const BindRange() argument
1872 BindBase(const Functions& gl, GLuint id, BUFFERS buffer, GLuint index) BindBase() argument
1889 BindRange(const Functions& gl, GLuint id, BUFFERS buffer, GLuint index, GLintptr offset, GLsizeiptr size) BindRange() argument
2837 GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) const GetResource() argument
3127 GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) GetResource() argument
3146 GLuint index = gl.getProgramResourceIndex(id, interface, name.c_str()); GetResourceIndex() local
3627 Attribute(GLuint index, const Type& type, GLuint n_array_elements, GLboolean normalized, GLsizei stride, const GLvoid* pointer) Attribute() argument
3656 AttribPointer(const Functions& gl, GLuint index, const Type& type, GLuint n_array_elements, GLboolean normalized, GLsizei stride, const GLvoid* pointer) AttribPointer() argument
3726 Disable(const Functions& gl, GLuint index, const Type& type, GLuint n_array_elements) Disable() argument
3756 Divisor(const Functions& gl, GLuint index, GLuint divisor) Divisor() argument
3769 Enable(const Functions& gl, GLuint index, const Type& type, GLuint n_array_elements) Enable() argument
6405 GLuint index = program.GetResourceIndex((*it)->m_descriptor.m_name, GL_PROGRAM_INPUT); test() local
6659 GLuint index = 0; test() local
6926 GLuint index = program.GetResourceIndex((*it)->m_descriptor.m_name, GL_PROGRAM_OUTPUT); test() local
13342 const GLchar* index = ""; test() local
13842 const GLchar* index = ""; test() local
14256 const GLchar* index = ""; test() local
14646 const GLchar* index = ""; test() local
15577 const GLchar* index = ""; test() local
16044 const GLchar* index = ""; test() local
16477 const GLchar* index = ""; test() local
16924 const GLchar* index = ""; test() local
17492 const GLchar* index = ""; test() local
17901 const GLchar* index = ""; test() local
18298 const GLchar* index = ""; test() local
18783 const GLchar* index = ""; test() local
22059 const GLchar* index = ""; test() local
22859 const GLchar* index = ""; test() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_hardware_info.h32 void GetGroupOfPaths(const size_t &index, const size_t &size, const std::vector<std::string> &paths,
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_value.h50 Json::Value Index(const int index) const;
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_map.h41 int32_t index; member
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_adapter_wrapper.h41 std::shared_ptr<NWeb::PasteDataRecordAdapter> GetRecordAt(std::size_t index) override;
/drivers/hdf_core/framework/model/audio/usb/include/
H A Daudio_usb_validate_desc.h19 uint16_t index; member

Completed in 74 milliseconds

1...<<451452453454455456457458459460>>...881