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:TEST_NUM
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H
A
D
run_cpuctl_stress_test.sh
58
TEST_NUM
=$1; # To run the desired test (1 or 2)
88
case ${
TEST_NUM
} in
134
echo "TEST $
TEST_NUM
: CPU CONTROLLER STRESS TESTING";
145
case $
TEST_NUM
in
151
echo TEST NAME:- $TEST_NAME: $
TEST_NUM
>> $LTPROOT/output/cpuctl_results_$FILE.txt;
152
echo Test $
TEST_NUM
: NUM_GROUPS=$NUM_GROUPS +1 \(DEF\)>> $LTPROOT/output/cpuctl_results_$FILE.txt;
153
echo Test $
TEST_NUM
: TASKS PER GROUP=$TASKS_IN_GROUP >> $LTPROOT/output/cpuctl_results_$FILE.txt;
165
TEST_NUM
=$
TEST_NUM
TASK_NUM=$TASK_NUM ./cpuctl_task_$TASK_NUM \
195
NUM_CPUS=$NUM_CPUS
TEST_NUM
[all...]
H
A
D
run_cpuctl_latency_test.sh
67
if [ $
TEST_NUM
-eq 2 ]; then
78
echo "Cleanup done for latency test $
TEST_NUM
"
119
TEST_NUM
=$1;
120
if [ -z $
TEST_NUM
]; then
142
case $
TEST_NUM
in
149
./cpuctl_latency_test $
TEST_NUM
&
160
./cpuctl_latency_check_task $
TEST_NUM
$$ $allowed_latency &
180
./cpuctl_latency_test $
TEST_NUM
$group &
191
./cpuctl_latency_check_task $
TEST_NUM
$$ $allowed_latency $group &
/third_party/ltp/testcases/kernel/controllers/memctl/
H
A
D
run_memctl_test.sh
49
TEST_NUM
=$1;
94
case ${
TEST_NUM
} in
113
echo "TEST $
TEST_NUM
: MEMORY CONTROLLER TESTING";
125
case $
TEST_NUM
in
135
TEST_NUM
=$
TEST_NUM
MYGROUP=$MYGROUP SCRIPT_PID=$SCRIPT_PID CHUNK_SIZE=$CHUNK_SIZE \
189
case $
TEST_NUM
in
197
echo "TFAIL Memory resource Controller: Task Migration test $
TEST_NUM
FAILED";
199
echo "TPASS Memory Resource Controller: Task Migration test $
TEST_NUM
PASSED";
222
echo "TFAIL Memory resource Controller: Task Migration test $
TEST_NUM
FAILE
[all...]
/third_party/musl/libc-test/src/regression/
H
A
D
malloc-modify-pointer.c
36
#define
TEST_NUM
512
macro
38
volatile void *tmp[
TEST_NUM
];
78
for (int i = 0; i <
TEST_NUM
; ++i) {
in child()
82
for (int i = 0; i <
TEST_NUM
; ++i) {
in child()
H
A
D
malloc-safe-unlink.c
30
#define
TEST_NUM
512
macro
76
for (int i = 0; i <
TEST_NUM
; ++i) {
in child()
H
A
D
malloc-encode-pointer.c
31
#define
TEST_NUM
512
macro
66
for (int i = 0; i <
TEST_NUM
; ++i) {
in child()
/third_party/musl/libc-test/src/functional/
H
A
D
dl_multithread_lock.c
27
#define
TEST_NUM
1000
macro
Completed in 3 milliseconds