/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 55 // If no access units are received within 5 secs, assume that the rtp 59 // If no access units arrive for the first 10 secs after starting the 699 "(%lu secs), using default.", 706 ALOGI("server specified timeout of %lu secs.", [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imaplib.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imaplib.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | [all...] |
/external/tcpdump/tests/ |
dcb_ets.out | 3 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xd60c7466, secs 13, Flags [none] (0x0000) 70 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xd60c7466, secs 24, Flags [none] (0x0000) 82 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xd60c7466, secs 36, Flags [none] (0x0000) 171 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0x3c41e764, secs 8, Flags [none] (0x0000) 184 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0x3c41e764, secs 20, Flags [none] (0x0000) 251 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0x3c41e764, secs 41, Flags [none] (0x0000) 281 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xc1fb0d77, secs 3, Flags [none] (0x0000) 404 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xc1fb0d77, secs 11, Flags [none] (0x0000) 526 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xc1fb0d77, secs 23, Flags [none] (0x0000) 538 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:46:e8:84, length 300, xid 0xc1fb0d77, secs 36, Flags [none] (0x0000 [all...] |
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 1105 NormalizedSeconds(IO &, TotalSeconds &secs) 1106 : hours(secs/3600), 1107 minutes((secs - (hours*3600))/60), 1108 seconds(secs % 60) { 1119 static void mapping(IO &io, TotalSeconds &secs) { 1120 MappingNormalization<NormalizedSeconds, TotalSeconds> keys(io, secs); [all...] |
/external/toybox/toys/pending/ |
fdisk.c | 454 uint32_t start_cyl, end_cyl, start_sec, end_sec, blocks, secs; local 473 secs = swap_le32toh(p->size4); 475 if ((start_sec + secs) == 0) end_sec = 0; 476 else end_sec = start_sec + secs -1; 479 blocks = secs; 482 odds = secs %(ONE_K/g_sect_size); [all...] |
bootchartd.c | 194 // stop proc dumping in 2 secs if getty or gdm, kdm, xdm found
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 787 ALOGV("fillAudioBuffer: rendering audio at media time %.2f secs", mediaTimeUs / 1E6); 942 ALOGV("onDrainAudioQueue: rendering audio at media time %.2f secs", [all...] |
NuPlayerDecoderPassThrough.cpp | 277 ALOGV("feeding audio input buffer at media time %.2f secs",
|
/device/htc/flounder/audio/visualizer/ |
nv_offload_visualizer.c | 502 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; local 505 --secs; 508 delta_ms = secs * 1000 + nsec / 1000000; [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 562 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; local 565 --secs; 568 delta_ms = secs * 1000 + nsec / 1000000; [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SignificantMotionTestActivity.java | 68 // 45 secs if SMD does not trigger, the test will fail.
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
LockTaskTest.java | 424 // Give 20 secs to finish.
|
/external/autotest/server/cros/ap_configurators/ |
belkinF9K1105_ap_configurator.py | 165 # The page reloads in about 80 secs and goes back to the dashboard.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.core.util.html | 97 <dl><dt><a name="-WaitFor"><strong>WaitFor</strong></a>(condition, timeout)</dt><dd><tt>Waits for up to |timeout| secs for the function |condition| to return True.<br>
|
/external/icu/icu4c/source/i18n/unicode/ |
reldatefmt.h | 322 * (3 secs ago), and relative day periods ("yesterday afternoon"), etc.
|
/external/iproute2/misc/ |
ss.c | 841 int secs, msecs, minutes; local 844 secs = timeout/1000; 845 minutes = secs/60; 846 secs = secs%60; 853 secs = 0; 855 if (secs) { 856 if (secs > 9) 858 sprintf(buf+strlen(buf), "%d%s", secs, msecs ? "." : "sec"); [all...] |
/external/iproute2/tc/ |
f_flow.c | 27 " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
|
/external/iw/ |
wowlan.c | 400 printf("\tinitial scan delay: %u secs\n",
|
/external/kernel-headers/original/uapi/linux/ |
gfs2_ondisk.h | 334 __be64 lf_sec; /* Last ins/del in secs */
|
/external/libmicrohttpd/src/examples/ |
spdy_event_loop.c | 417 printf("%lu loops in %llu secs\n", loops, (long long unsigned)(time(NULL) - start));
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
invocation.cpp | 245 m.secs.push_back(module::section(0, module::section::text,
|
/external/netperf/doc/examples/ |
arr_script | 147 bytes Bytes bytes bytes secs. per sec Netperfs
|