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

1 2 3 45 6 7 8 910

  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 177 public Object Clone() throws CloneNotSupportedException {
178 throw new CloneNotSupportedException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerTexture.java 46 } catch (CloneNotSupportedException e) {
120 } catch (CloneNotSupportedException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 117 public void testClone() throws CloneNotSupportedException {
RectShapeTest.java 86 public void testClone() throws CloneNotSupportedException {
ShapeTest.java 110 public void testClone() throws CloneNotSupportedException {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 52 } catch (CloneNotSupportedException e) {
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 316 public Object clone() throws CloneNotSupportedException {
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 289 public Object clone() throws CloneNotSupportedException {
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 127 catch (CloneNotSupportedException e)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 414 throws CloneNotSupportedException
ObjectVector.java 427 throws CloneNotSupportedException
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 142 * @throws CloneNotSupportedException
144 public Object clone() throws CloneNotSupportedException
WalkingIterator.java 109 * @throws CloneNotSupportedException
111 public Object clone() throws CloneNotSupportedException
LocPathIterator.java 537 catch (CloneNotSupportedException cnse)
709 * @throws CloneNotSupportedException
711 public DTMIterator cloneWithReset() throws CloneNotSupportedException
734 // * @throws CloneNotSupportedException
736 // public Object clone() throws CloneNotSupportedException
  /external/emma/core/java12/com/vladium/jcd/cls/
AttributeCollection.java 95 catch (CloneNotSupportedException e)
  /external/proguard/src/proguard/
ClassSpecification.java 254 catch (CloneNotSupportedException e)
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 55 } catch (CloneNotSupportedException cnse) {
SparseIntArray.java 59 } catch (CloneNotSupportedException cnse) {
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 328 } catch (CloneNotSupportedException e) {
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 134 } catch (CloneNotSupportedException e) {
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 352 } catch (CloneNotSupportedException e) {
  /libcore/luni/src/main/java/javax/crypto/
Mac.java 411 * @throws CloneNotSupportedException
415 public final Object clone() throws CloneNotSupportedException {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionRepository.java 55 } catch (CloneNotSupportedException e) {
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 249 * @throws CloneNotSupportedException if this subclass of NodeSetDTM
252 public Object clone() throws CloneNotSupportedException
267 * @throws CloneNotSupportedException if this subclass of NodeSetDTM
270 public DTMIterator cloneWithReset() throws CloneNotSupportedException
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 3037 milliseconds

1 2 3 45 6 7 8 910