Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:empty
(Results
1 - 25
of
118
) sorted by relevance
1
2
3
4
5
/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
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()
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()
/applications/standard/contacts_data/contacts/src/
H
A
D
contacts_build.cpp
63
if (!contact.name.fullName.
empty
() || contact.name.fullName != "") {
in BuildValueContact()
66
if (!contact.organization.name.
empty
() || contact.organization.name != "") {
in BuildValueContact()
69
if (!contact.organization.title.
empty
() || contact.organization.title != "") {
in BuildValueContact()
179
if (!contact.emails[i].labelName.
empty
()) {
in GetValuesBucketEmail()
183
if (!contact.emails[i].displayName.
empty
()) {
in GetValuesBucketEmail()
207
if (!contact.events[i].labelName.
empty
()) {
in GetValuesBucketEvent()
253
if (!contact.imAddresses[i].labelName.
empty
()) {
in GetValuesBucketImAddress()
271
if (!contact.portrait.uri.
empty
() || contact.portrait.uri != "") {
in GetValuesBucketPortrait()
295
if (!contact.phoneNumbers[i].labelName.
empty
()) {
in GetValuesBucketPhoneNumber()
320
if (!contact.postalAddresses[i].labelName.
empty
()) {
in GetValuesBucketPostalAddress()
[all...]
/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...]
/applications/standard/contacts_data/ability/merge/src/
H
A
D
candidate_status.cpp
62
if (phones.
empty
() && otherPhones.
empty
()) {
in QueryAllForMerge()
65
if (phones.
empty
() || otherPhones.
empty
()) {
in QueryAllForMerge()
87
if (!candidate.autoIds_.
empty
()) {
in AddMergedStatus()
89
} else if (!candidate.manualIds_.
empty
()) {
in AddMergedStatus()
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H
A
D
event_filter_test.cpp
68
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
80
ASSERT_TRUE(events.
empty
());
in HWTEST_F()
91
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
103
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
116
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
128
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
140
ASSERT_TRUE(events.
empty
());
in HWTEST_F()
196
EXPECT_TRUE(events.
empty
());
in HWTEST_F()
198
ASSERT_TRUE(events.
empty
());
in HWTEST_F()
H
A
D
calendar_test.cpp
75
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
85
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
95
ASSERT_FALSE(events.
empty
());
in HWTEST_F()
211
EXPECT_TRUE(std::get<0>(config.color).
empty
());
in HWTEST_F()
221
EXPECT_TRUE(std::get<0>(config.color).
empty
());
in HWTEST_F()
/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()
/applications/standard/contacts_data/ability/common/utils/src/
H
A
D
contacts_string_utils.cpp
38
if (!value.
empty
()) {
in SplitStr()
46
if (!lastv.
empty
()) {
in SplitStr()
55
if (str.
empty
()) {
in Trim()
/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/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()
/applications/standard/contacts_data/ability/datadisasterrecovery/src/
H
A
D
database_disaster_recovery.cpp
58
if (redbStoreMap.
empty
()) {
in SQLiteCheckDb()
65
if (redbStoreMap.
empty
()) {
in SQLiteCheckDb()
66
HILOG_ERROR("DataBaseDisasterRecovery SQLliteCheck redbStoreMap is
empty
!");
in SQLiteCheckDb()
110
if (redbStoreMap.
empty
()) {
in BackDatabase()
117
if (redbStoreMap.
empty
()) {
in BackDatabase()
118
HILOG_ERROR("DataBaseDisasterRecovery SQLliteCheck redbStoreMap is
empty
");
in BackDatabase()
/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/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...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_update_helper.cpp
104
if (!disPlayName.
empty
()) {
in UpdateName()
109
if (!name.nameFullFight_.
empty
()) {
in UpdateName()
113
if (!name.initials_.
empty
()) {
in UpdateName()
117
if (!searchName.
empty
()) {
in UpdateName()
121
if (!name.sortFirstLetter_.
empty
()) {
in UpdateName()
309
if (phoneNumber.
empty
()) {
in UpdateCallLog()
/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/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()
/applications/standard/contacts_data/ability/sinicization/src/
H
A
D
character_transliterate.cpp
2006
if (!pronunciation.
empty
()) {
in GetContainer()
2018
if (!initials.
empty
() && !nameFullFights.
empty
()) {
in GetContainer()
Completed in 22 milliseconds
1
2
3
4
5