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

1 2 3 4 5 6 7 8 91011>>

  /external/dnsmasq/contrib/wrt/
dhcp_release.c 69 u16 secs, flags; member in struct:dhcp_packet
  /external/dnsmasq/src/
config.h 21 #define CHILD_LIFETIME 150 /* secs 'till terminated (RFC1035 suggests > 120s) */
  /external/f2fs-tools/tools/
f2fstat.c 186 " -d delay (secs)\n"
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 53 * Example output: [GC 511K->192K(1984K), 0.0086170 secs] [GC 704K->353K(1984K),
54 * 0.0059619 secs] [Full GC 618K->371K(1984K), 0.0242779 secs] [Full GC
55 * 371K->371K(1984K), 0.0228649 secs] = testUnicodeSetAdd begin 100 =
    [all...]
  /external/iproute2/tc/
q_sfq.c 30 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
  /external/iputils/doc/
rdisc.sgml 135 Set maximum advertisement interval in seconds. Default is 600 secs.
  /external/skia/samplecode/
SampleLayers.cpp 292 fAngle = SkDoubleToScalar(fmod(timer.secs() * 360 / 5, 360));
  /external/sonivox/arm-wt-22k/host_src/
eas_debugmsgs.h 87 { 0xe624f4d9, 0x00000005, "eas_main.c[106]: Play length: %d.%03d (secs)\n" },
  /external/tcpdump/tests/
dcb_pfc.out 2 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 0x85bfaf7d, secs 31, Flags [none] (0x0000)
  /external/wpa_supplicant_8/src/utils/
eloop.c 762 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
777 timeout->time.sec += secs;
783 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
784 "ever happen - ignore it", secs);
    [all...]
  /frameworks/av/cmds/stagefright/
record.cpp 82 // Stop returning data after 10 secs.
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 180 // Send FIR requests at most every 5 secs.
rtp_test.cpp 209 printf("decoder returned frame of size %zu at time %.2f secs\n",
  /hardware/ti/omap4-aah/libtiutils/
MessageQueue.cpp 318 @param timeout The timeout value (in micro secs) to wait for a message in any of the queues
  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.cpp 315 @param timeout The timeout value (in micro secs) to wait for a message in any of the queues
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/
UsbTunerDataSource.java 44 private static final int READ_TIMEOUT_MS = 5000; // 5 secs.
  /platform_testing/libraries/google-keyboard-app-helper/src/android/platform/test/helpers/
GoogleKeyboardHelperImpl.java 64 private static final long KEYBOARD_MODE_CHANGE_TIMEOUT = 5000; // 5 secs
  /system/bt/include/
bt_target.h 1055 * Range: Minimum 2000 (2 secs) on BR/EDR when supporting PBF.
1063 * Range: Minimum 12000 (12 secs) on BR/EDR when supporting PBF.
    [all...]
  /bootable/recovery/
install.cpp 325 // progress <frac> <secs>
327 // over <secs> seconds. If <secs> is zero, use
  /external/autotest/server/cros/network/
netperf_runner.py 39 bytes bytes bytes secs. 10^6bits/sec
56 bytes bytes secs # # 10^6bits/sec
77 bytes Bytes bytes bytes secs. per sec
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 401 uint8_t *secs = secondaries.data(); local
404 uint8_t *p = secs + secSegmentStart;
405 uint8_t *q = secs + last;
  /external/iproute2/lib/
utils.c 180 strcasecmp(p, "secs")==0)
1024 time_t secs = ((__u32*)NLMSG_DATA(n))[0]; local
1026 tstr = asctime(localtime(&secs));
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 98 time_t secs = ts.tv_sec - pContext->mBufferUpdateTime.tv_sec; local
101 --secs;
104 deltaMs = secs * 1000 + nsec / 1000000;
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 237 int secs = cursor.getInt(mDurationIdx) / 1000; local
238 if (secs == 0) {
241 vh.duration.setText(MusicUtils.makeTimeString(context, secs));
  /system/core/healthd/
healthd_mode_charger.cpp 482 int64_t secs = duration / 1000; local
483 int64_t msecs = duration - secs * 1000;
485 now, code, secs, msecs);

Completed in 1861 milliseconds

1 2 3 4 5 6 7 8 91011>>