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

1 2 3 4 5 6 7 8 91011>>

  /hardware/nxp/nfc/halimpl/
libnfc-nxp-PN80T_example.conf 383 #msec to 20000 msec and zero is to disable.
423 # JCOP-3.3 continuous process timeout in msec and value should be in Hexadecimal
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 208 // assume 1Mbps ==> 1000 bits per msec ==> 125 bytes per msec
  /cts/tests/tests/location/src/android/location/cts/psedorange/
GpsTime.java 200 // JAVA/UNIX epoch: January 1, 1970 in msec
212 // UNIX epoch: January 1, 1970 in msec
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/
testdata_it.txt 155 tre msec.
164 tre msec.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/
testdata_it.txt 155 tre msec.
164 tre msec.
  /external/skia/samplecode/
SampleSVGPong.cpp 198 SkScalar dt = (timer.msec() - fLastTick) * fTimeScale;
199 fLastTick = timer.msec();
  /external/skia/tools/viewer/
SlideDir.cpp 351 fTimeBase = timer.msec();
354 const auto t = timer.msec() - fTimeBase;
  /external/skqp/samplecode/
SampleSVGPong.cpp 198 SkScalar dt = (timer.msec() - fLastTick) * fTimeScale;
199 fLastTick = timer.msec();
  /external/wayland/tests/
event-loop-test.c 247 #define MSEC_TO_USEC(msec) ((msec) * 1000)
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 273 int32_t msec = (int32_t) ((realTime % 1000000000) / 1000000); local
275 snprintf(tmpBuf, sizeof(tmpBuf), ".%03d", msec);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 357 snprintf(buffer, 255, " msec per frame(%f), latency (%d)\n",
1843 int32_t msec = 0; local
    [all...]
  /hardware/libhardware/include/hardware/
power.h 91 * Total time in msec the voter voted for the platform sleep state since boot.
125 * Time spent in msec at this platform-level sleep state since boot.
  /toolchain/binutils/binutils-2.27/bfd/
elf32-score7.c 1913 asection *msec = sec; local
2315 asection *msec; local
    [all...]
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
AlarmClockTestBase.java 133 fail("Failed to receive broadcast in " + TIMEOUT_MS + "msec");
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
VoiceInteractionTest.java 97 fail("Failed to receive broadcast in " + TIMEOUT_MS + "msec");
  /device/google/marlin/power/
Power.cpp 27 /* RPM runs at 19.2Mhz. Divide by 19200 for msec */
  /device/google/wahoo/power-libperfmgr/
power-helper.c 63 "actual last sleep(msec)",
  /external/adhd/cras/src/server/
cras_bt_device.h 160 unsigned int msec);
  /external/iptables/extensions/
libxt_RATEEST.c 64 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
  /external/iputils/doc/
clockdiff.sgml 26 <replaceable/destination/ with 1 msec resolution using ICMP TIMESTAMP
  /external/iw/
coalesce.c 179 "delay: maximum coalescing delay in msec.\n"
  /external/libcups/cups/
cups.h 495 int msec, int *cancel,
501 unsigned flags, int msec,
526 extern int cupsEnumDests(unsigned flags, int msec, int *cancel,
531 extern int cupsEnumDestsBlock(unsigned flags, int msec,
http.h 506 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
587 int msec, int *cancel)
591 extern int httpReconnect2(http_t *http, int msec, int *cancel)
609 int blocking, int msec, int *cancel)
  /external/libevent/test/
bench_httpclient.c 227 "Each took about %.02f msec latency\n"
  /external/ltp/testcases/kernel/io/disktest/
timer.c 230 return ((endTime - startTime) * 1000); /* since we report in usecs, and windows is msec, multiply by 1000 */

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>