/external/valgrind/drd/tests/ |
sem_as_mutex.stderr.exp | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
sem_as_mutex3.stderr.exp-mips32-be | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
sem_as_mutex3.stderr.exp-mips32-le | 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)
|
sem_open3.stderr.exp-mips32-be | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
sem_open3.stderr.exp-mips32-le | 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/exp-sgcheck/tests/ |
hackedbz2.stderr.exp-glibc28-amd64 | 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/helgrind/tests/ |
cond_timedwait_invalid.stderr.exp | 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
pth_cond_destroy_busy.stderr.exp-solaris | 16 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
tc12_rwl_trivial.stderr.exp-darwin970 | 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
tc18_semabuse.stderr.exp-solaris | 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/memcheck/tests/ |
leak-tree.stderr.exp | 4 suppressed: 0 bytes in 0 blocks
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
enable_warnings.hpp | 12 // Description : enable previosly suppressed warnings
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
virtio_config.h | 28 * suppressed them? */
|
/external/clang/include/clang/Sema/ |
TemplateDeduction.h | 40 /// \brief Have we suppressed an error during deduction? 43 /// \brief Warnings (and follow-on notes) that were suppressed due to 106 /// \brief Iterator over the set of suppressed diagnostics. 110 /// \brief Returns an iterator at the beginning of the sequence of suppressed 114 /// \brief Returns an iterator at the end of the sequence of 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 ? nullptr : &value) 531 SkBool suppressed = fSuppressStack.top().fSuppress; local 806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 314 } catch (IOException suppressed) { 315 System.logE("Unable to load dex file: " + file, suppressed); 316 suppressedExceptions.add(suppressed); 324 } catch (IOException suppressed) { 332 suppressedExceptions.add(suppressed); 409 * @param suppressed exceptions encountered whilst finding the class 413 public Class findClass(String name, List<Throwable> suppressed) { 418 Class clazz = dex.loadClassBinaryName(name, definingContext, suppressed); 425 suppressed.addAll(Arrays.asList(dexElementsSuppressedExceptions));
|
/toolchain/binutils/binutils-2.25/gprof/ |
README | 181 without argument, annotated output is suppressed 183 is suppressed only for the symbols selected by 185 times, annotated output is suppressed for the 201 without an argument, the flat profile is suppressed 205 the selected symbols is suppressed. This option 219 an argument, the call-graph is suppressed completely. 223 is suppressed. This option has lower precedence 237 suppressed completely. With a "symspec", suppress 240 the selected symbols is suppressed. This option 274 less than "num" times are suppressed. For annotate [all...] |
/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/memcheck/ |
memcheck.h | 212 /* Return number of leaked, dubious, reachable and suppressed bytes found by 214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ 231 suppressed = _qzz_suppressed; \ 234 /* Return number of leaked, dubious, reachable and suppressed bytes found by 236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ 253 suppressed = _qzz_suppressed; \
|
/external/icu/icu4c/source/common/unicode/ |
filteredbrk.h | 74 * FALSE if the call was a no-op because the string was already being suppressed. 87 * FALSE if the call was a no-op because the string was not being suppressed.
|