Searched
full:throw (Results
476 -
500 of
18888) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGenObjC/ |
nested-rethrow.m | 9 @throw @"foo"; 13 @throw;
|
/external/clang/test/SemaCXX/ |
no-exceptions.cpp | 25 throw; // expected-error {{cannot use 'throw' with exceptions disabled}}
|
/external/deqp/framework/delibs/decpp/ |
deProcess.cpp | 35 throw std::bad_alloc(); 46 throw ProcessError(deProcess_getLastError(m_process)); 52 throw ProcessError(deProcess_getLastError(m_process)); 58 throw ProcessError(deProcess_getLastError(m_process)); 64 throw ProcessError(deProcess_getLastError(m_process)); 70 throw ProcessError(deProcess_getLastError(m_process)); 76 throw ProcessError(deProcess_getLastError(m_process)); 82 throw ProcessError(deProcess_getLastError(m_process));
|
/external/hamcrest/src/org/hamcrest/internal/ |
ArrayIterator.java | 12 throw new IllegalArgumentException("not an array"); 26 throw new UnsupportedOperationException("cannot remove items from an array");
|
/external/lzma/CPP/Common/ |
NewHandler.cpp | 21 throw CNewException();
25 void my_delete(void *p) throw()
49 throw CNewException();
57 operator delete(void *p) throw()
73 throw CNewException();
81 operator delete[](void *p) throw()
110 throw CNewException();
151 throw CNewException();
|
/external/nist-sip/java/javax/sip/ |
SipFactory.java | 41 throw new PeerUnavailableException( 56 throw new PeerUnavailableException( 70 throw (PeerUnavailableException) e; 72 throw new PeerUnavailableException( 83 throw (PeerUnavailableException) e; 85 throw new PeerUnavailableException( 97 throw (PeerUnavailableException) e; 99 throw new PeerUnavailableException(
|
/external/smali/examples/RecursiveExceptionHandler/ |
Main.smali | 11 throw v0 18 throw v0
|
/external/testng/src/test/java/test/guice/ |
ModuleFactory.java | 15 throw new RuntimeException("Excepted parameter to be " + expected + ", got " + parameter); 20 throw new RuntimeException("Don't know how to create a module for class " + testClass);
|
/external/testng/src/test/java/test/invokedmethodlistener/ |
Sample2.java | 12 throw new IllegalArgumentException("Throw this exception on purpose in test");
|
/external/toybox/toys/other/ |
shred.c | 52 int fd = open(*try, O_RDWR), iter = 0, throw; local 95 throw = sizeof(toybuf); 97 if (len-pos < throw) throw = len-pos; 99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw); 100 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try); 101 pos += throw;
|
/external/v8/test/mjsunit/regress/ |
regress-4271.js | 6 // Throw rather than overflow internal field index 19 // Don't throw for real worker
|
/external/v8/test/webkit/fast/js/ |
Promise-init-expected.txt | 12 PASS promise = new Promise(function() { throw Error("foo"); }) did not throw exception.
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/ |
Asn1Boolean.java | 13 throw new DecodeException("Boolean length != 1: " + length, data.position()); 24 throw new UnsupportedOperationException();
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
WifiNanHalMock.java | 35 throw new IllegalStateException("Please mock this class!"); 39 throw new IllegalStateException("Please mock this class!"); 43 throw new IllegalStateException("Please mock this class!"); 47 throw new IllegalStateException("Please mock this class!"); 51 throw new IllegalStateException("Please mock this class!"); 55 throw new IllegalStateException("Please mock this class!"); 59 throw new IllegalStateException("Please mock this class!"); 63 throw new IllegalStateException("Please mock this class!");
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
MockMacSpi.java | 41 throw new InvalidKeyException("Must be MockKey!"); 51 throw new InvalidKeyException("Must be MockKey2!"); 64 throw new UnsupportedOperationException("not implemented"); 70 throw new UnsupportedOperationException("not implemented"); 75 throw new UnsupportedOperationException("not implemented"); 80 throw new UnsupportedOperationException("not implemented"); 85 throw new UnsupportedOperationException("not implemented"); 90 throw new UnsupportedOperationException("not implemented");
|
/libcore/support/src/test/java/tests/support/ |
Support_OutputStream.java | 9 * be instructed to throw an {@code IOException} whenever a method is called. 44 throw new IOException("Exception thrown for testing purposes."); 52 throw new IOException("Exception thrown for testing purposes."); 60 throw new IOException("Exception thrown for testing purposes."); 70 throw new IOException("Exception thrown for testing purposes."); 73 throw new IndexOutOfBoundsException(); 83 throw new IOException("Exception thrown for testing purposes."); 89 throw new IOException("Internal buffer overflow.");
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
delete3.cpp | 6 // Test whether dtors of vbases are called on throw within new[]. 19 throw first;
|
delete3_1.cpp | 20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() 25 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw()
|
eh-alloca-1.cpp | 29 foo (int size) throw (B,A) 47 throw A();
|
eh-inline-2.cpp | 30 foo (int size) throw (B,A) 48 throw A();
|
filter2.cpp | 20 throw e1(); 34 throw e1 ();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
delete3.cpp | 6 // Test whether dtors of vbases are called on throw within new[]. 19 throw first;
|
delete3_1.cpp | 20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() 25 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw()
|
eh-alloca-1.cpp | 29 foo (int size) throw (B,A) 47 throw A();
|
eh-inline-2.cpp | 30 foo (int size) throw (B,A) 48 throw A();
|
Completed in 615 milliseconds
<<11121314151617181920>>