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

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.h 36 #define LOC_NI_NO_RESPONSE_TIME 20 /* secs */
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.h 36 #define LOC_NI_NO_RESPONSE_TIME 20 /* secs */
  /external/libnfc-nci/halimpl/pn54x/
libnfc-nxp-PN548AD_example.conf 216 #Timeout in secs to get NFCEE Discover notification
222 #Timeout in secs
226 #Timeout in secs
libnfc-nxp-PN551_example.conf 218 #Timeout in secs to get NFCEE Discover notification
224 #Timeout in secs
228 #Timeout in secs
libnfc-nxp-PN66T_example.conf 217 #Timeout in secs to get NFCEE Discover notification
223 #Timeout in secs
227 #Timeout in secs
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 174 // We're going to buffer at least 2 secs worth data on all tracks before
188 ALOGV("audio track doesn't have enough data yet. (%.2f secs buffered)",
197 ALOGV("video track doesn't have enough data yet. (%.2f secs buffered)",
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 31 * <p>Check all devices every 15 secs except for system audio.
32 * If system audio is on, check hot-plug for audio system every 5 secs.
33 * For other devices, keep 15 secs period.
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 311 protected DhcpPacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp,
315 mSecs = secs;
732 short secs; local
860 secs = packet.getShort();
    [all...]
  /external/tcpdump/tests/
QinQpacketv.out 16 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a090, secs 4, Flags [none]
30 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a090, secs 12, Flags [none]
43 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a090, secs 28, Flags [none]
69 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a090, secs 4, Flags [none]
82 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a090, secs 11, Flags [none]
95 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a090, secs 27, Flags [none]
126 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a015, secs 3, Flags [none]
140 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a015, secs 10, Flags [none]
153 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a015, secs 26, Flags [none]
179 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a015, secs 3, Flags [none
    [all...]
  /external/curl/tests/
FILEFORMAT 106 wait [secs]
121 DELAY [command] [secs]
147 writedelay: [secs] delay this amount between reply packets
163 writedelay: [secs] delay this amount between reply packets (each packet being
279 <command [option="no-output/no-include"] [timeout="secs"] [delay="secs"]
306 Set timeout="secs" to override default server logs advisor read lock timeout.
309 remove the lock that advised not to read them. The "secs" parameter is the not
314 Set delay="secs" to introduce a time delay once that the command has completed
315 execution and before the <postcheck> section runs. The "secs" parameter is th
    [all...]
  /external/dnsmasq/contrib/lease-access/
lease.access.patch 114 +int async_event(int pipe, time_t now, struct event_desc* event, unsigned int secs)
121 + if (read_timeout(pipe, (unsigned char *)&ev, sizeof(ev), now, secs) > 0)
178 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs);
230 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs)
235 + expire = now + secs;
240 + if (secs > 0) alarm(secs);
254 + if (secs == 0 || (secs > 0 && dnsmasq_time() < expire))
258 + my_syslog(LOG_INFO, _("error in read (timeout %d, errno %d)"), secs, errno)
    [all...]
  /external/tcpdump/
util.c 264 int secs)
271 if (secs == 0) {
275 if (secs < 0) {
277 secs = -secs;
279 while (secs > 0) {
280 if (secs >= *s) {
281 ND_PRINT((ndo, "%d%s", secs / *s, *l));
282 secs -= (secs / *s) * *s
    [all...]
  /external/avahi/avahi-compat-howl/include/salt/
platform.h 45 # define sw_snooze(SECS) taskDelay(sysClkRateGet() * SECS)
64 # define sw_snooze(SECS) Sleep(SECS * 1000)
76 # define sw_snooze(SECS) sleep(SECS)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 122 // If this happens, don't update jitter value. Use 5 secs video frequency
312 void StreamStatisticianImpl::LastReceiveTimeNtp(uint32_t* secs,
315 *secs = last_receive_time_ntp_.seconds();
428 uint32_t secs; local
430 it->second->LastReceiveTimeNtp(&secs, &frac);
432 Clock::NtpToMs(secs, frac) < kStatisticsTimeoutMs) {
  /external/curl/src/
tool_cb_dbg.c 54 time_t secs; local
66 secs = epoch_offset + tv.tv_sec;
67 now = localtime(&secs); /* not thread safe but we don't care */
  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateTimeRule.java 265 int secs = time % 60; local
281 buf.append(secs/10);
282 buf.append(secs%10);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 300 int secs = time % 60; local
316 buf.append(secs/10);
317 buf.append(secs%10);
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 59 // Cap for the encoder buffer level/accumulator, in secs.
61 // Cap on maximum amount of dropped frames between kept frames, in secs.
201 // frame, in terms of frame rate and window size (secs).
  /system/connectivity/dhcp_client/
dhcp_message_unittest.cc 94 SECONDS, // secs
116 SECONDS, // secs
138 SECONDS, // secs
  /external/autotest/client/tests/compilebench/
compilebench.py 37 TIME = "secs"
  /external/autotest/client/tests/stress/
control 27 --vm-hang N sleep N secs before free (default is none, 0 is inf)
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
LogMessageParser.java 37 Pattern.compile(".*\\[(?:(Full) )?GC.*(\\d+\\.\\d+) secs\\]");
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
util.py 58 """Waits for up to |timeout| secs for the function |condition| to return True.
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 102 clover::compat::vector<section> secs; member in struct:clover::module
  /external/skia/samplecode/
SampleDegenerateTwoPtRadials.cpp 81 fTime = SkDoubleToScalar(timer.secs() / 15);

Completed in 1209 milliseconds

1 2 34 5 6 7 8 91011>>