HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 126 - 150 of 8688) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 1 // RUN: %clang_cc1 -fexceptions -fcxx-exceptions -verify %s -DERRORS
2 // RUN: %clang_cc1 -fexceptions -fcxx-exceptions -emit-llvm-only %s
instantiate-try-catch.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -std=c++11 -verify %s
6 } catch (T&&) { // expected-error 2{{cannot catch exceptions by rvalue reference}}
  /external/compiler-rt/test/asan/TestCases/
uar_and_exceptions.cc 1 // Test that use-after-return works with exceptions.
5 // Clang doesn't support exceptions on Windows yet.
  /external/guava/guava/src/com/google/common/eventbus/
SubscriberExceptionHandler.java 19 * Handler for exceptions thrown by event subscribers.
25 * Handles exceptions thrown by subscribers.
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverException.java 17 package com.google.clearsilver.jsilver.exceptions;
20 * Base class for all JSilver exceptions.
  /external/mockito/src/org/mockito/exceptions/base/
MockitoException.java 6 package org.mockito.exceptions.base;
8 import org.mockito.internal.exceptions.stacktrace.ConditionalStackTraceFilter;
  /external/mockito/src/org/mockito/exceptions/verification/junit/
ArgumentsAreDifferent.java 6 package org.mockito.exceptions.verification.junit;
9 import org.mockito.internal.exceptions.stacktrace.ConditionalStackTraceFilter;
  /external/mockito/src/org/mockito/internal/exceptions/util/
ScenarioPrinter.java 5 package org.mockito.internal.exceptions.util;
9 import org.mockito.internal.exceptions.VerificationAwareInvocation;
  /external/mockito/src/org/mockito/internal/junit/
JUnitTool.java 7 import org.mockito.exceptions.verification.ArgumentsAreDifferent;
28 Class<?> clazz = Class.forName("org.mockito.exceptions.verification.junit.ArgumentsAreDifferent");
  /external/mockito/src/org/mockito/listeners/
InvocationListener.java 20 * Exceptions caused by this invocationListener will raise a {@link org.mockito.exceptions.base.MockitoException}.
  /external/mockito/src/org/mockito/plugins/
StackTraceCleanerProvider.java 4 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
16 * See the default implementation: {@link org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider}
  /external/testng/src/test/java/test/dataprovider/
FailingIterableDataProviderTest.java 11 * Exceptions thrown by Iterable DataProviders are not caught, no failed test reported
24 Assert.fail("Exceptions thrown during tests should always be caught!", e);
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
binding.gyp.cmake 16 'cflags_cc!': [ '-fno-rtti', '-fno-exceptions' ],
17 'cflags!': [ '-fno-exceptions' ],
  /art/runtime/interpreter/mterp/mips/
op_monitor_exit.S 4 * Exceptions that occur when unlocking a monitor need to appear as
  /art/runtime/interpreter/mterp/x86/
op_monitor_exit.S 4 * Exceptions that occur when unlocking a monitor need to appear as
  /dalvik/dx/tests/081-dex-throws-list/
info.txt 2 throws lists (that is, list of declared exceptions on methods) get
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.testing.discoverable_classes.discover_dummyclass.html 22 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>)
33 <font color="#000000" face="helvetica, arial"><a name="DummyException">class <strong>DummyException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr>
38 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
39 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd
    [all...]
  /external/clang/test/CXX/drs/
dr13xx.cpp 1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
dr16xx.cpp 1 // RUN: %clang_cc1 -std=c++98 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 // RUN: %clang_cc1 -std=c++11 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++1z -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
dr1748.cpp 1 // RUN: %clang_cc1 -std=c++98 %s -triple x86_64-linux-gnu -emit-llvm -o - -fexceptions -fcxx-exceptions -pedantic-errors | FileCheck %s
2 // RUN: %clang_cc1 -std=c++11 %s -triple x86_64-linux-gnu -emit-llvm -o - -fexceptions -fcxx-exceptions -pedantic-errors | FileCheck %s
3 // RUN: %clang_cc1 -std=c++14 %s -triple x86_64-linux-gnu -emit-llvm -o - -fexceptions -fcxx-exceptions -pedantic-errors | FileCheck %s
4 // RUN: %clang_cc1 -std=c++1z %s -triple x86_64-linux-gnu -emit-llvm -o - -fexceptions -fcxx-exceptions -pedantic-errors | FileCheck %s
  /external/clang/test/CXX/except/except.spec/
p11.cpp 1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
p9-dynamic.cpp 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck %s
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.mm 1 // RUN: %clang_cc1 -fobjc-exceptions -fexceptions -std=c++11 -fblocks -fsyntax-only -verify %s
  /external/clang/test/CodeGen/
debug-info-line.c 1 // RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s
  /external/clang/test/CodeGenCXX/
PR5863-unreachable-block.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -emit-llvm-only %s

Completed in 1380 milliseconds

1 2 3 4 56 7 8 91011>>