Home
last modified time | relevance | path

Searched refs:RSIllegalArgumentException (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlur.java47 throw new RSIllegalArgumentException("Unsupported element type."); in create()
63 throw new RSIllegalArgumentException("Input set to a 1D Allocation"); in setInput()
67 throw new RSIllegalArgumentException("Unsupported element type."); in setInput()
82 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25)."); in setRadius()
96 throw new RSIllegalArgumentException("Output is a 1D Allocation"); in forEach()
111 throw new RSIllegalArgumentException("Output is a 1D Allocation"); in forEach()
DScriptIntrinsicHistogram.java49 throw new RSIllegalArgumentException("Unsupported element type."); in create()
91 throw new RSIllegalArgumentException( in forEach()
98 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4."); in forEach()
119 throw new RSIllegalArgumentException("Coefficient may not be negative."); in setDotCoefficients()
122 throw new RSIllegalArgumentException("Sum of coefficients must be 1.0 or less."); in setDotCoefficients()
150 throw new RSIllegalArgumentException("Output type must be U32 or I32."); in setOutput()
157 throw new RSIllegalArgumentException("Output must be 1D, 256 elements."); in setOutput()
190 throw new RSIllegalArgumentException("Output vector size must be one."); in forEach_Dot()
196 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4."); in forEach_Dot()
DAllocation.java94 throw new RSIllegalArgumentException("Object passed is not an array of primitives."); in validateObjectIsPrimitiveArray()
98 throw new RSIllegalArgumentException("Object passed is not an Array of primitives."); in validateObjectIsPrimitiveArray()
147 throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() + in validateObjectIsPrimitiveArray()
392 throw new RSIllegalArgumentException("Unknown usage specified."); in Allocation()
401 throw new RSIllegalArgumentException("Invalid usage combination."); in Allocation()
440 throw new RSIllegalArgumentException( in validateIsInt64()
449 throw new RSIllegalArgumentException( in validateIsInt32()
459 throw new RSIllegalArgumentException( in validateIsInt16OrFloat16()
468 throw new RSIllegalArgumentException( in validateIsInt8()
476 throw new RSIllegalArgumentException( in validateIsFloat32()
[all …]
DBaseObj.java69 throw new RSIllegalArgumentException("Invalid object."); in checkValid()
88 throw new RSIllegalArgumentException( in setName()
92 throw new RSIllegalArgumentException( in setName()
96 throw new RSIllegalArgumentException( in setName()
DScriptIntrinsic3DLUT.java50 throw new RSIllegalArgumentException("Element must be compatible with uchar4."); in create()
67 throw new RSIllegalArgumentException("LUT must be 3d."); in setLUT()
71 throw new RSIllegalArgumentException("LUT element type must match."); in setLUT()
DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class
25 public RSIllegalArgumentException(String string) { in RSIllegalArgumentException() method in RSIllegalArgumentException
DType.java161 throw new RSIllegalArgumentException("Array dimension out of range."); in getArray()
364 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid."); in setX()
372 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid."); in setY()
380 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid."); in setZ()
397 throw new RSIllegalArgumentException("Array dimension out of range."); in setArray()
427 throw new RSIllegalArgumentException( in setYuvFormat()
DScript.java187 throw new RSIllegalArgumentException( in forEach()
248 throw new RSIllegalArgumentException( in forEach()
294 throw new RSIllegalArgumentException( in reduce()
298 throw new RSIllegalArgumentException( in reduce()
363 throw new RSIllegalArgumentException( in bindAllocation()
570 throw new RSIllegalArgumentException("Invalid dimensions"); in setX()
588 throw new RSIllegalArgumentException("Invalid dimensions"); in setY()
606 throw new RSIllegalArgumentException("Invalid dimensions"); in setZ()
DElement.java237 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElement()
240 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElement()
253 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementName()
256 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementName()
270 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementArraySize()
273 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementArraySize()
286 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementOffsetBytes()
289 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementOffsetBytes()
1175 throw new RSIllegalArgumentException("Vector size out of range 2-4."); in createVector()
1199 throw new RSIllegalArgumentException("Cannot create vector of " + in createVector()
[all …]
DScriptIntrinsicResize.java62 throw new RSIllegalArgumentException("Unsupported element type."); in setInput()
89 throw new RSIllegalArgumentException("Output cannot be same as Input."); in forEach_bicubic()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicHistogram.java53 throw new RSIllegalArgumentException("Unsupported element type."); in create()
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.");
DAllocation.java87 throw new RSIllegalArgumentException("Object passed is not an array of primitives."); in validateObjectIsPrimitiveArray()
91 throw new RSIllegalArgumentException("Object passed is not an Array of primitives."); in validateObjectIsPrimitiveArray()
357 throw new RSIllegalArgumentException("Unknown usage specified."); in Allocation()
366 throw new RSIllegalArgumentException("Invalid usage combination."); in Allocation()
404 throw new RSIllegalArgumentException( in validateIsInt64()
413 throw new RSIllegalArgumentException( in validateIsInt32()
422 throw new RSIllegalArgumentException( in validateIsInt16()
431 throw new RSIllegalArgumentException( in validateIsInt8()
439 throw new RSIllegalArgumentException( in validateIsFloat32()
447 throw new RSIllegalArgumentException( in validateIsFloat64()
[all …]
DScriptIntrinsicBlur.java53 throw new RSIllegalArgumentException("Unsupported element type."); in create()
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");
DScriptIntrinsic3DLUT.java52 throw new RSIllegalArgumentException("Element must be compatible with uchar4."); in create()
78 throw new RSIllegalArgumentException("LUT must be 3d.");
82 throw new RSIllegalArgumentException("LUT element type must match.");
DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class
25 public RSIllegalArgumentException(String string) { in RSIllegalArgumentException() method in RSIllegalArgumentException
DElement.java239 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElement()
242 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElement()
255 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementName()
258 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementName()
272 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementArraySize()
275 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementArraySize()
288 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementOffsetBytes()
291 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementOffsetBytes()
795 throw new RSIllegalArgumentException("Vector size out of range 2-4."); in createVector()
818 throw new RSIllegalArgumentException("Cannot create vector of " + in createVector()
[all …]
DType.java310 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid."); in setX()
318 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid."); in setY()
326 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid."); in setZ()
354 throw new RSIllegalArgumentException("Only NV21 and YV12 are supported.."); in setYuvFormat()
DScript.java247 throw new RSIllegalArgumentException( in forEach()
284 throw new RSIllegalArgumentException( in forEach()
346 throw new RSIllegalArgumentException( in forEach()
393 throw new RSIllegalArgumentException( in reduce()
397 throw new RSIllegalArgumentException( in reduce()
607 throw new RSIllegalArgumentException("Invalid dimensions"); in setX()
625 throw new RSIllegalArgumentException("Invalid dimensions"); in setY()
643 throw new RSIllegalArgumentException("Invalid dimensions"); in setZ()
/frameworks/compile/slang/tests/P_reduce_general_input/
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("Array \"in1\" is null!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
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("Array \"in2\" is not a multiple of 2 in length!");
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_blur_validation.java21 import android.renderscript.RSIllegalArgumentException;
76 } catch (RSIllegalArgumentException e) { in run()
80 } catch (RSIllegalArgumentException e1) { in run()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_blur_validation.java23 import androidx.renderscript.RSIllegalArgumentException;
78 } catch (RSIllegalArgumentException e) { in run()
82 } catch (RSIllegalArgumentException e1) { in run()
/frameworks/rs/tests/java_api/RsMinimalTest/src/com/android/rs/minimaltest/
DUT_blur_validation.java21 import android.renderscript.RSIllegalArgumentException;
76 } catch (RSIllegalArgumentException e) { in run()
80 } catch (RSIllegalArgumentException e1) { in run()
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
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("Array \"in1\" is null!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
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("Array \"in1\" is not a multiple of 4 in length!");
[all …]

123