HomeSort by relevance Sort by last modified time
    Searched refs:CloneNotSupportedException (Results 76 - 100 of 526) sorted by null

1 2 34 5 6 7 8 91011>>

  /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) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
maven-model-3.2.1.jar 
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
MessageDigest_Impl2Test.java 139 fail("No expected CloneNotSupportedException");
140 } catch (CloneNotSupportedException e) {
164 fail("No expected CloneNotSupportedException");
165 } catch (CloneNotSupportedException e) {
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 60 } catch (CloneNotSupportedException e) {
85 } catch (CloneNotSupportedException e) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DnaBlockData.java 157 } catch (CloneNotSupportedException e) {
171 } catch (CloneNotSupportedException e) {
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
PoseTrack.java 79 } catch (CloneNotSupportedException e) {
166 } catch (CloneNotSupportedException e) {
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 78 @Override public Object clone() throws CloneNotSupportedException {
79 throw new CloneNotSupportedException();
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 137 } catch (CloneNotSupportedException e) {}
229 } catch (CloneNotSupportedException e) {}
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 190 public Object clone() throws CloneNotSupportedException {
201 throw new CloneNotSupportedException(e.getMessage());
  /libcore/luni/src/main/java/java/security/
MessageDigest.java 350 } catch (CloneNotSupportedException e) {
415 public Object clone() throws CloneNotSupportedException {
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
EncodedStringValue.java 190 public Object clone() throws CloneNotSupportedException {
201 throw new CloneNotSupportedException(e.getMessage());
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 83 public void testClone() throws CloneNotSupportedException {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java 136 public Object clone() throws CloneNotSupportedException {
  /external/apache-http/src/org/apache/http/
ProtocolVersion.java 288 public Object clone() throws CloneNotSupportedException {
  /external/apache-http/src/org/apache/http/params/
BasicHttpParams.java 141 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/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 64 } catch (CloneNotSupportedException ex) {
  /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)

Completed in 2710 milliseconds

1 2 34 5 6 7 8 91011>>