OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tvs
(Results
1 - 6
of
6
) sorted by null
/external/blktrace/btt/
bt_timeline.c
102
struct timeval
tvs
, tve;
local
105
gettimeofday(&
tvs
, NULL);
115
double tps, dt_input = tv2dbl(&tve) - tv2dbl(&
tvs
);
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java
80
TypeVariable[]
tvs
= clazz.getTypeParameters();
local
82
// for (TypeVariable tv :
tvs
) {