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:npos
(Results
1 - 25
of
36
) sorted by relevance
1
2
/test/testfwk/arkxtest/uitest/test/
H
A
D
ui_model_test.cpp
79
ASSERT_TRUE(str0.find(ATTR_TEXT) != string::
npos
);
in TEST()
80
ASSERT_TRUE(str0.find("wyz") != string::
npos
);
in TEST()
81
ASSERT_TRUE(str0.find(ATTR_ID) != string::
npos
);
in TEST()
82
ASSERT_TRUE(str0.find("100") != string::
npos
);
in TEST()
87
ASSERT_TRUE(str0.find(ATTR_TEXT) != string::
npos
);
in TEST()
88
ASSERT_TRUE(str0.find("wyz") != string::
npos
);
in TEST()
89
ASSERT_TRUE(str0.find(ATTR_ID) != string::
npos
);
in TEST()
90
ASSERT_TRUE(str0.find("211") != string::
npos
);
in TEST()
91
ASSERT_TRUE(str0.find("100") == string::
npos
);
in TEST()
H
A
D
frontend_api_handler_test.cpp
83
ASSERT_TRUE(reply.exception_.message_.find("No handler found") != string::
npos
);
in TEST_F()
141
ASSERT_TRUE(reply.exception_.message_.find("json.exception.out_of_range") != string::
npos
);
in TEST_F()
218
ASSERT_TRUE(ref0.find("By#") != string::
npos
);
in TEST_F()
228
ASSERT_TRUE(ref1.find("By#") != string::
npos
);
in TEST_F()
238
ASSERT_TRUE(ref2.find("UiDriver#") != string::
npos
);
in TEST_F()
248
ASSERT_TRUE(ref3.find("By#") != string::
npos
);
in TEST_F()
258
ASSERT_TRUE(ref4.find("By#") != string::
npos
);
in TEST_F()
275
ASSERT_TRUE(ref0.find("On#") != string::
npos
);
in TEST_F()
286
ASSERT_TRUE(ref1.find("On#") != string::
npos
);
in TEST_F()
296
ASSERT_TRUE(ref2.find("Driver#") != string::
npos
);
in TEST_F()
[all...]
H
A
D
ipc_transactor_test.cpp
114
ASSERT_TRUE(clientOutput.find(" FAILED ") == string::
npos
);
in TEST_P()
164
ASSERT_TRUE(result.exception_.message_.find("ipc connection is dead") != string::
npos
);
in TEST()
170
ASSERT_TRUE(clientOutput.find(" FAILED ") == string::
npos
);
in TEST()
223
ASSERT_TRUE(clientOutput.find(" FAILED ") == string::
npos
);
in TEST()
270
ASSERT_TRUE(clientOutput.find(" FAILED ") == string::
npos
);
in TEST()
304
ASSERT_TRUE(clientOutput.find(" FAILED ") == string::
npos
);
in TEST()
H
A
D
widget_selector_test.cpp
568
ASSERT_TRUE(pos0 != string::
npos
&& pos0 > 0);
in TEST_F()
569
ASSERT_TRUE(pos1 != string::
npos
&& pos1 > pos0);
in TEST_F()
570
ASSERT_TRUE(pos2 != string::
npos
&& pos2 > pos1);
in TEST_F()
571
ASSERT_TRUE(pos3 != string::
npos
&& pos3 > pos2);
in TEST_F()
572
ASSERT_TRUE(pos4 != string::
npos
&& pos4 > pos3);
in TEST_F()
573
ASSERT_TRUE(pos5 != string::
npos
&& pos5 > pos4);
in TEST_F()
/test/xts/acts/hiviewdfx/utils/native/
H
A
D
file_utils.cpp
43
if ((cmd.find("hilog") == std::string::
npos
) && (cmd.find("hidumper") == std::string::
npos
)
in ExecCmdWithRet()
44
&& (cmd.find("ps") == std::string::
npos
) && (cmd.find("rm") == std::string::
npos
) &&
in ExecCmdWithRet()
45
(cmd.find("hiperf") == std::string::
npos
) && (cmd.find("hisysevent") == std::string::
npos
) &&
in ExecCmdWithRet()
46
(cmd.find("mkdir") == std::string::
npos
) && (cmd.find("dd") == std::string::
npos
)) {
in ExecCmdWithRet()
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H
A
D
avcodec_audio_avbuffer_decoder_demo.cpp
103
while (index != string::
npos
) {
in SplitStringFully()
107
if (start == string::
npos
) {
in SplitStringFully()
124
while ((pos = strBig.find(strsrc, pos)) != std::string::
npos
) {
in StringReplace()
269
if (inputFile.find("mp4") != std::string::
npos
|| inputFile.find("m4a") != std::string::
npos
||
in InitFile()
270
inputFile.find("ts") != std::string::
npos
) {
in InitFile()
272
} else if (inputFile.find("opus") != std::string::
npos
) {
in InitFile()
277
} else if (inputFile.find("g711") != std::string::
npos
) {
in InitFile()
281
} else if (inputFile.find("amrwb") != std::string::
npos
) {
in InitFile()
283
} else if (inputFile.find("amrnb") != std::string::
npos
) {
in InitFile()
[all...]
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
1258
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock001 failed unLock: " << unLockValue;
in HWTEST_F()
1285
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock002 failed unLock: " << unLockValue;
in HWTEST_F()
1312
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock003 failed unLock: " << unLockValue;
in HWTEST_F()
1339
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock004 failed unLock: " << unLockValue;
in HWTEST_F()
1366
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock005 failed unLock: " << unLockValue;
in HWTEST_F()
1393
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock006 failed unLock: " << unLockValue;
in HWTEST_F()
1423
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock007 failed unLock: " << unLockValue;
in HWTEST_F()
1453
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock008 failed unLock: " << unLockValue;
in HWTEST_F()
1483
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock009 failed unLock: " << unLockValue;
in HWTEST_F()
1513
EXPECT_TRUE(pos != std::string::
npos
) << "testSuspendUnblock01
in HWTEST_F()
[all...]
/test/testfwk/arkxtest/uitest/core/
H
A
D
ui_model.cpp
92
return attrValue.find(value) != std::string_view::
npos
;
in MatchAttr()
140
if (hierarchy.find(HIERARCHY_SEPARATOR) == std::string::
npos
) {
in GetParentWidgetHierarchy()
150
if (findLastSeparator <= 0 || findLastSeparator == string::
npos
) {
in GetParentWidgetHierarchy()
H
A
D
dump_handler.cpp
33
if (begin != string::
npos
) {
in GetMiddleStr()
36
if (end != string::
npos
) {
in GetMiddleStr()
49
if (visibleHie.find(hie) != string::
npos
) {
in HasVisibleChild()
H
A
D
common_utilities_hpp.h
74
if (pos == std::string_view::
npos
) {
in GenLogTag()
/test/testfwk/developer_test/aw/cxx/distributed/
H
A
D
distributed_cfg.cpp
53
if (position == std::string::
npos
) {
in OpenCfg()
83
if (posend == std::string::
npos
) {
in GetValueInString()
90
if (posend != std::string::
npos
) {
in GetValueInString()
H
A
D
distributed_major.cpp
66
if (posend != std::string::
npos
) {
in Init()
76
} while (posend != std::string::
npos
);
in Init()
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
H
A
D
avcodec_audio_avbuffer_encoder_demo.cpp
87
while (index != string::
npos
) {
in SplitStringFully()
91
if (start == string::
npos
) {
in SplitStringFully()
108
while ((pos = strBig.find(strsrc, pos)) != std::string::
npos
) {
in StringReplace()
196
if (inputFile.find("mp4") != std::string::
npos
|| inputFile.find("m4a") != std::string::
npos
||
in InitFile()
197
inputFile.find("ts") != std::string::
npos
) {
in InitFile()
199
} else if (inputFile.find("opus") != std::string::
npos
) {
in InitFile()
204
} else if (inputFile.find("g711") != std::string::
npos
) {
in InitFile()
/test/ostest/wukong/test/unittest/
H
A
D
wukong_test.cpp
69
if ((strOne != result.
npos
) && (strTwo != result.
npos
)) {
in HWTEST_F()
/test/ostest/wukong/report/src/
H
A
D
report.cpp
500
if (exceptionFilename.find("cppcrash") != std::string::
npos
) {
in ExceptionRecord()
504
if (exceptionFilename.find("appfreeze") != std::string::
npos
) {
in ExceptionRecord()
508
if (exceptionFilename.find("jscrash") != std::string::
npos
) {
in ExceptionRecord()
512
if (exceptionFilename.find("serviceblock") != std::string::
npos
) {
in ExceptionRecord()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance_two/entry/src/main/cpp/
H
A
D
hello.cpp
74
if (reType == SERVICE_WORKER || frameUrl1.find("iqiyi.com") != std::string::
npos
) {
in OnURLRequestStart()
79
if (url1.find("schemeHandler_loader") != std::string::
npos
&& frameUrl1 == "") {
in OnURLRequestStart()
84
if (frameUrl1.find("sdkSchemeHandler") != std::string::
npos
) {
in OnURLRequestStart()
/test/xts/hats/powermgr/power/hdi_power/common/
H
A
D
hdi_power_test.cpp
270
EXPECT_TRUE(pos != std::string::
npos
) << "HdfPowerHdiTest003 failed state: " << state;
in HWTEST_F()
320
EXPECT_TRUE(pos != std::string::
npos
) << "HdfPowerHdiTest006 failed lock: " << lock;
348
EXPECT_TRUE(pos != std::string::
npos
) << "HdfPowerHdiTest007 failed unLock: " << unLock;
/test/ostest/wukong/component_event/src/
H
A
D
wukong_tree.cpp
64
while (pos != std::string::
npos
) {
in GetClearnAbility()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H
A
D
jsvmtest.cpp
71
if (name.find("/") != std::string::
npos
) {
in main()
/test/testfwk/developer_test/aw/cxx/distributed/utils/
H
A
D
csv_transform_xml.h
124
while (std::string::
npos
!= pos2) {
in SplitString()
/test/xts/hats/kernel/prctl/
H
A
D
PrctlApiTest.cpp
84
if (found == s.
npos
)
in str_split()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/
H
A
D
rawfile_request.cpp
95
if (position != std::string::
npos
) {
in Start()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/
H
A
D
rawfile_request.cpp
98
if (position != std::string::
npos
) {
in Start()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H
A
D
test_request.cpp
155
if (position != std::string::
npos
) {
in Start()
157
OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod position != std::string::
npos
%{public}s", urlStr.c_str());
in Start()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/
H
A
D
rawfile_request.cpp
93
if (position != std::string::
npos
) {
in Start()
Completed in 20 milliseconds
1
2