Home
last modified time | relevance | path

Searched full:throw (Results 1 – 25 of 24480) sorted by relevance

12345678910>>...980

/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DCollections.java35 throw new RuntimeException("Stub!"); in Collections()
39 throw new RuntimeException("Stub!"); in sort()
43 throw new RuntimeException("Stub!"); in sort()
48 throw new RuntimeException("Stub!"); in binarySearch()
53 throw new RuntimeException("Stub!"); in indexedBinarySearch()
58 throw new RuntimeException("Stub!"); in iteratorBinarySearch()
62 throw new RuntimeException("Stub!"); in get()
67 throw new RuntimeException("Stub!"); in binarySearch()
72 throw new RuntimeException("Stub!"); in indexedBinarySearch()
77 throw new RuntimeException("Stub!"); in iteratorBinarySearch()
[all …]
H A DArrays.java35 throw new RuntimeException("Stub!"); in Arrays()
39 throw new RuntimeException("Stub!"); in rangeCheck()
43 throw new RuntimeException("Stub!"); in sort()
47 throw new RuntimeException("Stub!"); in sort()
51 throw new RuntimeException("Stub!"); in sort()
55 throw new RuntimeException("Stub!"); in sort()
59 throw new RuntimeException("Stub!"); in sort()
63 throw new RuntimeException("Stub!"); in sort()
67 throw new RuntimeException("Stub!"); in sort()
71 throw new RuntimeException("Stub!"); in sort()
[all …]
H A DHashMap.java35 throw new RuntimeException("Stub!"); in HashMap()
39 throw new RuntimeException("Stub!"); in HashMap()
43 throw new RuntimeException("Stub!"); in HashMap()
47 throw new RuntimeException("Stub!"); in HashMap()
51 throw new RuntimeException("Stub!"); in hash()
55 throw new RuntimeException("Stub!"); in comparableClassFor()
59 throw new RuntimeException("Stub!"); in compareComparables()
63 throw new RuntimeException("Stub!"); in tableSizeFor()
67 throw new RuntimeException("Stub!"); in putMapEntries()
71 throw new RuntimeException("Stub!"); in size()
[all …]
H A DLinkedList.java38 throw new RuntimeException("Stub!"); in LinkedList()
42 throw new RuntimeException("Stub!"); in LinkedList()
46 throw new RuntimeException("Stub!"); in linkFirst()
50 throw new RuntimeException("Stub!"); in linkLast()
54 throw new RuntimeException("Stub!"); in linkBefore()
58 throw new RuntimeException("Stub!"); in unlinkFirst()
62 throw new RuntimeException("Stub!"); in unlinkLast()
66 throw new RuntimeException("Stub!"); in unlink()
70 throw new RuntimeException("Stub!"); in getFirst()
74 throw new RuntimeException("Stub!"); in getLast()
[all …]
H A DCalendar.java51 throw new RuntimeException("Stub!"); in Calendar()
55 throw new RuntimeException("Stub!"); in Calendar()
59 throw new RuntimeException("Stub!"); in getInstance()
63 throw new RuntimeException("Stub!"); in getInstance()
67 throw new RuntimeException("Stub!"); in getInstance()
72 throw new RuntimeException("Stub!"); in getInstance()
77 throw new RuntimeException("Stub!"); in getJapaneseImperialInstance()
82 throw new RuntimeException("Stub!"); in createCalendar()
86 throw new RuntimeException("Stub!"); in getAvailableLocales()
94 throw new RuntimeException("Stub!"); in getTime()
[all …]
/aosp_15_r20/frameworks/base/test-mock/src/android/test/mock/
H A DMockPackageManager.java62 * A mock {@link android.content.pm.PackageManager} class. All methods are non-functional and throw
75 throw new UnsupportedOperationException(); in getPackageInfo()
81 throw new UnsupportedOperationException(); in getPackageInfo()
88 throw new UnsupportedOperationException(); in getPackageInfoAsUser()
93 throw new UnsupportedOperationException(); in currentToCanonicalPackageNames()
98 throw new UnsupportedOperationException(); in canonicalToCurrentPackageNames()
103 throw new UnsupportedOperationException(); in getLaunchIntentForPackage()
108 throw new UnsupportedOperationException(); in getLeanbackLaunchIntentForPackage()
114 throw new UnsupportedOperationException(); in getCarLaunchIntentForPackage()
119 throw new UnsupportedOperationException(); in getPackageGids()
[all …]
H A DMockContext.java60 * A mock {@link android.content.Context} class. All methods are non-functional and throw
68 throw new UnsupportedOperationException(); in getAssets()
73 throw new UnsupportedOperationException(); in getResources()
78 throw new UnsupportedOperationException(); in getPackageManager()
83 throw new UnsupportedOperationException(); in getContentResolver()
88 throw new UnsupportedOperationException(); in getMainLooper()
93 throw new UnsupportedOperationException(); in getMainExecutor()
98 throw new UnsupportedOperationException(); in getApplicationContext()
103 throw new UnsupportedOperationException(); in setTheme()
108 throw new UnsupportedOperationException(); in getTheme()
[all …]
/aosp_15_r20/art/test/636-arm64-veneer-pool/src/
H A DMain.java17 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
18 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
19 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
20 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
21 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
23 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m()
24 …public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw n… in mImpl()
26 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
27 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
28 …c void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } } in m()
[all …]
/aosp_15_r20/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
H A DRavenwoodBaseContext.java74 throw notSupported(); in getAssets()
79 throw notSupported(); in getResources()
84 throw notSupported(); in getPackageManager()
89 throw notSupported(); in getContentResolver()
94 throw notSupported(); in getMainLooper()
99 throw notSupported(); in getApplicationContext()
104 throw notSupported(); in setTheme()
109 throw notSupported(); in getTheme()
114 throw notSupported(); in getClassLoader()
119 throw notSupported(); in getPackageName()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DArrays.annotated.java44 Arrays() { throw new RuntimeException("Stub!"); } in Arrays()
46 public static void sort(int @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort()
48 public static void sort(int @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Run… in sort()
50 public static void sort(long @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort()
52 public static void sort(long @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort()
54 public static void sort(short @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort()
56 public static void sort(short @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new R… in sort()
58 public static void sort(char @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort()
60 public static void sort(char @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort()
62 public static void sort(byte @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort()
[all …]
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DAbstractHttp2Headers.java30 throw new UnsupportedOperationException(); in valueIterator()
35 throw new UnsupportedOperationException(); in size()
40 throw new UnsupportedOperationException(); in isEmpty()
45 throw new UnsupportedOperationException(); in names()
50 throw new UnsupportedOperationException(); in get()
55 throw new UnsupportedOperationException(); in get()
60 throw new UnsupportedOperationException(); in getAndRemove()
65 throw new UnsupportedOperationException(); in getAndRemove()
70 throw new UnsupportedOperationException(); in getAll()
75 throw new UnsupportedOperationException(); in getAllAndRemove()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectInputStream.java36 throw new RuntimeException("Stub!"); in ObjectInputStream()
40 throw new RuntimeException("Stub!"); in ObjectInputStream()
45 throw new RuntimeException("Stub!"); in readObject()
50 throw new RuntimeException("Stub!"); in readObjectOverride()
55 throw new RuntimeException("Stub!"); in readUnshared()
59 throw new RuntimeException("Stub!"); in defaultReadObject()
64 throw new RuntimeException("Stub!"); in readFields()
69 throw new RuntimeException("Stub!"); in registerValidation()
74 throw new RuntimeException("Stub!"); in resolveClass()
79 throw new RuntimeException("Stub!"); in resolveProxyClass()
[all …]
H A DObjectOutputStream.java36 throw new RuntimeException("Stub!"); in ObjectOutputStream()
40 throw new RuntimeException("Stub!"); in ObjectOutputStream()
44 throw new RuntimeException("Stub!"); in useProtocolVersion()
48 throw new RuntimeException("Stub!"); in writeObject()
52 throw new RuntimeException("Stub!"); in writeObjectOverride()
56 throw new RuntimeException("Stub!"); in writeUnshared()
60 throw new RuntimeException("Stub!"); in defaultWriteObject()
64 throw new RuntimeException("Stub!"); in putFields()
68 throw new RuntimeException("Stub!"); in writeFields()
72 throw new RuntimeException("Stub!"); in reset()
[all …]
/aosp_15_r20/external/dokka/core/src/main/kotlin/Analysis/
H A DCoreProjectFileIndex.kt37 throw UnsupportedOperationException() in iterateContent()
41 throw UnsupportedOperationException() in iterateContentUnderDirectory()
45 throw UnsupportedOperationException() in isInLibrary()
53 throw UnsupportedOperationException() in isDisposed()
57 throw UnsupportedOperationException() in getOptionValue()
61 throw UnsupportedOperationException() in clearOption()
67 throw UnsupportedOperationException() in getName()
71 throw UnsupportedOperationException() in getModuleWithDependentsScope()
75 throw UnsupportedOperationException() in getModuleContentScope()
79 throw UnsupportedOperationException() in isLoaded()
[all …]
/aosp_15_r20/art/test/439-npe/src/
H A DMain.java41 if (doThrow) { throw new Error(); } in $opt$noinline$setObjectField()
46 if (doThrow) { throw new Error(); } in $opt$noinline$setIntField()
51 if (doThrow) { throw new Error(); } in $opt$noinline$setFloatField()
56 if (doThrow) { throw new Error(); } in $opt$noinline$setLongField()
61 if (doThrow) { throw new Error(); } in $opt$noinline$setDoubleField()
66 if (doThrow) { throw new Error(); } in $opt$noinline$setByteField()
71 if (doThrow) { throw new Error(); } in $opt$noinline$setBooleanField()
76 if (doThrow) { throw new Error(); } in $opt$noinline$setCharField()
81 if (doThrow) { throw new Error(); } in $opt$noinline$setShortField()
86 if (doThrow) { throw new Error(); } in $opt$noinline$getObjectField()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/
H A DDirectByteBuffer.java36 throw new RuntimeException("Stub!"); in DirectByteBuffer()
42 throw new RuntimeException("Stub!"); in DirectByteBuffer()
52 throw new RuntimeException("Stub!"); in DirectByteBuffer()
63 throw new RuntimeException("Stub!"); in DirectByteBuffer()
75 throw new RuntimeException("Stub!"); in DirectByteBuffer()
79 throw new RuntimeException("Stub!"); in attachment()
84 throw new RuntimeException("Stub!"); in cleaner()
89 throw new RuntimeException("Stub!"); in slice()
94 throw new RuntimeException("Stub!"); in slice()
99 throw new RuntimeException("Stub!"); in duplicate()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DCopyOnWriteArrayList.java47 throw new RuntimeException("Stub!"); in CopyOnWriteArrayList()
51 throw new RuntimeException("Stub!"); in CopyOnWriteArrayList()
55 throw new RuntimeException("Stub!"); in CopyOnWriteArrayList()
59 throw new RuntimeException("Stub!"); in getArray()
63 throw new RuntimeException("Stub!"); in setArray()
67 throw new RuntimeException("Stub!"); in size()
71 throw new RuntimeException("Stub!"); in isEmpty()
76 throw new RuntimeException("Stub!"); in indexOf()
80 throw new RuntimeException("Stub!"); in lastIndexOf()
84 throw new RuntimeException("Stub!"); in contains()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DString.java38 throw new RuntimeException("Stub!"); in String()
42 throw new RuntimeException("Stub!"); in String()
46 throw new RuntimeException("Stub!"); in String()
50 throw new RuntimeException("Stub!"); in String()
54 throw new RuntimeException("Stub!"); in String()
59 throw new RuntimeException("Stub!"); in String()
64 throw new RuntimeException("Stub!"); in String()
69 throw new RuntimeException("Stub!"); in String()
73 throw new RuntimeException("Stub!"); in String()
78 throw new RuntimeException("Stub!"); in String()
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/
H A DAnalyticsAdminServiceStub.java231 throw new UnsupportedOperationException("Not implemented: getAccountCallable()"); in getAccountCallable()
235 throw new UnsupportedOperationException("Not implemented: listAccountsPagedCallable()"); in listAccountsPagedCallable()
239 throw new UnsupportedOperationException("Not implemented: listAccountsCallable()"); in listAccountsCallable()
243 throw new UnsupportedOperationException("Not implemented: deleteAccountCallable()"); in deleteAccountCallable()
247 throw new UnsupportedOperationException("Not implemented: updateAccountCallable()"); in updateAccountCallable()
252 throw new UnsupportedOperationException("Not implemented: provisionAccountTicketCallable()"); in provisionAccountTicketCallable()
257 throw new UnsupportedOperationException("Not implemented: listAccountSummariesPagedCallable()"); in listAccountSummariesPagedCallable()
262 throw new UnsupportedOperationException("Not implemented: listAccountSummariesCallable()"); in listAccountSummariesCallable()
266 throw new UnsupportedOperationException("Not implemented: getPropertyCallable()"); in getPropertyCallable()
271 throw new UnsupportedOperationException("Not implemented: listPropertiesPagedCallable()"); in listPropertiesPagedCallable()
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
H A DDefaultVisitorAdapter.java18 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
23 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
28 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
33 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
38 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
43 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
48 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
53 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
58 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
63 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
[all …]
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java125 throw new SQLException("bad parameter index");
134 throw new SQLException("bad parameter index");
142 throw new SQLException("bad parameter index");
150 throw new SQLException("bad parameter index");
158 throw new SQLException("bad parameter index");
166 throw new SQLException("bad parameter index");
174 throw new SQLException("bad parameter index");
182 throw new SQLException("bad parameter index");
191 throw new SQLException("bad parameter index");
203 throw new SQLException("bad parameter index");
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/
H A DDefaultVisitorAdapter.java18 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
23 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
28 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
33 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
38 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
43 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
48 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
53 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
58 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
63 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
H A DMethodHandles.java34 throw new RuntimeException("Stub!"); in MethodHandles()
38 throw new RuntimeException("Stub!"); in lookup()
42 throw new RuntimeException("Stub!"); in publicLookup()
47 throw new RuntimeException("Stub!"); in reflectAs()
52 throw new RuntimeException("Stub!"); in getMethodHandleImpl()
56 throw new RuntimeException("Stub!"); in checkClassIsArray()
60 throw new RuntimeException("Stub!"); in checkTypeIsViewable()
65 throw new RuntimeException("Stub!"); in arrayElementGetter()
69 throw new RuntimeException("Stub!"); in arrayElementGetter()
73 throw new RuntimeException("Stub!"); in arrayElementGetter()
[all …]
/aosp_15_r20/dalvik/opcode-gen/
H A Dbytecode.txt80 # throw -- might throw an exception
117 op 1a const-string 21c y string-ref continue|throw
118 op 1b const-string/jumbo 31c y string-ref continue|throw
119 op 1c const-class 21c y type-ref continue|throw
120 op 1d monitor-enter 11x n none continue|throw
121 op 1e monitor-exit 11x n none continue|throw
122 op 1f check-cast 21c y type-ref continue|throw
123 op 20 instance-of 22c y type-ref continue|throw
124 op 21 array-length 12x y none continue|throw
125 op 22 new-instance 21c y type-ref continue|throw
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/time/
H A DOffsetDateTime.java76 throw new RuntimeException("Stub!"); in OffsetDateTime()
80 throw new RuntimeException("Stub!"); in timeLineOrder()
85 throw new RuntimeException("Stub!"); in compareInstant()
89 throw new RuntimeException("Stub!"); in now()
93 throw new RuntimeException("Stub!"); in now()
97 throw new RuntimeException("Stub!"); in now()
102 throw new RuntimeException("Stub!"); in of()
107 throw new RuntimeException("Stub!"); in of()
119 throw new RuntimeException("Stub!"); in of()
124 throw new RuntimeException("Stub!"); in ofInstant()
[all …]

12345678910>>...980