/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
MediaRecorderTest.java | 23 public void setUp() throws Exception { 29 public void testAudioChannels() throws Exception { 36 public void testAudioEncoder() throws Exception { 45 public void testAudioEncodingBitRate() throws Exception { 52 public void testAudioSamplingRate() throws Exception { 59 public void testAudioSource() throws Exception { 68 public void testCamera() throws Exception { 77 public void testMaxDuration() throws Exception { 84 public void testMaxFileSize() throws Exception { 91 public void testOnErrorListener() throws Exception { [all...] |
/external/skia/tools/ |
buildbot_globals.py | 21 class GlobalVarsRetrievalError(Exception): 22 """Exception which is raised when the global_variables.json file cannot be 27 class JsonDecodeError(Exception): 28 """Exception which is raised when the global_variables.json file cannot be 36 """Exception which is raised when a given variable is not found in the 48 except Exception:
|
/external/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/frameworks/base/core/java/android/hardware/camera2/utils/ |
UncheckedThrow.java | 25 * Throw any kind of exception without needing it to be checked 26 * @param e any instance of a Exception 28 public static void throwAnyException(Exception e) { 31 * which is unchecked, but then inserting any exception in there. 37 private static<T extends Exception> void throwAnyImpl(Exception e) throws T {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
BufferOverflowExceptionTest.java | 30 public void testSerializationSelf() throws Exception { 38 public void testSerializationCompatibility() throws Exception { 47 BufferOverflowException exception = new BufferOverflowException(); local 48 assertNull(exception.getMessage()); 49 assertNull(exception.getLocalizedMessage()); 50 assertNull(exception.getCause());
|
BufferUnderflowExceptionTest.java | 33 public void testSerializationSelf() throws Exception { 41 public void testSerializationCompatibility() throws Exception { 50 BufferUnderflowException exception = new BufferUnderflowException(); local 51 assertNull(exception.getMessage()); 52 assertNull(exception.getLocalizedMessage()); 53 assertNull(exception.getCause());
|
InvalidMarkExceptionTest.java | 29 public void testSerializationSelf() throws Exception { 37 public void testSerializationCompatibility() throws Exception { 46 InvalidMarkException exception = new InvalidMarkException(); local 47 assertNull(exception.getMessage()); 48 assertNull(exception.getLocalizedMessage()); 49 assertNull(exception.getCause());
|
ReadOnlyBufferExceptionTest.java | 29 public void testSerializationSelf() throws Exception { 37 public void testSerializationCompatibility() throws Exception { 46 ReadOnlyBufferException exception = new ReadOnlyBufferException(); local 47 assertNull(exception.getMessage()); 48 assertNull(exception.getLocalizedMessage()); 49 assertNull(exception.getCause());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/ |
exception.pass.cpp | 10 // test exception 12 #include <exception> 18 static_assert(std::is_polymorphic<std::exception>::value, 19 "std::is_polymorphic<std::exception>::value"); 20 std::exception b; 21 std::exception b2 = b;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_exception.h | 18 // The header <exception> contains low-level functions that interact 19 // with a compiler's exception-handling mechanism. It is assumed to 23 // On platforms where <exception> does not exist, this header defines 24 // an exception base class. This is *not* a substitute for everything 25 // in <exception>, but it suffices to support a bare minimum of STL 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h) 43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception) 45 # undef exception macro 50 # include_next <exception.h 161 class _STLP_CLASS_DECLSPEC exception { class [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmCamelCaseToUnderscoreMethodTest.java | 35 public void test1() throws Exception { 39 public void test2() throws Exception { 43 public void test3() throws Exception { 47 public void test4() throws Exception { 51 public void test5() throws Exception { 55 public void test6() throws Exception {
|
FmUnderscoreToCamelCaseMethodTest.java | 35 public void test1() throws Exception { 39 public void test2() throws Exception { 43 public void test3() throws Exception { 47 public void test4() throws Exception { 51 public void test5() throws Exception { 55 public void test6() throws Exception {
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
XMLFilterImplTest.java | 107 throw new RuntimeException("Unexpected exception", e); 109 throw new RuntimeException("Unexpected exception", e); 119 throw new RuntimeException("Unexpected exception", e); 132 throw new RuntimeException("Unexpected exception", e); 134 throw new RuntimeException("Unexpected exception", e); 144 throw new RuntimeException("Unexpected exception", e); 189 throw new RuntimeException("Unexpected exception", e); 191 throw new RuntimeException("Unexpected exception", e); 204 throw new RuntimeException("Unexpected exception", e); 206 throw new RuntimeException("Unexpected exception", e) 443 SAXParseException exception = new SAXParseException("Oops!", null); local 457 SAXParseException exception = new SAXParseException("Oops!", null); local 471 SAXParseException exception = new SAXParseException("Oops!", null); local [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmInfoTest.java | 34 public static void testInvalidInfoTypes() throws Exception { 40 public static void testValidInfoTypes() throws Exception { 48 public static void testGetInfoType() throws Exception { 56 public static void testInvalidMimeTypes() throws Exception { 61 public static void testGetMimeType() throws Exception { 67 public static void testInvalidData() throws Exception { 71 public static void testGetData() throws Exception { 75 public static void testPutAndGetKeys() throws Exception { 111 private static void checkInvalidData(byte[] data) throws Exception { 120 private static void checkInvalidMimeType(String mimeType) throws Exception { [all...] |
DrmSupportInfoTest.java | 27 public static void testAddInvalidMimeTypes() throws Exception { 32 public static void testAddValidMimeTypes() throws Exception { 38 public static void testAddInvalidFileSuffixes() throws Exception { 42 public static void testAddValidFileSuffixes() throws Exception { 50 public static void testSetInvalidDescriptions() throws Exception { 55 public static void testSetAndGetDescription() throws Exception { 61 public static void testEquals() throws Exception { 66 private static void checkEqualsOnDefaultInfoObjects() throws Exception { 72 private static void checkEqualsOnNondefaultInfoObjects() throws Exception { 91 private static void checkSetAndGetDescription(String description) throws Exception { [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
fenv.c | 25 int exception = flags & FE_ALL_EXCEPT_PORTABLE; local 27 // exception flags 28 if (exception & FE_INVALID_PORTABLE) 30 if (exception & FE_DIVBYZERO_PORTABLE) 32 if (exception & FE_OVERFLOW_PORTABLE) 34 if (exception & FE_UNDERFLOW_PORTABLE) 36 if (exception & FE_INEXACT_PORTABLE) 69 int exception = mipsflags & FE_ALL_EXCEPT; local 71 // exception flags 72 if (exception & FE_INVALID [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
IExceptionHandlerTable.java | 17 * exception handler range. The order of these entries is the order in which 18 * a JVM will check for a matching exception handler when the parent method 19 * throws an exception. 33 * @param offset exception offset [must be in [0, size()) range; input not checked] 60 * that all data referenced in 'exception' will eventually be consistent 63 * @param exception new exception descriptor [may not be null] 65 int add (Exception_info exception); 69 * checks are made. No exception type compatibility checks are made. It is 71 * in 'exception' will eventually be consistent with method's bytecode an [all...] |
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILMediaElement.java | 23 * @exception DOMException 32 * @exception DOMException 41 * @exception DOMException 50 * @exception DOMException 59 * @exception DOMException 68 * @exception DOMException 77 * @exception DOMException 86 * @exception DOMException 95 * @exception DOMException 104 * @exception DOMExceptio [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorBaseActivity.java | 90 List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) { 97 if (exception != null) { 115 List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) { 121 if (exception != null || project == null) { 141 Exception exception) { 151 if (exception != null) { 162 Exception exception) [all...] |
/bionic/libm/include/mips/ |
fenv.h | 38 * causing unimplemented operation exception. 46 * 16 -> cause bit for invalid exception 47 * 15 -> cause bit for division by zero exception 48 * 14 -> cause bit for overflow exception 49 * 13 -> cause bit for underflow exception 50 * 12 -> cause bit for inexact exception 51 * 11 -> enable exception for invalid exception 52 * 10 -> enable exception for division by zero exception [all...] |