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
54
) 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
67
throw new
RSIllegalArgumentException
("Invalid object.");
84
throw new
RSIllegalArgumentException
(
88
throw new
RSIllegalArgumentException
(
92
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
83
throw new
RSIllegalArgumentException
("Object passed is not an array of primitives.");
87
throw new
RSIllegalArgumentException
("Object passed is not an Array of primitives.");
314
throw new
RSIllegalArgumentException
("Unknown usage specified.");
323
throw new
RSIllegalArgumentException
("Invalid usage combination.");
355
throw new
RSIllegalArgumentException
(
364
throw new
RSIllegalArgumentException
(
373
throw new
RSIllegalArgumentException
(
382
throw new
RSIllegalArgumentException
(
390
throw new
RSIllegalArgumentException
(
398
throw new
RSIllegalArgumentException
(
[
all
...]
ScriptIntrinsicBlur.java
46
throw new
RSIllegalArgumentException
("Unsuported element type.");
74
throw new
RSIllegalArgumentException
("Radius out of range (0 < r <= 25).");
ScriptIntrinsicResize.java
56
throw new
RSIllegalArgumentException
("Unsuported element type.");
83
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).");
AllocationAdapter.java
97
throw new
RSIllegalArgumentException
("Attempting to set negative lod (" + lod + ").");
106
throw new
RSIllegalArgumentException
("Attempting to set lod (" + lod + ") out of range.");
162
throw new
RSIllegalArgumentException
("Cannot set null face.");
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.");
Element.java
234
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
237
throw new
RSIllegalArgumentException
("Illegal sub-element index");
250
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
253
throw new
RSIllegalArgumentException
("Illegal sub-element index");
267
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
270
throw new
RSIllegalArgumentException
("Illegal sub-element index");
283
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
286
throw new
RSIllegalArgumentException
("Illegal sub-element index");
880
throw new
RSIllegalArgumentException
("Vector size out of range 2-4.");
903
throw new
RSIllegalArgumentException
("Cannot create vector of "
[
all
...]
ScriptIntrinsicConvolve5x5.java
60
throw new
RSIllegalArgumentException
("Unsuported element type.");
Type.java
322
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension X are not valid.");
330
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Y are not valid.");
338
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Z are not valid.");
368
throw new
RSIllegalArgumentException
(
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSIllegalArgumentException.java
24
public class
RSIllegalArgumentException
extends RSRuntimeException {
25
public
RSIllegalArgumentException
(String string) {
ExceptionThunker.java
23
if (e instanceof android.renderscript.
RSIllegalArgumentException
) {
24
return new android.support.v8.renderscript.
RSIllegalArgumentException
(e.getMessage());
ScriptIntrinsic3DLUT.java
57
throw new
RSIllegalArgumentException
("Element must be compatible with uchar4.");
76
throw new
RSIllegalArgumentException
("LUT must be 3d.");
80
throw new
RSIllegalArgumentException
("LUT element type must match.");
Allocation.java
228
throw new
RSIllegalArgumentException
("Unknown usage specified.");
237
throw new
RSIllegalArgumentException
("Invalid usage combination.");
271
throw new
RSIllegalArgumentException
(
280
throw new
RSIllegalArgumentException
(
289
throw new
RSIllegalArgumentException
(
297
throw new
RSIllegalArgumentException
(
309
throw new
RSIllegalArgumentException
(
334
throw new
RSIllegalArgumentException
("Source must be exactly one usage type.");
349
throw new
RSIllegalArgumentException
(
371
throw new
RSIllegalArgumentException
(
[
all
...]
ScriptIntrinsicBlur.java
54
throw new
RSIllegalArgumentException
("Unsuported element type.");
82
throw new
RSIllegalArgumentException
("Radius out of range (0 < r <= 25).");
Type.java
229
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension X are not valid.");
237
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Y are not valid.");
245
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Z are not valid.");
275
throw new
RSIllegalArgumentException
("Only NV21 and YV12 are supported..");
ScriptIntrinsicLUT.java
70
throw new
RSIllegalArgumentException
("Index out of range (0-255).");
73
throw new
RSIllegalArgumentException
("Value out of range (0-255).");
Element.java
231
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
234
throw new
RSIllegalArgumentException
("Illegal sub-element index");
247
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
250
throw new
RSIllegalArgumentException
("Illegal sub-element index");
264
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
267
throw new
RSIllegalArgumentException
("Illegal sub-element index");
280
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
283
throw new
RSIllegalArgumentException
("Illegal sub-element index");
788
throw new
RSIllegalArgumentException
("Vector size out of range 2-4.");
811
throw new
RSIllegalArgumentException
("Cannot create vector of "
[
all
...]
/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) {
Completed in 285 milliseconds
1
2
3