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
47
) sorted by null
1
2
/frameworks/base/graphics/java/android/renderscript/
RSIllegalArgumentException.java
24
public class
RSIllegalArgumentException
extends RSRuntimeException {
25
public
RSIllegalArgumentException
(String string) {
ScriptIntrinsic3DLUT.java
52
throw new
RSIllegalArgumentException
("Element must be compatible with uchar4.");
69
throw new
RSIllegalArgumentException
("LUT must be 3d.");
73
throw new
RSIllegalArgumentException
("LUT element type must match.");
BaseObj.java
67
throw new
RSIllegalArgumentException
("Invalid object.");
84
throw new
RSIllegalArgumentException
(
88
throw new
RSIllegalArgumentException
(
92
throw new
RSIllegalArgumentException
(
ScriptIntrinsicBlur.java
50
throw new
RSIllegalArgumentException
("Unsuported element type.");
78
throw new
RSIllegalArgumentException
("Radius out of range (0 < r <= 25).");
ScriptIntrinsicLUT.java
64
throw new
RSIllegalArgumentException
("Index out of range (0-255).");
67
throw new
RSIllegalArgumentException
("Value out of range (0-255).");
Allocation.java
255
throw new
RSIllegalArgumentException
("Unknown usage specified.");
264
throw new
RSIllegalArgumentException
("Invalid usage combination.");
281
throw new
RSIllegalArgumentException
(
290
throw new
RSIllegalArgumentException
(
299
throw new
RSIllegalArgumentException
(
307
throw new
RSIllegalArgumentException
(
324
throw new
RSIllegalArgumentException
(
371
throw new
RSIllegalArgumentException
("Source must be exactly one usage type.");
386
throw new
RSIllegalArgumentException
(
408
throw new
RSIllegalArgumentException
(
[
all
...]
Type.java
252
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension X are not valid.");
260
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Y are not valid.");
268
throw new
RSIllegalArgumentException
("Values of less than 1 for Dimension Z are not valid.");
296
throw new
RSIllegalArgumentException
("Only NV21 and YV12 are supported..");
ProgramVertex.java
112
throw new
RSIllegalArgumentException
("Max input count exceeded.");
115
throw new
RSIllegalArgumentException
("Complex elements not allowed.");
AllocationAdapter.java
102
throw new
RSIllegalArgumentException
("Attempting to set negative lod (" + lod + ").");
111
throw new
RSIllegalArgumentException
("Attempting to set lod (" + lod + ") out of range.");
167
throw new
RSIllegalArgumentException
("Cannot set null face.");
RenderScriptGL.java
97
throw new
RSIllegalArgumentException
("Minimum value provided out of range.");
100
throw new
RSIllegalArgumentException
("preferred must be >= Minimum.");
162
throw new
RSIllegalArgumentException
("Quality out of 0-1 range.");
Element.java
229
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
232
throw new
RSIllegalArgumentException
("Illegal sub-element index");
245
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
248
throw new
RSIllegalArgumentException
("Illegal sub-element index");
262
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
265
throw new
RSIllegalArgumentException
("Illegal sub-element index");
278
throw new
RSIllegalArgumentException
("Element contains no sub-elements");
281
throw new
RSIllegalArgumentException
("Illegal sub-element index");
868
throw new
RSIllegalArgumentException
("Vector size out of range 2-4.");
891
throw new
RSIllegalArgumentException
("Cannot create vector of "
[
all
...]
ScriptIntrinsicConvolve3x3.java
52
throw new
RSIllegalArgumentException
("Unsuported element type.");
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSIllegalArgumentException.java
24
public class
RSIllegalArgumentException
extends RSRuntimeException {
25
public
RSIllegalArgumentException
(String string) {
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
224
throw new
RSIllegalArgumentException
("Unknown usage specified.");
233
throw new
RSIllegalArgumentException
("Invalid usage combination.");
250
throw new
RSIllegalArgumentException
(
259
throw new
RSIllegalArgumentException
(
268
throw new
RSIllegalArgumentException
(
276
throw new
RSIllegalArgumentException
(
288
throw new
RSIllegalArgumentException
(
313
throw new
RSIllegalArgumentException
("Source must be exactly one usage type.");
328
throw new
RSIllegalArgumentException
(
350
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/rsg/src/android/renderscriptgraphics/cts/
SurfaceConfigTest.java
20
import android.renderscript.
RSIllegalArgumentException
;
33
fail("should throw
RSIllegalArgumentException
.");
34
} catch (
RSIllegalArgumentException
e) {
39
fail("should throw
RSIllegalArgumentException
.");
40
} catch (
RSIllegalArgumentException
e) {
45
fail("should throw
RSIllegalArgumentException
.");
46
} catch (
RSIllegalArgumentException
e) {
58
fail("should throw
RSIllegalArgumentException
.");
59
} catch (
RSIllegalArgumentException
e) {
64
fail("should throw
RSIllegalArgumentException
.")
[
all
...]
BaseObjTest.java
22
import android.renderscript.
RSIllegalArgumentException
;
35
} catch (
RSIllegalArgumentException
e) {
45
} catch (
RSIllegalArgumentException
e) {
56
} catch (
RSIllegalArgumentException
e) {
FontTest.java
25
import android.renderscript.
RSIllegalArgumentException
;
39
} catch (
RSIllegalArgumentException
e) {
48
} catch (
RSIllegalArgumentException
e) {
58
} catch (
RSIllegalArgumentException
e) {
/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 191 milliseconds
1
2