HomeSort by relevance Sort by last modified time
    Searched refs:Exception (Results 1 - 25 of 13662) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/111-unresolvable-exception/src/
TestException.java 17 public class TestException extends Exception {
  /external/javasqlite/src/main/java/SQLite/
Exception.java 7 public class Exception extends java.lang.Exception {
10 * Construct a new SQLite exception.
15 public Exception(String string) {
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
ParserTest.java 44 public void testEmpty() throws Exception { doTest(true); }
45 public void testFieldAnnotations() throws Exception { doTest(true); }
46 public void testInvalidAnnotation() throws Exception { doTest(true); }
47 public void testInvalidClassDirective() throws Exception { doTest(true); }
48 public void testInvalidClassDirective2() throws Exception { doTest(true); }
49 public void testInvalidClassDirective3() throws Exception { doTest(true); }
50 public void testInvalidEnumLiteral() throws Exception { doTest(true); }
51 public void testInvalidField() throws Exception { doTest(true); }
52 public void testInvalidField2() throws Exception { doTest(true); }
53 public void testInvalidField3() throws Exception { doTest(true);
    [all...]
  /external/chromium-trace/catapult/firefighter/base/
exceptions.py 6 class QueryError(Exception):
10 class TimeoutError(Exception):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_finder_exceptions.py 6 class BrowserTypeRequiredException(Exception):
10 class BrowserFinderException(Exception):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
exceptions.py 24 class DirectConnectClientException(Exception):
28 class DirectConnectServerException(Exception):
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
H264R720pAacShortPlayerTest.java 37 public void testPlay00() throws Exception {
41 public void testPlay01() throws Exception {
45 public void testPlay02() throws Exception {
49 public void testPlay03() throws Exception {
53 public void testPlay04() throws Exception {
57 public void testPlay05() throws Exception {
61 public void testPlay06() throws Exception {
65 public void testPlay07() throws Exception {
69 public void testPlay08() throws Exception {
73 public void testPlay09() throws Exception {
    [all...]
H264R480pAacShortPlayerTest.java 36 public void testPlay00() throws Exception {
40 public void testPlay01() throws Exception {
44 public void testPlay02() throws Exception {
48 public void testPlay03() throws Exception {
52 public void testPlay04() throws Exception {
56 public void testPlay05() throws Exception {
60 public void testPlay06() throws Exception {
64 public void testPlay07() throws Exception {
68 public void testPlay08() throws Exception {
72 public void testPlay09() throws Exception {
    [all...]
H264R480x360AacShortPlayerTest.java 36 public void testPlay00() throws Exception {
40 public void testPlay01() throws Exception {
44 public void testPlay02() throws Exception {
48 public void testPlay03() throws Exception {
52 public void testPlay04() throws Exception {
56 public void testPlay05() throws Exception {
60 public void testPlay06() throws Exception {
64 public void testPlay07() throws Exception {
68 public void testPlay08() throws Exception {
72 public void testPlay09() throws Exception {
    [all...]
Vp8R480x360ShortPlayerTest.java 36 public void testPlay00() throws Exception {
40 public void testPlay01() throws Exception {
44 public void testPlay02() throws Exception {
48 public void testPlay03() throws Exception {
52 public void testPlay04() throws Exception {
56 public void testPlay05() throws Exception {
60 public void testPlay06() throws Exception {
64 public void testPlay07() throws Exception {
68 public void testPlay08() throws Exception {
72 public void testPlay09() throws Exception {
    [all...]
H263QcifShortPlayerTest.java 48 public void testPlay00() throws Exception {
52 public void testPlay01() throws Exception {
56 public void testPlay02() throws Exception {
60 public void testPlay03() throws Exception {
64 public void testPlay04() throws Exception {
68 public void testPlay05() throws Exception {
72 public void testPlay06() throws Exception {
76 public void testPlay07() throws Exception {
80 public void testPlay08() throws Exception {
84 public void testPlay09() throws Exception {
    [all...]
  /libcore/ojluni/src/main/java/java/security/
PrivilegedActionException.java 8 * particular file as subject to the "Classpath" exception as provided
32 public class PrivilegedActionException extends Exception {
34 public PrivilegedActionException(Exception exception) { super(exception); }
36 public Exception getException() { return null; }
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
stubout_helper.py 20 raise Exception('I should never be called!')
  /external/chromium-trace/catapult/third_party/mox3/mox3/tests/
stubout_helper.py 20 raise Exception('I should never be called!')
  /external/clang/test/SemaTemplate/
instantiate-try-catch.cpp 19 struct Exception {
21 Exception(const Exception&); // expected-note{{declared private here}}
23 void exception() { function in class:PR10232::Templated
25 } catch(Exception e) { // expected-error{{calling a private constructor of class 'PR10232::Templated<int>::Exception'}}
30 template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Templated<int>::exception' requested here}}
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISException.cpp 28 const char* Exception::what() const throw()
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
throw_exception.hpp 23 template <typename Exception>
24 void throw_exception(const Exception& e);
30 template <typename Exception>
31 void throw_exception(const Exception& e)
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
SuperExceptionInMainDex.java 19 public class SuperExceptionInMainDex extends Exception {
SuperExceptionInSecondaryDex.java 19 public class SuperExceptionInSecondaryDex extends Exception {
  /libcore/ojluni/src/main/java/java/lang/
AutoCloseable.java 8 * particular file as subject to the "Classpath" exception as provided
41 * Exception}, implementers are <em>strongly</em> encouraged to
43 * throw more specific exceptions, or to throw no exception at all
50 * This exception interacts with a thread's interrupted status,
56 * exception to be suppressed, the {@code AutoCloseable.close}
69 * @throws Exception if this resource cannot be closed
71 void close() throws Exception;
  /packages/apps/Camera2/src/com/android/camera/
CameraDisabledException.java 23 public class CameraDisabledException extends Exception {
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraDisabledException.java 23 public class CameraDisabledException extends Exception {
  /cts/tests/signature/tests/src/android/signature/cts/tests/data/
NormalException.java 19 import java.lang.Exception;
24 public class NormalException extends Exception {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Jetty.java 59 } catch (Exception e) {
98 public static int startDefaultHttpServer() throws Exception {
114 public static int startDefaultServlet() throws Exception {
129 public static int startHttpServerWithDocRoot(String root) throws Exception {
146 private static void stopDefaultServer() throws Exception {
155 private static void stopServer() throws Exception {
164 private static void stopDefaultServlet() throws Exception {
  /external/jetty/src/java/org/eclipse/jetty/webapp/
AbstractConfiguration.java 23 public void preConfigure(WebAppContext context) throws Exception
27 public void configure(WebAppContext context) throws Exception
31 public void postConfigure(WebAppContext context) throws Exception
35 public void deconfigure(WebAppContext context) throws Exception
39 public void destroy(WebAppContext context) throws Exception
43 public void cloneConfigure(WebAppContext template, WebAppContext context) throws Exception

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>