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

1 2

  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ProgressListenerImpl.java 44 long lastUpdate = 0;
57 if (now - lastUpdate < UPDATE_THRESHOLD) {
60 lastUpdate = now;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 56 final String description, final long lastUpdate, final long fileSize,
64 mLastUpdate = lastUpdate; // In milliseconds
86 final Long lastUpdate = values.getAsLong(MetadataDbHelper.DATE_COLUMN);
100 || null == lastUpdate
111 return new WordListMetadata(id, type, description, lastUpdate, fileSize, rawChecksum,
DictionaryService.java 248 final long lastUpdate = MetadataDbHelper.getOldestUpdateTime(context);
249 PrivateLog.log("Last update was " + lastUpdate);
250 return lastUpdate + time < now;
  /external/boringssl/src/crypto/x509/
x509cset.c 86 in=x->crl->lastUpdate;
92 M_ASN1_TIME_free(x->crl->lastUpdate);
93 x->crl->lastUpdate=in;
x_crl.c 140 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 82 bweStr->lastUpdate = 0;
232 bweStr->lastUpdate = arrivalTime;
271 if ((arrivalTime - bweStr->lastUpdate) > FS3) {
274 numPktsExpected = (arrivalTime - bweStr->lastUpdate) / frameSizeSampl;
315 bweStr->lastUpdate = arrivalTime;
321 bweStr->lastUpdate = arrivalTime;
417 bweStr->lastUpdate = arrivalTime;
487 bweStr->lastUpdate = arrivalTime;
    [all...]
structs.h 200 uint32_t 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());
315 * couple seconds ahead of the lastUpdate time in the CRL.
334 Date expectedDate = dates.get("lastUpdate");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java 136 public void setLastUpdate(long lastUpdate) {
137 mLastUpdate = lastUpdate;
  /frameworks/base/core/tests/coretests/src/android/animation/
ValueAnimatorTests.java 356 final long[] lastUpdate = new long[1];
372 lastUpdate[0] = l1.lastUpdateTime;
383 assertEquals(lastUpdate[0], l1.lastUpdateTime);
393 assertTrue(l1.lastUpdateTime > lastUpdate[0]);
394 lastUpdate[0] = l1.lastUpdateTime;
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 637 info.lastUpdate = System.currentTimeMillis();
640 long inactiveTime = System.currentTimeMillis() - info.lastUpdate;
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 410 ASN1_TIME *lastUpdate;
573 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.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/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 729 milliseconds

1 2