OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:badout
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java
60
//
badOut
is always I8, so it is always an invalid type
62
Allocation
badOut
= Allocation.createTyped(mRS, t);
71
fe_i8.forEach_root(in,
badOut
);
86
fe_i8_2.forEach_root(in,
badOut
);
101
fe_i8_3.forEach_root(in,
badOut
);
116
fe_i8_4.forEach_root(in,
badOut
);
129
fe_i16.forEach_root(in,
badOut
);
144
fe_i16_2.forEach_root(in,
badOut
);
159
fe_i16_3.forEach_root(in,
badOut
);
174
fe_i16_4.forEach_root(in,
badOut
);
[
all
...]
ComputeTest.java
380
Allocation
badOut
= Allocation.createTyped(mRS, badT);
382
s.forEach_root(in,
badOut
);
Completed in 412 milliseconds