OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOOP
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_trace.sh
16
LOOP
=200
20
while [ $i -lt $
LOOP
]; do
ftrace_stack_trace.sh
16
LOOP
=400
20
while [ $i -lt $
LOOP
]; do
28
while [ $i -lt $
LOOP
]; do
ftrace_current_tracer.sh
16
LOOP
=200
20
while [ $i -lt $
LOOP
]; do
ftrace_buffer_size_kb.sh
16
LOOP
=200
22
step=$(( $free_mem / 10 / $
LOOP
/ $cpus ))
26
LOOP
=50
32
while [ $i -lt $
LOOP
]; do
39
while [ $i -lt $
LOOP
]; do
ftrace_trace_clock.sh
16
LOOP
=400
29
while [ $i -lt $
LOOP
]; do
35
while [ $i -lt $
LOOP
]; do
ftrace_trace_pipe.sh
25
LOOP
=20
29
while [ $i -lt $
LOOP
]; do
ftrace_set_ftrace_pid.sh
16
LOOP
=300
20
while [ $j -lt $
LOOP
]; do
ftrace_trace_stat.sh
16
LOOP
=200
38
while [ $i -lt $
LOOP
]; do
ftrace_trace_options.sh
18
LOOP
=200
22
while [ $j -lt $
LOOP
]; do
/external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_regression01.sh
43
LOOP
=10
55
for i in $(seq $
LOOP
); do
/external/google-breakpad/src/testing/scripts/generator/cpp/
keywords.py
47
LOOP
= set('while do for break continue'.split())
49
ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION |
LOOP
/external/googletest/googlemock/scripts/generator/cpp/
keywords.py
47
LOOP
= set('while do for break continue'.split())
49
ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION |
LOOP
/external/libxaac/decoder/armv7/
ia_xheaacd_mps_mulshift.s
30
LOOP
:
41
BGT
LOOP
ixheaacd_eld_decoder_sbr_pre_twiddle.s
12
MOV r3, #62 @
Loop
count
15
LOOP
:
17
SUBS r3, r3, #1 @Decrement
loop
count by 1
41
BNE
LOOP
@Check r3 equals 0 and continue
/external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_1.c
32
#define
LOOP
40
40
int
loop
;
local
48
for (
loop
= 0;
loop
<
LOOP
;
loop
++) {
/external/ltp/testcases/kernel/fs/fs-bench/
modaltr.sh
35
LOOP
=
loop
83
lsmod |grep $
LOOP
87
modprobe $
LOOP
116
rmmod $
LOOP
/external/mesa3d/src/mesa/math/
m_xform.c
83
#define
LOOP
for ( i = 0 ; i < n ; i++ )
92
#undef
LOOP
/external/iptables/etc/
ethertypes
39
LOOP
9000 loopback #
loop
proto
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap06.c
50
#define
LOOP
5
58
hugepages = (ARSZ + 1) *
LOOP
;
145
.tcnt =
LOOP
,
/external/ltp/testcases/kdump/lib/
test.sh
75
insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=
LOOP
cpoint_count=05
91
insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HW_IRQ_EN cpoint_type=
LOOP
cpoint_count=10
107
insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_TASKLET_ENTRY cpoint_type=
LOOP
cpoint_count=10
123
insmod "${lkdtm}"/lkdtm.ko cpoint_name=FS_DEVRW cpoint_type=
LOOP
cpoint_count=10
139
insmod "${lkdtm}"/lkdtm.ko cpoint_name=MEM_SWAPOUT cpoint_type=
LOOP
cpoint_count=10
155
insmod "${lkdtm}"/lkdtm.ko cpoint_name=TIMERADD cpoint_type=
LOOP
cpoint_count=10
171
insmod "${lkdtm}"/lkdtm.ko cpoint_name=SCSI_DISPATCH_CMD cpoint_type=
LOOP
cpoint_count=10
187
insmod "${lkdtm}"/lkdtm.ko cpoint_name=IDE_CORE_CP cpoint_type=
LOOP
cpoint_count=10
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s
38
LOOP
:
60
BLT
LOOP
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
scale_sig_neon.s
40
BEQ
LOOP
43
BEQ
LOOP
45
BEQ
LOOP
66
LOOP
:
129
BGT
LOOP
/external/ltp/testcases/realtime/
run.sh
207
LOOP
=1
208
tests[$index]=$
LOOP
221
LOOP
="$OPTARG"
/external/ltp/testscripts/
test_realtime.sh
45
Usage: test_realtime.sh -t test-argument [-l
loop
num_of_iterations] [-t test-argument1 [-l
loop
...]] ...
199
LOOP
=1
200
tests[$index]=$
LOOP
213
LOOP
="$OPTARG"
/external/toybox/toys/pending/
userdel.c
54
if (!strncmp(line, toybuf, ulen+1)) goto
LOOP
;
75
LOOP
:
Completed in 2310 milliseconds
1
2
3
4