OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:badout
(Results
1 - 3
of
3
) 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);
73
fe_all.forEach_test_i8(in,
badOut
);
87
fe_all.forEach_test_i8_2(in,
badOut
);
101
fe_all.forEach_test_i8_3(in,
badOut
);
115
fe_all.forEach_test_i8_4(in,
badOut
);
129
fe_all.forEach_test_i16(in,
badOut
);
143
fe_all.forEach_test_i16_2(in,
badOut
);
157
fe_all.forEach_test_i16_3(in,
badOut
);
171
fe_all.forEach_test_i16_4(in,
badOut
);
[
all
...]
KernelTest.java
60
//
badOut
is always I8, so it is always an invalid type
62
Allocation
badOut
= Allocation.createTyped(mRS, t);
73
kernel_all.forEach_test_i8(in,
badOut
);
87
kernel_all.forEach_test_i8_2(in,
badOut
);
101
kernel_all.forEach_test_i8_3(in,
badOut
);
115
kernel_all.forEach_test_i8_4(in,
badOut
);
129
kernel_all.forEach_test_i16(in,
badOut
);
143
kernel_all.forEach_test_i16_2(in,
badOut
);
157
kernel_all.forEach_test_i16_3(in,
badOut
);
171
kernel_all.forEach_test_i16_4(in,
badOut
);
[
all
...]
ComputeTest.java
777
Allocation
badOut
= Allocation.createTyped(mRS, badT);
779
s.forEach_root(in,
badOut
);
Completed in 68 milliseconds