HomeSort by relevance Sort by last modified time
    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) {