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
48
) 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()
/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()
/kernel/linux/linux-6.6/tools/lib/api/fd/
H
A
D
array.c
94
int
npos
;
in fdarray__dup_entry_from()
local
101
npos
= fdarray__add(fda, entry->fd, entry->events, from->priv[pos].flags);
in fdarray__dup_entry_from()
102
if (
npos
>= 0)
in fdarray__dup_entry_from()
103
fda->priv[
npos
] = from->priv[pos];
in fdarray__dup_entry_from()
105
return
npos
;
in fdarray__dup_entry_from()
/applications/standard/contacts_data/ability/common/utils/src/
H
A
D
sql_analyzer.cpp
62
if (found == std::string::
npos
) {
in CharCheck()
70
if (found == std::string::
npos
) {
in CharCheck()
78
if (found == std::string::
npos
) {
in CharCheck()
96
if (found == std::string::
npos
) {
in StrCheck()
H
A
D
contacts_string_utils.cpp
34
if (found != std::string::
npos
) {
in SplitStr()
35
while (found != std::string::
npos
) {
in SplitStr()
/kernel/linux/linux-5.10/scripts/
H
A
D
cleanfile
30
my $
npos
= ($pos+$nsp+8) & ~7;
31
my $ntab = ($
npos
>> 3) - ($pos >> 3);
33
$pos = $
npos
;
H
A
D
cleanpatch
30
my $
npos
= ($pos+$nsp+8) & ~7;
31
my $ntab = ($
npos
>> 3) - ($pos >> 3);
33
$pos = $
npos
;
/kernel/linux/linux-6.6/scripts/
H
A
D
cleanfile
30
my $
npos
= ($pos+$nsp+8) & ~7;
31
my $ntab = ($
npos
>> 3) - ($pos >> 3);
33
$pos = $
npos
;
H
A
D
cleanpatch
30
my $
npos
= ($pos+$nsp+8) & ~7;
31
my $ntab = ($
npos
>> 3) - ($pos >> 3);
33
$pos = $
npos
;
/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()
/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()
/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/ostest/wukong/test/unittest/
H
A
D
wukong_test.cpp
69
if ((strOne != result.
npos
) && (strTwo != result.
npos
)) {
in HWTEST_F()
/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...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_datashare_stub_impl.cpp
73
if (path.find("com.ohos.contactsdataability") != std::string::
npos
) {
in GetOwner()
76
if (path.find("com.ohos.calllogability") != std::string::
npos
) {
in GetOwner()
79
if (path.find("com.ohos.voicemailability") != std::string::
npos
) {
in GetOwner()
/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()
/applications/standard/contacts_data/ability/common/utils/include/
H
A
D
sql_analyzer.h
60
if (pos == std::string::
npos
) {
in IsInStr()
/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/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;
Completed in 14 milliseconds
1
2