OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exceptions
(Results
751 - 775
of
6480
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium/chrome/browser/
chrome_browser_application_mac.mm
38
// Parts of Cocoa rely on creating and throwing
exceptions
. These are not
64
// Force crash for selected
exceptions
to generate crash dumps.
98
//
exceptions
.
112
// Maximum number of known named
exceptions
we'll support. There is
122
// A list of common known
exceptions
. The list position will
344
// |reportException|, we'll stop reporting
exceptions
for this run.
362
// storage, we track two
exceptions
. The first exception thrown
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java
82
// Since
exceptions
will have the same _SYNC_ID as the original event we have to check that
149
// Maximum number of CPO's before we start redacting attendees in
exceptions
151
// binder failures occur, but we need room at any point for additional events/
exceptions
so
354
* Events that aren't
exceptions
MUST have either 1) a DTEND or 2) a DURATION
360
* Also,
exceptions
to all-day events need to have an ORIGINAL_INSTANCE_TIME that has
439
// Keep track of the attendees;
exceptions
will need them
533
// For
exceptions
to show the organizer, the organizer must be added before
[
all
...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/
expected.html
26
<a name='failure2'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/
Exceptions
/function-001.js'>ecma_2/
Exceptions
/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br>
231
<a name='failure28'></a><dd><b>Testcase <a target='other_window' href='./js1_5/
Exceptions
/catchguard-001.js'>js1_5/
Exceptions
/catchguard-001.js</a> failed</b> <br>
237
<a name='failure29'></a><dd><b>Testcase <a target='other_window' href='./js1_5/
Exceptions
/catchguard-002.js'>js1_5/
Exceptions
/catchguard-002.js</a> failed</b> <br>
243
<a name='failure30'></a><dd><b>Testcase <a target='other_window' href='./js1_5/
Exceptions
/catchguard-003.js'>js1_5/
Exceptions
/catchguard-003.js</a> failed</b> <br>
249
<a name='failure31'></a><dd><b>Testcase <a target='other_window' href='./js1_5/
Exceptions
/errstack-001.js'>js1_5/
Exceptions
/errstack-001.js</a> failed</b> <br
[
all
...]
/external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java
206
* throw any
exceptions
thrown by either operation.
218
* always executed:
exceptions
thrown by previous steps are combined, if
219
* necessary, with
exceptions
from After methods into a
223
* or add additional behavior before and after, or modify thrown
exceptions
.
312
* After methods are always executed:
exceptions
thrown by previous steps
313
* are combined, if necessary, with
exceptions
from After methods into a
/frameworks/base/docs/html/google/play-services/
auth.jd
11
<li><a href="#handle">Handling
Exceptions
</a></li>
100
If authorization is successful, the token is returned. If not, the
exceptions
described in
101
<a href="#handle">Handling
Exceptions
</a>
143
<h2 id="handle">Handling
Exceptions
</h2>
148
the following
exceptions
can be thrown:
190
For more information on how to handle these
exceptions
and code snippets, see the reference
/libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java
501
* Tests fail: always returns false.
Exceptions
and tests non Numeric fields
566
*
Exceptions
fail, failing statements commented out. Feature only
604
* Cannot know from blackbox test if readonly or writable.
Exceptions
fail,
626
* Tests fail: always returns false.
Exceptions
fail, Feature only partially
650
* Tests fail: always returns false.
Exceptions
and tests on non numeric
673
* Analogous to is Readonly.
Exceptions
and tests on non numeric fields
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java
39
*
exceptions
are those which can be mapped to another exception in the
262
Class<?> []
exceptions
= m.getExceptionTypes();
local
264
for(Class<?> exp :
exceptions
){
/external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java
30
* extends TransformerException, and may hold other
exceptions
. In the
31
* case of nested
exceptions
, printStackTrace will dump
32
* all the traces of the nested
exceptions
, not just the trace
/external/clang/include/clang/Basic/
LangOptions.def
79
LANGOPT(
Exceptions
, 1, 0, "exception handling")
80
LANGOPT(ObjCExceptions , 1, 0, "Objective-C
exceptions
")
81
LANGOPT(CXXExceptions , 1, 0, "C++
exceptions
")
/external/javassist/src/main/javassist/expr/
FieldAccess.java
117
* Returns the list of
exceptions
that the expression may throw.
118
* This list includes both the
exceptions
that the try-catch statements
119
* including the expression can catch and the
exceptions
that
NewArray.java
64
* Returns the list of
exceptions
that the expression may throw.
65
* This list includes both the
exceptions
that the try-catch statements
66
* including the expression can catch and the
exceptions
that
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java
24
import com.google.clearsilver.jsilver.
exceptions
.JSilverAutoEscapingException;
25
import com.google.clearsilver.jsilver.
exceptions
.JSilverIOException;
26
import com.google.clearsilver.jsilver.
exceptions
.JSilverInterpreterException;
/external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php
81
// Built-in
Exceptions
: http://python.org/doc/current/lib/module-
exceptions
.html
110
'dummy_thread', 'dummy_threading', 'email', 'encodings', 'errno', '
exceptions
', 'fcntl',
/system/core/sh/
error.c
45
* Errors and
exceptions
.
64
* Code to handle
exceptions
in C.
78
* Called to raise an exception. Since C doesn't include
exceptions
, we
/abi/cpp/include/
new
42
// FIXME: Need to handle
exceptions
.
/bionic/libm/upstream-freebsd/lib/msun/src/
s_fmax.c
42
/* Check for NaNs to avoid raising spurious
exceptions
. */
s_fmaxf.c
42
/* Check for NaNs to avoid raising spurious
exceptions
. */
s_fmaxl.c
44
/* Check for NaNs to avoid raising spurious
exceptions
. */
s_fmin.c
42
/* Check for NaNs to avoid raising spurious
exceptions
. */
s_fminf.c
42
/* Check for NaNs to avoid raising spurious
exceptions
. */
s_fminl.c
44
/* Check for NaNs to avoid raising spurious
exceptions
. */
/cts/tests/src/android/os/cts/
TestThread.java
20
* Uncaught
exceptions
in the Runnable are rethrown in the context of the the thread
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
SpecialFormat.java
28
*
exceptions
, as code should know (implicitly or explicitly) to avoid
/dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java
86
* {@code null} to catch all
exceptions
with this handler
234
*
exceptions
with this handler */
246
* {@code null} to catch all
exceptions
with this handler
300
* if this entry handles all possible
exceptions
/dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java
86
* {@code null} to catch all
exceptions
with this handler
234
*
exceptions
with this handler */
246
* {@code null} to catch all
exceptions
with this handler
300
* if this entry handles all possible
exceptions
Completed in 1240 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>