HomeSort by relevance Sort by last modified time
    Searched defs:ttime (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/deps/glbench/src/
main.cc 77 struct tm *ttime; local
80 ttime = localtime(&tm);
81 strftime(time_string, 63, "%c",ttime);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTest.java 344 long[] ttime = new long[] {-631152000000L, 0L, 946684800000L}; /* {1950-1-1, 1970-1-1, 2000-1-1} */ local
345 rules[0] = new TimeArrayTimeZoneRule("Foo", 1*HOUR, 1*HOUR, ttime, DateTimeRule.UTC_TIME);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 340 long[] ttime = new long[] {-631152000000L, 0L, 946684800000L}; /* {1950-1-1, 1970-1-1, 2000-1-1} */ local
341 rules[0] = new TimeArrayTimeZoneRule("Foo", 1*HOUR, 1*HOUR, ttime, DateTimeRule.UTC_TIME);
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
KAZEFeatures.cpp 83 float ttime = 0.0; local
84 ttime = evolution_[i].etime - evolution_[i - 1].etime;
85 naux = fed_tau_by_process_time(ttime, 1, 0.25f, reordering_, tau);
    [all...]
AKAZEFeatures.cpp 85 float ttime = 0.0f; local
86 ttime = evolution_[i].etime - evolution_[i - 1].etime;
87 naux = fed_tau_by_process_time(ttime, 1, 0.25f, reordering_, tau);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 326 milliseconds