Searched defs:tzp (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DSimpleDateFormatTest.java32 private static final TimeZone tzp = TimeZone.getTimeZone("PST"); field in class:SimpleDateFormatTest
56 Calendar cal = Calendar.getInstance(tzp);
/external/libyuv/files/unit_test/
H A Dunit_test.h91 struct timezone tzp; local
92 gettimeofday(&t, &tzp);
/external/curl/lib/
H A Dx509asn1.c448 const char *tzp; local
478 tzp = fracp;
483 tzp++;
484 while(tzp < end && *tzp >= '0' && *tzp <= '9');
486 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--)
491 if(tzp >= end)
493 else if(*tzp == 'Z') {
494 tzp
512 const char *tzp; local
[all...]
/external/libxml2/
H A DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) argument
H A Dxmllint.c400 my_gettimeofday(struct timeval *tvp, void *tzp) argument
/external/libusb/libusb/
H A Dcore.c2292 int usbi_gettimeofday(struct timeval *tp, void *tzp) argument
2298 UNUSED(tzp);
/external/fio/os/windows/
H A Dposix.c252 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) argument
259 (void)tzp;

Completed in 327 milliseconds