OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTLIST
(Results
1 - 4
of
4
) sorted by null
/external/tcpdump/tests/
TESTonce
7
open(
TESTLIST
, "
TESTLIST
") || die "can not open
TESTLIST
: $!\n";
10
while(<
TESTLIST
>) {
18
close(
TESTLIST
);
TESTrun.sh
29
cat
TESTLIST
| while read name input output options
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
make-hosted
50
open
TESTLIST
, "<./tests/${suite}/LIST";
51
while (<
TESTLIST
>) {
62
close
TESTLIST
;
sunspider
107
open
TESTLIST
, "<", "${suitePath}/LIST" or die "Can't find ${suitePath}/LIST";
108
while (<
TESTLIST
>) {
120
close
TESTLIST
;
Completed in 112 milliseconds