OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSIllegalArgumentException
(Results
26 - 47
of
47
) sorted by null
1
2
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java
77
throw new
RSIllegalArgumentException
("Invalid object.");
ScriptIntrinsicConvolve3x3.java
57
throw new
RSIllegalArgumentException
("Unsuported element type.");
Script.java
234
throw new
RSIllegalArgumentException
(
268
throw new
RSIllegalArgumentException
(
491
throw new
RSIllegalArgumentException
("Invalid dimensions");
509
throw new
RSIllegalArgumentException
("Invalid dimensions");
527
throw new
RSIllegalArgumentException
("Invalid dimensions");
ScriptIntrinsicBlend.java
50
throw new
RSIllegalArgumentException
("Input is not of expected format.");
53
throw new
RSIllegalArgumentException
("Output is not of expected format.");
ScriptIntrinsicColorMatrix.java
56
throw new
RSIllegalArgumentException
("Unsuported element type.");
FieldPacker.java
49
throw new
RSIllegalArgumentException
("argument must be a non-negative non-zero power of 2: " + v);
70
throw new
RSIllegalArgumentException
("out of range argument: " + i);
82
throw new
RSIllegalArgumentException
("out of range argument: " + i);
ScriptGroup.java
114
throw new
RSIllegalArgumentException
("Script not found");
134
throw new
RSIllegalArgumentException
("Script not found");
/frameworks/base/graphics/java/android/renderscript/
Script.java
132
throw new
RSIllegalArgumentException
(
156
throw new
RSIllegalArgumentException
(
369
throw new
RSIllegalArgumentException
("Invalid dimensions");
387
throw new
RSIllegalArgumentException
("Invalid dimensions");
405
throw new
RSIllegalArgumentException
("Invalid dimensions");
ScriptIntrinsicBlend.java
45
throw new
RSIllegalArgumentException
("Input is not of expected format.");
48
throw new
RSIllegalArgumentException
("Output is not of expected format.");
ScriptIntrinsicColorMatrix.java
51
throw new
RSIllegalArgumentException
("Unsuported element type.");
Program.java
311
throw new
RSIllegalArgumentException
("Max input count exceeded.");
314
throw new
RSIllegalArgumentException
("Complex elements not allowed.");
ProgramVertexFixedFunction.java
64
throw new
RSIllegalArgumentException
("Max input count exceeded.");
67
throw new
RSIllegalArgumentException
("Complex elements not allowed.");
FieldPacker.java
48
throw new
RSIllegalArgumentException
("argument must be a non-negative non-zero power of 2: " + v);
59
throw new
RSIllegalArgumentException
("argument must be a non-negative non-zero power of 2: " + v);
80
throw new
RSIllegalArgumentException
("out of range argument: " + i);
88
throw new
RSIllegalArgumentException
("out of range argument: " + i);
ScriptGroup.java
113
throw new
RSIllegalArgumentException
("Script not found");
133
throw new
RSIllegalArgumentException
("Script not found");
/cts/tests/tests/renderscript/src/android/renderscript/cts/
SampleTest.java
25
import android.renderscript.
RSIllegalArgumentException
;
AllocationTest.java
26
import android.renderscript.
RSIllegalArgumentException
;
224
fail("should throw
RSIllegalArgumentException
.");
225
} catch (
RSIllegalArgumentException
e) {
233
fail("should throw
RSIllegalArgumentException
.");
234
} catch (
RSIllegalArgumentException
e) {
242
fail("should throw
RSIllegalArgumentException
.");
243
} catch (
RSIllegalArgumentException
e) {
251
fail("should throw
RSIllegalArgumentException
.");
252
} catch (
RSIllegalArgumentException
e) {
708
fail("should throw
RSIllegalArgumentException
");
[
all
...]
ScriptGroupTest.java
26
import android.renderscript.
RSIllegalArgumentException
;
ElementTest.java
22
import android.renderscript.
RSIllegalArgumentException
;
472
fail("should throw
RSIllegalArgumentException
");
473
} catch (
RSIllegalArgumentException
e) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java
130
} catch (android.renderscript.
RSIllegalArgumentException
e) {
/prebuilts/sdk/renderscript/lib/
javalib.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 335 milliseconds
1
2