/libcore/support/src/test/java/tests/resources/x509/ |
crl-rsa-dates.txt | 0 lastUpdate=Jan 28 21:42:15 2014 GMT
|
crl-rsa-dsa-dates.txt | 0 lastUpdate=Jan 28 21:42:16 2014 GMT
|
create.sh | 117 openssl crl -inform d -in ${DIR}/crl-rsa.der -noout -lastupdate -nextupdate > ${DIR}/crl-rsa-dates.txt 118 openssl crl -inform d -in ${DIR}/crl-rsa-dsa.der -noout -lastupdate -nextupdate > ${DIR}/crl-rsa-dsa-dates.txt
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/model/ |
ct-builder-bot.html | 17 CTBuilderBot = function(group, name, status, lastUpdate) { 21 this.lastUpdate = lastUpdate;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
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,
|
DictionaryService.java | 218 final long lastUpdate = MetadataDbHelper.getOldestUpdateTime(context); 219 PrivateLog.log("Last update was " + lastUpdate); 220 return lastUpdate + time < now;
|
DictionarySettingsFragment.java | 229 // if (0 != lastUpdate) mUpdateNowPreference.setSummary(updateNowSummary);
|
/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/boringssl/src/crypto/x509/ |
x509cset.c | 84 in=x->crl->lastUpdate; 90 M_ASN1_TIME_free(x->crl->lastUpdate); 91 x->crl->lastUpdate=in;
|
x509_txt.c | 102 return("format error in CRL's lastUpdate field");
|
x_crl.c | 120 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
|
/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_txt.c | 106 return("format error in CRL's lastUpdate field");
|
x509.h | 454 ASN1_TIME *lastUpdate; 622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) [all...] |
/external/openssl/apps/ |
crl.c | 89 " -lastupdate - lastUpdate field\n", 113 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local 212 else if (strcmp(*argv,"-lastupdate") == 0) 213 lastupdate= ++num; 325 if (lastupdate == i) 327 BIO_printf(bio_out,"lastUpdate=");
|
/external/chromium_org/third_party/webrtc/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 = (arrivalTime - bweStr->lastUpdate) / frameSizeSampl; 309 bweStr->lastUpdate = arrivalTime; 315 bweStr->lastUpdate = arrivalTime; 412 bweStr->lastUpdate = arrivalTime; 482 bweStr->lastUpdate = arrivalTime; [all...] |
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/ |
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) */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 53 public static final String LAST_UPDATE = "lastUpdate"; //$NON-NLS-1$
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
resapi.h | 145 LARGE_INTEGER LastUpdate;
|
/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/chromium_org/third_party/boringssl/src/include/openssl/ |
x509.h | 410 ASN1_TIME *lastUpdate; 576 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 215 lastupdate, result = cache.get(filename, (None, None)) 216 if lastupdate is None or lastupdate < mtime: [all...] |