Home
last modified time | relevance | path

Searched refs:UnsupportedOperationException (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DTestCursor.java14 throw new UnsupportedOperationException(); in getCount()
19 throw new UnsupportedOperationException(); in getPosition()
24 throw new UnsupportedOperationException(); in move()
29 throw new UnsupportedOperationException(); in moveToPosition()
34 throw new UnsupportedOperationException(); in moveToFirst()
39 throw new UnsupportedOperationException(); in moveToLast()
44 throw new UnsupportedOperationException(); in moveToNext()
49 throw new UnsupportedOperationException(); in moveToPrevious()
54 throw new UnsupportedOperationException(); in isFirst()
59 throw new UnsupportedOperationException(); in isLast()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DHttpResponseStub.java15 throw new UnsupportedOperationException(); in getStatusLine()
20 throw new UnsupportedOperationException(); in setStatusLine()
24 throw new UnsupportedOperationException(); in setStatusLine()
28 throw new UnsupportedOperationException(); in setStatusLine()
32 throw new UnsupportedOperationException(); in setStatusCode()
36 throw new UnsupportedOperationException(); in setReasonPhrase()
40 throw new UnsupportedOperationException(); in getEntity()
44 throw new UnsupportedOperationException(); in setEntity()
48 throw new UnsupportedOperationException(); in getLocale()
52 throw new UnsupportedOperationException(); in setLocale()
[all …]
DHttpEntityStub.java15 throw new UnsupportedOperationException(); in isRepeatable()
19 throw new UnsupportedOperationException(); in isChunked()
23 throw new UnsupportedOperationException(); in getContentLength()
27 throw new UnsupportedOperationException(); in getContentType()
31 throw new UnsupportedOperationException(); in getContentEncoding()
35 throw new UnsupportedOperationException(); in getContent()
39 throw new UnsupportedOperationException(); in writeTo()
43 throw new UnsupportedOperationException(); in isStreaming()
47 throw new UnsupportedOperationException(); in consumeContent()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DFakeSSLSession.java34 throw new UnsupportedOperationException(); in getApplicationBufferSize()
38 throw new UnsupportedOperationException(); in getCipherSuite()
42 throw new UnsupportedOperationException(); in getCreationTime()
46 throw new UnsupportedOperationException(); in getId()
50 throw new UnsupportedOperationException(); in getLastAccessedTime()
54 throw new UnsupportedOperationException(); in getLocalCertificates()
58 throw new UnsupportedOperationException(); in getLocalPrincipal()
62 throw new UnsupportedOperationException(); in getPacketBufferSize()
74 throw new UnsupportedOperationException(); in getPeerCertificateChain()
78 throw new UnsupportedOperationException(); in getPeerHost()
[all …]
/external/apache-http/android/src/android/net/http/
DDelegatingSSLSession.java53 throw new UnsupportedOperationException(); in getApplicationBufferSize()
58 throw new UnsupportedOperationException(); in getCipherSuite()
63 throw new UnsupportedOperationException(); in getCreationTime()
68 throw new UnsupportedOperationException(); in getId()
73 throw new UnsupportedOperationException(); in getLastAccessedTime()
78 throw new UnsupportedOperationException(); in getLocalCertificates()
83 throw new UnsupportedOperationException(); in getLocalPrincipal()
88 throw new UnsupportedOperationException(); in getPacketBufferSize()
94 throw new UnsupportedOperationException(); in getPeerCertificateChain()
99 throw new UnsupportedOperationException(); in getPeerCertificates()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java75 throws UnsupportedOperationException; in makeEmptyMap()
85 throws UnsupportedOperationException; in makePopulatedMap()
96 throws UnsupportedOperationException; in getKeyNotInPopulatedMap()
107 throws UnsupportedOperationException; in getValueNotInPopulatedMap()
150 } catch (UnsupportedOperationException e) { in makeEitherMap()
278 } catch (UnsupportedOperationException e) { in testClear()
289 } catch (UnsupportedOperationException e) { in testClear()
302 } catch (UnsupportedOperationException e) { in testContainsKey()
327 } catch (UnsupportedOperationException e) { in testContainsValue()
348 } catch (UnsupportedOperationException e) { in testEntrySet()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DUnmodifiableData.java41 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in copy()
46 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in copy()
61 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in createChild()
72 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in remove()
88 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in setSymlink()
93 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in setSymlink()
98 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in setSymlink()
103 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in setAttribute()
108 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in removeTree()
113 throw new UnsupportedOperationException(MODIFICATION_ERROR_MSG); in setValue()
[all …]
/external/smali/util/src/main/java/org/jf/util/
DAbstractListIterator.java39 throw new UnsupportedOperationException(); in hasNext()
44 throw new UnsupportedOperationException(); in next()
49 throw new UnsupportedOperationException(); in hasPrevious()
54 throw new UnsupportedOperationException(); in previous()
59 throw new UnsupportedOperationException(); in nextIndex()
64 throw new UnsupportedOperationException(); in previousIndex()
69 throw new UnsupportedOperationException(); in remove()
74 throw new UnsupportedOperationException(); in set()
79 throw new UnsupportedOperationException(); in add()
DArraySortedSet.java92 throw new UnsupportedOperationException(); in add()
97 throw new UnsupportedOperationException(); in remove()
112 throw new UnsupportedOperationException(); in addAll()
117 throw new UnsupportedOperationException(); in retainAll()
122 throw new UnsupportedOperationException(); in removeAll()
127 throw new UnsupportedOperationException(); in clear()
137 throw new UnsupportedOperationException(); in subSet()
142 throw new UnsupportedOperationException(); in headSet()
147 throw new UnsupportedOperationException(); in tailSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DUnmodifiableCollectionTests.java52 } catch (UnsupportedOperationException expected) { in assertMapEntryIsUnmodifiable()
67 } catch (UnsupportedOperationException expected) { in assertIteratorIsUnmodifiable()
123 } catch (UnsupportedOperationException expected) { in assertCollectionIsUnmodifiable()
131 } catch (UnsupportedOperationException expected) { in assertCollectionIsUnmodifiable()
138 } catch (UnsupportedOperationException expected) { in assertCollectionIsUnmodifiable()
148 } catch (UnsupportedOperationException expected) { in assertCollectionIsUnmodifiable()
155 } catch (UnsupportedOperationException expected) { in assertCollectionIsUnmodifiable()
162 } catch (UnsupportedOperationException expected) { in assertCollectionIsUnmodifiable()
219 } catch (UnsupportedOperationException expected) { in assertMultisetIsUnmodifiable()
226 } catch (UnsupportedOperationException expected) { in assertMultisetIsUnmodifiable()
[all …]
/external/protobuf/java/src/test/java/com/google/protobuf/
DUnmodifiableLazyStringListTest.java78 } catch (UnsupportedOperationException e) { in testModifyMethods()
86 } catch (UnsupportedOperationException e) { in testModifyMethods()
94 } catch (UnsupportedOperationException e) { in testModifyMethods()
103 } catch (UnsupportedOperationException e) { in testModifyMethods()
112 } catch (UnsupportedOperationException e) { in testModifyMethods()
121 } catch (UnsupportedOperationException e) { in testModifyMethods()
140 } catch (UnsupportedOperationException e) { in testIterator()
155 } catch (UnsupportedOperationException e) { in testIterator()
174 } catch (UnsupportedOperationException e) { in testListIterator()
180 } catch (UnsupportedOperationException e) { in testListIterator()
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java73 throw new UnsupportedOperationException(); in add()
78 throw new UnsupportedOperationException(); in set()
83 throw new UnsupportedOperationException(); in addAllByteString()
93 throw new UnsupportedOperationException(); in add()
98 throw new UnsupportedOperationException(); in set()
103 throw new UnsupportedOperationException(); in addAllByteArray()
143 throw new UnsupportedOperationException(); in listIterator()
148 throw new UnsupportedOperationException(); in listIterator()
153 throw new UnsupportedOperationException(); in listIterator()
175 throw new UnsupportedOperationException(); in iterator()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestAttributeSet.java77 throw new UnsupportedOperationException(); in getAttributeCount()
82 throw new UnsupportedOperationException(); in getAttributeName()
87 throw new UnsupportedOperationException(); in getAttributeValue()
92 throw new UnsupportedOperationException(); in getPositionDescription()
97 throw new UnsupportedOperationException(); in getAttributeNameResource()
102 throw new UnsupportedOperationException(); in getAttributeListValue()
107 throw new UnsupportedOperationException(); in getAttributeUnsignedIntValue()
123 throw new UnsupportedOperationException(); in getAttributeListValue()
128 throw new UnsupportedOperationException(); in getAttributeBooleanValue()
150 throw new UnsupportedOperationException(); in getAttributeIntValue()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMultisetTest.java188 throw new UnsupportedOperationException(); in suite()
197 throw new UnsupportedOperationException(); in suite()
201 throw new UnsupportedOperationException(); in suite()
204 throw new UnsupportedOperationException(); in suite()
207 throw new UnsupportedOperationException(); in suite()
210 throw new UnsupportedOperationException(); in suite()
213 throw new UnsupportedOperationException(); in suite()
216 throw new UnsupportedOperationException(); in suite()
219 throw new UnsupportedOperationException(); in suite()
222 throw new UnsupportedOperationException(); in suite()
[all …]
/external/guice/core/src/com/google/inject/internal/
DState.java48 throw new UnsupportedOperationException();
56 throw new UnsupportedOperationException();
60 throw new UnsupportedOperationException();
68 throw new UnsupportedOperationException();
72 throw new UnsupportedOperationException();
77 throw new UnsupportedOperationException();
86 throw new UnsupportedOperationException();
95 throw new UnsupportedOperationException();
103 throw new UnsupportedOperationException();
111 throw new UnsupportedOperationException();
[all …]
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMultisetFauxverideShim.java45 throw new UnsupportedOperationException(); in builder()
59 throw new UnsupportedOperationException(); in of()
73 throw new UnsupportedOperationException(); in of()
87 throw new UnsupportedOperationException(); in of()
101 throw new UnsupportedOperationException(); in of()
116 throw new UnsupportedOperationException(); in of()
138 throw new UnsupportedOperationException(); in of()
152 throw new UnsupportedOperationException(); in copyOf()
DImmutableSortedSetFauxverideShim.java46 throw new UnsupportedOperationException(); in builder()
59 throw new UnsupportedOperationException(); in of()
72 throw new UnsupportedOperationException(); in of()
85 throw new UnsupportedOperationException(); in of()
100 throw new UnsupportedOperationException(); in of()
115 throw new UnsupportedOperationException(); in of()
130 throw new UnsupportedOperationException(); in of()
143 throw new UnsupportedOperationException(); in copyOf()
DImmutableSortedMapFauxverideShim.java38 throw new UnsupportedOperationException(); in builder()
51 throw new UnsupportedOperationException(); in of()
65 throw new UnsupportedOperationException(); in of()
80 throw new UnsupportedOperationException(); in of()
95 throw new UnsupportedOperationException(); in of()
110 throw new UnsupportedOperationException(); in of()
/external/conscrypt/src/test/java/org/conscrypt/
DTrustManagerImplTest.java289 throw new UnsupportedOperationException(); in getApplicationBufferSize()
294 throw new UnsupportedOperationException(); in getCipherSuite()
299 throw new UnsupportedOperationException(); in getCreationTime()
304 throw new UnsupportedOperationException(); in getId()
309 throw new UnsupportedOperationException(); in getLastAccessedTime()
314 throw new UnsupportedOperationException(); in getLocalCertificates()
319 throw new UnsupportedOperationException(); in getLocalPrincipal()
324 throw new UnsupportedOperationException(); in getPacketBufferSize()
330 throw new UnsupportedOperationException(); in getPeerCertificateChain()
335 throw new UnsupportedOperationException(); in getPeerCertificates()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DRobolectricBackgroundExecutorService.java18 throw new UnsupportedOperationException(); in shutdown()
23 throw new UnsupportedOperationException(); in shutdownNow()
28 throw new UnsupportedOperationException(); in isShutdown()
33 throw new UnsupportedOperationException(); in isTerminated()
38 throw new UnsupportedOperationException(); in awaitTermination()
69 throw new UnsupportedOperationException(); in invokeAll()
74 throw new UnsupportedOperationException(); in invokeAll()
79 throw new UnsupportedOperationException(); in invokeAny()
84 throw new UnsupportedOperationException(); in invokeAny()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java165 throw new UnsupportedOperationException(); in awaitTermination()
171 throw new UnsupportedOperationException(); in invokeAll()
178 throw new UnsupportedOperationException(); in invokeAll()
184 throw new UnsupportedOperationException(); in invokeAny()
190 throw new UnsupportedOperationException(); in invokeAny()
195 throw new UnsupportedOperationException(); in isShutdown()
200 throw new UnsupportedOperationException(); in isTerminated()
205 throw new UnsupportedOperationException(); in shutdown()
210 throw new UnsupportedOperationException(); in shutdownNow()
215 throw new UnsupportedOperationException(); in submit()
[all …]
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java71 throw new UnsupportedOperationException("Cannot access the session in a continued request"); in getSession()
75 throw new UnsupportedOperationException("Cannot access raw request on a continued request"); in getInputStream()
116 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setComment()
120 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setDomain()
124 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setMaxAge()
128 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setPath()
132 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setSecure()
136 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setValue()
140 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setVersion()
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
DLogFactory.java348 …throw new UnsupportedOperationException("Operation [factoryClass] is not supported in jcl-over-slf… in createFactory()
356 …throw new UnsupportedOperationException("Operation [directGetContextClassLoader] is not supported … in directGetContextClassLoader()
364 …throw new UnsupportedOperationException("Operation [getContextClassLoader] is not supported in jcl… in getContextClassLoader()
372 …throw new UnsupportedOperationException("Operation [getClassLoader] is not supported in jcl-over-s… in getClassLoader()
380 …throw new UnsupportedOperationException("Operation [isDiagnosticsEnabled] is not supported in jcl-… in isDiagnosticsEnabled()
388 …throw new UnsupportedOperationException("Operation [logRawDiagnostic] is not supported in jcl-over… in logRawDiagnostic()
396 …throw new UnsupportedOperationException("Operation [logRawDiagnostic] is not supported in jcl-over… in newFactory()
404 …throw new UnsupportedOperationException("Operation [newFactory] is not supported in jcl-over-slf4j… in newFactory()
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DPsiBuilderTokenStream.java65 throw new UnsupportedOperationException(); in LT()
73 throw new UnsupportedOperationException(); in get()
77 throw new UnsupportedOperationException(); in getTokenSource()
81 throw new UnsupportedOperationException(); in toString()
85 throw new UnsupportedOperationException(); in toString()
102 throw new UnsupportedOperationException(); in buildCurrentToken()
118 throw new UnsupportedOperationException(); in LA()
152 throw new UnsupportedOperationException(); in seek()
160 throw new UnsupportedOperationException(); in size()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeVisitorTest.java98 } catch (UnsupportedOperationException expected) {} in assertVisited()
102 } catch (UnsupportedOperationException expected) {} in assertVisited()
107 throw new UnsupportedOperationException(); in visitTypeVariable()
111 throw new UnsupportedOperationException(); in visitWildcardType()
115 throw new UnsupportedOperationException(); in visitParameterizedType()
119 throw new UnsupportedOperationException(); in visitClass()
123 throw new UnsupportedOperationException(); in visitGenericArrayType()

12345678910>>...29