OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSRuntimeException
(Results
1 - 25
of
197
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/rs/java/android/renderscript/
RSRuntimeException.java
24
public class
RSRuntimeException
26
public
RSRuntimeException
(String string) {
RSDriverException.java
24
public class RSDriverException extends
RSRuntimeException
{
RSIllegalArgumentException.java
24
public class RSIllegalArgumentException extends
RSRuntimeException
{
RSInvalidStateException.java
24
public class RSInvalidStateException extends
RSRuntimeException
{
ScriptIntrinsic.java
31
throw new
RSRuntimeException
("Loading of ScriptIntrinsic failed.");
FileA3D.java
150
throw new
RSRuntimeException
("Unrecognized object type in file.");
236
throw new
RSRuntimeException
("Unable to create a3d file from asset " + path);
256
throw new
RSRuntimeException
("Unable to create a3d file from " + path);
293
throw new
RSRuntimeException
("Unable to open resource " + id);
301
throw new
RSRuntimeException
("Unsupported asset stream");
305
throw new
RSRuntimeException
("Unable to create a3d file from resource " + id);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSRuntimeException.java
24
public class
RSRuntimeException
26
public
RSRuntimeException
(String string) {
RSDriverException.java
24
public class RSDriverException extends
RSRuntimeException
{
RSIllegalArgumentException.java
24
public class RSIllegalArgumentException extends
RSRuntimeException
{
RSInvalidStateException.java
24
public class RSInvalidStateException extends
RSRuntimeException
{
ScriptIntrinsic.java
31
throw new
RSRuntimeException
("Loading of ScriptIntrinsic failed.");
BaseObj.java
38
throw new
RSRuntimeException
("Internal Error, reset of object ID.");
58
throw new
RSRuntimeException
("Internal error: Object id 0.");
/cts/tests/tests/renderscript/src/android/renderscript/cts/
CompilerTest.java
19
import android.renderscript.
RSRuntimeException
;
33
fail("should throw
RSRuntimeException
");
34
} catch (
RSRuntimeException
e) {
ExceptionTest.java
21
import android.renderscript.
RSRuntimeException
;
41
throw new
RSRuntimeException
("RE");
42
} catch (
RSRuntimeException
e) {
ThunkerCreateTest.java
24
import android.renderscript.
RSRuntimeException
;
40
throw new
RSRuntimeException
("Failure to create platform RenderScript context");
AllocationResize.java
22
import android.renderscript.
RSRuntimeException
;
31
public void forEach(int testId, Allocation mIn, Allocation mOut) throws
RSRuntimeException
{
56
} catch (
RSRuntimeException
e) {
InitTest.java
21
import android.renderscript.
RSRuntimeException
;
29
public void forEach(int testId, Allocation mIn, Allocation mOut) throws
RSRuntimeException
{
49
} catch (
RSRuntimeException
e) {
ClearObjectTest.java
24
import android.renderscript.
RSRuntimeException
;
42
public void forEach(int testId, Allocation mIn, Allocation mOut) throws
RSRuntimeException
{
69
} catch (
RSRuntimeException
e) {
86
} catch (
RSRuntimeException
e) {
102
} catch (
RSRuntimeException
e) {
118
} catch (
RSRuntimeException
e) {
134
} catch (
RSRuntimeException
e) {
RsUnpackColor8888Test.java
22
import android.renderscript.
RSRuntimeException
;
29
public void forEach(int testId, Allocation mIn, Allocation mOut) throws
RSRuntimeException
{
47
} catch (
RSRuntimeException
e) {
GetElementAt.java
22
import android.renderscript.
RSRuntimeException
;
36
public void forEach(int testId, Allocation mOut) throws
RSRuntimeException
{
65
} catch (
RSRuntimeException
e) {
86
} catch (
RSRuntimeException
e) {
RSBase.java
23
import android.renderscript.
RSRuntimeException
;
75
throw new
RSRuntimeException
("Received error " + mErrorNum +
IsObjectTest.java
68
} catch (
RSRuntimeException
e) {
89
} catch (
RSRuntimeException
e) {
113
} catch (
RSRuntimeException
e) {
136
} catch (
RSRuntimeException
e) {
158
} catch (
RSRuntimeException
e) {
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBaseCompute.java
22
import android.renderscript.
RSRuntimeException
;
RSBase.java
23
import android.renderscript.
RSRuntimeException
;
70
throw new
RSRuntimeException
("Received error " + mErrorNum +
VersionTest.java
20
import android.renderscript.
RSRuntimeException
;
93
fail("should throw
RSRuntimeException
");
94
} catch (
RSRuntimeException
e) {
Completed in 1314 milliseconds
1
2
3
4
5
6
7
8