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
defs:isNull
(Results
26 - 50
of
67
) sorted by relevance
1
2
3
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
datashare_abs_result_set.cpp
67
int DataShareAbsResultSet::IsColumnNull(int columnIndex, bool &
isNull
)
in IsColumnNull()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_result_set_impl.cpp
277
int RdbResultSetImpl::IsColumnNull(int columnIndex, bool &
isNull
)
in IsColumnNull()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_relational_result_set_test.cpp
434
bool
isNull
= true;
in HWTEST_F()
local
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H
A
D
rdb_cursor_test.cpp
362
bool
isNull
= false;
in HWTEST_F()
local
452
bool
isNull
= false;
in HWTEST_F()
local
H
A
D
rdb_store_test.cpp
209
bool
isNull
= false;
in HWTEST_F()
local
268
bool
isNull
= false;
in HWTEST_F()
local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
cache_result_set.cpp
122
int CacheResultSet::IsColumnNull(int columnIndex, bool &
isNull
)
in IsColumnNull()
argument
H
A
D
abs_result_set.cpp
233
int AbsResultSet::IsColumnNull(int columnIndex, bool &
isNull
)
in IsColumnNull()
argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H
A
D
distributed_test.cpp
217
bool
isNull
;
in HWTEST_F()
local
/test/xts/hats/useriam/faceauth_additional/src/
H
A
D
face_auth_hdi.cpp
104
bool
isNull
= parcel.ReadBool();
in FillTestIExecutorCallback()
local
141
bool
isNull
= parcel.ReadBool();
in FillTestISaCommandCallback()
local
/test/xts/hats/useriam/pinauth_additional/src/
H
A
D
pin_auth_hdi.cpp
85
bool
isNull
= parcel.ReadBool();
in FillTestIExecutorCallback()
local
/test/xts/hats/useriam/pinauth/src/
H
A
D
pin_auth_hdi.cpp
100
bool
isNull
= parcel.ReadBool();
in FillTestIExecutorCallback()
local
/third_party/icu/icu4c/source/i18n/
H
A
D
number_types.h
343
bool
isNull
() const {
in isNull()
function in number::impl::NullableValue
/third_party/node/deps/icu-small/source/i18n/
H
A
D
number_types.h
343
bool
isNull
() const {
in isNull()
function in number::impl::NullableValue
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
number_types.h
335
bool
isNull
() const {
in isNull()
function in number::impl::NullableValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
PointerUnion.h
265
bool
isNull
() const { return Val.
isNull
(); }
in isNull()
function in llvm::PointerUnion3
370
bool
isNull
() const { return Val.
isNull
(); }
in isNull()
function in llvm::PointerUnion4
H
A
D
Twine.h
187
bool
isNull
() const {
in isNull()
function in llvm::Twine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
Twine.h
188
bool
isNull
() const {
in isNull()
function in llvm::Twine
/third_party/skia/include/core/
H
A
D
SkBitmap.h
210
bool
isNull
() const { return nullptr == fPixelRef; }
in isNull()
function in SkBitmap
/base/telephony/core_service/services/sim/src/
H
A
D
icc_file_controller.cpp
456
bool
isNull
= (response == nullptr);
in SendResponse()
local
589
bool
isNull
= ctrlHolder->fileLoaded->GetOwner() == nullptr;
in BuildCallerInfo()
local
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H
A
D
mock_accessible_ability_client_impl.cpp
31
bool
isNull
= AccessibilityAbilityUtHelper::GetInstance().GetAbilityClientNullFlag();
in GetInstance()
local
46
bool
isNull
= AccessibilityAbilityUtHelper::GetInstance().GetAbilityClientNullFlag();
in GetAbilityClientImplement()
local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_step_result_set_test.cpp
1698
bool
isNull
;
in HWTEST_F()
local
1898
bool
isNull
;
in HWTEST_F()
local
H
A
D
rdb_sqlite_shared_result_set_test.cpp
370
bool
isNull
= true;
in HWTEST_F()
local
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H
A
D
rdb_store_test.cpp
931
bool
isNull
= false;
in HWTEST_F()
local
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H
A
D
rdb_store_cursor_test.cpp
359
bool
isNull
= false;
in SUB_DDM_RDB_CURSOR_0400()
local
665
bool
isNull
= false;
in SUB_DDM_RDB_CURSOR_1400()
local
[all...]
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H
A
D
mediadatashare_unit_test.cpp
848
bool
isNull
;
in HWTEST_F()
local
951
bool
isNull
;
in HWTEST_F()
local
Completed in 31 milliseconds
1
2
3