HomeSort by relevance Sort by last modified time
    Searched full:suppressed (Results 251 - 275 of 914) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
securebits.h 36 transitioning to a non-root user (the set-uid fixup suppressed by
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 18 @synthesize z; // suppressed
35 @synthesize z; // suppressed
52 @synthesize z; // suppressed
arc-property.m 46 @synthesize z; // suppressed
  /external/valgrind/main/drd/
drd_suppression.c 88 * is only partially suppressed or not suppressed at all.
98 * of the bytes in the specified range is suppressed.
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 218 public Class loadClassBinaryName(String name, ClassLoader loader, List<Throwable> suppressed) {
219 return defineClass(name, loader, mCookie, suppressed);
223 List<Throwable> suppressed) {
228 if (suppressed != null) {
229 suppressed.add(e);
232 if (suppressed != null) {
233 suppressed.add(e);
DexPathList.java 232 } catch (IOException suppressed) {
240 suppressedExceptions.add(suppressed);
312 * @param suppressed exceptions encountered whilst finding the class
316 public Class findClass(String name, List<Throwable> suppressed) {
321 Class clazz = dex.loadClassBinaryName(name, definingContext, suppressed);
328 suppressed.addAll(Arrays.asList(dexElementsSuppressedExceptions));
  /external/valgrind/main/include/
pub_tool_errormgr.h 80 suppressed, though. Return value is True if it was suppressed.
83 be suppressed without possibly printing it. 'count_error' dictates
  /external/chromium_org/chrome/browser/extensions/
extension_warning_badge_service_unittest.cc 62 // Check that no badge appears if it has been suppressed for a specific
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.mm 118 // was suppressed while the bubble was open. Now that the bubble is
  /external/chromium_org/third_party/skia/expectations/gm/
ignored-tests.txt 10 # If there are any lingering failures that need to be suppressed (ignored), you
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 201 /// \brief The diagnostic should be suppressed entirely.
218 /// for an error that is suppressed if it occurs during C++ template
221 /// When an error is suppressed due to SFINAE, the template argument
261 /// suppressed.
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 5 // suppressed.
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 114 // Ensure idc works for integer zero values (ex: suppressed div by zero).
  /external/clang/test/Misc/
backend-stack-frame-diagnostics.cpp 15 // Backend diagnostics aren't suppressed in system headers because such results
  /external/clang/test/SemaCXX/
missing-members.cpp 22 // FIXME: The typo corrections below should be suppressed since A::B::C
  /external/kernel-headers/original/uapi/linux/
virtio_config.h 51 * suppressed them? */
  /external/protobuf/src/google/protobuf/
generated_message_util.h 58 // For internal use in the pb.cc files, deprecation warnings are suppressed
  /external/skia/expectations/gm/
ignored-tests.txt 10 # If there are any lingering failures that need to be suppressed (ignored), you
  /external/valgrind/main/drd/tests/
fp_race.stderr.exp-mips32-be 39 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
fp_race.stderr.exp-mips32-le 39 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
hold_lock_1.stderr.exp 27 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
sem_as_mutex.stderr.exp-mips32-be 39 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
sem_as_mutex.stderr.exp-mips32-le 39 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
sem_open.stderr.exp-mips32-be 39 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
sem_open.stderr.exp-mips32-le 39 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)

Completed in 1793 milliseconds

<<11121314151617181920>>