HomeSort by relevance Sort by last modified time
    Searched full:secs (Results 101 - 125 of 573) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 60 // Stop returning data after 10 secs.
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 36 #define CAMERA_FRAME_TIMEOUT 1000000000 //nsecs (1 secs)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h 167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 94 secs, err := strconv.Atoi(val)
95 if err != nil || secs != 0 && val[0] == '0' {
98 if secs <= 0 {
101 c.MaxAge = secs
  /prebuilts/go/linux-x86/src/net/http/
cookie.go 94 secs, err := strconv.Atoi(val)
95 if err != nil || secs != 0 && val[0] == '0' {
98 if secs <= 0 {
101 c.MaxAge = secs
  /system/core/libnetutils/
dhcpmsg.h 44 uint16_t secs; /* seconds since start of acq */ member in struct:dhcp_msg
  /toolchain/binutils/binutils-2.25/gas/config/
te-vms.c 254 long long gmtoff, secs, nsecs; local
280 secs = buff.st_mtim.tv_sec;
282 secs = buff.st_mtime;
294 *cdt = ((secs + gmtoff) * VMS_GRANULARITY_FACTOR)
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py 116 ' delta (secs): %f',
122 # return the xfer rate in Mbits/secs having bytes/microsec
  /external/autotest/site_utils/rpm_control_system/
utils_unittest.py 114 # Initialize an LRU with size 1, items exppire after 10 secs.
137 # Initialize an LRU with size 1, items expire after 10 secs.
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 53 msg += (', wait of %.1f secs required but only %.1f secs left'
  /external/iproute2/tc/
q_sfb.c 31 "Usage: ... sfb [ rehash SECS ] [ db SECS ]\n"
  /external/libnfc-nci/halimpl/pn54x/
libnfc-nxp-PN547C2_example.conf 209 #Timeout in secs
211 #Timeout in secs
libnfc-nxp-PN65T_example.conf 211 #Timeout in secs
213 #Timeout in secs
  /frameworks/av/cmds/stagefright/
stagefright.cpp 102 printf("min decode time %" PRId64 " us (%.2f secs)\n", minUs, minUs / 1E6);
103 printf("max decode time %" PRId64 " us (%.2f secs)\n", maxUs, maxUs / 1E6);
261 printf("wanted: %.2f secs, got: %.2f secs\n",
269 printf("buffer has timestamp %" PRId64 " us (%.2f secs)\n",
292 printf("seeking to %" PRId64 " us (%.2f secs)\n",
364 printf("seeking to 5 secs.");
1097 printf("thumbnailTime: %" PRId64 " us (%.2f secs)\n",
    [all...]
  /system/connectivity/dhcp_client/
dhcp_message.cc 55 uint16_t secs; member in struct:dhcp_client::__anon74451::RawDHCPMessage
126 message->seconds_ = ntohs(raw_message->secs);
250 // According to RFC 2131, all secs field in reply messages should be 0.
252 LOG(ERROR) << "Invalid DHCP message secs";
281 raw_message.secs = htons(seconds_);
  /external/autotest/client/tests/netperf2/
netperf2.py 283 bytes bytes bytes secs. 10^6bits/sec
299 bytes bytes secs # # 10^6bits/sec
318 bytes Bytes bytes bytes secs. per sec
wait_before_data.patch 136 @@ -6501,6 +6515,8 @@ bytes bytes secs #
145 @@ -7375,7 +7391,7 @@ bytes bytes bytes bytes secs. per
154 @@ -7456,6 +7472,8 @@ bytes bytes bytes bytes secs. per
  /external/curl/docs/examples/
http2-upload.c 115 time_t secs; local
126 secs = epoch_offset + tv.tv_sec;
127 now = localtime(&secs); /* not thread safe but we don't care */
  /external/libnl/include/
netlink-types.h 344 uint64_t ntp_reachable_time; /* secs */
356 uint64_t ntp_gc_stale_time; /* secs */
362 uint64_t ntp_probe_delay; /* secs */
  /external/tcpdump/
print-mobility.c 141 /* units of 4 secs */
290 /* units of 4 secs */
306 /* units of 4 secs */
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
TimingConstraintsTest.java 35 .setOverrideDeadline(5000) // 5 secs
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 48 //10 secs for the screen to trun off after the usb notification
  /external/autotest/contrib/
watch_expensive_rpcs.py 81 print "*** %s stuck in %s for %s secs" % pid
  /external/autotest/site_utils/
job_overhead.py 39 @param duration_secs: Duration of the job/task in secs.

Completed in 661 milliseconds

1 2 3 45 6 7 8 91011>>