/external/chromium/chrome/browser/resources/options/ |
content_settings.css | 7 .exception-pattern { 13 .exception-setting { 19 select.exception-setting { 24 html[toolkit=gtk] select.exception-setting { 29 #exception-column-headers { 35 #exception-column-headers > div { 39 #exception-pattern-column { 43 #exception-behavior-column {
|
/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/CodeGenCXX/ |
2006-03-06-C++RecurseCrash.cpp | 3 class exception { }; class in namespace:std 18 class recursive_init: public std::exception {
|
/external/smack/src/org/jivesoftware/smack/ |
XMPPException.java | 30 * A generic exception that is thrown when an error occurs performing an 33 * class. When appropriate, an XMPPError instance is attached instances of this exception.<p> 43 public class XMPPException extends Exception { 57 * Creates a new XMPPException with a description of the exception. 59 * @param message description of the exception. 67 * exception. 69 * @param wrappedThrowable the root cause of the exception. 78 * exception. When a stream error is received from the server then the underlying 81 * @param streamError the root cause of the exception. 90 * exception [all...] |
/external/smack/src/org/xbill/DNS/ |
ZoneTransferException.java | 6 * An exception thrown when a zone transfer fails. 11 public class ZoneTransferException extends Exception {
|
/libcore/benchmarks/src/benchmarks/regression/ |
SerializationBenchmark.java | 27 private static byte[] bytes(Object o) throws Exception { 35 public void timeReadIntArray(int reps) throws Exception { 40 public void timeWriteIntArray(int reps) throws Exception { 44 public void timeReadArrayListInteger(int reps) throws Exception { 52 public void timeWriteArrayListInteger(int reps) throws Exception { 60 public void timeReadString(int reps) throws Exception { 64 public void timeReadObjectStreamClass(int reps) throws Exception { 71 public void timeWriteString(int reps) throws Exception { 76 public void timeWriteObjectStreamClass(int reps) throws Exception { 84 public void timeWriteNoObjects(int reps) throws Exception { [all...] |
/ndk/tests/device/gnustl-shared-1/jni/ |
main.cpp | 2 #include <exception> 11 // Catch all exceptions. Note that if we used catch (std::exception& e)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_standarderror.py | 4 """Fixer for StandardError -> Exception.""" 18 return Name(u"Exception", prefix=node.prefix)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_standarderror.py | 4 """Fixer for StandardError -> Exception.""" 18 return Name(u"Exception", prefix=node.prefix)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmClassNameToResourceMethodTest.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 { 59 public void test7() throws Exception { 63 public void test8() throws Exception {
|
/development/ndk/sources/android/libportable/arch-x86/ |
fenv.c | 28 int exception = flags & FE_ALL_EXCEPT_PORTABLE; local 30 // exception flags 31 if (exception & FE_INVALID_PORTABLE) 33 if (exception & FE_DIVBYZERO_PORTABLE) 35 if (exception & FE_OVERFLOW_PORTABLE) 37 if (exception & FE_UNDERFLOW_PORTABLE) 39 if (exception & FE_INEXACT_PORTABLE) 72 int exception = x86flags & FE_ALL_EXCEPT; local 74 // exception flags 75 if (exception & FE_INVALID [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
errwarn.pxi | 26 class YasmError(Exception): pass 40 exception = ZeroDivisionError 43 # exception = OverflowError 45 # exception = FloatingPointError 47 # exception = ArithmeticError 49 # exception = AssertionError 51 # exception = ValueError # include notabs, notconst, toocomplex 53 # exception = IOError 55 # exception = NotImplementedError 57 # exception = TypeErro [all...] |
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
lval-exceptions.js | 47 var exception; 52 exception = e; 55 if (exception) { 56 if (typeof exType == "undefined" || exception instanceof exType) 57 testPassed(f + " threw exception " + exception + "."); 59 testFailed(f + " should throw exception " + exType + ". Threw exception " + exception + "."); 61 testFailed(f + " should throw exception " + exType + ". Was undefined.") [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/ |
MediaPlayerApiTest.java | 50 protected void setUp() throws Exception { 70 public void testMP3CBRGetDuration() throws Exception { 77 public void testMP3VBRGetDuration() throws Exception { 85 public void testMIDIGetDuration() throws Exception { 92 public void testAMRGetDuration() throws Exception { 99 public void testOGGGetDuration() throws Exception { 108 public void testMP3CBRGetCurrentPosition() throws Exception { 114 public void testMP3VBRGetCurrentPosition() throws Exception { 120 public void testMIDIGetCurrentPosition() throws Exception { 126 public void testAMRGetCurrentPosition() throws Exception { [all...] |
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
FactoryConfigurationErrorTest.java | 32 Exception e = new Exception(); 34 // which is based on Exception without parameters. 41 // which is based on Exception with String parameter. 42 e = new Exception("test message"); 50 Exception e = new Exception(); 52 // which is based on Exception without parameters. 59 // which is based on Exception with String parameter. 60 e = new Exception("test message") [all...] |
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-exception-handling.py | 8 Make sure exception handling settings are extracted properly. 19 test.run_gyp('exception-handling.gyp', chdir=CHDIR) 22 test.build('exception-handling.gyp', 'test_eh_off', chdir=CHDIR, 26 test.build('exception-handling.gyp', 'test_eh_s', chdir=CHDIR) 27 test.build('exception-handling.gyp', 'test_eh_a', chdir=CHDIR)
|
/external/icu4c/common/ |
utypeinfo.h | 13 // Windows header <typeinfo> does not define 'exception' in 'std' namespace. 16 // include <exception> explicilty and add using statement below. 20 // with exception disabled, you have to suppress warning 4275. 22 #include <exception> 23 using std::exception;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/internal/ |
ClassNameResolverTest.java | 11 public void shouldResolveClassesBySimpleName() throws Exception { 16 public void shouldResolveClassesByDottedSimpleName() throws Exception { 21 public void shouldResolveClassesByFullyQualifiedName() throws Exception { 26 public void shouldResolveClassesByPartiallyQualifiedName() throws Exception { 31 public void shouldNotResolveClassesByUndottedPartiallyQualifiedNameBecauseAndroidDoesnt() throws Exception {
|
/libcore/luni/src/main/java/javax/sql/ |
StatementEvent.java | 33 private SQLException exception; field in class:StatementEvent 44 * @param exception 45 * the exception to throw 48 SQLException exception) { 51 this.exception = exception; 55 * the constructor with null exception 74 * Returns the exception to be thrown 76 * @return the exception of this event 79 return this.exception; [all...] |
/external/chromium_org/ppapi/cpp/dev/ |
scriptable_object_deprecated.cc | 19 // take to mean an exception occurred. 43 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { 44 ExceptionConverter e(exception); 49 bool HasMethod(void* object, PP_Var name, PP_Var* exception) { 50 ExceptionConverter e(exception); 57 PP_Var* exception) { 58 ExceptionConverter e(exception); 66 PP_Var* exception) { 67 ExceptionConverter e(exception); 86 PP_Var* exception) { [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldAndroidPipedStreamTest.java | 26 public abstract void runTest() throws Exception; 32 exception = e; 36 Throwable exception; field in class:OldAndroidPipedStreamTest.TestThread 40 public void testA() throws Exception { 53 public void runTest() throws Exception { 77 public void runTest() throws Exception { 100 if (writer.exception != null) { 101 throw new Exception(writer.exception); 103 if (reader.exception != null) [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLExceptionTest.java | 47 } catch (Exception e) { 48 System.out.println("SUID check got exception: " + e.getMessage()); 49 // assertTrue("Exception while testing SUID ", false ); 73 Exception[] theExceptions = { null, null, null, null, null, null, null, 93 } catch (Exception e) { 95 fail(i + "Unexpected exception"); 97 assertEquals(i + "Exception mismatch", e.getClass(), 99 assertEquals(i + "Exception mismatch", e.getMessage(), 122 Exception[] theExceptions = { null, null, null, null, null, null, null, 142 } catch (Exception e) 546 SQLException exception = new SQLException(e); local 558 SQLException exception = new SQLException("reason", e); local 571 SQLException exception = new SQLException("reason", "state", e); local 585 SQLException exception = new SQLException("reason", "state", 18, e); local [all...] |
/external/chromium_org/ppapi/c/dev/ |
ppp_class_deprecated.h | 39 * |name| is guaranteed to be an integer or string type var. Exception is 46 struct PP_Var* exception); 49 * |name| is guaranteed to be a string-type. Exception is guaranteed non-NULL. 50 * If the method does not exist, return false and don't set the exception. 52 * if you need to throw an exception, still return false. 56 struct PP_Var* exception); 59 * |name| is guaranteed to be a string-type or an integer-type var. Exception 62 * exception and return a var of type Void. A property does not exist if 67 struct PP_Var* exception); 70 * Exception is guaranteed non-NULL [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
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...] |
/external/ant-glob/src/org/apache/tools/ant/ |
BuildException.java | 28 * Constructs a build exception with no descriptive information. 35 * Constructs an exception with the given descriptive message. 37 * @param message A description of or information about the exception. 45 * Constructs an exception with the given message and exception as 48 * @param message A description of or information about the exception. 50 * @param cause The exception that might have caused this one. 59 * Constructs an exception with the given exception as a root cause. 61 * @param cause The exception that might have caused this one [all...] |