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

1 2 34 5 6 7 8 910

  /libcore/luni/src/main/java/java/text/
Format.java 78 } catch (CloneNotSupportedException e) {
Collator.java 174 } catch (CloneNotSupportedException e) {
StringCharacterIterator.java 106 } catch (CloneNotSupportedException e) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLMessageDigestJDK.java 87 public Object clone() throws CloneNotSupportedException {
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerShader.java 45 } catch (CloneNotSupportedException e) {
70 } catch (CloneNotSupportedException e) {
106 } catch (CloneNotSupportedException e) {
GLServerTexture.java 46 } catch (CloneNotSupportedException e) {
120 } catch (CloneNotSupportedException e) {
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 85 * @throws CloneNotSupportedException
87 public Object clone() throws CloneNotSupportedException
114 throws CloneNotSupportedException
423 catch (CloneNotSupportedException cnse)
NodeSequence.java 556 } catch (CloneNotSupportedException e) {
627 public DTMIterator cloneWithReset() throws CloneNotSupportedException
650 * @throws CloneNotSupportedException
652 public Object clone() throws CloneNotSupportedException
BasicTestIterator.java 212 * @throws CloneNotSupportedException
214 public DTMIterator cloneWithReset() throws CloneNotSupportedException
  /frameworks/base/media/java/android/media/
JetPlayer.java 22 import java.lang.CloneNotSupportedException;
150 public Object clone() throws CloneNotSupportedException {
153 throw new CloneNotSupportedException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerShader.java 45 } catch (CloneNotSupportedException e) {
70 } catch (CloneNotSupportedException e) {
106 } catch (CloneNotSupportedException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 113 public void testClone() throws CloneNotSupportedException {
  /external/apache-http/src/org/apache/http/
HttpHost.java 214 public Object clone() throws CloneNotSupportedException {
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 171 public Object clone() throws CloneNotSupportedException {
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 236 public Object clone() throws CloneNotSupportedException {
  /external/emma/core/java12/com/vladium/jcd/cls/
Method_info.java 191 catch (CloneNotSupportedException e)
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 157 * Chains to super.clone() and removes CloneNotSupportedException
166 catch (CloneNotSupportedException e)
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 373 } catch (CloneNotSupportedException impossible) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 48 } catch (CloneNotSupportedException e) {
  /libcore/luni/src/main/java/java/util/
HashSet.java 123 } catch (CloneNotSupportedException e) {
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1_MessageDigestImpl.java 144 public Object clone() throws CloneNotSupportedException {
  /libcore/support/src/test/java/tests/http/
MockResponse.java 49 } catch (CloneNotSupportedException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 51 public void callClone() throws CloneNotSupportedException{
201 } catch (CloneNotSupportedException e1) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 331 public Object clone() throws CloneNotSupportedException {
379 public Object clone() throws CloneNotSupportedException {
  /external/emma/core/java12/com/vladium/util/
IProperties.java 171 catch (CloneNotSupportedException cnse)
189 catch (CloneNotSupportedException cnse)

Completed in 977 milliseconds

1 2 34 5 6 7 8 910