Searched defs:gtime (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DGeneralizedTimeTest.java44 private static final ASN1GeneralizedTime gtime = ASN1GeneralizedTime field in class:GeneralizedTimeTest
111 gtime.decode(in)); //decoded
120 gtime.decode(in)); //decoded
125 DerOutputStream out = new DerOutputStream(gtime,
139 long new_date = ((Date) gtime.decode(gtime.encode(new Date(old_date))))
147 long new_date = ((Date) gtime.decode(gtime.encode(new Date(old_date))))
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c1994 gtime(tmp) function
/external/icu4c/tools/tzcode/
H A Dlocaltime.c1994 gtime(tmp) function
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dkssl.c1906 static struct tm *k_gmtime(ASN1_GENERALIZEDTIME *gtime, struct tm *k_tm) argument
1911 if (gtime == NULL || gtime->length < 14) return NULL;
1912 if (gtime->data == NULL) return NULL;
1914 p = (char *)&gtime->data[14];
/external/openssl/ssl/
H A Dkssl.c1906 static struct tm *k_gmtime(ASN1_GENERALIZEDTIME *gtime, struct tm *k_tm) argument
1911 if (gtime == NULL || gtime->length < 14) return NULL;
1912 if (gtime->data == NULL) return NULL;
1914 p = (char *)&gtime->data[14];

Completed in 324 milliseconds