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:Equals
(Results
1 - 25
of
135
) sorted by relevance
1
2
3
4
5
6
/foundation/ability/idl_tool/util/
H
A
D
options.cpp
35
} else if (option.
Equals
("-t")) {
in Parse()
37
if (targetLanguage_.
Equals
("cpp") && DoIllegalParameter(argv[i])) {
in Parse()
43
} else if (option.
Equals
("-log-domainid")) {
in Parse()
45
if (targetLanguage_.
Equals
("cpp") && DoIllegalParameter(argv[i])) {
in Parse()
50
} else if (option.
Equals
("-log-tag")) {
in Parse()
52
if (targetLanguage_.
Equals
("cpp") && DoIllegalParameter(argv[i])) {
in Parse()
76
if (option.
Equals
("--help")) {
in ParseSub()
79
} else if (option.
Equals
("--version")) {
in ParseSub()
82
} else if (option.
Equals
("-c")) {
in ParseSub()
85
} else if (option.
Equals
("
in ParseSub()
[all...]
H
A
D
options.h
95
if (argv.IsEmpty() || argv.
Equals
("-t") || argv.
Equals
("-log-domainid") ||
in DoIllegalParameter()
96
argv.
Equals
("-log-tag")) {
in DoIllegalParameter()
104
if (targetLanguage_.
Equals
("cpp")) {
in DoLegalLog()
H
A
D
string.h
61
bool
Equals
(const char* string) const;
63
bool
Equals
(const String& other) const;
139
return lhs.
Equals
(rhs);
in operator ()()
/foundation/ability/ability_base/test/unittest/base/
H
A
D
base_test.cpp
94
bool
Equals
(
in CLASS()
208
EXPECT_FALSE(testObject1->
Equals
(testObject2));
in HWTEST_F()
209
EXPECT_TRUE(testObject1->
Equals
(testObject3));
in HWTEST_F()
324
* Function:
Equals
326
* FunctionPoints:
Equals
328
* CaseDescription: Verify
Equals
method of Boolean.
335
EXPECT_FALSE(boolean1->
Equals
(boolean2));
in HWTEST_F()
336
EXPECT_TRUE(boolean1->
Equals
(boolean3));
in HWTEST_F()
399
* Function:
Equals
401
* FunctionPoints:
Equals
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
event_test.cpp
26
* @tc.name:
Equals
30
HWTEST_F(EventTest,
Equals
, TestSize.Level1)
in HWTEST_F()
34
ASSERT_FALSE(event1.
Equals
(event2));
in HWTEST_F()
/foundation/ability/idl_tool/codegen/
H
A
D
code_generator.cpp
34
if (language.
Equals
("rust")) {
in CodeGenerator()
36
} else if (language.
Equals
("cpp")) {
in CodeGenerator()
38
} else if (language.
Equals
("ts")) {
in CodeGenerator()
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H
A
D
base_obj.h
34
virtual bool
Equals
(IObject & other) = 0; /* [in] */
in INTERFACE()
80
bool
Equals
(IObject &other) override; /* [in] */
86
static bool
Equals
(IInterface &obj1, /* [in] */
H
A
D
double_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
H
A
D
int_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
H
A
D
bool_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
H
A
D
float_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
H
A
D
byte_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
H
A
D
long_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
H
A
D
remote_object_wrapper.h
34
bool
Equals
(IObject &other) override;
H
A
D
string_wrapper.h
35
bool
Equals
(IObject &other) override; /* [in] */
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H
A
D
net_stats_info_sequence.h
30
inline bool
Equals
(const NetStatsInfoSequence &infoSequence) const
in Equals()
function
33
info_.
Equals
(infoSequence.info_);
in Equals()
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H
A
D
type_descriptor_impl.cpp
108
bool CTypeDescriptor::
Equals
(CTypeDescriptor* thatCTypeDescriptor)
in Equals()
function in OHOS::UDMF::CTypeDescriptor
110
return typeDescriptor_->
Equals
(thatCTypeDescriptor->GetTypeDescriptor());
in Equals()
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H
A
D
base_object.cpp
145
bool Object::
Equals
(IObject &other)
in Equals()
function in OHOS::AAFwk::Object
178
bool Object::
Equals
(IInterface &obj1, IInterface &obj2)
in Equals()
function in OHOS::AAFwk::Object
188
return o1->
Equals
(*(IObject::Query(obj2)));
in Equals()
H
A
D
user_object_wrapper.cpp
30
bool UserObject::
Equals
(IObject &other)
in Equals()
function in OHOS::AAFwk::UserObject
41
return otherObj->value_->
Equals
(value_);
in Equals()
H
A
D
remote_object_wrapper.cpp
24
bool RemoteObjectWrap::
Equals
(IObject &other)
in Equals()
function in OHOS::AAFwk::RemoteObjectWrap
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H
A
D
event.cpp
30
bool Event::
Equals
(const Event &) const
in Equals()
function in OHOS::DistributedData::Event
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H
A
D
event.cpp
25
bool Event::
Equals
(const Event &) const
in Equals()
function in OHOS::MiscServices::Event
/foundation/ability/idl_tool/
H
A
D
main.cpp
46
if (options.GetTargetLanguage().
Equals
("rust") ||
in DoOptionsCheck()
47
options.GetTargetLanguage().
Equals
("ts")) {
in DoOptionsCheck()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_color_space.cpp
142
bool SkiaColorSpace::
Equals
(const std::shared_ptr<ColorSpace>& colorSpace) const
in Equals()
function in OHOS::Rosen::Drawing::SkiaColorSpace
151
return SkColorSpace::
Equals
(colorSpace_.get(), skColorSpace.get());
in Equals()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H
A
D
color_space.cpp
121
bool ColorSpace::
Equals
(const std::shared_ptr<ColorSpace>& colorSpace) const
in Equals()
function in OHOS::Rosen::Drawing::ColorSpace
123
return impl_->
Equals
(colorSpace);
in Equals()
Completed in 6 milliseconds
1
2
3
4
5
6