/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/ |
H A D | wifichotspot_fuzzer.cpp | 35 int index = 0; in SetHotspotConfigTest() local 55 int index = 0; in GetHotspotConfigTest() local 72 int index = 0; in GetStationListTest() local 85 int index = 0; in DisassociateStaTest() local
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_module.cpp | 50 int index = idlFilePath_.LastIndexOf('\\'); in SetIdlFile() local 52 int index = idlFilePath_.LastIndexOf('/'); in SetIdlFile() local 63 int index = 0; in ParseNamespace() local 104 AutoPtr<ASTNamespace> ASTModule::GetNamespace(size_t index) in GetNamespace() 123 AutoPtr<ASTInterfaceType> ASTModule::GetInterface(size_t index) in GetInterface() 152 AutoPtr<ASTSequenceableType> ASTModule::GetSequenceable(size_t index) in GetSequenceable()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_base_node_command_test.cpp | 60 int32_t index = static_cast<int32_t>(0); variable 75 int32_t index = static_cast<int32_t>(1); variable 90 int32_t index = static_cast<int32_t>(1); variable 164 int32_t index = 1; variable 192 int32_t index = 1; variable 247 int32_t index = 1; variable
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewActions.java | 54 public static ViewAction clickOnTextAtIndex(int index) { in clickOnTextAtIndex() 83 public static ViewAction mouseClickOnTextAtIndex(int index) { in mouseClickOnTextAtIndex() 98 public static ViewAction mouseClickOnTextAtIndex(int index, in mouseClickOnTextAtIndex() 114 public static ViewAction doubleClickOnTextAtIndex(int index) { in doubleClickOnTextAtIndex() 129 public static ViewAction mouseDoubleClickOnTextAtIndex(int index) { in mouseDoubleClickOnTextAtIndex() 144 public static ViewAction longPressOnTextAtIndex(int index) { in longPressOnTextAtIndex() 159 public static ViewAction mouseLongClickOnTextAtIndex(int index) { in mouseLongClickOnTextAtIndex() 174 public static ViewAction mouseTripleClickOnTextAtIndex(int index) { in mouseTripleClickOnTextAtIndex() 608 public TextCoordinates(int index) { in TextCoordinates() 612 public TextCoordinates(int index, boolean primary) { in TextCoordinates() [all …]
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 25 int32_t SupplementRequestCs::GetClipRequest(int32_t slotId, int32_t index) in GetClipRequest() 37 int32_t SupplementRequestCs::SetClirRequest(int32_t slotId, int32_t action, int32_t index) in SetClirRequest() 49 int32_t SupplementRequestCs::GetClirRequest(int32_t slotId, int32_t index) in GetClirRequest() 61 int32_t SupplementRequestCs::GetCallTransferRequest(int32_t slotId, int32_t reason, int32_t index) in GetCallTransferRequest() 74 int32_t slotId, const CallTransferParam &callTransferParam, int32_t index) in SetCallTransferRequest() 86 …pplementRequestCs::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestrictionRequest() 100 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestrictionRequest() 123 int32_t index, const char *oldPassword, const char *newPassword) in SetBarringPasswordRequest() 137 …ntRequestCs::SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType, int32_t index) in SetCallWaitingRequest() 149 int32_t SupplementRequestCs::GetCallWaitingRequest(int32_t slotId, int32_t index) in GetCallWaitingRequest()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/database/ |
H A D | SQLiteDatabasePerfTest.java | 99 int index = rnd.nextInt(DEFAULT_DATASET_SIZE); in testSelect() local 101 + "WHERE _ID=?", new String[]{String.valueOf(index)})) { in testSelect() 135 int index = rnd.nextInt(DEFAULT_DATASET_SIZE); in testSelectCacheMissRate() local 138 queryPool.get(queryIndex), new String[] {String.valueOf(index)})) { in testSelectCacheMissRate()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | mock_lazy_for_each_builder.h | 45 … int32_t index, std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override in OnGetChildByIndex() 50 std::pair<std::string, RefPtr<NG::UINode>> OnGetChildByIndexNew(int32_t index, in OnGetChildByIndexNew() 59 …void NotifyDataDeleted(const RefPtr<NG::UINode>& lazyForEachNode, size_t index, bool removeIds) ov… in NotifyDataDeleted() 60 void NotifyDataAdded(size_t index) override {}; in NotifyDataAdded()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast.cpp | 50 size_t index = idlFilePath_.rfind('\\'); in SetIdlFile() local 52 size_t index = idlFilePath_.rfind('/'); in SetIdlFile() local 70 size_t index = name.rfind('.'); in SetFullName() local 90 size_t index = 0; in ParseNamespace() local 140 AutoPtr<ASTNamespace> AST::GetNamespace(size_t index) in GetNamespace() 159 AutoPtr<ASTInterfaceType> AST::GetInterfaceDef(size_t index) in GetInterfaceDef() 168 AutoPtr<ASTSequenceableType> AST::GetSequenceableDef(size_t index) in GetSequenceableDef() 269 AutoPtr<ASTType> AST::GetTypeDefintion(size_t index) in GetTypeDefintion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_element.cpp | 33 int32_t index = renderIndexer->GetFocusIndex(); in IndexMoveUp() local 60 int32_t index = renderIndexer->GetFocusIndex(); in IndexMoveDown() local 91 int32_t index = renderIndexer->GetFocusIndex(); in OnKeyEvent() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_plaindata_array.h | 108 T ValueAt(uint32_t index) const in ValueAt() 118 const T& IndexAt(uint32_t index) const in IndexAt() 128 T& IndexAt(uint32_t index) in IndexAt()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_content_element.cpp | 32 … tabContent->RegisterCallback([weakTabContentElement = AceType::WeakClaim(this)](int32_t index) { in CreateRenderNode() 38 …ontent->RegisterRequireCallback([weakTabContentElement = AceType::WeakClaim(this)](int32_t index) { in CreateRenderNode() 78 void TabContentElement::ChangeByContent(int32_t index) in ChangeByContent() 87 void TabContentElement::ChangeByBar(int32_t index, bool isFromController) in ChangeByBar() 94 void TabContentElement::ChangeDispatch(int32_t index) in ChangeDispatch() 102 void TabContentElement::PrepareContent(int32_t index) in PrepareContent()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast.cpp | 40 size_t index = idlFilePath_.rfind('\\'); in SetIdlFile() local 42 size_t index = idlFilePath_.rfind('/'); in SetIdlFile() local 55 size_t index = fullName.rfind('.'); in SetFullName() local 75 size_t index = 0; in ParseNamespace() local 116 AutoPtr<ASTNamespace> AST::GetNamespace(size_t index) in GetNamespace() 196 AutoPtr<ASTType> AST::GetTypeDefintion(size_t index) in GetTypeDefintion()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | ops_builder.cpp | 33 [modelIDToGraphID](uint32_t index) { in GetInputIndex() 43 [modelIDToGraphID](uint32_t index) { in GetOutputIndex() 76 …TensorSize = std::any_of(inputsIndex.begin(), inputsIndex.end(), [allTensorsSize](uint32_t index) { in CheckIOIndex() 84 …nsorSize = std::any_of(outputsIndex.begin(), outputsIndex.end(), [allTensorsSize](uint32_t index) { in CheckIOIndex() 106 …OutOfRange = std::any_of(paramsIndex.begin(), paramsIndex.end(), [allTensorsSize](uint32_t index) { in CheckParamIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 21 int32_t index, bool needBuild, bool isCache) in GetChildByIndex() 74 bool LazyForEachBuilder::OnDataAdded(size_t index) in OnDataAdded() 94 bool LazyForEachBuilder::OnDataBulkAdded(size_t index, size_t count) in OnDataBulkAdded() 113 RefPtr<UINode> LazyForEachBuilder::OnDataDeleted(size_t index) in OnDataDeleted() 198 bool LazyForEachBuilder::OnDataChanged(size_t index) in OnDataChanged() 464 bool LazyForEachBuilder::ValidateIndex(int32_t index, const std::string& type) in ValidateIndex() 674 void LazyForEachBuilder::ThrowRepeatOperationError(int32_t index) in ThrowRepeatOperationError() 679 void LazyForEachBuilder::RecycleChildByIndex(int32_t index) in RecycleChildByIndex() 722 for (auto index : idleIndexes) { in PreBuild() local 732 void LazyForEachBuilder::RecordOutOfBoundaryNodes(int32_t index) in RecordOutOfBoundaryNodes() [all …]
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/pm/ |
H A D | hdf_pm_driver_test.c | 33 #define CHECK_VALUE(index, cnt) \ argument 238 uint32_t index; in HdfPmClearTestCnt() local 274 static void HdfPmBakListener(int32_t index) in HdfPmBakListener() 283 static void HdfPmTestAcquire(uint32_t index) in HdfPmTestAcquire() 305 uint32_t index; in HdfPmTestBegin() local 319 uint32_t index; in HdfPmTestEnd() local 334 uint32_t index; in HdfPmTestOneDriver() local 358 uint32_t index; in HdfPmTestTwoDriver() local 385 uint32_t index; in HdfPmTestThreeDriver() local 431 uint32_t index; in HdfPmTestThreeDriverSeqHundred() local [all …]
|
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/collection/ |
H A D | IndexedMap.kt | 87 val index = indexOfKey(key) regex 110 val index = indexOfKey(key) regex
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_option_layout_test_ng.cpp | 42 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60202() 101 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60302() 136 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60402() 173 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60502() 205 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60602() 269 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60702() 366 auto onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60802() 432 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in __anon04a373d60902() 609 auto onGetRectByIndex = [gridItems](int32_t index) { in __anon04a373d60a02() 644 option.getRectByIndex = [](int32_t index) { in __anon04a373d60b02() [all …]
|
H A D | grid_scroller_test_ng.cpp | 67 int32_t index = 0; variable 89 int32_t index = 4; variable 111 int32_t index = 8; variable 162 int32_t index = 0; variable 210 int32_t index = -2; variable 255 int32_t index = 8; variable 282 int32_t index = 5; variable 318 int32_t index = 5; variable 341 int32_t index = 5; variable 369 int32_t index = 5; variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 47 void VideoDecCapiMock::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *… in OnNeedInputData() 57 void VideoDecCapiMock::OnNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVC… in OnNewOutputData() 87 void VideoDecCapiMock::OnNeedInputDataExt(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, voi… in OnNeedInputDataExt() 97 void VideoDecCapiMock::OnNewOutputDataExt(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, voi… in OnNewOutputDataExt() 238 int32_t VideoDecCapiMock::PushInputData(uint32_t index, OH_AVCodecBufferAttr &attr) in PushInputData() 243 int32_t VideoDecCapiMock::RenderOutputData(uint32_t index) in RenderOutputData() 248 int32_t VideoDecCapiMock::FreeOutputData(uint32_t index) in FreeOutputData() 253 int32_t VideoDecCapiMock::PushInputBuffer(uint32_t index) in PushInputBuffer() 258 int32_t VideoDecCapiMock::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() 263 int32_t VideoDecCapiMock::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_data_change_listener_ffi.cpp | 34 void FfiOHOSAceFrameworkDataChangeListenerOnDataAdded(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataAdded() 43 void FfiOHOSAceFrameworkDataChangeListenerOnDataDeleted(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataDeleted() 52 void FfiOHOSAceFrameworkDataChangeListenerOnDataChanged(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataChanged()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | object_manager.h | 37 int index = webGL2 ? 1 : 0; in GetWebGLContext() local 47 int index = webGL2 ? 1 : 0; in AddWebGLObject() local 53 int index = webGL2 ? 1 : 0; in DeleteWebGLObject() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | gradient_style_modifier.cpp | 91 for (size_t index = 0; index < size; index++) { in GetGradient() local 178 size_t index = 0; in Add() local 205 size_t index = 0; in Minus() local 229 size_t index = 0; in Multiply() local 245 for (size_t index = 0; index < srcColorSize; index++) { in IsEqual() local 267 size_t index = 0; in Add() local 291 size_t index = 0; in Minus() local 313 for (size_t index = 0; index < srcColorStopSize; index++) { in Multiply() local 327 for (size_t index = 0; index < srcColorStopSize; index++) { in IsEqual() local
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificdevice_fuzzer/ |
H A D | wificdevice_fuzzer.cpp | 77 int index = 0; in AddDeviceConfigTest() local 109 int index = 0; in AdvanceScanTest() local 122 int index = 0; in GetSignalLevelTest() local 141 int index = 0; in GetScanInfoListTest() local 171 int index = 0; in GetDeviceConfigsTest() local 201 int index = 0; in ConnectToDeviceTest() local 226 int index = 0; in GetLinkedInfoTest() local 259 int index = 0; in GetIpInfoTest() local 286 int index = 0; in Get5GHzChannelListTest() local
|
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/ |
H A D | ts_code_emitter_proxy_test.cpp | 62 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 103 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 144 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 185 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 228 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 271 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 311 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 352 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 393 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable 434 for (int index = 0; index < tsCodeGen_->metaInterface_->methodNumber_; index++) { variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/performance/preferences/src/ |
H A D | PreferencesOperationCallBackJsPref.test.js | 58 function preferencePutCallbackPerfTest(index) { argument 80 function preferenceGetCallbackPerfTest(index) { argument 102 function preferenceHasCallbackPerfTest(index) { argument 124 function preferenceGetAllCallbackPerfTest(index) { argument
|