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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 52 final String description, final long lastUpdate, final long fileSize,
58 mLastUpdate = lastUpdate; // In milliseconds
78 final Long lastUpdate = values.getAsLong(MetadataDbHelper.DATE_COLUMN);
90 || null == lastUpdate
101 return new WordListMetadata(id, type, description, lastUpdate, fileSize, checksum,
DictionaryService.java 218 final long lastUpdate = MetadataDbHelper.getOldestUpdateTime(context);
219 PrivateLog.log("Last update was " + lastUpdate);
220 return lastUpdate + time < now;
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509cset.c 89 in=x->crl->lastUpdate;
95 M_ASN1_TIME_free(x->crl->lastUpdate);
96 x->crl->lastUpdate=in;
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/openssl/crypto/x509/
x509cset.c 89 in=x->crl->lastUpdate;
95 M_ASN1_TIME_free(x->crl->lastUpdate);
96 x->crl->lastUpdate=in;
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 230 Date lastUpdate = dates.get("lastUpdate");
233 assertNotNull(lastUpdate);
236 assertDateEquals(lastUpdate, crl.getThisUpdate());
244 Date lastUpdate = dates.get("lastUpdate");
247 assertNotNull(lastUpdate);
250 assertDateEquals(lastUpdate, crl.getThisUpdate());
324 Date expectedDate = dates.get("lastUpdate");
339 Date expectedDate = dates.get("lastUpdate");
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 80 bweStr->lastUpdate = 0;
226 bweStr->lastUpdate = arrivalTime;
265 if ((arrivalTime - bweStr->lastUpdate) > FS3) {
268 numPktsExpected = WEBRTC_SPL_UDIV(arrivalTime - bweStr->lastUpdate, frameSizeSampl);
309 bweStr->lastUpdate = arrivalTime;
315 bweStr->lastUpdate = arrivalTime;
412 bweStr->lastUpdate = arrivalTime;
483 bweStr->lastUpdate = arrivalTime;
    [all...]
structs.h 198 WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (in samples) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 397 TimeStamp lastUpdate; /* time of last update */
486 TimeStamp lastUpdate; /* time of last update */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 397 TimeStamp lastUpdate; /* time of last update */
486 TimeStamp lastUpdate; /* time of last update */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 397 TimeStamp lastUpdate; /* time of last update */
486 TimeStamp lastUpdate; /* time of last update */
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 196 long lastUpdate = lastLastUpdateTime;
198 long timeDelta = releaseTime - Math.max(pressTime, lastUpdate);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_crl.c 116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
  /external/openssl/crypto/asn1/
x_crl.c 116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
  /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/include/openssl/
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /libcore/crypto/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/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 213 milliseconds