Home
last modified time | relevance | path

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

123

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicHistogram.java49 throw new RSIllegalArgumentException("Unsuported 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.java68 throw new RSIllegalArgumentException("Invalid object."); in checkValid()
86 throw new RSIllegalArgumentException( in setName()
90 throw new RSIllegalArgumentException( in setName()
94 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()
DType.java161 throw new RSIllegalArgumentException("Array dimension out of range."); in getArray()
365 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid."); in setX()
373 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid."); in setY()
381 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid."); in setZ()
398 throw new RSIllegalArgumentException("Array dimension out of range."); in setArray()
428 throw new RSIllegalArgumentException( in setYuvFormat()
DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class
25 public RSIllegalArgumentException(String string) { in RSIllegalArgumentException() method in RSIllegalArgumentException
DScript.java188 throw new RSIllegalArgumentException( in forEach()
249 throw new RSIllegalArgumentException( in forEach()
295 throw new RSIllegalArgumentException( in reduce()
299 throw new RSIllegalArgumentException( in reduce()
364 throw new RSIllegalArgumentException( in bindAllocation()
569 throw new RSIllegalArgumentException("Invalid dimensions"); in setX()
587 throw new RSIllegalArgumentException("Invalid dimensions"); in setY()
605 throw new RSIllegalArgumentException("Invalid dimensions"); in setZ()
DElement.java235 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElement()
238 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElement()
251 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementName()
254 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementName()
268 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementArraySize()
271 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementArraySize()
284 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementOffsetBytes()
287 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementOffsetBytes()
1174 throw new RSIllegalArgumentException("Vector size out of range 2-4."); in createVector()
1198 throw new RSIllegalArgumentException("Cannot create vector of " + in createVector()
[all …]
DScriptIntrinsicBlur.java47 throw new RSIllegalArgumentException("Unsuported element type."); in create()
75 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25)."); in setRadius()
DRenderScriptGL.java90 throw new RSIllegalArgumentException("Minimum value provided out of range."); in validateRange()
93 throw new RSIllegalArgumentException("preferred must be >= Minimum."); in validateRange()
155 throw new RSIllegalArgumentException("Quality out of 0-1 range."); in setSamples()
DScriptIntrinsicResize.java62 throw new RSIllegalArgumentException("Unsuported element type."); in setInput()
89 throw new RSIllegalArgumentException("Output cannot be same as Input."); in forEach_bicubic()
DScriptIntrinsicLUT.java62 throw new RSIllegalArgumentException("Index out of range (0-255)."); in validate()
65 throw new RSIllegalArgumentException("Value out of range (0-255)."); in validate()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicHistogram.java53 throw new RSIllegalArgumentException("Unsuported 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 …]
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 …]
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
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()
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()
DScriptIntrinsicBlur.java53 throw new RSIllegalArgumentException("Unsuported element type."); in create()
88 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25).");
DScriptIntrinsicResize.java72 throw new RSIllegalArgumentException("Unsuported element type.");
99 throw new RSIllegalArgumentException("Output cannot be same as Input.");
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect153 throw new RSIllegalArgumentException("Array \"in1\" is null!");
186 throw new RSIllegalArgumentException("Array \"in1\" is null!");
219 throw new RSIllegalArgumentException("Array \"in1\" is null!");
252 throw new RSIllegalArgumentException("Array \"in1\" is null!");
285 throw new RSIllegalArgumentException("Array \"in1\" is null!");
318 throw new RSIllegalArgumentException("Array \"in1\" is null!");
351 throw new RSIllegalArgumentException("Array \"in1\" is null!");
384 throw new RSIllegalArgumentException("Array \"in1\" is null!");
417 throw new RSIllegalArgumentException("Array \"in1\" is null!");
450 throw new RSIllegalArgumentException("Array \"in1\" is null!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect126 throw new RSIllegalArgumentException("Array \"in1\" is null!");
133 throw new RSIllegalArgumentException("Array \"in2\" is null!");
190 throw new RSIllegalArgumentException("Array \"in1\" is null!");
197 throw new RSIllegalArgumentException("Array \"in2\" is null!");
254 throw new RSIllegalArgumentException("Array \"in1\" is null!");
261 throw new RSIllegalArgumentException("Array \"in2\" is null!");
265 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!");
322 throw new RSIllegalArgumentException("Array \"in1\" is null!");
329 throw new RSIllegalArgumentException("Array \"in2\" is null!");
333 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
DScriptC_reduce_general_accumulator.java.expect85 throw new RSIllegalArgumentException("Array \"in1\" is null!");
118 throw new RSIllegalArgumentException("Array \"in1\" is null!");
151 throw new RSIllegalArgumentException("Array \"in1\" is null!");
184 throw new RSIllegalArgumentException("Array \"in1\" is null!");
217 throw new RSIllegalArgumentException("Array \"in1\" is null!");
250 throw new RSIllegalArgumentException("Array \"in1\" is null!");
283 throw new RSIllegalArgumentException("Array \"in1\" is null!");
316 throw new RSIllegalArgumentException("Array \"in1\" is null!");
349 throw new RSIllegalArgumentException("Array \"in1\" is null!");
382 throw new RSIllegalArgumentException("Array \"in1\" is null!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect2720 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2753 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2757 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
2790 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2794 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!");
2827 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2860 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2864 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
2897 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2901 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!");
[all …]

123