HomeSort by relevance Sort by last modified time
    Searched refs:CloneNotSupportedException (Results 126 - 150 of 304) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/icu/android_icu4j/src/main/java/android/icu/impl/number/
MacroProps.java 135 } catch (CloneNotSupportedException e) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollatorServiceShim.java 49 catch (CloneNotSupportedException e) {
DictionaryBreakEngine.java 98 public Object clone() throws CloneNotSupportedException {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThreadTest.java 267 } catch (CloneNotSupportedException e) {
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
BreakIterator.java 228 catch (CloneNotSupportedException e) {
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
TimeZone.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 48 catch (CloneNotSupportedException e) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
MacroProps.java 131 } catch (CloneNotSupportedException e) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 97 public Object clone() throws CloneNotSupportedException {
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollatorICU.java 40 } catch (CloneNotSupportedException e) {
41 // ICU Collator clone() may throw CloneNotSupportedException,
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThreadTest.java 264 } catch (CloneNotSupportedException e) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 65 } catch (CloneNotSupportedException e) {
  /external/proguard/src/proguard/
ClassSpecification.java 254 catch (CloneNotSupportedException e)
  /external/xz-java/src/org/tukaani/xz/
LZMA2Options.java 578 } 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...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 394 catch (CloneNotSupportedException cnse)
414 catch (CloneNotSupportedException cnse)
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 97 public void testClone() throws CloneNotSupportedException {
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 174 fail("should throw CloneNotSupportedException");
175 } catch (CloneNotSupportedException e) {

Completed in 526 milliseconds

1 2 3 4 56 7 8 91011>>