Home
last modified time | relevance | path

Searched refs:index (Results 4001 - 4025 of 22019) sorted by relevance

1...<<161162163164165166167168169170>>...881

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadm1031.c261 * control bitfields. the index in the table is the register value.
324 int nr = to_sensor_dev_attr(attr)->index; in fan_auto_channel_show()
335 int nr = to_sensor_dev_attr(attr)->index; in fan_auto_channel_store()
389 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_off_show()
397 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_min_show()
408 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_min_store()
427 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_max_show()
438 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_max_store()
470 int nr = to_sensor_dev_attr(attr)->index; in pwm_show()
479 int nr = to_sensor_dev_attr(attr)->index; in pwm_store()
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/mscc/
H A Dmscc_macsec.c375 u32 val, match = 0, mask = 0, action = 0, idx = flow->index; in vsc8584_macsec_flow()
465 u32 val, idx = flow->index; in vsc8584_macsec_flow_enable()
484 u32 val, idx = flow->index; in vsc8584_macsec_flow_disable()
498 return flow->index + MSCC_MS_MAX_FLOWS; in vsc8584_macsec_flow_context_id()
500 return flow->index; in vsc8584_macsec_flow_context_id()
525 int i, ret, index = flow->index; in vsc8584_macsec_transformation() local
555 vsc8584_macsec_phy_write(phydev, bank, MSCC_MS_XFORM_REC(index, rec++), in vsc8584_macsec_transformation()
559 vsc8584_macsec_phy_write(phydev, bank, MSCC_MS_XFORM_REC(index, rec++), in vsc8584_macsec_transformation()
565 MSCC_MS_XFORM_REC(index, re in vsc8584_macsec_transformation()
606 int index; vsc8584_macsec_alloc_flow() local
[all...]
/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Doxygen_mixer.c509 unsigned int index = ctl->private_value & 0xff; in ac97_switch_get() local
515 reg = oxygen_read_ac97(chip, codec, index); in ac97_switch_get()
547 unsigned int index = ctl->private_value & 0xff; in ac97_switch_put() local
554 oldreg = oxygen_read_ac97(chip, codec, index); in ac97_switch_put()
562 oxygen_write_ac97(chip, codec, index, newreg); in ac97_switch_put()
564 chip->model.ac97_switch(chip, index, newreg & 0x8000); in ac97_switch_put()
565 if (index == AC97_LINE) { in ac97_switch_put()
574 } else if ((index == AC97_MIC || index == AC97_CD || in ac97_switch_put()
575 index in ac97_switch_put()
604 unsigned int index = ctl->private_value & 0xff; ac97_volume_get() local
625 unsigned int index = ctl->private_value & 0xff; ac97_volume_put() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c199 unsigned long index; in end_compressed_bio_read() local
242 index = 0; in end_compressed_bio_read()
243 for (index = 0; index < cb->nr_pages; index++) { in end_compressed_bio_read()
244 page = cb->compressed_pages[index]; in end_compressed_bio_read()
281 unsigned long index = cb->start >> PAGE_SHIFT; in end_compressed_writeback() local
284 unsigned long nr_pages = end_index - index + 1; in end_compressed_writeback()
292 ret = find_get_pages_contig(inode->i_mapping, index, in end_compressed_writeback()
297 index in end_compressed_writeback()
325 unsigned long index; end_compressed_bio_write() local
1573 u64 index, index_end; heuristic_collect_sample() local
[all...]
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/
H A Dfmdrv_common.c193 u8 index; in dump_tx_skb_data() local
206 for (index = 0; index < len; index++) in dump_tx_skb_data()
208 skb->data[FM_CMD_MSG_HDR_SIZE + index]); in dump_tx_skb_data()
218 u8 index; in dump_rx_skb_data() local
231 for (index = 0; index < len; index++) in dump_rx_skb_data()
233 skb->data[FM_EVT_MSG_HDR_SIZE + index]); in dump_rx_skb_data()
629 u8 index; fm_rx_update_af_cache() local
681 u8 index = 0; fm_rdsparse_swapbytes() local
[all...]
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/
H A Dfmdrv_common.c194 u8 index; in dump_tx_skb_data() local
207 for (index = 0; index < len; index++) in dump_tx_skb_data()
209 skb->data[FM_CMD_MSG_HDR_SIZE + index]); in dump_tx_skb_data()
219 u8 index; in dump_rx_skb_data() local
232 for (index = 0; index < len; index++) in dump_rx_skb_data()
234 skb->data[FM_EVT_MSG_HDR_SIZE + index]); in dump_rx_skb_data()
630 u8 index; fm_rx_update_af_cache() local
682 u8 index = 0; fm_rdsparse_swapbytes() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dprocessor_idle.c584 * @index: the index of suggested state
586 static int acpi_idle_play_dead(struct cpuidle_device *dev, int index) in acpi_idle_play_dead() argument
588 struct acpi_processor_cx *cx = per_cpu(acpi_cstate[index], dev->cpu); in acpi_idle_play_dead()
620 * @index: index of target state
625 int index) in acpi_idle_enter_bm()
646 index = drv->safe_state_index; in acpi_idle_enter_bm()
647 if (index >= 0) { in acpi_idle_enter_bm()
648 cx = this_cpu_read(acpi_cstate[index]); in acpi_idle_enter_bm()
622 acpi_idle_enter_bm(struct cpuidle_driver *drv, struct acpi_processor *pr, struct acpi_processor_cx *cx, int index) acpi_idle_enter_bm() argument
683 acpi_idle_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) acpi_idle_enter() argument
712 acpi_idle_enter_s2idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) acpi_idle_enter_s2idle() argument
1184 acpi_idle_lpi_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) acpi_idle_lpi_enter() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dof.h316 u32 index, u32 *out_value);
319 u32 index, u64 *out_value);
347 const char **out_strs, size_t sz, int index);
362 int index);
378 int index, struct of_phandle_args *out_args);
380 const char *list_name, const char *stem_name, int index,
442 bool of_console_check(struct device_node *dn, char *name, int index);
614 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index()
620 const char *propname, u32 index, u64 *out_value) in of_property_read_u64_index()
654 int index) in of_get_cpu_state_node()
613 of_property_read_u32_index(const struct device_node *np, const char *propname, u32 index, u32 *out_value) of_property_read_u32_index() argument
619 of_property_read_u64_index(const struct device_node *np, const char *propname, u32 index, u64 *out_value) of_property_read_u64_index() argument
653 of_get_cpu_state_node(struct device_node *cpu_node, int index) of_get_cpu_state_node() argument
721 of_property_read_string_helper(const struct device_node *np, const char *propname, const char **out_strs, size_t sz, int index) of_property_read_string_helper() argument
728 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
738 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args_map() argument
811 of_console_check(const struct device_node *dn, const char *name, int index) of_console_check() argument
942 of_parse_phandle(const struct device_node *np, const char *phandle_name, int index) of_parse_phandle() argument
987 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args() argument
1033 of_parse_phandle_with_fixed_args(const struct device_node *np, const char *list_name, int cell_count, int index, struct of_phandle_args *out_args) of_parse_phandle_with_fixed_args() argument
1058 of_parse_phandle_with_optional_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_optional_args() argument
1202 of_property_read_string_index(const struct device_node *np, const char *propname, int index, const char **output) of_property_read_string_index() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/mscc/
H A Dmscc_macsec.c375 u32 val, match = 0, mask = 0, action = 0, idx = flow->index; in vsc8584_macsec_flow()
465 u32 val, idx = flow->index; in vsc8584_macsec_flow_enable()
484 u32 val, idx = flow->index; in vsc8584_macsec_flow_disable()
498 return flow->index + MSCC_MS_MAX_FLOWS; in vsc8584_macsec_flow_context_id()
500 return flow->index; in vsc8584_macsec_flow_context_id()
525 int i, ret, index = flow->index; in vsc8584_macsec_transformation() local
555 vsc8584_macsec_phy_write(phydev, bank, MSCC_MS_XFORM_REC(index, rec++), in vsc8584_macsec_transformation()
559 vsc8584_macsec_phy_write(phydev, bank, MSCC_MS_XFORM_REC(index, rec++), in vsc8584_macsec_transformation()
565 MSCC_MS_XFORM_REC(index, re in vsc8584_macsec_transformation()
606 int index; vsc8584_macsec_alloc_flow() local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadm1031.c260 * control bitfields. the index in the table is the register value.
323 int nr = to_sensor_dev_attr(attr)->index; in fan_auto_channel_show()
334 int nr = to_sensor_dev_attr(attr)->index; in fan_auto_channel_store()
388 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_off_show()
396 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_min_show()
407 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_min_store()
426 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_max_show()
437 int nr = to_sensor_dev_attr(attr)->index; in auto_temp_max_store()
469 int nr = to_sensor_dev_attr(attr)->index; in pwm_show()
478 int nr = to_sensor_dev_attr(attr)->index; in pwm_store()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h15 #include <asm/msr-index.h>
100 u16 index; member
108 .index = idx, \
117 kvm_static_assert(idx < BIT(sizeof(feature.index) * BITS_PER_BYTE)); \
222 u8 index; member
231 .index = idx, \
242 kvm_static_assert(idx < BIT(sizeof(property.index) * BITS_PER_BYTE)); \
545 static inline u64 xgetbv(u32 index) in xgetbv() argument
551 : "c" (index)); in xgetbv()
555 static inline void xsetbv(u32 index, u6 argument
591 __cpuid(uint32_t function, uint32_t index, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) __cpuid() argument
654 __this_cpu_has(uint32_t function, uint32_t index, uint8_t reg, uint8_t lo, uint8_t hi) __this_cpu_has() argument
960 __vcpu_get_cpuid_entry(struct kvm_vcpu *vcpu, uint32_t function, uint32_t index) __vcpu_get_cpuid_entry() argument
1178 xsetbv_safe(uint32_t index, uint64_t value) xsetbv_safe() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Doxygen_mixer.c509 unsigned int index = ctl->private_value & 0xff; in ac97_switch_get() local
515 reg = oxygen_read_ac97(chip, codec, index); in ac97_switch_get()
547 unsigned int index = ctl->private_value & 0xff; in ac97_switch_put() local
554 oldreg = oxygen_read_ac97(chip, codec, index); in ac97_switch_put()
562 oxygen_write_ac97(chip, codec, index, newreg); in ac97_switch_put()
564 chip->model.ac97_switch(chip, index, newreg & 0x8000); in ac97_switch_put()
565 if (index == AC97_LINE) { in ac97_switch_put()
574 } else if ((index == AC97_MIC || index == AC97_CD || in ac97_switch_put()
575 index in ac97_switch_put()
604 unsigned int index = ctl->private_value & 0xff; ac97_volume_get() local
625 unsigned int index = ctl->private_value & 0xff; ac97_volume_put() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp120 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const in GetPrefixesPath() argument
126 for (i = index; i >= 0; i = parents[(unsigned)i]) in GetPrefixesPath()
134 for (i = index; i >= 0; i = parents[(unsigned)i]) in GetPrefixesPath()
144 FString CDirItems::GetPhyPath(unsigned index) const in GetPhyPath()
146 const CDirItem &di = Items[index]; in GetPhyPath()
150 UString CDirItems::GetLogPath(unsigned index) const in GetLogPath()
152 const CDirItem &di = Items[index]; in GetLogPath()
699 int index = curNode.FindSubNode(name); in EnumerateForItem() local
700 if (index >= 0) in EnumerateForItem()
702 nextNode = &curNode.SubNodes[(unsigned)index]; in EnumerateForItem()
958 int index = curNode.FindSubNode(name); EnumerateDirItems() local
1408 const int index = OwnerNameMap.Find(item.uid); FillDeviceSizes() local
1413 const int index = OwnerGroupMap.Find(item.gid); FillDeviceSizes() local
1539 unsigned index = indices[i]; EnumerateDirItemsAndSort() local
[all...]
/third_party/lzma/CPP/Common/
H A DMyString.h279 void InsertSpace(unsigned &index, unsigned size);
463 // void Insert(unsigned index, char c);
464 void Insert(unsigned index, const char *s);
465 void Insert(unsigned index, const AString &s);
472 void Delete(unsigned index) throw();
473 void Delete(unsigned index, unsigned count) throw();
476 void DeleteFrom(unsigned index) in DeleteFrom() argument
478 if (index < _len) in DeleteFrom()
480 _len = index; in DeleteFrom()
481 _chars[index] in DeleteFrom()
484 DeleteFrom(int index) DeleteFrom() argument
760 Delete(int index) Delete() argument
765 DeleteFrom(int index) DeleteFrom() argument
766 DeleteFrom(unsigned index) DeleteFrom() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc93 TNode<IntPtrT> index, TNode<Object> value,
128 TNode<IntPtrT> index, TNode<Object> value,
133 TNode<IntPtrT> index, TNode<Object> value,
362 TNode<JSObject> receiver, TNode<IntPtrT> index, TNode<Object> value, in MaybeUpdateLengthAndReturn()
365 TNode<Smi> new_length = SmiTag(Signed(IntPtrAdd(index, IntPtrConstant(1)))); in MaybeUpdateLengthAndReturn()
375 TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, in StoreElementWithCapacity()
399 ElementOffsetFromIndex(index, PACKED_ELEMENTS, kHeaderSize); in StoreElementWithCapacity()
430 MaybeUpdateLengthAndReturn(receiver, index, value, update_length); in StoreElementWithCapacity()
448 MaybeUpdateLengthAndReturn(receiver, index, value, update_length); in StoreElementWithCapacity()
471 ElementOffsetFromIndex(index, PACKED_DOUBLE_ELEMENT in StoreElementWithCapacity()
361 MaybeUpdateLengthAndReturn( TNode<JSObject> receiver, TNode<IntPtrT> index, TNode<Object> value, UpdateLength update_length) MaybeUpdateLengthAndReturn() argument
372 StoreElementWithCapacity( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<FixedArrayBase> elements, TNode<Word32T> elements_kind, TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, Label* slow, UpdateLength update_length) StoreElementWithCapacity() argument
567 EmitGenericElementStore( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<Uint16T> instance_type, TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, Label* slow) EmitGenericElementStore() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c38 ppir_node *node = ppir_node_create(block, op, ssa->index, 0); in ppir_node_create_ssa()
57 ppir_node *node = ppir_node_create(block, op, reg->index, mask); in ppir_node_create_reg()
64 if (r->index == reg->index) { in ppir_node_create_reg()
83 unsigned index = -1; in ppir_node_create_dest() local
92 return ppir_node_create(block, op, index, 0); in ppir_node_create_dest()
101 child = comp->var_nodes[ns->ssa->index]; in ppir_node_add_src()
109 child = comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle]; in ppir_node_add_src()
114 comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle] = child; in ppir_node_add_src()
278 lnode->index in ppir_emit_intrinsic()
[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonemetadata.pb.js164 * Gets the value of the leading_digits_pattern field at the index given.
165 * @param {number} index The index to lookup.
168 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPattern = function(index) {
169 return /** @type {?string} */ (this.get$Value(3, index));
174 * Gets the value of the leading_digits_pattern field at the index given or the default value if not set.
175 * @param {number} index The index to lookup.
178 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPatternOrDefault = function(index) {
179 return /** @type {string} */ (this.get$ValueOrDefault(3, index));
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformTest.cpp420 // Array index zero should be equivalent to the un-indexed uniform in TEST_P()
497 for (size_t index = 0; index < inValues.size(); ++index) in TEST_P()
499 GLfloat inValue = static_cast<GLfloat>(inValues[index]); in TEST_P()
500 GLfloat expectedValue = expectedFValues[index]; in TEST_P()
509 for (size_t index = 0; index < inValues.size(); ++index) in TEST_P()
511 GLfloat inValue = static_cast<GLfloat>(inValues[index]); in TEST_P()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc442 const size_t idx = index(edge_type); in SetEdge()
658 // Find the index of offset with `IndexBeyond` which provides us the edge in CopySuffix()
661 CordRepBtree* sub = node->CopyToEndFrom(pos.index, len); in CopySuffix()
666 // bytes of the edge preceding that in `pos.index`. We need to iteratively in CopySuffix()
670 assert(pos.index >= 1); in CopySuffix()
671 const size_t begin = pos.index - 1; in CopySuffix()
686 CordRepBtree* nsub = node->CopyToEndFrom(pos.index, len); in CopySuffix()
690 sub->set_begin(pos.index); in CopySuffix()
716 // Create a partial copy of the node up to `pos.index`, with a defined length in CopyPrefix()
718 CordRepBtree* sub = node->CopyBeginTo(pos.index, in CopyPrefix()
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp540 void GLContext::primitiveRestartIndex (deUint32 index) in primitiveRestartIndex() argument
542 m_wrapper->glPrimitiveRestartIndex(index); in primitiveRestartIndex()
656 void GLContext::vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer) in vertexAttribPointer() argument
658 m_wrapper->glVertexAttribPointer(index, size, type, (glw::GLboolean)normalized, stride, pointer); in vertexAttribPointer()
661 void GLContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) in vertexAttribIPointer() argument
663 m_wrapper->glVertexAttribIPointer(index, size, type, stride, pointer); in vertexAttribIPointer()
666 void GLContext::enableVertexAttribArray (deUint32 index) in enableVertexAttribArray() argument
668 m_wrapper->glEnableVertexAttribArray(index); in enableVertexAttribArray()
671 void GLContext::disableVertexAttribArray (deUint32 index) in disableVertexAttribArray() argument
673 m_wrapper->glDisableVertexAttribArray(index); in disableVertexAttribArray()
676 vertexAttribDivisor(deUint32 index, deUint32 divisor) vertexAttribDivisor() argument
681 vertexAttrib1f(deUint32 index, float x) vertexAttrib1f() argument
686 vertexAttrib2f(deUint32 index, float x, float y) vertexAttrib2f() argument
691 vertexAttrib3f(deUint32 index, float x, float y, float z) vertexAttrib3f() argument
696 vertexAttrib4f(deUint32 index, float x, float y, float z, float w) vertexAttrib4f() argument
701 vertexAttribI4i(deUint32 index, deInt32 x, deInt32 y, deInt32 z, deInt32 w) vertexAttribI4i() argument
706 vertexAttribI4ui(deUint32 index, deUint32 x, deUint32 y, deUint32 z, deUint32 w) vertexAttribI4ui() argument
[all...]
/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp166 unsigned char index = static_cast<unsigned char>(c); in Gsm7Decode() local
167 if (index < 0x20) { in Gsm7Decode()
168 bits = (index == 0x1B) ? 0x1B : 0x5E; in Gsm7Decode()
169 } else if (index < 0x60) { in Gsm7Decode()
170 bits = gsm7Chars[index - 0x20]; in Gsm7Decode()
172 bits = extChar[index - 0x60]; in Gsm7Decode()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp61 std::string::size_type index = 0; in ForceCreateDirectory() local
64 index = dir.find('/', index + 1); // (index + 1) means the next char traversed in ForceCreateDirectory()
65 if (index == std::string::npos) { in ForceCreateDirectory()
68 subPath = dir.substr(0, index); in ForceCreateDirectory()
74 } while (index != std::string::npos); in ForceCreateDirectory()
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp25 constexpr const char *BUNDLE_INFO_APP_INDEX = "index";
116 for (size_t index = 0; index < slotsInfo_.size(); index++) { in ToJson()
118 jsonNode[BUNDLE_INFO_SLOT_TYPE] = static_cast<int32_t>(slotsInfo_[index].slotType_); in ToJson()
119 jsonNode[BUNDLE_INFO_SLOT_ENABLE] = slotsInfo_[index].enable_ ? 1 : 0; in ToJson()
120 jsonNode[BUNDLE_INFO_SLOT_CONTROL] = slotsInfo_[index].isForceControl_ ? 1 : 0; in ToJson()
203 ", index = " + std::to_string(appIndex_) + in Dump()
/base/startup/appspawn/interfaces/innerkits/permission/
H A Dappspawn_mount_permission.c136 static const char *PMGetPermissionByIndex(AppSpawnClientType type, int32_t index) in PMGetPermissionByIndex() argument
140 if (mgr->maxPermissionIndex <= index) { in PMGetPermissionByIndex()
143 const SandboxPermissionNode *node = GetPermissionNodeInQueueByIndex((SandboxQueue *)&mgr->permissionQueue, index); in PMGetPermissionByIndex()
217 const char *GetPermissionByIndex(AppSpawnClientHandle handle, int32_t index) in GetPermissionByIndex() argument
220 return PMGetPermissionByIndex(CLIENT_FOR_APPSPAWN, index); in GetPermissionByIndex()
223 return PMGetPermissionByIndex(reqMgr->type, index); in GetPermissionByIndex()
/base/startup/init/test/unittest/modules/
H A Dcontext_unittest.cpp168 int index = 0; in HWTEST_F() local
169 const char *cmd = GetMatchCmd("mkdir ", &index); in HWTEST_F()
174 DoCmdByIndex(index, STARTUP_INIT_UT_PATH"/testsubcontext", &context); in HWTEST_F()
180 int index = 0; in HWTEST_F() local
181 const char *cmd = GetMatchCmd("mkdir ", &index); in HWTEST_F()
186 DoCmdByIndex(index, STARTUP_INIT_UT_PATH"/testsubcontext", &context); in HWTEST_F()

Completed in 41 milliseconds

1...<<161162163164165166167168169170>>...881