/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlur.java | 50 throw new RSIllegalArgumentException("Unsupported element type."); in create() 66 throw new RSIllegalArgumentException("Input set to a 1D Allocation"); in setInput() 70 throw new RSIllegalArgumentException("Unsupported element type."); in setInput() 85 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25)."); in setRadius() 99 throw new RSIllegalArgumentException("Output is a 1D Allocation"); in forEach() 114 throw new RSIllegalArgumentException("Output is a 1D Allocation"); in forEach()
|
D | ScriptIntrinsicHistogram.java | 52 throw new RSIllegalArgumentException("Unsupported element type."); in create() 94 throw new RSIllegalArgumentException( in forEach() 101 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4."); in forEach() 122 throw new RSIllegalArgumentException("Coefficient may not be negative."); in setDotCoefficients() 125 throw new RSIllegalArgumentException("Sum of coefficients must be 1.0 or less."); in setDotCoefficients() 153 throw new RSIllegalArgumentException("Output type must be U32 or I32."); in setOutput() 160 throw new RSIllegalArgumentException("Output must be 1D, 256 elements."); in setOutput() 193 throw new RSIllegalArgumentException("Output vector size must be one."); in forEach_Dot() 199 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4."); in forEach_Dot()
|
D | Allocation.java | 98 throw new RSIllegalArgumentException("Object passed is not an array of primitives."); in validateObjectIsPrimitiveArray() 102 throw new RSIllegalArgumentException("Object passed is not an Array of primitives."); in validateObjectIsPrimitiveArray() 151 throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() + in validateObjectIsPrimitiveArray() 396 throw new RSIllegalArgumentException("Unknown usage specified."); in Allocation() 405 throw new RSIllegalArgumentException("Invalid usage combination."); in Allocation() 444 throw new RSIllegalArgumentException( in validateIsInt64() 453 throw new RSIllegalArgumentException( in validateIsInt32() 463 throw new RSIllegalArgumentException( in validateIsInt16OrFloat16() 472 throw new RSIllegalArgumentException( in validateIsInt8() 480 throw new RSIllegalArgumentException( in validateIsFloat32() [all …]
|
D | BaseObj.java | 75 throw new RSIllegalArgumentException("Invalid object."); in checkValid() 94 throw new RSIllegalArgumentException( in setName() 98 throw new RSIllegalArgumentException( in setName() 102 throw new RSIllegalArgumentException( in setName()
|
D | ScriptIntrinsic3DLUT.java | 54 throw new RSIllegalArgumentException("Element must be compatible with uchar4."); in create() 71 throw new RSIllegalArgumentException("LUT must be 3d."); in setLUT() 75 throw new RSIllegalArgumentException("LUT element type must match."); in setLUT()
|
D | RSIllegalArgumentException.java | 29 public class RSIllegalArgumentException extends RSRuntimeException { class 30 public RSIllegalArgumentException(String string) { in RSIllegalArgumentException() method in RSIllegalArgumentException
|
D | Type.java | 166 throw new RSIllegalArgumentException("Array dimension out of range."); in getArray() 369 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid."); in setX() 377 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid."); in setY() 385 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid."); in setZ() 402 throw new RSIllegalArgumentException("Array dimension out of range."); in setArray() 432 throw new RSIllegalArgumentException( in setYuvFormat()
|
D | Script.java | 192 throw new RSIllegalArgumentException( in forEach() 253 throw new RSIllegalArgumentException( in forEach() 299 throw new RSIllegalArgumentException( in reduce() 303 throw new RSIllegalArgumentException( in reduce() 368 throw new RSIllegalArgumentException( in bindAllocation() 575 throw new RSIllegalArgumentException("Invalid dimensions"); in setX() 593 throw new RSIllegalArgumentException("Invalid dimensions"); in setY() 611 throw new RSIllegalArgumentException("Invalid dimensions"); in setZ()
|
D | Element.java | 242 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElement() 245 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElement() 258 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementName() 261 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementName() 275 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementArraySize() 278 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementArraySize() 291 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementOffsetBytes() 294 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementOffsetBytes() 1180 throw new RSIllegalArgumentException("Vector size out of range 2-4."); in createVector() 1204 throw new RSIllegalArgumentException("Cannot create vector of " + in createVector() [all …]
|
D | ScriptIntrinsicResize.java | 67 throw new RSIllegalArgumentException("Unsupported element type."); in setInput() 94 throw new RSIllegalArgumentException("Output cannot be same as Input."); in forEach_bicubic()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicHistogram.java | 56 throw new RSIllegalArgumentException("Unsupported element type."); in create() 104 throw new RSIllegalArgumentException( 111 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4."); 132 throw new RSIllegalArgumentException("Coefficient may not be negative."); 135 throw new RSIllegalArgumentException("Sum of coefficients must be 1.0 or less."); 163 throw new RSIllegalArgumentException("Output type must be U32 or I32."); 170 throw new RSIllegalArgumentException("Output must be 1D, 256 elements."); 203 throw new RSIllegalArgumentException("Output vector size must be one."); 209 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
|
D | Allocation.java | 92 throw new RSIllegalArgumentException("Object passed is not an array of primitives."); in validateObjectIsPrimitiveArray() 96 throw new RSIllegalArgumentException("Object passed is not an Array of primitives."); in validateObjectIsPrimitiveArray() 362 throw new RSIllegalArgumentException("Unknown usage specified."); in Allocation() 371 throw new RSIllegalArgumentException("Invalid usage combination."); in Allocation() 409 throw new RSIllegalArgumentException( in validateIsInt64() 418 throw new RSIllegalArgumentException( in validateIsInt32() 427 throw new RSIllegalArgumentException( in validateIsInt16() 436 throw new RSIllegalArgumentException( in validateIsInt8() 444 throw new RSIllegalArgumentException( in validateIsFloat32() 452 throw new RSIllegalArgumentException( in validateIsFloat64() [all …]
|
D | ScriptIntrinsicBlur.java | 56 throw new RSIllegalArgumentException("Unsupported element type."); in create() 79 throw new RSIllegalArgumentException("Input set to a 1D Allocation"); 94 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25)."); 108 throw new RSIllegalArgumentException("Output is a 1D Allocation");
|
D | ScriptIntrinsic3DLUT.java | 56 throw new RSIllegalArgumentException("Element must be compatible with uchar4."); in create() 82 throw new RSIllegalArgumentException("LUT must be 3d."); 86 throw new RSIllegalArgumentException("LUT element type must match.");
|
D | RSIllegalArgumentException.java | 29 public class RSIllegalArgumentException extends RSRuntimeException { class 30 public RSIllegalArgumentException(String string) { in RSIllegalArgumentException() method in RSIllegalArgumentException
|
D | Element.java | 244 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElement() 247 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElement() 260 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementName() 263 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementName() 277 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementArraySize() 280 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementArraySize() 293 throw new RSIllegalArgumentException("Element contains no sub-elements"); in getSubElementOffsetBytes() 296 throw new RSIllegalArgumentException("Illegal sub-element index"); in getSubElementOffsetBytes() 800 throw new RSIllegalArgumentException("Vector size out of range 2-4."); in createVector() 823 throw new RSIllegalArgumentException("Cannot create vector of " + in createVector() [all …]
|
D | Script.java | 252 throw new RSIllegalArgumentException( in forEach() 289 throw new RSIllegalArgumentException( in forEach() 351 throw new RSIllegalArgumentException( in forEach() 398 throw new RSIllegalArgumentException( in reduce() 402 throw new RSIllegalArgumentException( in reduce() 612 throw new RSIllegalArgumentException("Invalid dimensions"); in setX() 630 throw new RSIllegalArgumentException("Invalid dimensions"); in setY() 648 throw new RSIllegalArgumentException("Invalid dimensions"); in setZ()
|
D | Type.java | 315 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid."); in setX() 323 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid."); in setY() 331 … throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid."); in setZ() 359 throw new RSIllegalArgumentException("Only NV21 and YV12 are supported.."); in setYuvFormat()
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 156 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/ |
D | ScriptC_reduce_general_inputs.java.expect | 129 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/ |
D | UT_blur_validation.java | 21 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/ |
D | UT_blur_validation.java | 23 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/ |
D | UT_blur_validation.java | 21 import android.renderscript.RSIllegalArgumentException; 76 } catch (RSIllegalArgumentException e) { in run() 80 } catch (RSIllegalArgumentException e1) { in run()
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | ScriptC_reduce_general_accumulator.java.expect | 88 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/ |
D | ScriptC_reduce_general_result.java.expect | 2723 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 …]
|