/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 38 size_t index; member 75 for (unsigned long index = 0; index < sizeof(OPERATIONS) / sizeof(Operational); index++) { in CheckOperational() local 125 size_t index = 0; in MoveTo() local 139 size_t index = 0; in Resize() local 191 size_t index = 0; in Split() local 200 size_t index = 0; in Maximize() local 209 size_t index = 0; in Resume() local 218 size_t index = 0; in Minimize() local 227 size_t index = 0; in Close() local 234 void WindowOperator::BarAction(size_t index, ApiReplyInfo &out) in BarAction()
|
D | ui_action.cpp | 109 for (uint32_t index = 0; index < recv.GetSize(); index++) { in Decompose() local 118 for (uint32_t index = 0; index < recv.GetSize(); index++) { in Decompose() local 145 for (uint32_t index = 0; index < pointer1.GetSize(); index++) { in Decompose() local 148 for (uint32_t index = 0; index < pointer2.GetSize(); index++) { in Decompose() local
|
D | widget_matcher.cpp | 105 uint32_t index = 0; in Describe() local 159 uint32_t index = 0; in Describe() local
|
/test/ostest/wukong/input_factory/src/ |
D | appswitch_input.cpp | 50 uint32_t index = util->FindElement(bundleList, bundlename); in OrderInput() local 73 uint32_t index = GetAbilityIndex(bundleList); in RandomInput() local 87 ErrCode AppswitchInput::PrintResultOfStartAbility(const ErrCode result, uint32_t index) in PrintResultOfStartAbility() 107 uint32_t index = INVALIDVALUE; in GetAbilityIndex() local
|
/test/xts/acts/multimedia/image/image_js_standard/imageExif/src/main/js/test/ |
D | image.test.js | 668 let property = { index: 0, defaultValue: '9999' } property 702 let property = { index: 0, defaultValue: '9999' } property 736 let property = { index: 0, defaultValue: '9999' } property 770 let property = { index: 0, defaultValue: '9999' } property 804 let property = { index: 0, defaultValue: '9999' } property 838 let property = { index: 0, defaultValue: '9999' } property 872 let property = { index: 0, defaultValue: '9999' } property 906 let property = { index: 0, defaultValue: '9999' } property 940 let property = { index: 0, defaultValue: '9999' } property
|
/test/xts/acts/update_lite/dupdate_hal/src/ |
D | ota_func_test.c | 93 unsigned int index = 0; variable 126 unsigned int index = 0; variable 149 unsigned int index = 0; variable
|
/test/xts/acts/update_lite/dupdate_posix/src/ |
D | UpdateTest.cpp | 100 unsigned int index = 0; variable 128 unsigned int index = 0; variable 148 unsigned int index = 0; variable
|
/test/xts/acts/multimedia/image/image_js_standard/imageRaw/src/main/js/test/ |
D | raw.test.js | 264 index: 0, property 288 index: 0, property 312 index: 0, property 343 index: 0, property 367 index: 0, property 391 index: 0, property 415 index: 0, property 439 index: 0, property 470 index: 0, property 501 index: 0, property [all …]
|
/test/xts/acts/multimedia/image/image_js_standard/imageDecodeOptions/src/main/js/test/ |
D | image.test.js | 101 index: 0, property 157 index: 0, property 213 index: 0, property 269 index: 1, property 323 index: -1, property 377 index: 0, property 433 index: 0, property 489 index: 0, property 550 index: 0, property 604 index: 0, property [all …]
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | decoder_demo.cpp | 245 uint32_t index = signal_->inQueue_.front(); in InputFunc() local 305 uint32_t index = signal_->outQueue_.front(); in OutputFunc() local 330 void VDecDemoCallback::OnInputBufferAvailable(uint32_t index) in OnInputBufferAvailable() 338 void VDecDemoCallback::OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBuffe… in OnOutputBufferAvailable()
|
/test/ostest/wukong/component_event/src/ |
D | wukong_tree.cpp | 34 for (uint32_t index = count; index > 0; index--) { in GetSubName() local
|
/test/ostest/wukong/report/include/ |
D | statistics_event.h | 43 uint32_t index = eventTypes_.size(); in ElementTypesIndex() local
|
D | statistics_componment.h | 44 uint32_t index = componmentTypes_.size(); in ComponmentTypesIndex() local
|
/test/xts/acts/multimedia/image/image_js_standard/imageWebp/src/main/js/test/ |
D | webp.test.js | 500 index: 0, property 548 index: 0, property 657 index: 0, property 681 index: -1, property 705 index: 0, property 729 index: 0, property 753 index: 0, property 777 index: 0, property 801 index: 0, property 825 index: 0, property [all …]
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
D | ADecEncNdkSample.cpp | 41 … void AdecAsyncNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in AdecAsyncNeedInputData() 53 void AdecAsyncNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, in AdecAsyncNewOutputData() 81 … void AencAsyncNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in AencAsyncNeedInputData() 93 void AencAsyncNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, in AencAsyncNewOutputData() 351 int32_t ADecEncNdkSample::PushInbufferDec(uint32_t index, uint32_t bufferSize) in PushInbufferDec() 380 uint32_t index = acodecSignal_->inQueueDec_.front(); in InputFuncDec() local 722 uint32_t index = acodecSignal_->outQueueEnc_.front(); in OutputFuncEnc() local
|
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
D | VDecEncNdkSample.cpp | 52 … void VdecAsyncNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecAsyncNeedInputData() 65 void VdecAsyncNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, in VdecAsyncNewOutputData() 92 void VencAsyncNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, in VencAsyncNewOutputData() 378 int32_t VDecEncNdkSample::PushInbufferDec(uint32_t index, uint32_t bufferSize) in PushInbufferDec() 417 uint32_t index = vcodecSignal_->inQueueDec_.front(); in InputFuncDec() local 496 uint32_t index = vcodecSignal_->outQueueDec_.front(); in OutputFuncDec() local 733 uint32_t index = vcodecSignal_->outQueueEnc_.front(); in OutputFuncEnc() local
|
/test/ostest/wukong/test_flow/src/ |
D | random_test_flow.cpp | 125 for (int index = 0; index < inputPercent_[type]; index++) { in InitEventPercent() local 153 for (int index = 0; index < lastInputPercent; index++) { in InitEventPercent() local 160 for (int index = 0; index < ONE_HUNDRED_PERCENT - sumPercent; index++) { in InitEventPercent() local
|
/test/ostest/wukong/report/src/ |
D | statistics_event.cpp | 89 uint32_t index = curStatisticsMsgPtr->ElementTypesIndex(srcData["event"]); in SrcDatasPretreatment() local 143 uint32_t index = curEventStatisticsMsgPtr->ElementTypesIndex(eventType); in GlobalElementTypesStatistics() local
|
D | statistics_componment.cpp | 95 uint32_t index = curStatisticsMsgPtr->ComponmentTypesIndex(srcData["componment"]); in SrcDatasPretreatment() local 166 uint32_t index = curComponmentStatisticsMsgPtr->ComponmentTypesIndex(comonmentType); in GlobalComponmentTypeStatistics() local
|
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauth/src/main/js/test/ |
D | enumTest.js | 17 var index = require('../MainAbility/pages/index/index.js'); variable
|
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_generate_key_test.cpp | 82 uint32_t index = 0; variable
|
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_cipher.c | 587 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestCipher() 641 int32_t BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestEncrypt() 693 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestDecrypt()
|
/test/xts/hats/kernel/freelist/free_performance/ |
D | Malloc_free_performance.cpp | 214 size_t index = 0; variable
|
/test/xts/hats/hdf/audio/client_advance/common/src/ |
D | audio_proxy_common_fun_test.cpp | 171 for (int index = 0; index < size; index++) { in SwitchAdapter() local 223 int index = SwitchAdapter(descs, adapterName, portType, audioPort, size); in GetLoadAdapter() local
|
/test/testfwk/developer_test/examples/sleep/test/performance/common/ |
D | spent_time_test.cpp | 40 for (int index = 0; index < msec; index++) { in LoopMsleep() local
|