HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 51 - 75 of 5964) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/exceptions/verification/
NoInteractionsWanted.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
WantedButNotInvoked.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_runtime_unittest.py 4 from telemetry.core import exceptions namespace
13 self.assertRaises(exceptions.EvaluateException,
28 self.assertRaises(exceptions.EvaluateException, test)
  /external/proguard/src/proguard/classfile/editor/
ExceptionsAttributeEditor.java 26 * This class can add exceptions to a given exceptions attribute.
27 * Exceptions to be added must have been added to the constant pool and filled
38 * Creates a new ExceptionsAttributeEditor that will edit exceptions in the
39 * given exceptions attribute.
48 * Adds a given exception to the exceptions attribute.
  /external/clang/test/CodeGenObjC/
try.m 2 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=i686-apple-darwin9
3 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=x86_64-apple-darwin9
rdr-6732143-dangling-block-reference.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o -
  /external/clang/test/Driver/
arc-exceptions.m 3 // RUN: not grep "fobjc-arc-exceptions" %t.log
5 // RUN: grep "fobjc-arc-exceptions" %t.log
objc++-cpp-output.mm 15 // CHECK: "-fobjc-exceptions"
16 // CHECK: "-fcxx-exceptions"
exceptions.m 2 // RUN: -fsyntax-only -fno-exceptions %s
  /external/mockito/src/org/mockito/internal/exceptions/stacktrace/
DefaultStackTraceCleaner.java 1 package org.mockito.internal.exceptions.stacktrace;
3 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
  /ndk/tests/device/exceptions-crash/jni/
Android.mk 6 LOCAL_CPP_FEATURES := exceptions
19 LOCAL_CPP_FEATURES := exceptions
  /ndk/tests/device/test-stlport_shared-exception/jni/
variadic73.cpp 7 template<typename... Exceptions> void f(int idx) throw(Exceptions...) {
  /ndk/tests/device/test-stlport_static-exception/jni/
variadic73.cpp 7 template<typename... Exceptions> void f(int idx) throw(Exceptions...) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 49 FE_ALL_EXCEPT bitwise OR of all supported exceptions
64 /* Clear the supported exceptions represented by EXCEPTS. */
71 /* Raise the supported exceptions represented by EXCEPTS. */
74 /* Set complete status for exceptions indicated by EXCEPTS according to
78 /* Determine which of subset of the exceptions specified by EXCEPTS are
100 exceptions. */
107 /* Save current exceptions in temporary storage, install environment
108 represented by object pointed to by ENVP and raise exceptions
109 according to saved exceptions. */
120 /* Enable individual exceptions. Will not enable more exceptions tha
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 49 FE_ALL_EXCEPT bitwise OR of all supported exceptions
64 /* Clear the supported exceptions represented by EXCEPTS. */
71 /* Raise the supported exceptions represented by EXCEPTS. */
74 /* Set complete status for exceptions indicated by EXCEPTS according to
78 /* Determine which of subset of the exceptions specified by EXCEPTS are
100 exceptions. */
107 /* Save current exceptions in temporary storage, install environment
108 represented by object pointed to by ENVP and raise exceptions
109 according to saved exceptions. */
120 /* Enable individual exceptions. Will not enable more exceptions tha
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 49 FE_ALL_EXCEPT bitwise OR of all supported exceptions
64 /* Clear the supported exceptions represented by EXCEPTS. */
71 /* Raise the supported exceptions represented by EXCEPTS. */
74 /* Set complete status for exceptions indicated by EXCEPTS according to
78 /* Determine which of subset of the exceptions specified by EXCEPTS are
100 exceptions. */
107 /* Save current exceptions in temporary storage, install environment
108 represented by object pointed to by ENVP and raise exceptions
109 according to saved exceptions. */
120 /* Enable individual exceptions. Will not enable more exceptions tha
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.exceptions.html 3 <html><head><title>Python: module telemetry.core.exceptions</title>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.exceptions</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/exceptions.py">telemetry/core/exceptions.py</a></font></td></tr></table>
23 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>)
26 <dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a>
29 <dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#BrowserConnectionGoneException">BrowserConnectionGoneException</a
    [all...]
  /dalvik/dx/tests/018-method-attrib-Exceptions/
info.txt 6 method with a syntactically valid Exceptions attribute.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
RuntimeCryptoException.java 4 * the foundation class for the exceptions thrown by the crypto packages.
  /external/chromium_org/chrome/browser/google_apis/
DEPS 7 # Exceptions are temporarily needed. crbug.com/146989
  /external/chromium_org/tools/valgrind/gtest_exclude/
remoting_unittests.gtest-drmemory_win32.txt 5 # These test intentionally generate exceptions to verify if a dump is generated
  /external/clang/test/CodeGenCXX/
destructor-exception-spec.cpp 3 // PR13479: don't crash with -fno-exceptions.
throw-expression-dtor.cpp 1 // RUN: %clang_cc1 %s -emit-llvm-only -verify -fcxx-exceptions -fexceptions
try-catch.cpp 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck %s
  /external/clang/test/Preprocessor/
predefined-exceptions.m 1 // RUN: %clang_cc1 -x objective-c -fobjc-exceptions -fexceptions -E -dM %s | FileCheck -check-prefix=CHECK-OBJC-NOCXX %s
5 // RUN: %clang_cc1 -x objective-c++ -fobjc-exceptions -fexceptions -fcxx-exceptions -E -dM %s | FileCheck -check-prefix=CHECK-OBJC-CXX %s
9 // RUN: %clang_cc1 -x objective-c++ -fexceptions -fcxx-exceptions -E -dM %s | FileCheck -check-prefix=CHECK-NOOBJC-CXX %s

Completed in 427 milliseconds

1 23 4 5 6 7 8 91011>>