HomeSort by relevance Sort by last modified time
    Searched refs:secs (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 166 setTimeout(int secs, int msecs) {
167 timeoutValue = (long)secs * 1000 + msecs;
171 setTimeout(int secs) {
172 setTimeout(secs, 0);
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
  /external/wpa_supplicant_8/src/utils/
eloop.h 169 * @secs: Number of seconds to the timeout
179 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /system/core/libnetutils/
dhcpmsg.h 44 uint16_t secs; /* seconds since start of acq */ member in struct:dhcp_msg
  /external/clang/utils/
FindSpecRefs 683 secs = str[1:str.index(']')].split('.')
690 indices = secs
692 secs = str.split('.')
694 if 'p' in secs[-1]:
695 secs[-1],p = secs[-1].split('p',1)
697 indices = map(int, secs)
    [all...]
  /external/qemu/
blockdev.c 144 int cyls, heads, secs, translation; local
178 secs = qemu_opt_get_number(opts, "secs", 0);
221 if (cyls || heads || secs) {
230 if (secs < 1 || (type == IF_IDE && secs > 63)) {
231 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", buf);
239 "qemu: '%s' trans must be used with cyls,heads and secs\n",
259 if (cyls || secs || heads) {
434 bdrv_set_geometry_hint(dinfo->bdrv, cyls, heads, secs);
    [all...]
  /external/chromium_org/remoting/webapp/
connection_history.js 90 var secs = this.duration % 60;
91 var mins = ((this.duration - secs) / 60) % 60;
92 var hours = (this.duration - secs - 60 * mins) / 3600;
93 if (secs < 10) {
94 secs = '0' + secs;
96 var result = mins + ':' + secs;
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 141 time_t secs = timeval.tv_sec; local
142 gmtime_r(&secs, tm);
  /external/iproute2/ip/
ipmonitor.c 90 time_t secs = ((__u32*)NLMSG_DATA(n))[0]; local
92 tstr = asctime(localtime(&secs));
  /external/kernel-headers/original/linux/
rtc.h 127 int (*set_mmss)(struct device *, unsigned long secs);
182 extern int rtc_set_mmss(struct class_device *class_dev, unsigned long secs);
  /external/libppp/src/
bundle.h 176 extern void bundle_StartIdleTimer(struct bundle *, unsigned secs);
183 extern void bundle_StartSessionTimer(struct bundle *, unsigned secs);
bundle.c 536 unsigned secs; local
632 secs = 0;
634 NULL, &secs);
637 tun.header.timeout = secs;
1027 int secs; local
1045 secs = t->downtime ? 0 : throughput_uptime(t);
1046 if (secs > t->SamplePeriod)
1047 secs = t->SamplePeriod;
1048 if (secs)
1050 " over the last %d secs\n", octets * 8, octets, secs)
1072 int secs = bundle_Uptime(arg->bundle); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 150 public ServiceProxy setTimeout(int secs) {
151 mTimeout = secs;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.hpp 102 clover::compat::vector<section> secs; member in struct:clover::module
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 86 m.secs.push_back({ 0, module::section::text, sz, { (char *)prog, sz } });
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 102 clover::compat::vector<section> secs; member in struct:clover::module
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 86 m.secs.push_back({ 0, module::section::text, sz, { (char *)prog, sz } });
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 194 unsigned int secs, usecs; local
196 secs = (comeback_delay * 1024) / 1000000;
197 usecs = comeback_delay * 1024 - secs * 1000000;
199 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs);
201 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
  /external/chromium/base/third_party/nspr/
prtime.cc 80 static void localtime_r(const time_t* secs, struct tm* time) {
81 (void) localtime_s(time, secs);
1116 time_t secs; local
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 85 static void localtime_r(const time_t* secs, struct tm* time) {
86 (void) localtime_s(time, secs);
1122 time_t secs; local
    [all...]

Completed in 1668 milliseconds

12 3 4 5 6