HomeSort by relevance Sort by last modified time
    Searched refs:RSRuntimeException (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /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.");
237 throw new RSRuntimeException("Unable to create a3d file from asset " + path);
257 throw new RSRuntimeException("Unable to create a3d file from " + path);
294 throw new RSRuntimeException("Unable to open resource " + id);
302 throw new RSRuntimeException("Unsupported asset stream");
306 throw new RSRuntimeException("Unable to create a3d file from resource " + id);
  /frameworks/rs/support/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.");
  /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) {
89 } catch (RSRuntimeException e) {
108 } catch (RSRuntimeException e) {
128 } catch (RSRuntimeException e) {
147 } catch (RSRuntimeException e) {
RsUnpackColor8888Test.java 22 import android.renderscript.RSRuntimeException;
37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
55 } catch (RSRuntimeException e) {
GetElementAt.java 22 import android.renderscript.RSRuntimeException;
53 public void forEach(int testId, Allocation mOut) throws RSRuntimeException {
82 } catch (RSRuntimeException e) {
103 } catch (RSRuntimeException e) {
RSBase.java 24 import android.renderscript.RSRuntimeException;
76 throw new RSRuntimeException("Received error " + mErrorNum +
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 137 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
160 throw new RSRuntimeException("Type mismatch with F16!");
164 throw new RSRuntimeException("Type mismatch with F16!");
175 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
201 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
224 throw new RSRuntimeException("Type mismatch with F16!");
228 throw new RSRuntimeException("Type mismatch with F16!");
239 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
269 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
292 throw new RSRuntimeException("Type mismatch with F16!")
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
RSBaseCompute.java 22 import android.renderscript.RSRuntimeException;
  /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 778 milliseconds

1 2 3 4 5 6 7 8 9