OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSIllegalArgumentException
(Results
1 - 25
of
72
) sorted by null
1
2
3
/frameworks/base/rs/java/android/renderscript/
RSIllegalArgumentException.java
24
public class
RSIllegalArgumentException
extends RSRuntimeException {
25
public
RSIllegalArgumentException
(String string) {
ScriptIntrinsicHistogram.java
49
throw new
RSIllegalArgumentException
("Unsuported 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.");
BaseObj.java
68
throw new
RSIllegalArgumentException
("Invalid object.");
86
throw new
RSIllegalArgumentException
(
90
throw new
RSIllegalArgumentException
(
94
throw new
RSIllegalArgumentException
(
ScriptIntrinsic3DLUT.java
50
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.");
Allocation.java
94
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
...]
ScriptIntrinsicBlur.java
47
throw new
RSIllegalArgumentException
("Unsuported element type.");
75
throw new
RSIllegalArgumentException
("Radius out of range (0 < r <= 25).");
ScriptIntrinsicResize.java
62
throw new
RSIllegalArgumentException
("Unsuported element type.");
89
throw new
RSIllegalArgumentException
("Output cannot be same as Input.");
ProgramVertex.java
108
throw new
RSIllegalArgumentException
("Max input count exceeded.");
111
throw new
RSIllegalArgumentException
("Complex elements not allowed.");
ScriptIntrinsicLUT.java
62
throw new
RSIllegalArgumentException
("Index out of range (0-255).");
65
throw new
RSIllegalArgumentException
("Value out of range (0-255).");
Type.java
161
throw new
RSIllegalArgumentException
("Array dimension out of range.");
365
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension X are not valid.");
373
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Y are not valid.");
381
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Z are not valid.");
398
throw new
RSIllegalArgumentException
("Array dimension out of range.");
428
throw new
RSIllegalArgumentException
(
RenderScriptGL.java
90
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/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSIllegalArgumentException.java
24
public class
RSIllegalArgumentException
extends RSRuntimeException {
25
public
RSIllegalArgumentException
(String string) {
ScriptIntrinsicHistogram.java
53
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.");
ScriptIntrinsic3DLUT.java
52
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.");
Allocation.java
87
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
...]
ScriptIntrinsicBlur.java
53
throw new
RSIllegalArgumentException
("Unsupported element type.");
88
throw new
RSIllegalArgumentException
("Radius out of range (0 < r <= 25).");
ScriptIntrinsicLUT.java
72
throw new
RSIllegalArgumentException
("Index out of range (0-255).");
75
throw new
RSIllegalArgumentException
("Value out of range (0-255).");
ScriptIntrinsicResize.java
72
throw new
RSIllegalArgumentException
("Unsupported element type.");
99
throw new
RSIllegalArgumentException
("Output cannot be same as Input.");
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ExceptionTest.java
19
import android.renderscript.
RSIllegalArgumentException
;
29
throw new
RSIllegalArgumentException
("IAE");
30
} catch (
RSIllegalArgumentException
e) {
BaseObjTest.java
22
import android.renderscript.
RSIllegalArgumentException
;
37
} catch (
RSIllegalArgumentException
e) {
47
} catch (
RSIllegalArgumentException
e) {
53
} catch (
RSIllegalArgumentException
e) {
FieldPackerTest.java
38
import android.renderscript.
RSIllegalArgumentException
;
144
fail("should throw
RSIllegalArgumentException
.");
145
} catch (
RSIllegalArgumentException
e) {
153
fail("should throw
RSIllegalArgumentException
.");
154
} catch (
RSIllegalArgumentException
e) {
164
fail("should throw
RSIllegalArgumentException
.");
165
} catch (
RSIllegalArgumentException
e) {
/frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect
153
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/
ScriptC_reduce_general_inputs.java.expect
126
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/
ScriptC_reduce_general_accumulator.java.expect
85
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/
ScriptC_reduce_general_result.java.expect
[
all
...]
Completed in 1021 milliseconds
1
2
3