OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_repeat
(Results
1 - 7
of
7
) sorted by null
/system/extras/tests/bionic/libc/other/
test_jpeg.c
208
#define
DEFAULT_REPEAT
10
213
fprintf(stderr, "options: -r NN repeat count (default %d)\n",
DEFAULT_REPEAT
);
242
int repeat_count =
DEFAULT_REPEAT
;
test_zlib.c
145
#define
DEFAULT_REPEAT
10
151
fprintf(stderr, "options: -r NN repeat count (default %d)\n",
DEFAULT_REPEAT
);
179
int repeat_count =
DEFAULT_REPEAT
;
/external/eigen/test/eigen2/
main.h
21
#define
DEFAULT_REPEAT
10
335
int repeat =
DEFAULT_REPEAT
;
379
std::cout << " rN Repeat each test N times (default: " <<
DEFAULT_REPEAT
<< ")" << std::endl;
385
if(!has_set_repeat) repeat =
DEFAULT_REPEAT
;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py
68
default_repeat
= 3
variable
201
def repeat(self, repeat=
default_repeat
, number=default_number):
233
repeat=
default_repeat
, number=default_number):
265
repeat =
default_repeat
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py
68
default_repeat
= 3
variable
201
def repeat(self, repeat=
default_repeat
, number=default_number):
233
repeat=
default_repeat
, number=default_number):
265
repeat =
default_repeat
/external/eigen/test/
main.h
59
#define
DEFAULT_REPEAT
10
469
std::cout << " rN Repeat each test N times (default: " <<
DEFAULT_REPEAT
<< ")" << std::endl;
485
if(!g_has_set_repeat) g_repeat =
DEFAULT_REPEAT
;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
[
all
...]
Completed in 207 milliseconds