/test/testfwk/arkxtest/uitest/core/ |
H A D | widget_selector.cpp | 41 if (!selector.rearLocators_.empty() || !selector.frontLocators_.empty() || !selector.parentLocators_.empty()) { in AddFrontLocator() 50 if (!selector.rearLocators_.empty() || !selector.frontLocators_.empty() || !selector.parentLocators_.empty()) { in AddRearLocator() 59 if (!selector.rearLocators_.empty() || !selector.frontLocators_.empty() || !selector.parentLocators_.empty()) { in AddParentLocator() 80 if (!frontLocators_.empty()) { in Describe() [all...] |
H A D | select_strategy.cpp | 115 if (!anchorMatch_.empty()) { in Describe() 121 if (!myselfMatch_.empty()) { in Describe() 285 if (!targetWidgets.empty() && !wantMulti_) { 365 if (!targetWidgets.empty() && !wantMulti_) { 649 if (myselfTargets.empty()) { in DoComplexSelect() 652 if (multiWithInAnchorMatcher.empty()) { in DoComplexSelect() 660 if (filterParentValidId.empty()) { in DoComplexSelect() 745 if (buildParam.afterAnchorMatcherVec.empty() && buildParam.beforeAnchorMatcherVec.empty() && in BuildSelectStrategy() 746 buildParam.withInAnchorMatcherVec.empty()) { in BuildSelectStrategy() [all...] |
H A D | ui_driver.cpp | 79 if (currentWindowVec.empty()) { in UpdateUIWindows() 124 if (visitWidgets_.empty()) { in DumpWindowsInfo() 249 if (!targetWidgetsIndex_.empty()) { in RetrieveWidget() 256 if (targetWidgetsIndex_.empty()) { in RetrieveWidget() 280 if (events.empty()) { in TriggerKey() 310 if (!selector.IsWantMulti() && !targetWidgetsIndex_.empty()) { in FindWidgets() 318 if (targetWidgetsIndex_.empty()) { in FindWidgets() 342 if (!receiver.empty()) { in WaitForWidget() 377 if (events.empty()) { in PerformMouseAction() 507 if (!text.empty()) { in TextToKeyEvents() [all...] |
H A D | dump_handler.cpp | 108 if (!backgroundColor.empty()) { in AddExtraAttrs() 111 if (!content.empty()) { in AddExtraAttrs() 114 if (!fontColor.empty()) { in AddExtraAttrs() 117 if (!fontSize.empty()) { in AddExtraAttrs() 120 if (!extraAttrs.empty()) { in AddExtraAttrs()
|
H A D | ui_model.cpp | 50 if (attributeVec_[UiAttr::BOUNDS].empty()) { in GetAttrVec() 73 if (attrId == UiAttr::BOUNDS && attributeVec_[UiAttr::BOUNDS].empty()) { in GetAttr() 115 if (i == UiAttr::BOUNDS && attributeVec_[UiAttr::BOUNDS].empty()) { in WrapperWidgetToJson()
|
H A D | widget_operator.cpp | 115 if (widgetsInScroll.empty()) { in ScrollToEnd() 180 if (origText.empty() && text.empty()) { in InputText() 186 if (!origText.empty()) { in InputText() 215 if (!targetsInScroll.empty()) { in ScrollFindWidget() 226 if (widgetsInScroll.empty()) { in ScrollFindWidget()
|
/test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
H A D | avcodec_audio_avbuffer_encoder_demo.cpp | 362 while (!signal_->inQueue_.empty()) { in Stop() 365 while (!signal_->inBufferQueue_.empty()) { in Stop() 377 while (!signal_->outQueue_.empty()) { in Stop() 380 while (!signal_->outBufferQueue_.empty()) { in Stop() 397 while (!signal_->inQueue_.empty()) { in Flush() 400 while (!signal_->inBufferQueue_.empty()) { in Flush() 413 while (!signal_->outQueue_.empty()) { in Flush() 416 while (!signal_->outBufferQueue_.empty()) { in Flush() 655 if (!signal_->inBufferQueue_.empty()) { in PushInputData() 676 if (!signal_->inBufferQueue_.empty()) { in PushInputDataEOS() [all...] |
/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_info.cpp | 38 if (!first_event_attr.empty()) { in WriteData() 48 if (!last_event_attr.empty()) { in WriteData() 70 if (first_event_attr.empty()) { in WriteWindowData() 81 if (first_event_attr.empty()) { in WriteWindowData() 90 if (last_event_attr.empty()) { in WriteWindowData()
|
H A D | external_calls.cpp | 30 if (elementName.GetBundleName().empty()) { in GetFrontAbility() 36 if (elementName.GetAbilityName().empty()) { in GetFrontAbility()
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | nnrt_utils.cpp | 25 uint32_t* data = (vector.empty()) ? nullptr : const_cast<uint32_t*>(vector.data()); in TransformUInt32Array() 178 if (!compileParam.cacheDir.empty()) { in CompileGraphMock() 325 if (path.empty()) { in CheckPath() 345 if (path.empty()) { in DeleteFile() 372 if (str2.empty()) { in ConcatPath() 375 if (str1.empty()) { in ConcatPath() 389 if (path.empty()) { in DeleteFolder() 425 if (path.empty()) { in CreateFolder() 426 LOGI("CreateFolder: path is empty"); in CreateFolder()
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | nnrt_utils.cpp | 25 uint32_t* data = (vector.empty()) ? nullptr : const_cast<uint32_t*>(vector.data()); in TransformUInt32Array() 178 if (!compileParam.cacheDir.empty()) { in CompileGraphMock() 325 if (path.empty()) { in CheckPath() 345 if (path.empty()) { in DeleteFile() 372 if (str2.empty()) { in ConcatPath() 375 if (str1.empty()) { in ConcatPath() 389 if (path.empty()) { in DeleteFolder() 425 if (path.empty()) { in CreateFolder() 426 LOGI("CreateFolder: path is empty"); in CreateFolder()
|
/test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 396 while (!signal_->inQueue_.empty()) { in Stop() 399 while (!signal_->inBufferQueue_.empty()) { in Stop() 411 while (!signal_->outQueue_.empty()) { in Stop() 414 while (!signal_->outBufferQueue_.empty()) { in Stop() 438 while (!signal_->inQueue_.empty()) { in Flush() 441 while (!signal_->inBufferQueue_.empty()) { in Flush() 454 while (!signal_->outQueue_.empty()) { in Flush() 457 while (!signal_->outBufferQueue_.empty()) { in Flush() 775 if (!signal_->inBufferQueue_.empty()) { in PushInputData() 795 while (signal_->inQueue_.empty() in GetInputIndex() [all...] |
/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_notification_publish.cpp | 193 std::string moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.resourcePath : hapModuleInfo.hapPath; in GetDevattestHapPath() 194 if (!moduleResPath.empty()) { in GetDevattestHapPath() 198 if (settingsHapPath.empty()) { in GetDevattestHapPath() 210 if (localeStr.empty()) { in GetDevattestResConfig()
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | hdi_test_layer.cpp | 106 if (!backBuffers_.empty()) { in AcquireBackBuffer() 119 if (!frontBuffers_.empty()) { in GetFrontBuffer() 128 if (!backBuffers_.empty()) { in GetBackBuffer() 166 DISPLAY_TEST_CHK_RETURN((frontBuffers_.empty()), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the font buffer is empty")); in SwapFrontToBackQ() 174 DISPLAY_TEST_CHK_RETURN((backBuffers_.empty()), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the font buffer is empty")); in SwapBackToFrontQ()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_mschdbg.c | 181 uint16 ptr, bool empty) in dhd_mschdbg_timeslot_profiler_event_data() 191 if (empty) { in dhd_mschdbg_timeslot_profiler_event_data() 221 uint16 ptr, bool empty) in dhd_mschdbg_req_timing_profiler_event_data() 230 if (empty) { in dhd_mschdbg_req_timing_profiler_event_data() 280 dhd_mschdbg_chan_ctxt_profiler_event_data(int sp, int ver, char *data, uint16 ptr, bool empty) in dhd_mschdbg_chan_ctxt_profiler_event_data() argument 290 if (empty) { in dhd_mschdbg_chan_ctxt_profiler_event_data() 324 dhd_mschdbg_req_entity_profiler_event_data(int sp, int ver, char *data, uint16 ptr, bool empty) in dhd_mschdbg_req_entity_profiler_event_data() argument 335 if (empty) { in dhd_mschdbg_req_entity_profiler_event_data() 398 dhd_mschdbg_req_handle_profiler_event_data(int sp, int ver, char *data, uint16 ptr, bool empty) in dhd_mschdbg_req_handle_profiler_event_data() argument 407 if (empty) { in dhd_mschdbg_req_handle_profiler_event_data() 180 dhd_mschdbg_timeslot_profiler_event_data(int sp, int ver, char *title, char *data, uint16 ptr, bool empty) dhd_mschdbg_timeslot_profiler_event_data() argument 220 dhd_mschdbg_req_timing_profiler_event_data(int sp, int ver, char *title, char *data, uint16 ptr, bool empty) dhd_mschdbg_req_timing_profiler_event_data() argument [all...] |
/test/xts/hats/powermgr/power/hdi_power_additional/common/ |
H A D | hdi_power_test.cpp | 94 EXPECT_FALSE(buf.empty());
in ReadFile() 1256 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1283 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1310 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1337 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1364 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1391 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1421 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1451 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() 1481 EXPECT_FALSE(unLockValue.empty());
in HWTEST_F() [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 51 std::queue<uint32_t> empty; in clearIntqueue() local 52 swap(empty, q); in clearIntqueue() 57 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local 58 swap(empty, q); in clearBufferqueue() 349 if (!codeName.empty()) { in CreateVideoDecoder() 442 std::queue<OH_AVMemory *> empty; in Flush_buffer() local 443 swap(empty, signal_->inBufferQueue_); in Flush_buffer()
|
/test/ostest/wukong/common/src/ |
H A D | wukong_logger.cpp | 199 // the buffer queue is empty and main wait stop, return this thread. in Run() 200 if (self->bufferQueue_.empty() && !self->printerRunning_) { in Run() 204 while (!self->bufferQueue_.empty()) { in Run() 210 while (!tmpBuffer.empty()) { in Run()
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | nncore_utils.cpp | 24 uint32_t* data = (vector.empty()) ? nullptr : const_cast<uint32_t*>(vector.data()); in TransformUInt32Array() 169 if (!compileParam.cacheDir.empty()) { in CompileGraphMock() 230 if (!tensorDescVec.empty()) { in FreeTensorDescVec()
|
/test/xts/acts/ai/nncore/common/ |
H A D | nncore_utils.cpp | 25 uint32_t* data = (vector.empty()) ? nullptr : const_cast<uint32_t*>(vector.data()); in TransformUInt32Array() 309 if (!compileParam.cacheDir.empty()) { in CompileGraphMock() 364 if (path.empty()) { in CheckPath() 384 if (path.empty()) { in DeleteFile() 411 if (str2.empty()) { in ConcatPath() 414 if (str1.empty()) { in ConcatPath() 428 if (path.empty()) { in DeleteFolder() 464 if (path.empty()) { in CreateFolder() 465 LOGI("CreateFolder: path is empty"); in CreateFolder()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | hi_uart.c | 124 BSP_RAM_TEXT_SECTION hi_u32 hi_uart_is_buf_empty(hi_uart_idx id, hi_bool *empty) in hi_uart_is_buf_empty() argument 130 if (port_num >= UART_NUM || empty == HI_NULL) { in hi_uart_is_buf_empty() 136 *empty = HI_FALSE; in hi_uart_is_buf_empty() 141 *empty = HI_FALSE; in hi_uart_is_buf_empty() 143 *empty = HI_TRUE; in hi_uart_is_buf_empty()
|
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
H A D | dms_packet.cpp | 66 if (field.empty()) {
in MarshallStringField() 117 if (stringValue.empty()) {
in StringToHex()
|
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/ |
H A D | hdi_device_test.cpp | 51 ASSERT_TRUE(!deviceName.empty()); in HWTEST_F() 65 ASSERT_TRUE(!vendorName.empty()); in HWTEST_F() 173 // set nodes to empty in HWTEST_F() 177 EXPECT_TRUE(supportedOperations.empty()); in HWTEST_F()
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/ |
H A D | hdi_device_test.cpp | 51 ASSERT_TRUE(!deviceName.empty()); in HWTEST_F() 65 ASSERT_TRUE(!vendorName.empty()); in HWTEST_F() 173 // set nodes to empty in HWTEST_F() 177 EXPECT_TRUE(supportedOperations.empty()); in HWTEST_F()
|
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 292 if (reportCsvFileName_.empty()) { in SegmentedWriteCSV() 307 if (!seed_.empty()) { in SegmentedWriteCSV() 363 if (reportCsvFileName_.empty()) { in SegmentedWriteJson() 378 if (!seed_.empty()) { in SegmentedWriteJson() 449 if (reportFocusInputFileName_.empty()) { in SegmentedWriteForFocusInput()
|