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:cout
(Results
1 - 19
of
19
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/tools/
H
A
D
unittest_tools.cpp
80
cout
<< "opendir " << testsuitesDir << " failed" << endl;
in GetAllTestsuites()
129
cout
<< "fork failed, " << strerror(errno) << endl;
in RunCase()
135
cout
<< testCase << ":" << endl;
in RunCase()
138
cout
<< "execl: " << testCase << " failed, " << strerror(errno) << endl;
in RunCase()
145
cout
<< "waitpid failed, " << strerror(errno) << endl;
in RunCase()
154
cout
<< "[UNITTEST_RUN] Failure cases more than upper limit!\n";
in RunCase()
161
cout
<< "[UNITTEST_RUN] malloc failed!\n";
in RunCase()
166
cout
<< "[UNITTEST_RUN] memcpy failed!\n";
in RunCase()
213
cout
<< "Usage: " << endl;
in TestsuitesToolsUsage()
214
cout
<< "liteos_unittest_ru
in TestsuitesToolsUsage()
[all...]
/kernel/linux/linux-5.10/tools/build/feature/
H
A
D
test-cxx.cpp
7
std::
cout
<< s << std::endl;
in print_str()
14
std::
cout
<< "|" << s << "|" << std::endl;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_sockopt.sh
10
cout
=""
87
rm -f "$cin" "$
cout
"
175
:> "$
cout
"
205
$connect_addr < "$cin" > "$
cout
" &
359
cout
=$(mktemp)
H
A
D
simult_flows.sh
29
rm -f "$
cout
" "$sout"
58
cout
=$(mktemp)
152
:> "$
cout
"
187
10.0.3.3 < "$cin" > "$
cout
" &
201
cmp $sin $
cout
> /dev/null 2>&1
220
ls -l $sin $
cout
H
A
D
mptcp_connect.sh
15
cout
=""
137
rm -f "$cin" "$
cout
"
160
cout
=$(mktemp)
163
cout_disconnect="$
cout
".disconnect
386
:> "$
cout
"
443
$extra_args $connect_addr < "$cin" > "$
cout
" &
486
check_transfer $sin $
cout
"file received by client"
H
A
D
mptcp_join.sh
23
cout
=""
189
cout
=$(mktemp)
201
rm -f "$cin" "$
cout
" "$sinfail"
1016
:> "$
cout
"
1097
$extra_cl_args $connect_addr < "$cin" > "$
cout
" &
1104
$extra_cl_args $connect_addr > "$
cout
" &
1110
$extra_cl_args $connect_addr > "$
cout
" &
1145
check_transfer $sinfail $
cout
"file received by client" $trunc_size
1147
check_transfer $sin $
cout
"file received by client" $trunc_size
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H
A
D
simult_flows.sh
26
rm -f "$
cout
" "$sout"
55
cout
=$(mktemp)
137
:> "$
cout
"
171
ip netns exec ${ns1} ./mptcp_connect -jt $timeout -p $port 10.0.3.3 < "$cin" > "$
cout
" &
191
cmp $sin $
cout
> /dev/null 2>&1
211
ls -l $sin $
cout
H
A
D
mptcp_connect.sh
13
cout
=""
126
rm -f "$cin" "$
cout
"
147
cout
=$(mktemp)
385
:> "$
cout
"
425
ip netns exec ${connector_ns} ./mptcp_connect -t $timeout -p $port -s ${cl_proto} $extra_args $connect_addr < "$cin" > "$
cout
" &
456
check_transfer $sin $
cout
"file received by client"
H
A
D
mptcp_join.sh
10
cout
=""
67
rm -f "$cin" "$
cout
"
162
:> "$
cout
"
193
ip netns exec ${connector_ns} $mptcp_connect -t $timeout -p $port -s ${cl_proto} $connect_addr < "$cin" > "$
cout
" &
241
check_transfer $sin $
cout
"file received by client"
433
cout
=$(mktemp)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_cpp.cpp
123
std::
cout
<< "FAILED to enable stats: " << fd << std::endl;
in main()
127
std::
cout
<< "DONE!" << std::endl;
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_cpp.cpp
27
std::
cout
<< "DONE!" << std::endl;
in main()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_pid_container_025.cpp
48
std::
cout
<< getpid() << std::endl;
in ItPidContainer025()
H
A
D
It_time_container_001.cpp
52
std::
cout
<< getpid() << std::endl;
in ItTimeContainer001()
H
A
D
It_pid_container_026.cpp
49
std::
cout
<< getpid() << std::endl;
in ItPidContainer026()
H
A
D
It_time_container_010.cpp
51
std::
cout
<< getpid() << std::endl;
in ItTimeContainer010()
H
A
D
It_time_container_009.cpp
70
std::
cout
<< "Contents of the time link is: " << timelink << std::endl;
in ItTimeContainer009()
/kernel/linux/linux-5.10/sound/soc/sh/
H
A
D
fsi.c
965
unsigned long actual,
cout
;
in fsi_clk_set_rate_cpg()
local
992
* [CPG] =
cout
=> [FSI_DIV] = audio => [FSI] => [codec]
in fsi_clk_set_rate_cpg()
1000
*
cout
= round(target x adjustment)
in fsi_clk_set_rate_cpg()
1001
* actual =
cout
/ adjustment (by FSI-DIV) ~= target
in fsi_clk_set_rate_cpg()
1009
cout
= target * adj;
in fsi_clk_set_rate_cpg()
1010
if (
cout
> 100000000) /* max clock = 100MHz */
in fsi_clk_set_rate_cpg()
1013
/*
cout
/actual audio clock */
in fsi_clk_set_rate_cpg()
1014
cout
= clk_round_rate(ick,
cout
);
in fsi_clk_set_rate_cpg()
1015
actual =
cout
/ ad
in fsi_clk_set_rate_cpg()
[all...]
/kernel/linux/linux-6.6/sound/soc/sh/
H
A
D
fsi.c
965
unsigned long actual,
cout
;
in fsi_clk_set_rate_cpg()
local
992
* [CPG] =
cout
=> [FSI_DIV] = audio => [FSI] => [codec]
in fsi_clk_set_rate_cpg()
1000
*
cout
= round(target x adjustment)
in fsi_clk_set_rate_cpg()
1001
* actual =
cout
/ adjustment (by FSI-DIV) ~= target
in fsi_clk_set_rate_cpg()
1009
cout
= target * adj;
in fsi_clk_set_rate_cpg()
1010
if (
cout
> 100000000) /* max clock = 100MHz */
in fsi_clk_set_rate_cpg()
1013
/*
cout
/actual audio clock */
in fsi_clk_set_rate_cpg()
1014
cout
= clk_round_rate(ick,
cout
);
in fsi_clk_set_rate_cpg()
1015
actual =
cout
/ ad
in fsi_clk_set_rate_cpg()
[all...]
/kernel/linux/build/test/unittest/rtg/
H
A
D
rtg_test.cpp
129
cout
<< "open node err." << endl;
in BasicOpenRtgNode()
Completed in 14 milliseconds