HomeSort by relevance Sort by last modified time
    Searched refs:Exception (Results 1 - 25 of 8331) 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) {
Backup.java 19 protected void finish() throws SQLite.Exception {
33 } catch (SQLite.Exception e) {
38 protected native void _finalize() throws SQLite.Exception;
47 public boolean step(int n) throws SQLite.Exception {
53 private native boolean _step(int n) throws SQLite.Exception;
59 public void backup() throws SQLite.Exception {
69 public int remaining() throws SQLite.Exception {
75 private native int _remaining() throws SQLite.Exception;
81 public int pagecount() throws SQLite.Exception {
87 private native int _pagecount() throws SQLite.Exception;
    [all...]
Stmt.java 32 public native boolean prepare() throws SQLite.Exception;
60 * } catch (SQLite.Exception e) {
69 public native boolean step() throws SQLite.Exception;
75 public native void close() throws SQLite.Exception;
82 public native void reset() throws SQLite.Exception;
88 public native void clear_bindings() throws SQLite.Exception;
96 public native void bind(int pos, int value) throws SQLite.Exception;
104 public native void bind(int pos, long value) throws SQLite.Exception;
112 public native void bind(int pos, double value) throws SQLite.Exception;
120 public native void bind(int pos, byte[] value) throws SQLite.Exception;
    [all...]
  /cts/tests/webgl/src/android/webgl/cts/
WebGLTest.java 42 protected void setUp() throws Exception {
52 protected void tearDown() throws Exception {
59 protected void doTest(String testPage) throws Exception {
67 public void test_conformance_attribs_gl_enable_vertex_attrib_html() throws Exception { doTest("tests/conformance/attribs/gl-enable-vertex-attrib.html"); }
68 public void test_conformance_attribs_gl_vertex_attrib_zero_issues_html() throws Exception { doTest("tests/conformance/attribs/gl-vertex-attrib-zero-issues.html"); }
69 public void test_conformance_attribs_gl_vertex_attrib_html() throws Exception { doTest("tests/conformance/attribs/gl-vertex-attrib.html"); }
70 public void test_conformance_attribs_gl_vertexattribpointer_offsets_html() throws Exception { doTest("tests/conformance/attribs/gl-vertexattribpointer-offsets.html"); }
71 public void test_conformance_attribs_gl_vertexattribpointer_html() throws Exception { doTest("tests/conformance/attribs/gl-vertexattribpointer.html"); }
72 public void test_conformance_buffers_buffer_bind_test_html() throws Exception { doTest("tests/conformance/buffers/buffer-bind-test.html"); }
73 public void test_conformance_buffers_buffer_data_array_buffer_html() throws Exception { doTest("tests/conformance/buffers/buffer-data-array-buffer.html");
    [all...]
  /external/chromium_org/third_party/closure_compiler/runner/test/com/google/javascript/jscomp/
ChromePassTest.java 23 public void testCrDefineCreatesObjectsForQualifiedName() throws Exception {
36 public void testCrDefineAssignsExportedFunctionByQualifiedName() throws Exception {
57 public void testCrDefineCopiesJSDocForExportedFunction() throws Exception {
79 public void testCrDefineReassignsExportedVarByQualifiedName() throws Exception {
100 public void testCrDefineExportsVarsWithoutAssignment() throws Exception {
117 public void testCrDefineExportsVarsWithoutAssignmentWithJSDoc() throws Exception {
136 public void testCrDefineCopiesJSDocForExportedVariable() throws Exception {
159 public void testCrDefineDoesNothingWithNonExportedFunction() throws Exception {
176 public void testCrDefineDoesNothingWithNonExportedVar() throws Exception {
195 public void testCrDefineChangesReferenceToExportedFunction() throws Exception {
    [all...]
  /libcore/luni/src/main/java/java/security/
PrivilegedActionException.java 23 public class PrivilegedActionException extends Exception {
27 public PrivilegedActionException(Exception ex) {
31 public Exception getException() {
  /external/chromium_org/tools/telemetry/unittest_data/discoverable_classes/
discover_dummyclass.py 5 """A dummy exception subclass used by core/discover.py's unit tests."""
7 class DummyException(Exception):
  /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}}
  /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/luni/src/main/java/java/lang/
AutoCloseable.java 39 void close() throws Exception;
Exception.java 22 * {@code Exception} is the superclass of all classes that represent recoverable
30 public class Exception extends Throwable {
34 * Constructs a new {@code Exception} that includes the current stack trace.
36 public Exception() {
40 * Constructs a new {@code Exception} with the current stack trace and the
44 * the detail message for this exception.
46 public Exception(String detailMessage) {
51 * Constructs a new {@code Exception} with the current stack trace, the
55 * the detail message for this exception.
57 * the cause of this exception
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraDisabledException.java 23 public class CameraDisabledException extends 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 {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
H263QcifShortPlayerTest.java 56 public void testPlay00() throws Exception {
60 public void testPlay01() throws Exception {
64 public void testPlay02() throws Exception {
68 public void testPlay03() throws Exception {
72 public void testPlay04() throws Exception {
76 public void testPlay05() throws Exception {
80 public void testPlay06() throws Exception {
84 public void testPlay07() throws Exception {
88 public void testPlay08() throws Exception {
92 public void testPlay09() throws Exception {
    [all...]
H264R720pAacShortPlayerTest.java 45 public void testPlay00() throws Exception {
49 public void testPlay01() throws Exception {
53 public void testPlay02() throws Exception {
57 public void testPlay03() throws Exception {
61 public void testPlay04() throws Exception {
65 public void testPlay05() throws Exception {
69 public void testPlay06() throws Exception {
73 public void testPlay07() throws Exception {
77 public void testPlay08() throws Exception {
81 public void testPlay09() throws Exception {
    [all...]
H264R480pAacShortPlayerTest.java 44 public void testPlay00() throws Exception {
48 public void testPlay01() throws Exception {
52 public void testPlay02() throws Exception {
56 public void testPlay03() throws Exception {
60 public void testPlay04() throws Exception {
64 public void testPlay05() throws Exception {
68 public void testPlay06() throws Exception {
72 public void testPlay07() throws Exception {
76 public void testPlay08() throws Exception {
80 public void testPlay09() throws Exception {
    [all...]
H264R480x360AacShortPlayerTest.java 44 public void testPlay00() throws Exception {
48 public void testPlay01() throws Exception {
52 public void testPlay02() throws Exception {
56 public void testPlay03() throws Exception {
60 public void testPlay04() throws Exception {
64 public void testPlay05() throws Exception {
68 public void testPlay06() throws Exception {
72 public void testPlay07() throws Exception {
76 public void testPlay08() throws Exception {
80 public void testPlay09() throws Exception {
    [all...]
Vp8R480x360ShortPlayerTest.java 44 public void testPlay00() throws Exception {
48 public void testPlay01() throws Exception {
52 public void testPlay02() throws Exception {
56 public void testPlay03() throws Exception {
60 public void testPlay04() throws Exception {
64 public void testPlay05() throws Exception {
68 public void testPlay06() throws Exception {
72 public void testPlay07() throws Exception {
76 public void testPlay08() throws Exception {
80 public void testPlay09() throws Exception {
    [all...]
  /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/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
exception_type.h 24 #include <exception>
30 class Exception : public std::exception {
32 Exception() : what_("Unknown exception") {}
33 explicit Exception(const char* message) throw() { SetMessage(message); }
34 virtual ~Exception() throw() {}
48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {}
52 : Exception(message) {
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 24 #include <exception>
30 class Exception : public std::exception {
32 Exception() : what_("Unknown exception") {}
33 explicit Exception(const char* message) throw() { SetMessage(message); }
34 virtual ~Exception() throw() {}
48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {}
52 : Exception(message) {
    [all...]

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>