Home
last modified time | relevance | path

Searched refs:index (Results 1 - 25 of 16668) sorted by relevance

12345678910>>...667

/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h26 static void MatchConnEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchConnEventNameTypeExtraInt32Param() argument
28 EXPECT_STREQ(params[index].name, g_connAssigners[index].name); in MatchConnEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].t, g_connAssigners[index].type); in MatchConnEventNameTypeExtraInt32Param()
30 EXPECT_EQ(params[index].v.i32, extraParam); in MatchConnEventNameTypeExtraInt32Param()
33 static void MatchConnEventNameTypeExtraUint32Param(const HiSysEventParam *params, int32_t index, uint32_t extraParam) in MatchConnEventNameTypeExtraUint32Param() argument
35 EXPECT_STREQ(params[index].name, g_connAssigners[index].name); in MatchConnEventNameTypeExtraUint32Param()
36 EXPECT_EQ(params[index] in MatchConnEventNameTypeExtraUint32Param()
40 MatchConnEventNameTypeExtraUint64Param(const HiSysEventParam *params, int32_t index, uint64_t extraParam) MatchConnEventNameTypeExtraUint64Param() argument
47 MatchConnEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchConnEventNameTypeExtraStrParam() argument
54 MatchConnEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchConnEventNameTypeExtraStrParamAnony() argument
71 int32_t index = 0; MATCHER_P2() local
120 int32_t index = 0; MATCHER_P2() local
127 MatchConnAuditNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchConnAuditNameTypeExtraInt32Param() argument
134 MatchConnAuditNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchConnAuditNameTypeExtraStrParam() argument
146 int32_t index = 0; MATCHER_P2() local
[all...]
H A Dtrans_hisysevent_matcher.h26 static void MatchTransEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchTransEventNameTypeExtraInt32Param() argument
28 EXPECT_STREQ(params[index].name, TRANS_ASSIGNERS[index].name); in MatchTransEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].t, TRANS_ASSIGNERS[index].type); in MatchTransEventNameTypeExtraInt32Param()
30 EXPECT_EQ(params[index].v.i32, extraParam); in MatchTransEventNameTypeExtraInt32Param()
33 static void MatchTransEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, in MatchTransEventNameTypeExtraStrParam() argument
36 EXPECT_STREQ(params[index].name, TRANS_ASSIGNERS[index].name); in MatchTransEventNameTypeExtraStrParam()
37 EXPECT_EQ(params[index] in MatchTransEventNameTypeExtraStrParam()
41 MatchTransEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchTransEventNameTypeExtraStrParamAnony() argument
58 int32_t index = 0; MATCHER_P2() local
100 int32_t index = 0; MATCHER_P2() local
112 MatchTransAlarmNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchTransAlarmNameTypeExtraInt32Param() argument
119 MatchTransAlarmNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchTransAlarmNameTypeExtraStrParam() argument
126 MatchTransAlarmNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchTransAlarmNameTypeExtraStrParamAnony() argument
143 int32_t index = 0; MATCHER_P2() local
168 MatchTransAuditNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchTransAuditNameTypeExtraInt32Param() argument
175 MatchTransAuditNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchTransAuditNameTypeExtraStrParam() argument
187 int32_t index = 0; MATCHER_P2() local
[all...]
H A Dlnn_hisysevent_matcher.h26 static void MatchLnnEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchLnnEventNameTypeExtraInt32Param() argument
28 EXPECT_STREQ(params[index].name, g_lnnAssigners[index].name); in MatchLnnEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].t, g_lnnAssigners[index].type); in MatchLnnEventNameTypeExtraInt32Param()
30 EXPECT_EQ(params[index].v.i32, extraParam); in MatchLnnEventNameTypeExtraInt32Param()
33 static void MatchLnnEventNameTypeExtraUint32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchLnnEventNameTypeExtraUint32Param() argument
35 EXPECT_STREQ(params[index].name, g_lnnAssigners[index].name); in MatchLnnEventNameTypeExtraUint32Param()
36 EXPECT_EQ(params[index] in MatchLnnEventNameTypeExtraUint32Param()
40 MatchLnnEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchLnnEventNameTypeExtraStrParam() argument
47 MatchLnnEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchLnnEventNameTypeExtraStrParamAnony() argument
64 int32_t index = 0; MATCHER_P2() local
109 int32_t index = 0; MATCHER_P2() local
118 MatchLnnAuditNameTypeInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchLnnAuditNameTypeInt32Param() argument
125 MatchLnnAuditNameTypeUint32Param(const HiSysEventParam *params, int32_t index, uint32_t extraParam) MatchLnnAuditNameTypeUint32Param() argument
132 MatchLnnAuditNameTypeUint64Param(const HiSysEventParam *params, int32_t index, uint64_t extraParam) MatchLnnAuditNameTypeUint64Param() argument
139 MatchLnnAuditNameTypeStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchLnnAuditNameTypeStrParam() argument
151 int32_t index = 0; MATCHER_P2() local
192 int32_t index = 0; MATCHER_P2() local
[all...]
H A Ddisc_hisysevent_matcher.h25 static void MatchDiscEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchDiscEventNameTypeExtraInt32Param() argument
27 EXPECT_STREQ(params[index].name, g_discAssigners[index].name); in MatchDiscEventNameTypeExtraInt32Param()
28 EXPECT_EQ(params[index].t, g_discAssigners[index].type); in MatchDiscEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].v.i32, extraParam); in MatchDiscEventNameTypeExtraInt32Param()
32 static void MatchDiscEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char * extraParam) in MatchDiscEventNameTypeExtraStrParam() argument
34 EXPECT_STREQ(params[index].name, g_discAssigners[index].name); in MatchDiscEventNameTypeExtraStrParam()
35 EXPECT_EQ(params[index] in MatchDiscEventNameTypeExtraStrParam()
39 MatchDiscEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchDiscEventNameTypeExtraStrParamAnony() argument
55 int32_t index = 0; MATCHER_P2() local
91 int32_t index = 0; MATCHER_P2() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.cpp53 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
56 if (index < 0) { in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
63 if (size == 0 || size <= index + 1) { in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
64 option->sections.resize(static_cast<uint32_t>(index + 1)); in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
65 option->sections[index].itemsCount = itemCount; in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
67 option->sections[index].itemsCount = itemCount; in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
72 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
75 if (index < 0) { in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
82 if (size == 0 || size <= index + 1) { in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
83 option->sections.resize(static_cast<uint32_t>(index in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
52 OH_ArkUI_WaterFlowSectionOption_SetItemCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) OH_ArkUI_WaterFlowSectionOption_SetItemCount() argument
71 OH_ArkUI_WaterFlowSectionOption_SetCrossCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) OH_ArkUI_WaterFlowSectionOption_SetCrossCount() argument
90 OH_ArkUI_WaterFlowSectionOption_SetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float columnGap) OH_ArkUI_WaterFlowSectionOption_SetColumnGap() argument
108 OH_ArkUI_WaterFlowSectionOption_SetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float rowGap) OH_ArkUI_WaterFlowSectionOption_SetRowGap() argument
126 OH_ArkUI_WaterFlowSectionOption_SetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index, float marginTop, float marginRight, float marginBottom, float marginLeft) OH_ArkUI_WaterFlowSectionOption_SetMargin() argument
154 OH_ArkUI_WaterFlowSectionOption_GetItemCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetItemCount() argument
164 OH_ArkUI_WaterFlowSectionOption_GetCrossCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetCrossCount() argument
174 OH_ArkUI_WaterFlowSectionOption_GetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetColumnGap() argument
184 OH_ArkUI_WaterFlowSectionOption_GetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetRowGap() argument
194 OH_ArkUI_WaterFlowSectionOption_GetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetMargin() argument
209 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex( ArkUI_WaterFlowSectionOption* option, int32_t index, float (*callback)(int32_t itemIndex)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex() argument
220 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData( ArkUI_WaterFlowSectionOption* option, int32_t index, void* userData, float (*callback)(int32_t itemIndex, void* extraParams)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c117 FILLP_INT index; in SkipListPopValue() local
125 for (index = head->level - 1; index >= 0; index--) { in SkipListPopValue()
126 list->hnode[index] = head->forward[index]; in SkipListPopValue()
128 if (list->hnode[index] == FILLP_NULL_PTR) { in SkipListPopValue()
130 list->tnode[index] = FILLP_NULL_PTR; in SkipListPopValue()
133 list->hnode[index]->pre[index] in SkipListPopValue()
161 FILLP_INT index; SkipListPopTail() local
196 FILLP_INT index; SkiplistInsertAtMid() local
242 FILLP_INT index; SkipListInsertFirstNode() local
258 int index; SkipListInsertAtTail() local
268 int index; SkipListInsertAtHead() local
294 FILLP_INT index; SkipListInsert() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dirregular_matrics.cpp31 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in GetOptionDemo1()
32 switch (index) { in GetOptionDemo1()
59 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in GetOptionDemo2()
60 if (index == 1) { in GetOptionDemo2()
63 if (index == 0) { in GetOptionDemo2()
66 if (index == 4) { in GetOptionDemo2()
86 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in GetOptionDemo5()
87 if (index == 2) { in GetOptionDemo5()
90 if (index == 3) { in GetOptionDemo5()
93 if (index in GetOptionDemo5()
[all...]
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dtag_check.c14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() argument
19 item_check_absent(tree, index); in __simple_checks()
20 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks()
22 item_insert(tree, index); in __simple_checks()
23 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks()
24 item_tag_set(tree, index, tag); in __simple_checks()
25 ret = item_tag_get(tree, index, tag); in __simple_checks()
29 ret = item_tag_get(tree, index, !tag); in __simple_checks()
31 ret = item_delete(tree, index); in __simple_checks()
33 item_insert(tree, index); in __simple_checks()
44 unsigned long index; simple_checks() local
136 unsigned long index = 0; gang_check() local
171 unsigned long index; do_thrash() local
[all...]
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dtag_check.c14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() argument
19 item_check_absent(tree, index); in __simple_checks()
20 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks()
22 item_insert(tree, index); in __simple_checks()
23 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks()
24 item_tag_set(tree, index, tag); in __simple_checks()
25 ret = item_tag_get(tree, index, tag); in __simple_checks()
29 ret = item_tag_get(tree, index, !tag); in __simple_checks()
31 ret = item_delete(tree, index); in __simple_checks()
33 item_insert(tree, index); in __simple_checks()
44 unsigned long index; simple_checks() local
136 unsigned long index = 0; gang_check() local
171 unsigned long index; do_thrash() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp28 for (uint32_t index = 0; index < columnCount_; ++index) { in OnColumnsBuilding()
29 if (index >= range_.size()) { in OnColumnsBuilding()
31 auto emptyColumn = GetColumn(std::to_string(index)); in OnColumnsBuilding()
37 LOGE("the column of index[%{private}u] not exists.", index); in OnColumnsBuilding()
41 const auto& textRange = range_[index]; in OnColumnsBuilding()
42 auto column = GetColumn(std::to_string(index)); in OnColumnsBuilding()
44 LOGE("the column of index[ in OnColumnsBuilding()
132 OnDataLinking(const std::string& tag, bool isAdd, uint32_t index, std::vector<std::string>& resultTags) OnDataLinking() argument
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificdevice_fuzzer/
H A Dwificdevice_fuzzer.cpp77 int index = 0; in AddDeviceConfigTest() local
89 config.securityType = static_cast<int>(data[index++]); in AddDeviceConfigTest()
90 config.netId = static_cast<int>(data[index++]); in AddDeviceConfigTest()
91 config.freq = static_cast<int>(data[index++]); in AddDeviceConfigTest()
92 config.wapiPskType = static_cast<int>(data[index++]); in AddDeviceConfigTest()
93 config.isHiddenSsid = static_cast<int>(data[index++]); in AddDeviceConfigTest()
94 config.ipType = static_cast<IpType>(static_cast<int>(data[index++]) % TWO); in AddDeviceConfigTest()
96 int result = static_cast<int>(data[index++]); in AddDeviceConfigTest()
109 int index = 0; in AdvanceScanTest() local
111 params.freqs = static_cast<int>(data[index in AdvanceScanTest()
122 int index = 0; GetSignalLevelTest() local
141 int index = 0; GetScanInfoListTest() local
171 int index = 0; GetDeviceConfigsTest() local
201 int index = 0; ConnectToDeviceTest() local
226 int index = 0; GetLinkedInfoTest() local
259 int index = 0; GetIpInfoTest() local
286 int index = 0; Get5GHzChannelListTest() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.h43 const std::string& String(size_t index = 0u) const in String()
46 return index < Count() ? args_[index] : EMPTY; in String()
49 int8_t Int8(size_t index = 0u) const in Int8()
51 return Utils::ToInt8(String(index)); in Int8()
54 int16_t Int16(size_t index = 0u) const in Int16()
56 return Utils::ToInt16(String(index)); in Int16()
59 int32_t Int32(size_t index = 0u) const in Int32()
61 return Utils::ToInt32(String(index)); in Int32()
64 int64_t Int64(size_t index
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.cpp53 void TabController::SetIndex(int32_t index) in SetIndex() argument
55 // There can be different tab at the same index in SetIndex()
56 if ((index_ == index && !Container::IsCurrentUsePartialUpdate()) || index < 0) { in SetIndex()
61 index_ = index; in SetIndex()
65 tabContent->ChangeByBar(index); in SetIndex()
70 void TabController::SetInitialIndex(int32_t index) in SetInitialIndex() argument
72 if (initialIndex_ == index || index < 0) { in SetInitialIndex()
75 initialIndex_ = index; in SetInitialIndex()
78 SetIndexWithoutChangeContent(int32_t index) SetIndexWithoutChangeContent() argument
87 SetPendingIndex(int32_t index) SetPendingIndex() argument
96 SetIndexByController(int32_t index, bool blockEvent) SetIndexByController() argument
127 ChangeDispatch(int32_t index) ChangeDispatch() argument
147 SetIndexByScrollContent(int32_t index) SetIndexByScrollContent() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c48 * @index: Index of prot on the interface
52 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) in __cvmx_helper_sgmii_hardware_init_one_time() argument
60 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
62 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64); in __cvmx_helper_sgmii_hardware_init_one_time()
70 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
72 cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
82 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
98 cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
103 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
108 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interfac in __cvmx_helper_sgmii_hardware_init_one_time()
137 __cvmx_helper_sgmii_hardware_init_link(int interface, int index) __cvmx_helper_sgmii_hardware_init_link() argument
201 __cvmx_helper_sgmii_hardware_init_link_speed(int interface, int index, union cvmx_helper_link_info link_info) __cvmx_helper_sgmii_hardware_init_link_speed() argument
309 int index; __cvmx_helper_sgmii_hardware_init() local
369 int index; __cvmx_helper_sgmii_enable() local
402 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_get() local
511 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_set() local
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c48 * @index: Index of prot on the interface
52 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) in __cvmx_helper_sgmii_hardware_init_one_time() argument
60 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
62 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64); in __cvmx_helper_sgmii_hardware_init_one_time()
70 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
72 cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
82 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
98 cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
103 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
108 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interfac in __cvmx_helper_sgmii_hardware_init_one_time()
137 __cvmx_helper_sgmii_hardware_init_link(int interface, int index) __cvmx_helper_sgmii_hardware_init_link() argument
201 __cvmx_helper_sgmii_hardware_init_link_speed(int interface, int index, union cvmx_helper_link_info link_info) __cvmx_helper_sgmii_hardware_init_link_speed() argument
309 int index; __cvmx_helper_sgmii_hardware_init() local
369 int index; __cvmx_helper_sgmii_enable() local
402 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_get() local
511 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_set() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dgradient_style_modifier.cpp91 for (size_t index = 0; index < size; index++) { in GetGradient()
92 color.SetColor(colors[index]); in GetGradient()
94 stops[index].Value() > MAX_COLOR_STOP ? Dimension(MAX_COLOR_STOP, DimensionUnit::PERCENT) : stops[index]; in GetGradient()
178 size_t index = 0; in Add() local
179 for (; index < idealSize; index++) { in Add()
180 Color color = Color::FromARGB(colors_[index] in Add()
205 size_t index = 0; Minus() local
229 size_t index = 0; Multiply() local
267 size_t index = 0; Add() local
291 size_t index = 0; Minus() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp30 for (int32_t index = nodeSize - 1; index >= 0; index--) { in ResetControl()
31 if (index + delta < 0) { in ResetControl()
34 srcNode = nodes_.at(index + delta); in ResetControl()
36 MoveNode(srcNode, index); in ResetControl()
39 for (int32_t index = 0; index < nodeSize; index++) { in ResetControl()
40 if (index in ResetControl()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.cpp61 void FFICJCommonVectorStringSetElement(VectorStringHandle vec, int64_t index, const char* value) in FFICJCommonVectorStringSetElement() argument
64 (*actualVec)[index] = value; in FFICJCommonVectorStringSetElement()
68 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() argument
71 return (*actualVec)[index].c_str(); in FFICJCommonVectorStringGetElement()
75 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() argument
78 (*actualVec)[index] = value; in FFICJCommonVectorInt32SetElement()
81 int32_t FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) in FFICJCommonVectorInt32GetElement() argument
84 return (*actualVec)[index]; in FFICJCommonVectorInt32GetElement()
88 void FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) in FFICJCommonVectorInt64SetElement() argument
91 (*actualVec)[index] in FFICJCommonVectorInt64SetElement()
94 FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) FFICJCommonVectorInt64GetElement() argument
101 FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) FFICJCommonVectorUInt8SetElement() argument
107 FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) FFICJCommonVectorUInt8GetElement() argument
114 FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) FFICJCommonVectorUInt32SetElement() argument
120 FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) FFICJCommonVectorUInt32GetElement() argument
127 FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) FFICJCommonVectorFloat32SetElement() argument
133 FFICJCommonVectorFloat32GetElement(VectorFloat32Handle vec, int64_t index) FFICJCommonVectorFloat32GetElement() argument
140 FFICJCommonVectorFloat64SetElement(VectorFloat64Handle vec, int64_t index, double value) FFICJCommonVectorFloat64SetElement() argument
146 FFICJCommonVectorFloat64GetElement(VectorFloat64Handle vec, int64_t index) FFICJCommonVectorFloat64GetElement() argument
153 FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) FFICJCommonVectorBoolSetElement() argument
159 FFICJCommonVectorBoolGetElement(VectorBoolHandle vec, int64_t index) FFICJCommonVectorBoolGetElement() argument
166 FFICJCommonVectorNavigationItemSetElement(VectorNavigationItemHandle vec, int64_t index, NavigationItemFFI value) FFICJCommonVectorNavigationItemSetElement() argument
172 FFICJCommonVectorNavigationItemGetElement(VectorNavigationItemHandle vec, int64_t index) FFICJCommonVectorNavigationItemGetElement() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_node.cpp27 for (uint32_t index = 0; index < DASH_ADAPTATION_SET_ATTR_NUM; index++) { in DashAdptSetNode()
28 adptSetAttr_[index].attr_.assign(adptSetAttrs_[index]); in DashAdptSetNode()
29 adptSetAttr_[index].val_.assign(""); in DashAdptSetNode()
40 for (uint32_t index = 0; index < DASH_ADAPTATION_SET_ATTR_NUM; index++) { in ParseNode()
41 xmlParser->GetAttribute(rootElement, adptSetAttr_[index] in ParseNode()
48 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
62 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
76 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
90 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
104 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_content_comp_node.cpp25 for (uint32_t index = 0; index < DASH_CONTENT_COMP_ATTR_NUM; index++) { in DashContentCompNode()
26 contentCompAttr_[index].attr_.assign(contentCompAttrs_[index]); in DashContentCompNode()
27 contentCompAttr_[index].val_.assign(""); in DashContentCompNode()
36 for (uint32_t index = 0; index < DASH_CONTENT_COMP_ATTR_NUM; index++) { in ParseNode()
37 xmlParser->GetAttribute(rootElement, contentCompAttr_[index] in ParseNode()
44 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
56 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
68 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
80 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
92 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_descriptor_node.cpp26 for (uint32_t index = 0; index < DASH_DESCRIPTOR_ATTR_NUM; index++) { in DashDescriptorNode()
27 descriptorAttr_[index].attr_.assign(descriptorAttrs_[index]); in DashDescriptorNode()
28 descriptorAttr_[index].val_.assign(""); in DashDescriptorNode()
37 for (uint32_t index = 0; index < DASH_DESCRIPTOR_ATTR_NUM; index++) { in ParseNode()
38 xmlParser->GetAttribute(rootElement, descriptorAttr_[index] in ParseNode()
45 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
57 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
69 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
81 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
93 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_com_attrs_elements.cpp25 for (int32_t index = 0; index < DASH_COMMON_ATTR_NUM; index++) { in DashComAttrsElements()
26 commonAttr_[index].attr_.assign(commonAttrs_[index]); in DashComAttrsElements()
27 commonAttr_[index].val_.assign(""); in DashComAttrsElements()
36 for (uint32_t index = 0; index < DASH_COMMON_ATTR_NUM; index++) { in ParseAttrs()
37 xmlParser->GetAttribute(rootElement, commonAttr_[index] in ParseAttrs()
44 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
56 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
68 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
80 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
92 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_template_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_TEMPLATE_ATTR_NUM; index++) { in DashSegTemplateNode()
26 segTemplateAttr_[index].attr_.assign(segTemplateAttrs_[index]); in DashSegTemplateNode()
27 segTemplateAttr_[index].val_.assign(""); in DashSegTemplateNode()
44 for (uint32_t index = 0; index < DASH_SEG_TEMPLATE_ATTR_NUM; index++) { in ParseNode()
46 xmlParser->GetAttribute(rootElement, segTemplateAttr_[index] in ParseNode()
58 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
72 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
86 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
100 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
114 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_mult_seg_base_node.cpp25 for (uint32_t index = 0; index < DASH_MULT_SEG_BASE_ATTR_NUM; index++) { in DashMultSegBaseNode()
26 multSegBaseAttr_[index].attr_.assign(multiSegBaseAttrs_[index]); in DashMultSegBaseNode()
27 multSegBaseAttr_[index].val_.assign(""); in DashMultSegBaseNode()
43 for (uint32_t index = 0; index < DASH_MULT_SEG_BASE_ATTR_NUM; index++) { in ParseNode()
44 xmlParser->GetAttribute(rootElement, multSegBaseAttr_[index] in ParseNode()
55 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
69 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
83 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
97 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
111 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_list_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_LIST_ATTR_NUM; index++) { in DashSegListNode()
26 segListAttr_[index].attr_.assign(segListAttrs_[index]); in DashSegListNode()
27 segListAttr_[index].val_.assign(""); in DashSegListNode()
44 for (uint32_t index = 0; index < DASH_SEG_LIST_ATTR_NUM; index++) { in ParseNode()
46 xmlParser->GetAttribute(rootElement, segListAttr_[index] in ParseNode()
58 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
72 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
86 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
100 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
114 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
[all...]

Completed in 10 milliseconds

12345678910>>...667