HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 326 - 350 of 18888) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-stlport_static-exception/jni/
crossjump1.cpp 14 ~E () throw() { }
21 throw C ();
eh-inline-1.cpp 24 foo (void) throw (B,A)
30 throw A();
eh38.cpp 15 throw &b;
20 throw &b;
eh39.cpp 7 B() { throw 1; }
18 throw;
eh48.cpp 20 throw "";
29 throw "";
elide2.cpp 14 A(const A&) { throw 1; }
27 throw a;
pr17697-1.cpp 7 extern int strcmp (const char *s, const char *t) throw ()
23 foo (const char *x) throw ()
rethrow3.cpp 23 throw (level);
32 throw;
spec7.cpp 22 Raiser() throw( int ) {throw 1;};
template1.cpp 20 void f() throw(E) { throw E(); }
terminate1.cpp 17 A (const A&) { throw 1; }
25 try { throw a; }
  /art/test/406-fields/src/
TestCase.java 26 throw new AssertionError("Objects are not the same: expected " +
33 throw new AssertionError(
40 throw new AssertionError(message);
46 throw new AssertionError("Expected " + expected + " got " + actual);
52 throw new AssertionError(message);
62 throw new AssertionError(message);
73 throw new AssertionError(msg);
79 throw new AssertionError("Expected " + expected + " got " + actual);
86 throw new AssertionError(msg);
97 throw new AssertionError(message)
    [all...]
  /art/test/407-arrays/src/
TestCase.java 26 throw new AssertionError("Objects are not the same: expected " +
33 throw new AssertionError(
40 throw new AssertionError(message);
46 throw new AssertionError("Expected " + expected + " got " + actual);
52 throw new AssertionError(message);
62 throw new AssertionError(message);
73 throw new AssertionError(msg);
79 throw new AssertionError("Expected " + expected + " got " + actual);
86 throw new AssertionError(msg);
97 throw new AssertionError(message)
    [all...]
  /art/test/412-new-array/src/
TestCase.java 26 throw new AssertionError("Objects are not the same: expected " +
33 throw new AssertionError(
40 throw new AssertionError(message);
46 throw new AssertionError("Expected " + expected + " got " + actual);
52 throw new AssertionError(message);
62 throw new AssertionError(message);
73 throw new AssertionError(msg);
79 throw new AssertionError("Expected " + expected + " got " + actual);
86 throw new AssertionError(msg);
97 throw new AssertionError(message)
    [all...]
  /art/test/414-static-fields/src/
TestCase.java 26 throw new AssertionError("Objects are not the same: expected " +
33 throw new AssertionError(
40 throw new AssertionError(message);
46 throw new AssertionError("Expected " + expected + " got " + actual);
52 throw new AssertionError(message);
62 throw new AssertionError(message);
73 throw new AssertionError(msg);
79 throw new AssertionError("Expected " + expected + " got " + actual);
86 throw new AssertionError(msg);
97 throw new AssertionError(message)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_NotFoundExceptionTest.java 33 throw ne;
40 fail("should throw out NotFoundException");
49 throw ne;
57 fail("should throw out NotFoundException");
66 throw ne;
75 fail("should throw out NotFoundException");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseSecretKeyFactory.java 38 throw new InvalidKeySpecException("Invalid KeySpec");
48 throw new InvalidKeySpecException("keySpec parameter is null");
52 throw new InvalidKeySpecException("key parameter is null");
73 throw new InvalidKeySpecException(e.toString());
83 throw new InvalidKeyException("key parameter is null");
88 throw new InvalidKeyException("Key not of type " + algName + ".");
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 22 throw x;
23 throw x2;
38 throw x2; // okay
39 throw x; // expected-error{{call to deleted constructor of 'PR10142::X'}}
50 throw x2; // okay
51 throw x; // expected-error{{call to deleted constructor of 'PR10142::X'}}
  /external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc 1 // Make sure we can throw exceptions from work items executed via
20 void Throw() {
21 fprintf(stderr, "Throw\n");
22 // CHECK: Throw
23 throw 1;
29 Throw();
queue_user_work_item.cc 1 // Make sure we can throw exceptions from work items executed via
20 void Throw() {
21 fprintf(stderr, "Throw\n");
22 // CHECK: Throw
23 throw 1;
29 Throw();
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 33 throw error(CL_INVALID_CONTEXT);
37 throw error(CL_INVALID_HOST_PTR);
40 throw error(CL_INVALID_BUFFER_SIZE);
45 throw error(CL_INVALID_VALUE);
61 throw error(CL_INVALID_MEM_OBJECT);
68 throw error(CL_INVALID_VALUE);
76 throw error(CL_INVALID_VALUE);
79 throw error(CL_INVALID_BUFFER_SIZE);
85 throw error(CL_INVALID_VALUE);
99 throw error(CL_INVALID_CONTEXT)
    [all...]
  /external/valgrind/massif/tests/
overloaded-new.cpp 17 __attribute__((noinline)) void* operator new (std::size_t n) throw (std::bad_alloc)
22 __attribute__((noinline)) void* operator new (std::size_t n, std::nothrow_t const &) throw ()
27 __attribute__((noinline)) void* operator new[] (std::size_t n) throw (std::bad_alloc)
32 __attribute__((noinline)) void* operator new[] (std::size_t n, std::nothrow_t const &) throw ()
37 __attribute__((noinline)) void operator delete (void* p) throw()
42 __attribute__((noinline)) void operator delete[] (void* p) throw()
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509TrustManagerImpl.java 13 throw new IllegalArgumentException("null or zero-length certificate chain");
15 throw new IllegalArgumentException("null or zero-length authentication type");
19 throw new CertificateException();
28 throw new IllegalArgumentException("null or zero-length certificate chain");
30 throw new IllegalArgumentException("null or zero-length authentication type");
34 throw new CertificateException();
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
CharSequenceAdapter.java 49 throw new ReadOnlyBufferException();
58 throw new BufferUnderflowException();
65 throw new IndexOutOfBoundsException();
73 throw new IndexOutOfBoundsException();
76 throw new BufferUnderflowException();
97 throw new UnsupportedOperationException();
101 throw new UnsupportedOperationException();
109 throw new ReadOnlyBufferException();
113 throw new ReadOnlyBufferException();
118 throw new IndexOutOfBoundsException()
    [all...]
  /external/proguard/src/proguard/classfile/io/
RuntimeDataInput.java 52 throw new RuntimeException(ex.getMessage());
64 throw new RuntimeException(ex.getMessage());
76 throw new RuntimeException(ex.getMessage());
88 throw new RuntimeException(ex.getMessage());
100 throw new RuntimeException(ex.getMessage());
112 throw new RuntimeException(ex.getMessage());
124 throw new RuntimeException(ex.getMessage());
136 throw new RuntimeException(ex.getMessage());
148 throw new RuntimeException(ex.getMessage());
160 throw new RuntimeException(ex.getMessage())
    [all...]

Completed in 546 milliseconds

<<11121314151617181920>>