HomeSort by relevance Sort by last modified time
    Searched full:gettime (Results 226 - 250 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/tools/signapk/
SignApk.java 434 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000;
  /cts/tools/host/src/com/android/cts/
TestSession.java 439 long startTime = getSessionLog().getStartTime().getTime();
ConsoleUi.java     [all...]
  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipOutputStream.java 291 if (currentEntry.getTime() == -1) {
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PKIXParametersTest.java 266 cpp.setDate(Calendar.getInstance().getTime());
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
CallableStatement.java 626 public Time getTime(int parameterIndex) throws SQLException;
646 public Time getTime(int parameterIndex, Calendar cal) throws SQLException;
660 public Time getTime(String parameterName) throws SQLException;
679 public Time getTime(String parameterName, Calendar cal) throws SQLException;
    [all...]
ResultSet.java     [all...]
  /external/icu4c/i18n/
indiancal.cpp 428 UDate newStart = calendar.getTime(status);
persncal.cpp 446 UDate newStart = calendar.getTime(status);
astro.cpp 269 * @see java.util.Date#getTime()
297 * @see #getTime
338 UDate CalendarAstronomer::getTime() {
    [all...]
simpletz.cpp     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.1-1.js 192 PROPERTY[p++] = new Property( "Date.prototype", "getTime", "function" );
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 315 var startDate = new Date().getTime();
date-format-xparb.js 416 date.setTime(date.getTime() + 84266956);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 315 var startDate = new Date().getTime();
date-format-xparb.js 416 date.setTime(date.getTime() + 84266956);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 205 long inTimeStamp = entry.getTime (); // can return -1
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-14     [all...]
  /external/icu4c/test/intltest/
tztest.cpp 162 UDate marchOneStd = gc->getTime(status); // Local Std time midnight
165 UDate julyOneStd = gc->getTime(status); // Local Std time midnight
166 if (failure(status, "GregorianCalendar::getTime")) return;
612 UBool isDateBeforeReferenceYear = ucal_getNow() < cal.getTime(status);
613 if (failure(status, "Calendar::getTime")) return;
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 839 if (loc.getTime() != 0) {
840 // Location.getTime() is UTC in milliseconds.
842 long utcTimeSeconds = loc.getTime() / 1000;
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java     [all...]
  /dalvik/docs/
prettify.js     [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 166 current =(end.getTime() - start.getTime());

Completed in 4149 milliseconds

1 2 3 4 5 6 7 8 91011>>