HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 601 - 625 of 2577) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdoutB.exp 14 Program received signal SIGFPE, Arithmetic exception.
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 192 } catch (Exception exception) {
193 Log.i("TestSuiteBuilder", "Failed to create test.", exception);
195 suite.addTest(new FailedToCreateTests(exception));
228 private final Exception exception; field in class:TestSuiteBuilder.FailedToCreateTests
230 public FailedToCreateTests(Exception exception) {
232 this.exception = exception;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
RuntimeExceptionTest.java 47 Throwable emptyThrowable = new Exception();
53 Throwable throwable = new Exception("msg");
54 RuntimeException exception = new RuntimeException(throwable); local
55 assertEquals(throwable.getClass().getName() + ": " + "msg", exception.getMessage());
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngines.java 63 } catch (IllegalArgumentException exception) {
64 Log.e(TAG, "Cannot load search engine " + name, exception);
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_string.i 14 %include <exception.i>
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1081309.js 35 exception = false;
65 if (event == Debug.DebugEvent.Exception)
88 exception = e
100 // Break on the exception to do a backtrace with undefined as receiver.
105 // Ignore the exception "Cannot call method 'x' of undefined"
108 assertFalse(exception, "exception in listener", exception)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstance002Test.java 46 * is expected int value and returned exception object is null.
115 // Make NewInstance without Exception
126 logWriter.println(" Send ClassType.NewInstance (without Exception)");
133 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
134 logWriter.println(" ClassType.NewInstance: exception.tag="
135 + exception.tag + "; exception.objectID=" + exception.objectID);
143 assertNotNull("exception is null", newObject);
144 assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
SuspendTest.java 64 } catch (NumberFormatException exception) {
66 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception);
85 } catch (ReplyErrorCodeException exception) {
87 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
102 } catch (ReplyErrorCodeException exception) {
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 57 private Exception exception; field in class:FileTransfer
168 * If an exception occurs asynchronously it will be stored for later
169 * retrieval. If there is an error there maybe an exception set.
171 * @return The exception that occurred or null if there was no exception.
174 public Exception getException() {
175 return exception;
187 protected void setException(Exception exception) {
    [all...]
  /external/stlport/src/
dll_main.cpp 64 exception::exception() _STLP_NOTHROW {}
65 exception::~exception() _STLP_NOTHROW {}
68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; }
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 64 exception::exception() _STLP_NOTHROW {}
65 exception::~exception() _STLP_NOTHROW {}
68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
concurrence.h 18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
35 #include <exception>
67 // exception. No stdexception classes, no use of std::string.
68 class __concurrence_lock_error : public std::exception
76 class __concurrence_unlock_error : public std::exception
84 class __concurrence_broadcast_error : public std::exception
92 class __concurrence_wait_error : public std::exception
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
35 #include <exception>
67 // exception. No stdexception classes, no use of std::string.
68 class __concurrence_lock_error : public std::exception
76 class __concurrence_unlock_error : public std::exception
84 class __concurrence_broadcast_error : public std::exception
92 class __concurrence_wait_error : public std::exception
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
35 #include <exception>
67 // exception. No stdexception classes, no use of std::string.
68 class __concurrence_lock_error : public std::exception
76 class __concurrence_unlock_error : public std::exception
84 class __concurrence_broadcast_error : public std::exception
92 class __concurrence_wait_error : public std::exception
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
35 #include <exception>
67 // exception. No stdexception classes, no use of std::string.
68 class __concurrence_lock_error : public std::exception
76 class __concurrence_unlock_error : public std::exception
84 class __concurrence_broadcast_error : public std::exception
92 class __concurrence_wait_error : public std::exception
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
35 #include <exception>
67 // exception. No stdexception classes, no use of std::string.
68 class __concurrence_lock_error : public std::exception
76 class __concurrence_unlock_error : public std::exception
84 class __concurrence_broadcast_error : public std::exception
92 class __concurrence_wait_error : public std::exception
  /external/chromium_org/content/renderer/pepper/
plugin_object.cc 65 result_converter.exception());
94 result_converter.exception()));
119 result_converter.exception()));
133 result_converter.exception());
150 result_converter.exception()));
167 result_converter.exception());
182 result_converter.exception());
201 result_converter.exception());
204 // conversions fail, we will set the exception.
212 // Throw an exception for the failed convertion
    [all...]
  /external/chromium_org/tools/grit/grit/node/
misc_unittest.py 18 import grit.exception namespace
29 self.fail('Expected parsing exception because of duplicate names.')
30 except grit.exception.Parsing:
288 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml)
300 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml)
313 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml)
322 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml)
336 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml)
349 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml)
362 self.assertRaises(grit.exception.UnexpectedChild, grd_reader.Parse, xml
    [all...]
  /external/chromium_org/v8/test/webkit/
cached-call-uninitialized-arguments.js 33 var exception;
38 exception = e;
41 if (exception)
42 testFailed(_a + " should be undefined. Threw exception " + exception);
  /external/smack/src/org/xbill/DNS/
Master.java 117 throw st.exception(e.getMessage());
161 throw st.exception("Invalid type '" + s + "'");
168 throw st.exception("missing TTL");
199 throw st.exception("Invalid $GENERATE range specifier: " + s);
216 throw st.exception("Invalid $GENERATE range specifier: " + s);
225 throw st.exception("$GENERATE does not support " +
258 throw st.exception("Parsing $GENERATE: " + e.getBaseMessage());
261 throw st.exception("Parsing $GENERATE: " + e.getMessage());
302 throw st.exception("no owner");
354 throw st.exception("Invalid directive: " + s)
    [all...]
APLRecord.java 193 throw st.exception("invalid address prefix element");
196 throw st.exception("invalid address prefix element");
206 throw st.exception("invalid family");
209 throw st.exception("unknown family");
215 throw st.exception("invalid prefix length");
219 throw st.exception("invalid prefix length");
224 throw st.exception("invalid IP address " +
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 170 base::DictionaryValue* exception = new base::DictionaryValue(); local
171 exception->SetString(kOrigin, pattern.ToString());
172 exception->SetString(kEmbeddingOrigin,
176 exception->SetString(kSetting, ContentSettingToString(setting));
177 exception->SetString(kSource, provider_name);
178 return exception;
188 base::DictionaryValue* exception = new base::DictionaryValue(); local
189 exception->SetString(kSetting, ContentSettingToString(setting));
190 exception->SetString(kOrigin, origin.ToString());
191 exception->SetString(kEmbeddingOrigin, embedding_origin.ToString())
202 base::DictionaryValue* exception = new base::DictionaryValue(); local
222 base::DictionaryValue* exception = new base::DictionaryValue(); local
929 base::DictionaryValue* exception = new base::DictionaryValue(); local
    [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)
545 SQLException exception = new SQLException(e); local
556 SQLException exception = new SQLException("reason", e); local
568 SQLException exception = new SQLException("reason", "state", e); local
581 SQLException exception = new SQLException("reason", "state", 18, e); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode-implicit-receiver.js 42 var exception = false;
43 try { strict_get_y(); } catch(e) { exception = true; }
44 assertTrue(exception);
54 var exception = false;
58 exception = true;
60 assertTrue(exception);
69 var exception = false; variable
76 exception = true;
78 assertTrue(exception);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 150 boolean exception = false;
155 exception = true;
158 assertTrue("list iterator next() exception: " + i, exception);
160 assertTrue("list iterator next() exception: " + i, !exception);
179 boolean exception = false;
183 exception = true;
185 assertTrue("list iterator previous() exception", exception);
    [all...]

Completed in 1542 milliseconds

<<21222324252627282930>>