Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 248) sorted by relevance

12345678910

/test/testfwk/arkxtest/uitest/record/
Dpointer_tracker.cpp77 TimeStamp lastTime = it->second->GetVelocityTracker().GetLastTimePoint(); in HandleDownEvent()
81 delete it->second; in HandleDownEvent()
107 auto judgeFunction = pointerTypeJudgMap_.find(pointerTypeJudgChain_[0])->second; in HandleMoveEvent()
110 FingerTracker* ftracker = fingerTrackers.find(event.downTime)->second; in HandleMoveEvent()
125 fingerTrackers.find(event.downTime)->second->UpdatevelocityTracker(event); in HandleUpEvent()
127 auto judgeFunction = pointerTypeJudgMap_.find(pointerTypeJudgChain_[0])->second; in HandleUpEvent()
130 fingerTrackers.find(event.downTime)->second->HandleUpEvent(event); in HandleUpEvent()
131 fingerTrackers.find(event.downTime)->second->BuildFingerInfo(); in HandleUpEvent()
169 delete it->second; in ClearFingerTrackersValues()
204 int moveDistance = fingerTrackers.find(touchEvent.downTime)->second->GetMoveDistance(); in IsClick()
[all …]
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/
DtimeTools.ts28 let second = Math.floor(time % (1000 * 60) / 1000)
30 return `${fillNum(hour)}:${fillNum(minute)}:${fillNum(second)}`
32 return `${fillNum(minute)}:${fillNum(second)}`
/test/xts/hats/hdf/vibrator/hdi_adapter/hdi_parse/
Dhdi_vibrator_parse_test.cpp79 for (unsigned long i = 0;i<iter->second.EffectSeq.size();i++) {
104 int32_t seqType = iter -> second.SeqType;
105 int32_t duration = iter -> second.duration;
107 size_t count = iter -> second.EffectSeq.size();
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/js/test/
DSchemaJsTest.js158 let second = new ddm.FieldNode('second');
159 second.type = ddm.ValueType.STRING;
160 second.nullable = false;
161 second.default = 'second name';
166 english.appendChild(second);
191 let second = new ddm.FieldNode('second');
192 second.type = ddm.ValueType.STRING;
193 second.nullable = false;
194 second.default = 'second name';
199 english.appendChild(second);
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/resources/base/profile/
Dinvalid.txt4 "MainAbility/pages/second/second"
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceshared/entry/src/main/resources/base/profile/
Dinvalid.txt4 "MainAbility/pages/second/second"
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/main/resources/base/profile/
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
Dinvalid.txt4 "MainAbility/pages/second/second"
/test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest/entry/src/main/resources/base/profile/
Dinvalid.txt4 "MainAbility/pages/second/second"
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/actsbmsatomicservicetest/entry/src/main/resources/base/profile/
Dinvalid.txt4 "MainAbility/pages/second/second"
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageroverlaytest/entry/src/main/resources/base/profile/
Dinvalid.txt4 "MainAbility/pages/second/second"
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/src/main/js/test/
DSchemaJsunit.test.js162 let second = new ddm.FieldNode('second');
163 second.type = ddm.ValueType.STRING;
164 second.nullable = false;
165 second.default = 'second name';
170 english.appendChild(second);
194 let second = new ddm.FieldNode('second');
195 second.type = ddm.ValueType.STRING;
196 second.nullable = false;
197 second.default = 'second name';
202 english.appendChild(second);
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.cpp53 hdiRet = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV1_0Creator()
58 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV1_0Creator()
105 ash.second->UnmapAshmem(); in ~MockIDevice()
106 ash.second->CloseAshmem(); in ~MockIDevice()
113 ash.second->UnmapAshmem(); in ~MockIPreparedModel()
114 ash.second->CloseAshmem(); in ~MockIPreparedModel()
225 if(ash.second->GetAshmemSize() <= 0){ in AllocateBuffer()
226 ash.second->CloseAshmem(); in AllocateBuffer()
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/ets/test/
DDateTimeUtil.ts50 let second = Math.floor((millisecond - minute * 60000) / 1000)
51 return `${this.fill(minute)} : ${this.fill(second)}`
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.cpp67 ret = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV2_0Creator()
73 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV2_0Creator()
115 ash.second->UnmapAshmem(); in ~MockIDevice()
116 ash.second->CloseAshmem(); in ~MockIDevice()
128 ash.second->UnmapAshmem(); in ~MockIPreparedModel()
129 ash.second->CloseAshmem(); in ~MockIPreparedModel()
240 if(ash.second->GetAshmemSize() <= 0){ in AllocateBuffer()
241 ash.second->CloseAshmem(); in AllocateBuffer()
/test/xts/acts/ai/nncore/common/
Dmock_idevice.cpp67 ret = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV2_0Creator()
73 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV2_0Creator()
115 ash.second->UnmapAshmem(); in ~MockIDevice()
116 ash.second->CloseAshmem(); in ~MockIDevice()
128 ash.second->UnmapAshmem(); in ~MockIPreparedModel()
129 ash.second->CloseAshmem(); in ~MockIPreparedModel()
241 if (ash.second->GetAshmemSize() <= 0) { in AllocateBuffer()
242 ash.second->CloseAshmem(); in AllocateBuffer()
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
DActsCodecFormatNdkTest.cpp51 if (out != t.second) { in CheckDecDesc()
53 << "; expect: "<< t.second in CheckDecDesc()
67 if (not OH_AVFormat_SetIntValue(format, key, t.second)) { in SetFormat()
69 << ", value: "<< t.second << endl; in SetFormat()
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/
DswiperAnimationJsunit.test.ets33 url: 'MainAbility/pages/second/second',
63 ohosrouter.back({url:'MainAbility/pages/second/second'});
122 ohosrouter.back({url:'MainAbility/pages/second/second'});
183 ohosrouter.back({url:'MainAbility/pages/second/second'});
247 ohosrouter.back({url:'MainAbility/pages/second/second'});
315 ohosrouter.back({url:'MainAbility/pages/second/second'});
372 ohosrouter.back({url:'MainAbility/pages/second/second'});
437 ohosrouter.back({url:'MainAbility/pages/second/second'});
506 ohosrouter.back({url:'MainAbility/pages/second/second'});
578 ohosrouter.back({url:'MainAbility/pages/second/second'});
[all …]
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp46 find->second++; in IncRef()
56 find->second--; in DecAndGetRef()
57 if (find->second == 0) { in DecAndGetRef()
61 return find->second; in DecAndGetRef()
80 const auto &observerRef = find->second.first; in OnEvent()
81 const auto &callbackRef = find->second.second; in OnEvent()
102 if (find->second.first == observerRef && find->second.second == cbRef) { in AddCallbackInfo()
194 output = specialMapItem->second; in CheckAndDoApiMapping()
196 output.replace(0, classNameLen, result->second); in CheckAndDoApiMapping()
244 iter->second.c_str()); in ApiMapPre()
[all …]
/test/xts/acts/graphic/windowStage/entry/src/main/ets/test/
DparameterVerificationIsOptional.test.ets170 await tempWnd.loadContent('MainAbility/pages/second/second').catch((err) => {
196 await tempWnd_two.loadContent('MainAbility/pages/second/pageOne').catch((err) => {
222 console.info(msgStr + "second listener trigger");
274 console.log(msgStr + "second listener trigger")
292 await tempWnd.loadContent('MainAbility/pages/second/second').catch((err) => {
308 await tempWnd_two.loadContent('MainAbility/pages/second/pageOne').catch((err) => {
363 …let load = await windowStage.loadContent('MainAbility/pages/second/second', undefined).catch((err)…
364 …console.log(msgStr + 'windowStage loadContent MainAbility/pages/second/second' + JSON.stringify(er…
403 console.info(msgStr + "second listener trigger");
468 console.log(msgStr + "second listener trigger")
[all …]

12345678910