OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloneNotSupportedException
(Results
51 - 75
of
239
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DeclaredExceptionTable.java
57
catch (
CloneNotSupportedException
e)
ExceptionHandlerTable.java
63
catch (
CloneNotSupportedException
e)
Exception_info.java
93
catch (
CloneNotSupportedException
e)
InnerClass_info.java
58
catch (
CloneNotSupportedException
e)
/frameworks/base/core/java/android/animation/
Animator.java
200
} catch (
CloneNotSupportedException
e) {
/libcore/luni/src/main/java/java/security/
MessageDigestSpi.java
148
public Object clone() throws
CloneNotSupportedException
{
Signature.java
578
public Object clone() throws
CloneNotSupportedException
{
582
throw new
CloneNotSupportedException
();
657
public Object clone() throws
CloneNotSupportedException
{
662
throw new
CloneNotSupportedException
();
/libcore/luni/src/main/java/java/text/
BreakIterator.java
488
} catch (
CloneNotSupportedException
e) {
/libcore/luni/src/main/java/java/util/
MapEntry.java
45
} catch (
CloneNotSupportedException
e) {
/libcore/luni/src/main/java/javax/crypto/
MacSpi.java
139
* @throws
CloneNotSupportedException
143
public Object clone() throws
CloneNotSupportedException
{
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java
46
} catch (
CloneNotSupportedException
e) {
47
fail("Unexpected
CloneNotSupportedException
" + e.getMessage());
53
fail("
CloneNotSupportedException
expected ");
54
} catch (
CloneNotSupportedException
e) {
152
public Object clone() throws
CloneNotSupportedException
{
186
public Object clone() throws
CloneNotSupportedException
{
MessageDigestSpiTest.java
168
public void test_clone() throws
CloneNotSupportedException
{
172
fail("No expected
CloneNotSupportedException
");
173
} catch (
CloneNotSupportedException
e) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
MessageDigest_Impl2Test.java
140
fail("No expected
CloneNotSupportedException
");
141
} catch (
CloneNotSupportedException
e) {
165
fail("No expected
CloneNotSupportedException
");
166
} catch (
CloneNotSupportedException
e) {
/frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java
79
public Object Clone() throws
CloneNotSupportedException
{
80
throw new
CloneNotSupportedException
();
/frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java
190
public Object clone() throws
CloneNotSupportedException
{
201
throw new
CloneNotSupportedException
(e.getMessage());
/dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java
64
} catch (
CloneNotSupportedException
ex) {
/external/apache-http/src/org/apache/http/
ProtocolVersion.java
283
public Object clone() throws
CloneNotSupportedException
{
/external/apache-http/src/org/apache/http/params/
BasicHttpParams.java
136
public Object clone() throws
CloneNotSupportedException
{
/external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java
79
* @throws
CloneNotSupportedException
81
public Object clone() throws
CloneNotSupportedException
/external/emma/core/java12/com/vladium/jcd/cls/
FieldCollection.java
79
catch (
CloneNotSupportedException
e)
Field_info.java
164
catch (
CloneNotSupportedException
e)
MethodCollection.java
79
catch (
CloneNotSupportedException
e)
/external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_info.java
111
* Chains to super.clone() and removes
CloneNotSupportedException
120
catch (
CloneNotSupportedException
e)
/external/emma/core/java12/com/vladium/util/
IntVector.java
92
catch (
CloneNotSupportedException
e)
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java
107
public RoundRectShape clone() throws
CloneNotSupportedException
{
Completed in 1006 milliseconds
1
2
3
4
5
6
7
8
9
10