/external/valgrind/main/drd/tests/ |
pth_cancel_locked.stderr.exp-darwin | 18 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
pth_cond_race.stderr.exp | 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
recursive_mutex.stderr.exp-darwin | 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
rwlock_race.stderr.exp | 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
rwlock_race.stderr.exp2 | 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
rwlock_type_checking.stderr.exp | 16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
|
sem_as_mutex.stderr.exp | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
sem_open.stderr.exp | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
tc10_rec_lock.stderr.exp | 19 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
tc18_semabuse.stderr.exp | 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
tc21_pthonce.stderr.exp | 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
trylock.stderr.exp | 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.stderr.exp-glibc28-amd64 | 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/helgrind/tests/ |
cond_timedwait_invalid.stderr.exp | 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
filter_stderr | 31 -e "/^For counts of detected and suppressed errors, rerun with: -v$/d" \
|
tc12_rwl_trivial.stderr.exp-darwin970 | 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/memcheck/tests/ |
leak-tree.stderr.exp | 4 suppressed: 0 bytes in 0 blocks
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
mozilla | 25 -moz-suppressed
|
/frameworks/base/core/java/android/webkit/ |
HttpAuthHandler.java | 55 * return true if the prompt dialog should be suppressed.
|
/external/skia/src/animator/ |
SkScript.cpp | 269 *fOpStack.push() = kParen; // push even if eval is suppressed 369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { 377 bool success = handleProperty(suppressed); 382 return evaluateDotParam(script, suppressed, field, fieldLength); 385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, 388 if (suppressed) 404 if (suppressed == false) { 412 if (success && suppressed == false && 492 SkBool suppressed = fSuppressStack.top().fSuppress; local 495 bool success = innerScript(scriptPtr, suppressed ? NULL : &value) 531 SkBool suppressed = fSuppressStack.top().fSuppress; local 806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebDynamicScrollBarsView.mm | 193 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint 195 _private->suppressScrollers = suppressed; 200 if (suppressed) { 205 if (!suppressed && repaint) 208 if (suppressed || repaint) { 209 [[self verticalScroller] setNeedsDisplay:!suppressed]; 210 [[self horizontalScroller] setNeedsDisplay:!suppressed]; 391 // Update the scrollers if they're not being suppressed. 397 // Validate the scrollers if they're being suppressed.
|
/external/chromium-trace/src/shared/js/cr/ui/ |
expandable_bubble.js | 85 * 'Suppressed' and 'hidden' are two bubble states that both indicate that 87 * only a suppressed bubble becomes visible. This can be handy, for example, 89 * bubbles to show (only the suppressed ones, not the hidden ones). Hiding 90 * and un-hiding a bubble overrides the suppressed state (a bubble cannot 91 * be suppressed but not hidden). 93 set suppressed(suppress) {
|
/external/opencv/cv/src/ |
cvdominants.cpp | 291 int suppressed = 0; local 295 for( j = 1; (j <= ptInf[i].right_neigh) && (suppressed == 0); j++ ) 298 suppressed = 1; 301 for( j = -1; (j >= ptInf[i].left_neigh) && (suppressed == 0); j-- ) 307 suppressed = 1; 310 if( !suppressed )
|
/external/valgrind/main/memcheck/ |
memcheck.h | 209 /* Return number of leaked, dubious, reachable and suppressed bytes found by 211 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ 228 suppressed = _qzz_suppressed; \ 231 /* Return number of leaked, dubious, reachable and suppressed bytes found by 233 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ 250 suppressed = _qzz_suppressed; \
|
/external/valgrind/main/gdbserver_tests/ |
make_local_links | 55 echo "$@" "suppressed as $GDB version" $GDBVERSIONLINE "is <" $NEEDED 94 echo "gdbserver gdb tests suppressed as $1 is not executable"
|