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

1 2

  /bionic/libc/kernel/uapi/linux/
times.h 22 struct tms { struct
  /development/ndk/platforms/android-3/include/linux/
times.h 17 struct tms { struct
  /development/ndk/platforms/android-L/include/linux/
times.h 22 struct tms { struct
  /external/kernel-headers/original/uapi/linux/
times.h 6 struct tms { struct
  /bionic/libc/include/sys/
times.h 38 extern clock_t times(struct tms*);
  /development/ndk/platforms/android-3/include/sys/
times.h 37 extern clock_t times(struct tms *);
  /development/ndk/platforms/android-L/include/sys/
times.h 38 extern clock_t times(struct tms*);
  /external/compiler-rt/test/msan/
times.cc 10 struct tms t;
  /external/bison/lib/
timevar.c 56 struct tms struct
69 extern clock_t times (struct tms *);
212 struct tms tms; local
213 now->wall = times (&tms) * ticks_to_msec;
215 now->user = tms.tms_utime * ticks_to_msec;
216 now->sys = tms.tms_stime * ticks_to_msec;
218 now->user = (tms.tms_utime + tms.tms_cutime) * ticks_to_msec;
219 now->sys = (tms.tms_stime + tms.tms_cstime) * ticks_to_msec
    [all...]
  /external/libnfc-nci/src/nfc/int/
tags_int.h 45 UINT8 tms; member in struct:__anon3941
59 UINT8 tms; member in struct:__anon3942
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 84 * @param tms the trust decision sources or {@code null}
89 public void engineInit(KeyManager[] kms, TrustManager[] tms,
91 sslParameters = new SSLParametersImpl(kms, tms, sr,
SSLParametersImpl.java 116 protected SSLParametersImpl(KeyManager[] kms, TrustManager[] tms,
134 if (tms == null) {
137 x509TrustManager = findFirstX509TrustManager(tms);
876 TrustManager[] tms = tmf.getTrustManagers(); local
    [all...]
DefaultSSLContextImpl.java 126 public void engineInit(KeyManager[] kms, TrustManager[] tms,
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 220 int tms = request.getParams().getIntParameter( local
223 if (conn.isResponseAvailable(tms)) {
  /external/chromium_org/base/time/
time_unittest.cc 58 struct tm tms; local
60 localtime_s(&tms, &now_t_1);
62 localtime_r(&now_t_1, &tms);
71 EXPECT_EQ(tms.tm_year + 1900, exploded.year);
72 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
73 EXPECT_EQ(tms.tm_mday, exploded.day_of_month);
74 EXPECT_EQ(tms.tm_hour, exploded.hour);
75 EXPECT_EQ(tms.tm_min, exploded.minute);
76 EXPECT_EQ(tms.tm_sec, exploded.second);
  /external/openssl/crypto/bn/
bnspeed.c 86 /* Depending on the VMS version, the tms structure is perhaps defined.
132 static struct tms tstart,tend;
expspeed.c 112 /* Depending on the VMS version, the tms structure is perhaps defined.
158 static struct tms tstart,tend;
  /external/openssl/crypto/rc2/
rc2speed.c 84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
  /external/openssl/crypto/rc4/
rc4speed.c 84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
  /external/mksh/src/
misc.c 2095 struct tms tms; local
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java 368 TrustManager[] tms = tmf.getTrustManagers(); local
370 sslC[i].init(kms, tms, new SecureRandom());
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8.c 107 struct tms tmsStart, tmsEnd;
  /external/openssl/crypto/des/
speed.c 85 /* Depending on the VMS version, the tms structure is perhaps defined.
147 static struct tms tstart,tend;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 400 __u8 tms; member in struct:voyager_psi_regs
  /external/dnsmasq/src/
util.c 308 struct tms dummy;

Completed in 1325 milliseconds

1 2