/external/guava/guava/src/com/google/common/io/ |
D | Closer.java | 239 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); in suppress() 250 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress() 280 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 352 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(getSuppressed(thrownException)); in testSuppressingSuppressorIfPossible() local 355 assertEquals(ImmutableSet.of(c1Exception, c2Exception), suppressed); in testSuppressingSuppressorIfPossible() local 389 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress() 400 private final Throwable suppressed; field in CloserTest.Suppression 402 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression()
|
D | CharSourceTest.java | 289 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions() local 297 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions() local 306 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
|
D | ByteSourceTest.java | 365 int suppressed = runSuppressionFailureTest(in, newNormalByteSink()); in testCopyExceptions() local 373 int suppressed = runSuppressionFailureTest(newNormalByteSource(), out); in testCopyExceptions() local 382 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
|
/external/skia/src/animator/ |
D | SkScript.cpp | 369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { in evaluateDot() 385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, in evaluateDotParam() 492 SkBool suppressed = fSuppressStack.top().fSuppress; in functionParams() local 531 SkBool suppressed = fSuppressStack.top().fSuppress; in innerScript() local 806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); in innerScript() local 876 bool SkScriptEngine::handleArrayIndexer(const char** scriptPtr, bool suppressed) { in handleArrayIndexer() 934 bool SkScriptEngine::handleFunction(const char** scriptPtr, bool suppressed) { in handleFunction() 1027 bool SkScriptEngine::handleProperty(bool suppressed) { in handleProperty()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RouteException.java | 53 private void addSuppressedIfPossible(IOException e, IOException suppressed) { in addSuppressedIfPossible()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | memory_backend.py | 31 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument
|
D | memory_backend_unittest.py | 25 def PerformCheck(suppressed): argument
|
D | devtools_client_backend.py | 372 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument
|
/external/valgrind/memcheck/ |
D | memcheck.h | 214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | browser.py | 269 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT): argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
D | browser_backend.py | 132 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT): argument
|
/external/opencv/cv/src/ |
D | cvdominants.cpp | 291 int suppressed = 0; in icvFindDominantPointsIPAN() local
|
D | cvsurf.cpp | 203 bool suppressed = false; in icvFastHessianDetector() local
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | chrome_browser_backend.py | 303 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT): argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 53 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() 513 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport() local
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 103 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()
|