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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/cmds/screenrecord/
Overlay.cpp 266 time_t secs = (time_t) (realTime / 1000000000); local
267 localtime_r(&secs, &tm);
  /system/bt/stack/mcap/
mca_l2c.c 57 MCA_FCR_OPT_RETX_TOUT, /* Retransmission timeout (2 secs) */
58 MCA_FCR_OPT_MONITOR_TOUT, /* Monitor timeout (12 secs) */
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 134 "%llu bytes transferred in %lu.%03d secs (%llu bytes/sec)\n",
332 (void)dd_write_msg("%b bytes (%B) transferred in %s secs "
  /external/libchrome/base/third_party/nspr/
prtime.cc 89 static void localtime_r(const time_t* secs, struct tm* time) {
90 (void) localtime_s(time, secs);
1172 time_t secs; local
    [all...]
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
StepChartExampleActivity.java 94 //mySimpleXYPlot.setDomainLabel("Time (Secs)");
  /external/autotest/client/cros/
power_rapl.py 180 Note, Intel doc says ~60secs but in practice it seems much longer on
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 479 of 0 secs and using low battery percent threshold of 3.5
495 secs = float(line.split(split_re)[1].split()[0])
497 if secs and percent:
500 return (percent, secs)
  /external/autotest/server/cros/ap_configurators/
dlinkwbr1310_ap_configurator.py 93 # Give the router 40 secs to update.
  /external/autotest/server/site_tests/brillo_RecordingAudioTest/
brillo_RecordingAudioTest.py 42 @param duration_secs: Duration (in secs) to record audio for.
  /external/blktrace/btt/
bno_plot.py 46 set xlabel 'Time (secs)'
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util.py 64 """Waits for up to |timeout| secs for the function |condition| to return True.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
tcmalloc_heap_profiler.py 136 # intervals (~20 secs).
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 64 u16 secs, flags; member in struct:dhcp_packet
  /external/iproute2/man/man8/
tc-flow.8 24 .IR secs " ] [ " OPTIONS " ] "
  /external/iproute2/misc/
ifstat.c 651 " -d, --scan=SECS sample every statistics every SECS\n"
658 " -t, --interval=SECS report average over the last SECS\n"
  /external/iptables/extensions/
libxt_RATEEST.c 62 strcasecmp(p, "secs")==0)
  /external/libmicrohttpd/src/testspdy/
test_request_response_with_callback.c 271 //int secs;
  /external/skia/samplecode/
SampleArc.cpp 199 SkScalar angle = SkDoubleToScalar(fmod(timer.secs() * 360 / 24, 360));
SampleAtlas.cpp 241 SkScalar angle = SkDoubleToScalar(fmod(timer.secs() * 360 / 24, 360));
SampleShip.cpp 161 SkScalar angle = SkDoubleToScalar(fmod(timer.secs() * 360 / 24, 360));
  /external/webrtc/webrtc/modules/video_coding/
qm_select_data.h 26 // Initial level of buffer in secs.
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 108 // perform an orderly shutdown. We're willing to wait up to 2 secs
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 65 #define GPS_AUTO_OFF_TIME 2 /* secs */
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 65 #define GPS_AUTO_OFF_TIME 2 /* secs */
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.h 65 #define GPS_AUTO_OFF_TIME 2 /* secs */

Completed in 749 milliseconds

1 2 3 4 5 6 78 91011>>