OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClassNotFoundException
(Results
176 - 200
of
1469
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/support/src/test/java/libcore/java/security/
CpuFeatures.java
51
} catch (
ClassNotFoundException
| NoSuchMethodException | SecurityException
/packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtensionsFactory.java
76
} catch (
ClassNotFoundException
e) {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java
58
} catch (
ClassNotFoundException
e) {
124
} catch (
ClassNotFoundException
e) {
142
} catch (
ClassNotFoundException
e) {
149
private static Class[] parseTypes(String desc, ClassLoader loader) throws
ClassNotFoundException
{
172
private static Class getClass(String className, ClassLoader loader) throws
ClassNotFoundException
{
176
private static Class getClass(String className, ClassLoader loader, String[] packages) throws
ClassNotFoundException
{
193
} catch (
ClassNotFoundException
ignore) { }
197
} catch (
ClassNotFoundException
ignore) { }
209
} catch (
ClassNotFoundException
ignore) { }
212
throw new
ClassNotFoundException
(save)
[
all
...]
/external/emma/core/java12/com/vladium/jcd/lib/
Types.java
178
public static Class descriptorToType (String typedescriptor) throws
ClassNotFoundException
495
Class descriptorToClass (String typedescriptor) throws
ClassNotFoundException
512
Class arrayOf (String typedescriptor) throws
ClassNotFoundException
533
Class primitive (char c) throws
ClassNotFoundException
543
else throw new
ClassNotFoundException
("unknown base type: " + c);
/external/jetty/src/java/org/eclipse/jetty/webapp/
WebAppClassLoader.java
381
public Class<?> loadClass(String name) throws
ClassNotFoundException
388
protected synchronized Class<?> loadClass(String name, boolean resolve) throws
ClassNotFoundException
391
ClassNotFoundException
ex= null;
411
catch (
ClassNotFoundException
e)
423
catch (
ClassNotFoundException
e)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java
109
} catch (
ClassNotFoundException
e) {
134
} catch (
ClassNotFoundException
ignored) {
136
} catch (
ClassNotFoundException
| NoSuchMethodException ignored) {
141
} catch (
ClassNotFoundException
ignored) {
157
} catch (
ClassNotFoundException
| NoSuchMethodException ignored) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java
104
throws IOException,
ClassNotFoundException
{
205
protected void dump(Object o) throws IOException,
ClassNotFoundException
{
217
ClassNotFoundException
{
233
protected Object reload() throws IOException,
ClassNotFoundException
{
593
} catch (
ClassNotFoundException
e) {
603
ClassNotFoundException
{
644
} catch (
ClassNotFoundException
e2) {
645
fail("
ClassNotFoundException
: " + e2.getMessage());
656
public void test_reset() throws IOException,
ClassNotFoundException
{
717
} catch (
ClassNotFoundException
e)
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java
100
public View onCreateView(String name, AttributeSet attrs) throws
ClassNotFoundException
{
111
} catch (
ClassNotFoundException
e) {
122
} catch (
ClassNotFoundException
e) {
134
// Wrap the real exception in a
ClassNotFoundException
, so that the calling method
136
throw new
ClassNotFoundException
("onCreateView", e);
161
if (!(e.getCause() instanceof
ClassNotFoundException
)) {
176
if (!e2.getClass().equals(
ClassNotFoundException
.class)) {
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java
311
public void testActivity() throws
ClassNotFoundException
{
317
public void testAllWidgets() throws
ClassNotFoundException
{
325
public void testArrayCheck() throws
ClassNotFoundException
{
330
public void testAllWidgetsTablet() throws
ClassNotFoundException
{
363
public void testExpand() throws
ClassNotFoundException
{
397
public void testVectorAnimation() throws
ClassNotFoundException
{
422
public void testVectorDrawable() throws
ClassNotFoundException
{
438
public void testScrolling() throws
ClassNotFoundException
{
511
throws
ClassNotFoundException
{
550
throws
ClassNotFoundException
{
[
all
...]
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java
81
} catch (
ClassNotFoundException
e) {
93
throws
ClassNotFoundException
{
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java
40
public Class<?> findClass(String className) throws
ClassNotFoundException
{
72
public Class<?> loadClass(String className) throws
ClassNotFoundException
{
/external/guava/guava/src/com/google/common/base/
FinalizableReferenceQueue.java
262
} catch (
ClassNotFoundException
e) {
341
} catch (
ClassNotFoundException
e) {
/external/guice/extensions/struts2/src/com/google/inject/struts2/
Struts2Factory.java
73
public Class<?> getClassInstance(String name) throws
ClassNotFoundException
{
155
} catch (
ClassNotFoundException
e) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DataInputCompressor.java
94
public Object readObject() throws
ClassNotFoundException
, IOException {
219
* @throws
ClassNotFoundException
222
public Object[] readCollection(LinkedHashSet availableValues) throws
ClassNotFoundException
, IOException {
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java
69
* If the class cannot be compiled, loadClass() will throw a
ClassNotFoundException
and log the
122
public Class findClass(String name) throws
ClassNotFoundException
{
125
throw new
ClassNotFoundException
(name);
/frameworks/base/test-runner/src/android/test/
TestRunner.java
76
} catch (
ClassNotFoundException
ex) {
379
} catch (
ClassNotFoundException
e) {
380
Log.e("
ClassNotFoundException
for " + className, e.toString());
531
} catch (
ClassNotFoundException
e) {
552
} catch (
ClassNotFoundException
e) {
601
} catch (
ClassNotFoundException
e) {
663
} catch (
ClassNotFoundException
e) {
679
} catch (
ClassNotFoundException
e) {
704
} catch (
ClassNotFoundException
e) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_StochasticLinearRanker.java
26
import java.lang.
ClassNotFoundException
;
133
} catch (
ClassNotFoundException
e) {
/frameworks/support/core-ui/java/android/support/v4/view/
AsyncLayoutInflater.java
138
protected View onCreateView(String name, AttributeSet attrs) throws
ClassNotFoundException
{
145
} catch (
ClassNotFoundException
e) {
/prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-tools/2.21/
istack-commons-tools-2.21.jar
/art/test/496-checker-inlining-and-class-loader/src/
Main.java
54
protected Class<?> loadClass(String className, boolean resolve) throws
ClassNotFoundException
{
/art/tools/dexfuzz/src/dexfuzz/program/
MutationSerializer.java
65
} catch (
ClassNotFoundException
e) {
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
JarHostTestTest.java
49
Class<?> loadClass(String className, URL[] urls) throws
ClassNotFoundException
{
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/
Test_new_array.java
144
load("dot.junit.opcodes.new_array.d.T_new_array_8",
ClassNotFoundException
.class);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
InvokeMethodDebuggee.java
84
} catch (
ClassNotFoundException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
SignedObjectTest.java
84
} catch (
ClassNotFoundException
e) {
Completed in 719 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>