/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.
|
/docs/source.android.com/en/security/enhancements/ |
enhancements41.html | 35 <li>ProPolice to prevent stack buffer overruns (-fstack-protector)</li>
|
/external/swiftshader/ |
BUILD.gn | 22 "/GS", # Detects some buffer overruns
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/ |
plan.txt | 20 Also, timer overruns will be counted. 95 Overruns
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
bluetooth.proto | 122 // Buffer overruns count. 125 // Buffer overruns total.
|
/system/bt/osi/src/protos/ |
bluetooth.proto | 129 // Buffer overruns count. 132 // Buffer overruns total.
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bluetooth.proto | 128 // Buffer overruns count. 131 // Buffer overruns total.
|
/docs/source.android.com/en/devices/audio/ |
latency_contrib.html | 49 This has the desired result of eliminating the underruns or overruns, but it also 58 underruns and overruns, and then correct those. This eliminates the 64 In our experience, the most common causes of underruns and overruns include:
|
/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 | 122 unsigned int rx_over; /* Receiver Overruns */
|
/external/syslinux/lzo/src/ |
lzo1_d.ch | 54 // The fastest decompressor results when testing for no overruns
|