HomeSort by relevance Sort by last modified time
    Searched defs:tms (Results 1 - 25 of 66) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/linux/
times.h 22 struct tms { struct
  /external/kernel-headers/original/uapi/linux/
times.h 7 struct tms { struct
  /external/syslinux/com32/include/sys/
times.h 10 struct tms { struct
21 static inline clock_t times(struct tms *buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
times.h 35 struct tms struct
49 extern clock_t times (struct tms *__buffer) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
times.h 6 struct tms { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
times.h 35 struct tms struct
49 extern clock_t times (struct tms *__buffer) __THROW;
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 220 int tms = request.getParams().getIntParameter( local
223 if (conn.isResponseAvailable(tms)) {
  /frameworks/base/core/tests/coretests/src/android/net/http/
X509TrustManagerExtensionsTest.java 63 TrustManager[] tms = tmf.getTrustManagers(); local
64 for (TrustManager tm : tms) {
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 77 String tms = tm.get(vv); local
79 assertEquals(tms, hms);
86 String tms = tm.remove(new Integer(val)); local
92 assertEquals(tms, hms);
98 String tms = tm.get(vv); local
100 assertEquals(tms, hms);
  /system/nfc/src/nfc/include/
tags_int.h 42 uint8_t tms; member in struct:__anon3661
55 uint8_t tms; member in struct:__anon3662
  /external/apache-http/android/src/android/net/http/
CertificateChainValidator.java 185 TrustManager[] tms = tmf.getTrustManagers(); local
187 for (TrustManager tm : tms) {
  /external/libchrome/base/time/
time_unittest.cc 118 struct tm tms; local
120 localtime_s(&tms, &now_t_1);
122 localtime_r(&now_t_1, &tms);
131 EXPECT_EQ(tms.tm_year + 1900, exploded.year);
132 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
133 EXPECT_EQ(tms.tm_mday, exploded.day_of_month);
134 EXPECT_EQ(tms.tm_hour, exploded.hour);
135 EXPECT_EQ(tms.tm_min, exploded.minute);
136 EXPECT_EQ(tms.tm_sec, exploded.second);
    [all...]
  /external/libexif/libexif/
exif-entry.c 1628 struct tm tms; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext1Test.java 459 TrustManager[] tms = tmf.getTrustManagers(); local
461 sslCi.init(kmf.getKeyManagers(), tms, new SecureRandom()); local
504 TrustManager[] tms = tmf.getTrustManagers(); local
506 sslC[i].init(kms, tms, new SecureRandom());
534 TrustManager[] tms = tmf.getTrustManagers(); local
536 sslCi.init(kmf.getKeyManagers(), tms, new SecureRandom()); local
583 TrustManager[] tms = tmf.getTrustManagers(); local
584 sslContext.init(kmf.getKeyManagers(), tms, new SecureRandom()); local
  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLParametersImpl.java 115 SSLParametersImpl(KeyManager[] kms, TrustManager[] tms,
133 if (tms == null) {
136 x509TrustManager = findFirstX509TrustManager(tms);
526 TrustManager[] tms = tmf.getTrustManagers(); local
527 X509TrustManager trustManager = findFirstX509TrustManager(tms);
531 + Arrays.toString(tms));
547 private static X509TrustManager findFirstX509TrustManager(TrustManager[] tms) {
548 for (TrustManager tm : tms) {
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptSocketTest.java 351 TrustManager[] tms = tmf.getTrustManagers(); local
358 clientHooks.trustManagers = tms;
360 serverHooks.trustManagers = tms;
  /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
XmlConfigTests.java 436 TrustManager[] tms = tmf.getTrustManagers(); local
438 context.init(null, tms, null);
  /external/mksh/src/
misc.c 2422 struct tms tms; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2003 struct tm tms; local
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 

Completed in 894 milliseconds

1 2 3