OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceptions
(Results
51 - 75
of
1775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py
78
@section
Exceptions
149
from
exceptions
import *
/external/droiddriver/src/io/appium/droiddriver/exceptions/
ActionException.java
17
package io.appium.droiddriver.
exceptions
;
UnrecoverableException.java
17
package io.appium.droiddriver.
exceptions
;
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverException.java
17
package com.google.clearsilver.jsilver.
exceptions
;
20
* Base class for all JSilver
exceptions
.
JSilverIOException.java
17
package com.google.clearsilver.jsilver.
exceptions
;
/external/jsilver/src/com/google/clearsilver/jsilver/template/
Macro.java
19
import com.google.clearsilver.jsilver.
exceptions
.JSilverInterpreterException;
/external/mockito/src/main/java/org/mockito/creation/instance/
InstantiationException.java
7
import org.mockito.
exceptions
.base.MockitoException;
/external/mockito/src/main/java/org/mockito/exceptions/base/
MockitoInitializationException.java
6
package org.mockito.
exceptions
.base;
MockitoException.java
6
package org.mockito.
exceptions
.base;
8
import org.mockito.internal.
exceptions
.stacktrace.ConditionalStackTraceFilter;
MockitoSerializationIssue.java
6
package org.mockito.
exceptions
.base;
8
import org.mockito.internal.
exceptions
.stacktrace.ConditionalStackTraceFilter;
/external/mockito/src/main/java/org/mockito/internal/creation/instance/
InstantiationException.java
7
import org.mockito.
exceptions
.base.MockitoException;
/external/mockito/src/main/java/org/mockito/internal/exceptions/
ExceptionIncludingMockitoWarnings.java
5
package org.mockito.internal.
exceptions
;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
TimeoutRuntimeException.java
16
package com.android.ex.camera2.
exceptions
;
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java
140
ArrayList<Exception>
exceptions
= null;
local
143
exceptions
= new ArrayList<Exception>();
151
exceptions
.add(e);
153
exceptions
.add(e);
155
exceptions
.add(e);
160
throw newInstantiationException("Invalid parser class list",
exceptions
);
164
ArrayList<Exception>
exceptions
= null;
local
167
exceptions
= new ArrayList<Exception>();
175
exceptions
.add(e);
177
exceptions
.add(e)
[
all
...]
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
AccountException.java
17
package android.platform.helpers.
exceptions
;
UiTimeoutException.java
17
package android.platform.helpers.
exceptions
;
UnknownUiException.java
17
package android.platform.helpers.
exceptions
;
26
* These
exceptions
are likely a manifestation of unhandled conditions or UI updates, but cannot
/cts/tests/tests/toast/src/android/widget/toast/cts/
BaseToastTest.java
54
Exception[]
exceptions
= new Exception[1];
local
63
exceptions
[0] = e;
66
if (
exceptions
[0] != null) {
67
throw
exceptions
[0];
72
Exception[]
exceptions
= new Exception[1];
local
94
exceptions
[0] = e;
97
if (
exceptions
[0] != null) {
98
throw
exceptions
[0];
/external/mockito/src/main/java/org/mockito/exceptions/misusing/
UnnecessaryStubbingException.java
5
package org.mockito.
exceptions
.misusing;
8
import org.mockito.
exceptions
.base.MockitoException;
/external/mockito/src/main/java/org/mockito/quality/
Strictness.java
9
import org.mockito.
exceptions
.misusing.PotentialStubbingProblem;
10
import org.mockito.
exceptions
.misusing.UnnecessaryStubbingException;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Application.mk
3
#
exceptions
.
/dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java
65
private final TypeList
exceptions
;
field in class:Rop
87
* @param
exceptions
{@code non-null;} list of possible types thrown by this
95
TypeList
exceptions
, int branchingness, boolean isCallLike,
105
if (
exceptions
== null) {
106
throw new NullPointerException("
exceptions
== null");
113
if ((
exceptions
.size() != 0) && (branchingness != BRANCH_THROW)) {
114
throw new IllegalArgumentException("
exceptions
/ branchingness " +
121
this.
exceptions
=
exceptions
;
135
* @param
exceptions
{@code non-null;} list of possible types thrown by thi
[
all
...]
/dalvik/dx/src/com/android/dx/rop/code/
Rop.java
65
private final TypeList
exceptions
;
field in class:Rop
87
* @param
exceptions
{@code non-null;} list of possible types thrown by this
95
TypeList
exceptions
, int branchingness, boolean isCallLike,
105
if (
exceptions
== null) {
106
throw new NullPointerException("
exceptions
== null");
113
if ((
exceptions
.size() != 0) && (branchingness != BRANCH_THROW)) {
114
throw new IllegalArgumentException("
exceptions
/ branchingness " +
121
this.
exceptions
=
exceptions
;
135
* @param
exceptions
{@code non-null;} list of possible types thrown by thi
[
all
...]
/external/mockito/src/main/java/org/mockito/internal/util/
MockCreationValidator.java
7
import static org.mockito.internal.
exceptions
.Reporter.cannotMockClass;
8
import static org.mockito.internal.
exceptions
.Reporter.extraInterfacesCannotContainMockedType;
9
import static org.mockito.internal.
exceptions
.Reporter.mockedTypeIsInconsistentWithDelegatedInstanceType;
10
import static org.mockito.internal.
exceptions
.Reporter.mockedTypeIsInconsistentWithSpiedInstanceType;
11
import static org.mockito.internal.
exceptions
.Reporter.usingConstructorWithFancySerializable;
/external/mockito/src/test/java/org/mockitousage/misuse/
ExplicitFrameworkValidationTest.java
11
import org.mockito.
exceptions
.misusing.InvalidUseOfMatchersException;
12
import org.mockito.
exceptions
.misusing.UnfinishedStubbingException;
13
import org.mockito.
exceptions
.misusing.UnfinishedVerificationException;
Completed in 1184 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>