HomeSort by relevance Sort by last modified time
    Searched full:overruns (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
2-2.c 8 * Test that timer_getoverrun() returns the number of overruns that
21 * [First signal made it. All others were overruns.]
41 int overruns; local
101 overruns = timer_getoverrun(tid);
102 if (overruns > EXPECTEDOVERRUNS - 5) {
106 printf("FAIL: %d overruns sent; expected %d\n",
107 overruns, EXPECTEDOVERRUNS);
2-1.c 8 * Test that timer_getoverrun() returns the number of overruns that
37 int overruns; local
82 overruns = timer_getoverrun(tid);
83 if (EXPECTEDOVERRUNS == overruns) {
88 printf("FAIL: %d overruns sent; expected %d\n",
89 overruns, EXPECTEDOVERRUNS);
2-3.c 10 * Test that timer_getoverrun() returns the number of overruns that
25 * [First signal made it. All others were overruns.]
55 int overruns; local
101 "expected overruns = %d\n", 1, intervalnsec, expectedoverruns);
142 overruns = timer_getoverrun(tid);
143 printf("%d overruns occurred\n", overruns);
150 if (overruns >= expectedoverruns && overruns < expectedoverruns + fudge) {
155 printf("FAIL: %d overruns sent; expected %d\n"
    [all...]
1-1.c 45 int overruns; local
110 overruns = timer_getoverrun(tid);
111 printf("Total overruns: %d\n", overruns);
assertions.xml 9 timer_getoverrun() returns the number of overruns that have happened
18 {DELAYTIMER_MAX}. If the number of overruns > {DELAYTIMER_MAX},
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 5 // This test case causes crashes if malloc is configured to trip buffer overruns.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
4-3.c 63 int flags = 0, overruns; local
115 overruns = timer_getoverrun(tid);
116 if (overruns == EXPECTEDOVERRUNS) {
120 overruns);
  /frameworks/av/media/libnbaio/include/media/nbaio/
AudioBufferProviderSource.h 43 //virtual size_t overruns();
AudioStreamInSource.h 43 virtual int64_t overruns() { (void) framesOverrun(); return mOverruns; } function in class:android::AudioStreamInSource
LibsndfileSource.h 45 //virtual size_t overruns();
PipeReader.h 44 virtual int64_t overruns() { return mOverruns; } function in class:android::PipeReader
Pipe.h 53 // The write side of a pipe permits overruns; flow control is the caller's responsibility.
  /frameworks/av/media/libnbaio/include_mono/media/nbaio/
MonoPipeReader.h 46 //virtual size_t overruns();
  /external/skia/tests/
BlitMaskClip.cpp 37 // overruns happen.
  /external/skqp/tests/
BlitMaskClip.cpp 37 // overruns happen.
  /external/ltp/testcases/open_posix_testsuite/functional/timers/
plan.txt 20 Also, timer overruns will be counted.
95 Overruns
  /system/bt/proto/bluetooth/metrics/
bluetooth.proto 147 // Buffer overruns count.
150 // Buffer overruns total.
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bluetooth.proto 128 // Buffer overruns count.
131 // Buffer overruns total.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 20 // The write side of a pipe permits overruns; flow control is the caller's responsibility.
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
PipeShort.java 23 * The write side of a pipe permits overruns; flow control is the caller's responsibility.
  /external/kernel-headers/original/uapi/linux/
scc.h 123 unsigned int rx_over; /* Receiver Overruns */
  /external/swiftshader/
BUILD.gn 23 "/GS", # Detects some buffer overruns
  /external/syslinux/lzo/src/
lzo1_d.ch 54 // The fastest decompressor results when testing for no overruns
  /frameworks/av/services/audioflinger/
FastThreadDumpState.h 37 uint32_t mOverruns; // total number of overruns
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
local_lim.h 84 /* Maximum number of timer expiration overruns. */

Completed in 1112 milliseconds

1 2 3 4 5 6