OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutOfResourcesException
(Results
1 - 25
of
36
) sorted by null
1
2
/cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java
31
new Surface.
OutOfResourcesException
();
32
new Surface.
OutOfResourcesException
("Test_Surface_OutOfResourcesException");
/frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp
46
static const char* const
OutOfResourcesException
=
47
"android/view/Surface$
OutOfResourcesException
";
279
jniThrowException(env,
OutOfResourcesException
,
/frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java
92
* @deprecated No longer thrown. {@link android.view.Surface.
OutOfResourcesException
}
97
public static class
OutOfResourcesException
extends Exception {
98
public
OutOfResourcesException
() {
100
public
OutOfResourcesException
(String name) {
110
* @throws android.view.Surface.
OutOfResourcesException
If the SurfaceTexture cannot be created.
131
* @throws android.view.Surface.
OutOfResourcesException
If the SurfaceTexture cannot be created.
158
* @throws android.view.Surface.
OutOfResourcesException
If the SurfaceTexture cannot be created.
397
throws Surface.
OutOfResourcesException
;
/frameworks/base/core/jni/
android_view_Surface.cpp
61
static const char* const
OutOfResourcesException
=
62
"android/view/Surface$
OutOfResourcesException
";
257
jniThrowException(env,
OutOfResourcesException
, NULL);
326
OutOfResourcesException
:
android_view_SurfaceControl.cpp
49
static const char* const
OutOfResourcesException
=
50
"android/view/Surface$
OutOfResourcesException
";
110
jniThrowException(env,
OutOfResourcesException
, NULL);
[
all
...]
/frameworks/base/core/java/android/view/
Surface.java
54
throws
OutOfResourcesException
;
60
throws
OutOfResourcesException
;
178
* @throws
OutOfResourcesException
if the surface could not be created.
305
* @throws
OutOfResourcesException
If the canvas cannot be locked.
308
throws Surface.
OutOfResourcesException
, IllegalArgumentException {
734
public static class
OutOfResourcesException
extends RuntimeException {
735
public
OutOfResourcesException
() {
737
public
OutOfResourcesException
(String name) {
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/26/
android.jar
/prebuilts/sdk/27/
android.jar
/prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar
/prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/21/
android.jar
Completed in 519 milliseconds
1
2