OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSIllegalArgumentException
(Results
26 - 50
of
54
) sorted by null
1
2
3
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java
72
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
48
throw new
RSIllegalArgumentException
("argument must be a non-negative non-zero power of 2: " + v);
69
throw new
RSIllegalArgumentException
("out of range argument: " + i);
81
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/rs/java/android/renderscript/
Script.java
135
throw new
RSIllegalArgumentException
(
162
throw new
RSIllegalArgumentException
(
208
throw new
RSIllegalArgumentException
(
249
throw new
RSIllegalArgumentException
(
433
throw new
RSIllegalArgumentException
("Invalid dimensions");
451
throw new
RSIllegalArgumentException
("Invalid dimensions");
469
throw new
RSIllegalArgumentException
("Invalid dimensions");
ScriptIntrinsicConvolve3x3.java
60
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
60
throw new
RSIllegalArgumentException
("Max input count exceeded.");
63
throw new
RSIllegalArgumentException
("Complex elements not allowed.");
ScriptIntrinsicBlend.java
45
throw new
RSIllegalArgumentException
("Input is not of expected format.");
48
throw new
RSIllegalArgumentException
("Output is not of expected format.");
ScriptIntrinsicColorMatrix.java
254
throw new
RSIllegalArgumentException
("Unsuported element type.");
266
throw new
RSIllegalArgumentException
("Unsuported element type.");
FieldPacker.java
52
throw new
RSIllegalArgumentException
("argument must be a non-negative non-zero power of 2: " + v);
63
throw new
RSIllegalArgumentException
("argument must be a non-negative non-zero power of 2: " + v);
84
throw new
RSIllegalArgumentException
("out of range argument: " + i);
92
throw new
RSIllegalArgumentException
("out of range argument: " + i);
ScriptGroup.java
112
throw new
RSIllegalArgumentException
("Script not found");
132
throw new
RSIllegalArgumentException
("Script not found");
RenderScript.java
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
SampleTest.java
23
import android.renderscript.
RSIllegalArgumentException
;
AllocationTest.java
24
import android.renderscript.
RSIllegalArgumentException
;
222
fail("should throw
RSIllegalArgumentException
.");
223
} catch (
RSIllegalArgumentException
e) {
231
fail("should throw
RSIllegalArgumentException
.");
232
} catch (
RSIllegalArgumentException
e) {
240
fail("should throw
RSIllegalArgumentException
.");
241
} catch (
RSIllegalArgumentException
e) {
249
fail("should throw
RSIllegalArgumentException
.");
250
} catch (
RSIllegalArgumentException
e) {
706
fail("should throw
RSIllegalArgumentException
");
[
all
...]
ScriptGroupTest.java
24
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
141
} catch (android.renderscript.
RSIllegalArgumentException
e) {
/frameworks/base/core/java/android/hardware/
Camera.java
37
import android.renderscript.
RSIllegalArgumentException
;
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
Completed in 282 milliseconds
1
2
3