HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 626 - 650 of 5964) sorted by null

<<21222324252627282930>>

  /external/javassist/src/main/javassist/expr/
Expr.java 126 * Returns the list of exceptions that the expression may throw. This list
127 * includes both the exceptions that the try-catch statements including the
128 * expression can catch and the exceptions that the throws declaration
156 String[] exceptions = ea.getExceptions(); local
157 if (exceptions != null) {
158 int n = exceptions.length;
161 addClass(list, pool.get(exceptions[i]));
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 72 // Catch any unexpected exceptions from the actual visiting method.
143 // Copy the exceptions. Note that exceptions with empty try blocks
196 // Don't go inlining exceptions that are already applicable to this
226 // Inline the subroutine exceptions.
233 // We can again inline exceptions that are applicable to this
398 // Append the exception. Note that exceptions with empty try blocks
  /external/stlport/src/
iostream.cpp 255 // We don't want any exceptions being thrown here
256 ptr_cin->exceptions(0);
257 ptr_cout->exceptions(0);
258 ptr_cerr->exceptions(0);
259 ptr_clog->exceptions(0);
277 // We don't want any exceptions being thrown here
278 ptr_wcin->exceptions(0);
279 ptr_wcout->exceptions(0);
280 ptr_wcerr->exceptions(0);
281 ptr_wclog->exceptions(0)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 255 // We don't want any exceptions being thrown here
256 ptr_cin->exceptions(0);
257 ptr_cout->exceptions(0);
258 ptr_cerr->exceptions(0);
259 ptr_clog->exceptions(0);
277 // We don't want any exceptions being thrown here
278 ptr_wcin->exceptions(0);
279 ptr_wcout->exceptions(0);
280 ptr_wcerr->exceptions(0);
281 ptr_wclog->exceptions(0)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 36 * as flexible as possible, these exceptions are not created with strings,
40 * exceptions are built with the expected token type.
48 * ANTLR generates code that throws exceptions upon recognition error and
49 * also generates code to catch these exceptions in each rule. If you
54 * In general, the recognition exceptions can track where in a grammar a
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognitionException.java 35 * as flexible as possible, these exceptions are not created with strings,
39 * exceptions are built with the expected token type.
47 * ANTLR generates code that throws exceptions upon recognition error and
48 * also generates code to catch these exceptions in each rule. If you
53 * In general, the recognition exceptions can track where in a grammar a
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognitionException.js 4 * as flexible as possible, these exceptions are not created with strings,
8 * exceptions are built with the expected token type.
11 * <p>ANTLR generates code that throws exceptions upon recognition error and
12 * also generates code to catch these exceptions in each rule. If you
17 * <p>In general, the recognition exceptions can track where in a grammar a
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 9 import selenium.common.exceptions namespace
61 except selenium.common.exceptions.TimeoutException, e:
72 except selenium.common.exceptions.TimeoutException, e:
155 except selenium.common.exceptions.TimeoutException, e:
173 except selenium.common.exceptions.TimeoutException, e:
  /external/guava/guava/src/com/google/common/cache/
LoadingCache.java 63 * exceptions, then prefer {@link #getUnchecked} over this method.
76 * only be used in situations where checked exceptions are not thrown by the cache loader.
88 * <p><b>Warning:</b> this method silently converts checked exceptions to unchecked exceptions,
89 * and should not be used with cache loaders which throw checked exceptions. In such cases use
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 3 import exceptions namespace
14 ["exceptions must derive from BaseException",
45 exc_set = set(x for x in dir(exceptions) if not x.startswith('_'))
84 try: # Some exceptions require arguments; just skip them
147 """Test usage of exceptions"""
test_exceptions.py 1 # Python test set -- part 5, built-in exceptions
17 # Reloading the built-in exceptions module failed prior to Py2.2, while it
21 import exceptions namespace
22 reload(exceptions)
24 self.fail("reloading exceptions: %s" % e)
287 self.assertEqual(type(e).__module__, 'exceptions')
515 """Check same msg for built-in exceptions"""
516 # These exceptions implement a __str__ method that uses the args
519 exceptions = [
528 for exception in exceptions
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 3 import exceptions namespace
14 ["exceptions must derive from BaseException",
45 exc_set = set(x for x in dir(exceptions) if not x.startswith('_'))
84 try: # Some exceptions require arguments; just skip them
147 """Test usage of exceptions"""
test_exceptions.py 1 # Python test set -- part 5, built-in exceptions
17 # Reloading the built-in exceptions module failed prior to Py2.2, while it
21 import exceptions namespace
22 reload(exceptions)
24 self.fail("reloading exceptions: %s" % e)
287 self.assertEqual(type(e).__module__, 'exceptions')
515 """Check same msg for built-in exceptions"""
516 # These exceptions implement a __str__ method that uses the args
519 exceptions = [
528 for exception in exceptions
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 200 // c) Recurrence exceptions that fall in the window. These will be
202 // d) Recurrence exceptions that modify an instance inside the
435 // be subject to exceptions. They have:
437 // c) Exceptions that fall in the window. They have:
440 // d) Recurrence exceptions that modify an instance inside the
446 // exceptions. We do this by iterating over the list and for each
473 // the original one. We do this both for exceptions that
474 // change the original instance as well as for exceptions
491 // been subject to exceptions.
492 // c) Exceptions that fall in the window. They will hav
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 62 * Gets the list of thrown exceptions for a given method.
65 * @return {@code non-null;} the list of thrown exceptions
69 AttExceptions exceptions = (AttExceptions) local
72 if (exceptions == null) {
76 return exceptions.getExceptions();
148 * of the method-specific attribute {@code Exceptions}.
155 TypeList exceptions = getExceptions(method); local
157 if (exceptions.size() != 0) {
159 AnnotationUtils.makeThrows(exceptions);
  /external/javassist/src/main/javassist/
CtNewMethod.java 91 * @param exceptions a list of the exception types.
101 CtClass[] exceptions,
105 return make(Modifier.PUBLIC, returnType, mname, parameters, exceptions,
117 * @param exceptions a list of the exception types.
128 CtClass[] exceptions,
136 cm.setExceptionTypes(exceptions);
195 * @param exceptions a list of the exception types
203 CtClass[] exceptions,
208 cm.setExceptionTypes(exceptions);
  /external/chromium_org/tools/telemetry/docs/
telemetry.page.page_measurement.html 37 <dt><font face="helvetica, arial"><a href="telemetry.page.page_test.html#Failure">telemetry.page.page_test.Failure</a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)
63 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
64 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
73 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
77 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 339 * @param exceptions throws clause. It may be null.
345 String[] exceptions, AttributeWriter aw) {
349 if (exceptions == null)
352 intfs = constPool.addClassInfo(exceptions);
363 * @param exceptions throws clause. indexes indicating <code>CONSTANT_Class_info</code>s.
367 public void begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw) {
375 if (exceptions != null)
380 if (exceptions != null)
381 writeThrows(exceptions);
396 private void writeThrows(int[] exceptions) {
    [all...]
  /external/chromium-trace/trace-viewer/src/base/
unittest.js 45 exceptions: [],
130 this.stats_.exceptions.push(exception);
142 '<span class="exception">' + this.stats_.exceptions.length +
143 '</span> exceptions,' +
148 var exceptionsEl = document.querySelector('#exceptions');
149 exceptionsEl.setAttribute('hasExceptions', this.stats_.exceptions.length);
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_backend.py 10 from telemetry.core import exceptions namespace
51 raise exceptions.TabCrashException(sys.exc_info()[1])
53 raise exceptions.BrowserGoneException()
221 raise exceptions.TabCrashException(sys.exc_info()[1])
234 raise exceptions.TabCrashException()
289 raise exceptions.TabCrashException(sys.exc_info()[1])
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
ios_state.hpp 142 : s_save_( s ), a_save_( s.exceptions() )
149 : s_save_( s ), a_save_( s.exceptions() )
150 { s.exceptions(a); }
155 { s_save_.exceptions( a_save_ ); }
363 , a5_save_( s.exceptions() ), a6_save_( s.tie() )
381 s_save_.exceptions( a5_save_ );
  /external/chromium_org/chrome/browser/resources/options/
content_settings.html 71 <button class="exceptions-list-button" contentType="cookies"
105 <button class="exceptions-list-button" contentType="images"
141 <button class="exceptions-list-button" contentType="javascript"
208 <button class="exceptions-list-button" contentType="plugins"
244 <button class="exceptions-list-button" contentType="popups"
307 <button class="exceptions-list-button" contentType="location"
358 <button class="exceptions-list-button" contentType="notifications"
367 <button class="exceptions-list-button" contentType="fullscreen"
394 <button class="exceptions-list-button" contentType="mouselock"
462 <button class="exceptions-list-button" contentType="media-stream
    [all...]
content_settings_exceptions_area.js 13 * Creates a new exceptions list item.
129 // It starts off as false for empty string (new exceptions) or true for
130 // already-existing exceptions (which we assume are valid).
384 * an actual entry in the exceptions list but allows the user to add new
385 * exceptions.
446 * Creates a new exceptions list.
474 // Whether the exceptions in this list allow an 'Ask every time' option.
502 * Sets the exceptions in the js model.
544 // Exceptions of the following lists are not editable for now.
552 * Removes all exceptions from the js model
    [all...]
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 7 import selenium.common.exceptions namespace
51 except selenium.common.exceptions.TimeoutException:
282 """The overlay for managing exceptions on the Content Settings page."""
309 """The overlay for the content exceptions page."""
325 './/*[@id="content-settings-exceptions-area"]'
332 './/*[@id="content-settings-exceptions-area"]'
336 except selenium.common.exceptions.NoSuchElementException:
364 """Add a new pattern and behavior to the Exceptions page.
385 except selenium.common.exceptions.NoSuchElementException:
428 """Returns the behavior for a given pattern on the Exceptions page
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {

Completed in 957 milliseconds

<<21222324252627282930>>