OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPS
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_longexp.py
6
REPS
= 65580
7
l = eval("[" + "2," *
REPS
+ "]")
8
self.assertEqual(len(l),
REPS
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_longexp.py
6
REPS
= 65580
7
l = eval("[" + "2," *
REPS
+ "]")
8
self.assertEqual(len(l),
REPS
)
/external/valgrind/main/perf/
sarp.c
14
#define
REPS
1000*1000*10
42
for (i = 0; i <
REPS
; i++) {
tinycc.c
[
all
...]
/external/chromium_org/chrome/installer/linux/rpm/
build.sh
76
local
REPS
="$REPLACES"
78
for rep in $
REPS
; do
Completed in 303 milliseconds