HomeSort by relevance Sort by last modified time
    Searched defs:Exception (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /cts/hostsidetests/security/src/android/security/cts/
KernelConfigTest.java 71 protected void setUp() throws Exception {
82 Map<ITestDevice, HashSet<String>> cache) throws Exception {
84 throw new Exception();
109 * @throws Exception
112 public void testConfigStackProtectorStrong() throws Exception {
122 * @throws Exception
125 public void testConfigROData() throws Exception {
143 * @throws Exception
146 public void testConfigHardenedUsercopy() throws Exception {
158 * @throws Exception
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 36 Exception tr = null;
38 throw new Exception();
39 } catch (Exception e) {
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawConstants.h 68 Exception,
  /external/v8/include/
v8-debug.h 18 Exception = 2,
  /frameworks/native/libs/binder/include/binder/
Status.h 44 // // The remote didn't correctly write the exception header to the
49 // // exception during handling.
54 // Keep the exception codes in sync with android/os/Parcel.java.
55 enum Exception {
78 // - an exception code (EX_* above)
82 // Prefer a generic exception code when possible, then a service specific
84 // Exception codes and service specific errors map to nicer exceptions for
113 // Set one of the pre-defined exception types defined above.
115 // Set a service specific exception with error code.
118 // from Binder transactions, rather than writing an exception into th
    [all...]
  /art/test/551-implicit-null-checks/src/
Main.java 25 public static void main(String args[]) throws Exception {
49 public void $opt$noinline$testGetLong() throws Exception {
51 throw new Exception(); // prevent inline
54 public void $opt$noinline$testPutLong(long a) throws Exception {
56 throw new Exception(); // prevent inline
59 public void $opt$noinline$testGetDouble() throws Exception {
61 throw new Exception(); // prevent inline
64 public void $opt$noinline$testPutDouble(double a) throws Exception {
66 throw new Exception(); // prevent inline
  /external/google-breakpad/src/processor/
synth_minidump.h 273 class Exception : public Stream {
275 Exception(const Dump &dump,
  /external/mockito/src/test/java/org/mockito/internal/exceptions/
ReporterTest.java 28 public void should_let_passing_null_last_actual_stack_trace() throws Exception {
33 public void should_throw_correct_exception_for_null_invocation_listener() throws Exception {
38 public void can_use_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted() throws Exception {
44 public void can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted_in_order() throws Exception {
50 public void can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_invalid_argument_position() throws Exception {
56 public void can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_wrong_argument_to_return() throws Exception {
62 public void can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_dont_exists() throws Exception {
69 public void can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_has_wrong_return_type() throws Exception {
76 public void can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_injection_failure() throws Exception {
78 throw Reporter.cannotInjectDependency(someField(), mock_with_bogus_default_answer, new Exception());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Exception,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Exception,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 87 Exception,
  /system/libhidl/base/include/hidl/
Status.h 45 // // The remote didn't correctly write the exception header to the
50 // // exception during handling.
55 // Keep the exception codes in sync with android/os/Parcel.java.
56 enum Exception {
76 // - an exception code (EX_* above)
79 // Prefer a generic exception code when possible or a status_t
95 // Set one of the pre-defined exception types defined above.
98 // from Binder transactions, rather than writing an exception into the
102 // Get information about an exception.
120 // exception to the reply parcel
    [all...]
  /art/test/044-proxy/src/
WrappedThrow.java 46 System.out.println("No exception thrown");
50 System.out.println("Got unexpected exception: " + t);
55 System.out.println("No exception thrown");
59 System.out.println("Got unexpected exception: " + t);
64 System.out.println("No exception thrown");
68 System.out.println("Got unexpected exception: " + t);
76 System.out.println("No exception thrown");
80 System.out.println("Got unexpected exception: " + t);
85 System.out.println("No exception thrown");
89 System.out.println("Got unexpected exception: " + t)
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 6 // Definition of Magick::Exception and derived classes
8 // 'exception' class for convenience.
18 #include <exception>
22 class MagickPPExport Exception: public std::exception
27 Exception(const std::string& what_);
29 // Construct with message string and nested exception
30 Exception(const std::string& what_, Exception* nested_);
33 Exception(const Exception& original_)
    [all...]

Completed in 619 milliseconds

12 3 4 5 6