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:expect
(Results
1 - 2
of
2
) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H
A
D
i18n_test.cpp
228
std::string
expect
= "1970年1月7日星期三";
in HWTEST_F()
local
246
std::string
expect
= "الأربعاء، ٧ يناير، ١٩٧٠";
in HWTEST_F()
local
264
std::string
expect
= "Wednesday, January 7, 1970";
in HWTEST_F()
local
283
std::string
expect
= "1970年1月7日星期三";
in HWTEST_F()
local
302
std::string
expect
= "الأربعاء، ٧ يناير، ١٩٧٠";
in HWTEST_F()
local
321
std::string
expect
= "Wednesday, January 7, 1970";
HWTEST_F()
local
523
std::string
expect
= "1,234,567";
HWTEST_F()
local
538
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
577
int
expect
= PluralRuleType::FEW;
HWTEST_F()
local
613
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
634
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
661
int
expect
= PluralRuleType::FEW;
HWTEST_F()
local
694
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
733
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
772
int
expect
= PluralRuleType::OTHER;
HWTEST_F()
local
805
int
expect
= PluralRuleType::FEW;
HWTEST_F()
local
835
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
853
int
expect
= PluralRuleType::FEW;
HWTEST_F()
local
877
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
895
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
916
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
934
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
952
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
973
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
994
std::string
expect
= "12 %";
HWTEST_F()
local
1010
int
expect
= PluralRuleType::ONE;
HWTEST_F()
local
1034
int
expect
= PluralRuleType::FEW;
HWTEST_F()
local
1199
int
expect
= PluralRuleType::FEW;
HWTEST_F()
local
1234
std::string
expect
= "12 min";
HWTEST_F()
local
1276
std::string
expect
= "12 strokes";
HWTEST_F()
local
1314
std::string
expect
= "12 ft";
HWTEST_F()
local
1352
std::string
expect
= "12 分钟";
HWTEST_F()
local
[all...]
/base/telephony/core_service/services/sim/test/
H
A
D
test.cpp
318
string
expect
= result ? "success" : "fail";
in TestHasSimCard()
local
347
string
expect
= (result == simReady) ? "success" : "fail";
in TestGetSimState()
local
372
string
expect
= result ? "success" : "fail";
in TestSetPrimarySlotId()
local
383
string
expect
= (result >= INVALID_VALUE) ? "success" : "fail";
in TestGetPrimarySlotId()
local
397
string
expect
= str.empty() ? "fail" : "success";
in TestGetISOCountryCodeForSim()
local
411
string
expect
= strcmp(str.c_str(), "test") ? "success" : "fail";
TestGetSimSpn()
local
425
string
expect
= str.empty() ? "fail" : "success";
TestGetSimIccId()
local
438
string
expect
= (result == -1) ? "fail" : "success";
TestGetSlotId()
local
451
string
expect
= (result == -1) ? "fail" : "success";
TestGetSimId()
local
473
string
expect
= str.empty() ? "fail" : "success";
TestGetSimEons()
local
487
string
expect
= str.empty() ? "fail" : "success";
TestGetSimOperatorNumeric()
local
501
string
expect
= str.empty() ? "fail" : "success";
TestGetIMSI()
local
513
string
expect
= result ? "success" : "fail";
TestIsSimActive()
local
528
string
expect
= str.empty() ? "fail" : "success";
TestGetSimGid1()
local
541
string
expect
= str.empty() ? "fail" : "success";
TestGetSimGid2()
local
555
string
expect
= str.empty() ? "fail" : "success";
TestGetSimTelephoneNumber()
local
568
string
expect
= str.empty() ? "fail" : "success";
TestGetSimTeleNumberIdentifier()
local
583
string
expect
= str.empty() ? "fail" : "success";
TestGetVoiceMailIdentifier()
local
597
string
expect
= str.empty() ? "fail" : "success";
TestGetVoiceMailNumber()
local
648
string
expect
= result ? "success" : "fail";
TestIsCTSimCard()
local
834
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestGetSimSubscriptionInfo()
local
853
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestSetDefaultVoiceSlotId()
local
862
string
expect
= (result >= INVALID_VALUE) ? "success" : "fail";
TestGetDefaultVoiceSlotId()
local
872
string
expect
= (result >= INVALID_VALUE) ? "success" : "fail";
TestGetDefaultVoiceSimId()
local
887
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestSetShowNumber()
local
902
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestSetShowName()
local
915
string
expect
= (!result.empty()) ? "success" : "fail";
TestGetShowNumber()
local
929
string
expect
= (!result.empty()) ? "success" : "fail";
TestGetShowName()
local
940
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestGetActiveSimAccountInfoList()
local
962
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestGetOperatorConfig()
local
1208
string
expect
= (result != INVALID_VALUE) ? "success" : "fail";
TestGetMaxSimCount()
local
1222
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestGetOpKey()
local
1236
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestGetOpName()
local
1250
string
expect
= (result == TELEPHONY_ERR_SUCCESS) ? "success" : "fail";
TestGetOpKeyExt()
local
[all...]
Completed in 4 milliseconds