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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 218 final long lastUpdate = MetadataDbHelper.getOldestUpdateTime(context);
219 PrivateLog.log("Last update was " + lastUpdate);
220 return lastUpdate + time < now;
WordListMetadata.java 53 final String description, final long lastUpdate, final long fileSize,
60 mLastUpdate = lastUpdate; // In milliseconds
81 final Long lastUpdate = values.getAsLong(MetadataDbHelper.DATE_COLUMN);
94 || null == lastUpdate
105 return new WordListMetadata(id, type, description, lastUpdate, fileSize, rawChecksum,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 199 uint32_t lastUpdate; /* Time since the last update of the Bottle Neck estimate (in samples) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 198 WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (in samples) */
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 232 Date lastUpdate = dates.get("lastUpdate");
235 assertNotNull(lastUpdate);
238 assertDateEquals(lastUpdate, crl.getThisUpdate());
246 Date lastUpdate = dates.get("lastUpdate");
249 assertNotNull(lastUpdate);
252 assertDateEquals(lastUpdate, crl.getThisUpdate());
323 * couple seconds ahead of the lastUpdate time in the CRL.
342 Date expectedDate = dates.get("lastUpdate");
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/openssl/crypto/x509/
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/openssl/include/openssl/
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1069 milliseconds