Searched refs:RSIllegalArgumentException (Results 1 - 25 of 65) sorted by relevance

123

/frameworks/base/rs/java/android/renderscript/
H A DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class in inherits:RSRuntimeException
25 public RSIllegalArgumentException(String string) { method in class:RSIllegalArgumentException
H A DScriptIntrinsicBlur.java47 throw new RSIllegalArgumentException("Unsupported element type.");
63 throw new RSIllegalArgumentException("Input set to a 1D Allocation");
78 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25).");
92 throw new RSIllegalArgumentException("Output is a 1D Allocation");
107 throw new RSIllegalArgumentException("Output is a 1D Allocation");
H A DScriptIntrinsicHistogram.java49 throw new RSIllegalArgumentException("Unsupported element type.");
91 throw new RSIllegalArgumentException(
98 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
119 throw new RSIllegalArgumentException("Coefficient may not be negative.");
122 throw new RSIllegalArgumentException("Sum of coefficients must be 1.0 or less.");
150 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
157 throw new RSIllegalArgumentException("Output must be 1D, 256 elements.");
190 throw new RSIllegalArgumentException("Output vector size must be one.");
196 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
H A DBaseObj.java68 throw new RSIllegalArgumentException("Invalid object.");
86 throw new RSIllegalArgumentException(
90 throw new RSIllegalArgumentException(
94 throw new RSIllegalArgumentException(
H A DScriptIntrinsic3DLUT.java50 throw new RSIllegalArgumentException("Element must be compatible with uchar4.");
67 throw new RSIllegalArgumentException("LUT must be 3d.");
71 throw new RSIllegalArgumentException("LUT element type must match.");
H A DAllocation.java94 throw new RSIllegalArgumentException("Object passed is not an array of primitives.");
98 throw new RSIllegalArgumentException("Object passed is not an Array of primitives.");
147 throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() +
392 throw new RSIllegalArgumentException("Unknown usage specified.");
401 throw new RSIllegalArgumentException("Invalid usage combination.");
440 throw new RSIllegalArgumentException(
449 throw new RSIllegalArgumentException(
459 throw new RSIllegalArgumentException(
468 throw new RSIllegalArgumentException(
476 throw new RSIllegalArgumentException(
[all...]
H A DScriptIntrinsicResize.java62 throw new RSIllegalArgumentException("Unsupported element type.");
89 throw new RSIllegalArgumentException("Output cannot be same as Input.");
H A DProgramVertex.java108 throw new RSIllegalArgumentException("Max input count exceeded.");
111 throw new RSIllegalArgumentException("Complex elements not allowed.");
H A DScriptIntrinsicLUT.java66 throw new RSIllegalArgumentException("Index out of range (0-255).");
69 throw new RSIllegalArgumentException("Value out of range (0-255).");
H A DType.java161 throw new RSIllegalArgumentException("Array dimension out of range.");
364 throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid.");
372 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid.");
380 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid.");
397 throw new RSIllegalArgumentException("Array dimension out of range.");
427 throw new RSIllegalArgumentException(
H A DRenderScriptGL.java90 throw new RSIllegalArgumentException("Minimum value provided out of range.");
93 throw new RSIllegalArgumentException("preferred must be >= Minimum.");
155 throw new RSIllegalArgumentException("Quality out of 0-1 range.");
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class in inherits:RSRuntimeException
25 public RSIllegalArgumentException(String string) { method in class:RSIllegalArgumentException
H A DScriptIntrinsicBlur.java53 throw new RSIllegalArgumentException("Unsupported element type.");
76 throw new RSIllegalArgumentException("Input set to a 1D Allocation");
91 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25).");
105 throw new RSIllegalArgumentException("Output is a 1D Allocation");
H A DScriptIntrinsicHistogram.java53 throw new RSIllegalArgumentException("Unsupported element type.");
101 throw new RSIllegalArgumentException(
108 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
129 throw new RSIllegalArgumentException("Coefficient may not be negative.");
132 throw new RSIllegalArgumentException("Sum of coefficients must be 1.0 or less.");
160 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
167 throw new RSIllegalArgumentException("Output must be 1D, 256 elements.");
200 throw new RSIllegalArgumentException("Output vector size must be one.");
206 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
H A DScriptIntrinsic3DLUT.java52 throw new RSIllegalArgumentException("Element must be compatible with uchar4.");
78 throw new RSIllegalArgumentException("LUT must be 3d.");
82 throw new RSIllegalArgumentException("LUT element type must match.");
H A DAllocation.java87 throw new RSIllegalArgumentException("Object passed is not an array of primitives.");
91 throw new RSIllegalArgumentException("Object passed is not an Array of primitives.");
357 throw new RSIllegalArgumentException("Unknown usage specified.");
366 throw new RSIllegalArgumentException("Invalid usage combination.");
404 throw new RSIllegalArgumentException(
413 throw new RSIllegalArgumentException(
422 throw new RSIllegalArgumentException(
431 throw new RSIllegalArgumentException(
439 throw new RSIllegalArgumentException(
447 throw new RSIllegalArgumentException(
[all...]
H A DScriptIntrinsicLUT.java72 throw new RSIllegalArgumentException("Index out of range (0-255).");
75 throw new RSIllegalArgumentException("Value out of range (0-255).");
H A DScriptIntrinsicResize.java72 throw new RSIllegalArgumentException("Unsupported element type.");
99 throw new RSIllegalArgumentException("Output cannot be same as Input.");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect156 throw new RSIllegalArgumentException("Array \"in1\" is null!");
189 throw new RSIllegalArgumentException("Array \"in1\" is null!");
222 throw new RSIllegalArgumentException("Array \"in1\" is null!");
255 throw new RSIllegalArgumentException("Array \"in1\" is null!");
288 throw new RSIllegalArgumentException("Array \"in1\" is null!");
321 throw new RSIllegalArgumentException("Array \"in1\" is null!");
354 throw new RSIllegalArgumentException("Array \"in1\" is null!");
387 throw new RSIllegalArgumentException("Array \"in1\" is null!");
420 throw new RSIllegalArgumentException("Array \"in1\" is null!");
453 throw new RSIllegalArgumentException("Arra
[all...]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect129 throw new RSIllegalArgumentException("Array \"in1\" is null!");
136 throw new RSIllegalArgumentException("Array \"in2\" is null!");
193 throw new RSIllegalArgumentException("Array \"in1\" is null!");
200 throw new RSIllegalArgumentException("Array \"in2\" is null!");
257 throw new RSIllegalArgumentException("Array \"in1\" is null!");
264 throw new RSIllegalArgumentException("Array \"in2\" is null!");
268 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!");
325 throw new RSIllegalArgumentException("Array \"in1\" is null!");
332 throw new RSIllegalArgumentException("Array \"in2\" is null!");
336 throw new RSIllegalArgumentException("Arra
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_blur_validation.java21 import android.renderscript.RSIllegalArgumentException;
76 } catch (RSIllegalArgumentException e) {
80 } catch (RSIllegalArgumentException e1) {
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_blur_validation.java23 import android.support.v8.renderscript.RSIllegalArgumentException;
78 } catch (RSIllegalArgumentException e) {
82 } catch (RSIllegalArgumentException e1) {
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect88 throw new RSIllegalArgumentException("Array \"in1\" is null!");
121 throw new RSIllegalArgumentException("Array \"in1\" is null!");
154 throw new RSIllegalArgumentException("Array \"in1\" is null!");
187 throw new RSIllegalArgumentException("Array \"in1\" is null!");
220 throw new RSIllegalArgumentException("Array \"in1\" is null!");
253 throw new RSIllegalArgumentException("Array \"in1\" is null!");
286 throw new RSIllegalArgumentException("Array \"in1\" is null!");
319 throw new RSIllegalArgumentException("Array \"in1\" is null!");
352 throw new RSIllegalArgumentException("Array \"in1\" is null!");
385 throw new RSIllegalArgumentException("Arra
[all...]
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect2723 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2756 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2760 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
2793 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2797 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!");
2830 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2863 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2867 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
2900 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2904 throw new RSIllegalArgumentException("Arra
[all...]
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect171 throw new RSIllegalArgumentException("Array \"in1\" is null!");
204 throw new RSIllegalArgumentException("Array \"in1\" is null!");
237 throw new RSIllegalArgumentException("Array \"in1\" is null!");
271 throw new RSIllegalArgumentException("Array \"in1\" is null!");
278 throw new RSIllegalArgumentException("Array \"in2\" is null!");
334 throw new RSIllegalArgumentException("Array \"in1\" is null!");

Completed in 221 milliseconds

123