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

  /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...]
  /external/quake/quake/src/QW/client/
cd_audio.c 733 static double lastUpdate;
738 if ((realtime - lastUpdate) < 0.25)
740 lastUpdate = realtime;
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 743 static double lastUpdate;
748 if ((realtime - lastUpdate) < 0.25)
750 lastUpdate = realtime;
  /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...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 275 Long lastUpdate; // Last time an event occurred for this transfer
289 this.lastUpdate = SystemClock.elapsedRealtime();
416 this.lastUpdate = SystemClock.elapsedRealtime();
    [all...]
  /external/openssl/crypto/asn1/
x_crl.c 116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
  /external/openssl/include/openssl/
x509.h 454 ASN1_TIME *lastUpdate;
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 298 milliseconds