Home
last modified time | relevance | path

Searched refs:void (Results 1 – 25 of 2285) sorted by relevance

12345678910>>...92

/cts/tests/tests/rscpp/librscpptest/
Dfe_all.rs4 void test_i8(const char *ain, uchar *aout) {
9 void test_i8_2(const char2 *ain, uchar2 *aout) {
15 void test_i8_3(const char3 *ain, uchar3 *aout) {
22 void test_i8_4(const char4 *ain, uchar4 *aout) {
30 void test_i16(const short *ain, ushort *aout) {
35 void test_i16_2(const short2 *ain, ushort2 *aout) {
41 void test_i16_3(const short3 *ain, ushort3 *aout) {
48 void test_i16_4(const short4 *ain, ushort4 *aout) {
56 void test_i32(const int *ain, uint *aout) {
61 void test_i32_2(const int2 *ain, uint2 *aout) {
[all …]
Dclear_object.rs6 void clear_allocation(int *out)
14 void clear_element(int *out)
22 void clear_sampler(int *out)
30 void clear_script(int *out)
38 void clear_type(int *out)
Dsetelementat.rs15 void memset(int *aout) {
20 void compare(const int *ain) {
28 void getCompareResult(int* aout) {
32 void setLargeArray(const int *ain, uint32_t x) {
41 void setLargeArray2D(const int *ain, uint32_t x) {
Dvector.rs4 void vector_test_##T(T t) {} \
5 void vector_test_##T##2(T##2 t) {} \
6 void vector_test_##T##3(T##3 t) {} \
7 void vector_test_##T##4(T##4 t) {} \
Dforeach.rs8 void root(int *out, uint32_t x, uint32_t y) {
12 void foo(const int *in, int *out, uint32_t x, uint32_t y) {
60 void verify_root() {
64 void verify_foo() {
68 void foreach_test() {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfe_all.rs4 void test_i8(const char *ain, uchar *aout) {
9 void test_i8_2(const char2 *ain, uchar2 *aout) {
15 void test_i8_3(const char3 *ain, uchar3 *aout) {
22 void test_i8_4(const char4 *ain, uchar4 *aout) {
30 void test_i16(const short *ain, ushort *aout) {
35 void test_i16_2(const short2 *ain, ushort2 *aout) {
41 void test_i16_3(const short3 *ain, ushort3 *aout) {
48 void test_i16_4(const short4 *ain, ushort4 *aout) {
56 void test_i32(const int *ain, uint *aout) {
61 void test_i32_2(const int2 *ain, uint2 *aout) {
[all …]
Dreduce.rs25 static void translate(half *tgt, const short src) { constant
29 void setInfsHalf(short forNegInfHalf, short forPosInfHalf) {
39 static void aiAccum(int *accum, int val) { *accum += val; } constant
58 static void fMMInit(MinAndMax *accum) { variable
65 static void fMMAccumulator(MinAndMax *accum, float in, int x) { variable
76 static void fMMCombiner(MinAndMax *accum, constant
84 static void fMMOutConverter(int2 *result, variable
106 static void fMMHalfInit(MinAndMaxHalf *accum) { constant
111 static void fMMHalfAccumulator(MinAndMaxHalf *accum, half in) { variable
116 static void fMMHalfCombiner(MinAndMaxHalf *accum, constant
[all …]
Dvoid_ptr.rs7 void set_output_void_int(void *out, uint32_t x, uint32_t y) {
12 void __attribute__((kernel))check_output_int(const int in, uint32_t x, uint32_t y)
19 void set_output_void_char(void *out, uint32_t x, uint32_t y) {
24 void __attribute__((kernel))check_output_char(const uchar in, uint32_t x, uint32_t y)
35 void copy_void_int(const void *in, uint32_t x, uint32_t y) constant
45 void copy_void_char(const void *in, uint32_t x, uint32_t y) constant
DAtomicTest.rs24 void __attribute__((kernel)) test_Inc(int32_t v) {
27 void __attribute__((kernel)) test_uInc(uint32_t v) {
31 void __attribute__((kernel)) test_Dec(int32_t v) {
34 void __attribute__((kernel)) test_uDec(uint32_t v) {
39 void __attribute__((kernel)) test_##op(int32_t v) { \
42 void __attribute__((kernel)) test_u##op(uint32_t v) { \
56 void getValueS(rs_allocation v) {
60 void getValueU(rs_allocation v) {
64 void computeReference_Min(rs_allocation a, rs_allocation result) {
76 void computeReference_uMin(rs_allocation a, rs_allocation result) {
[all …]
Dglobal_sync.rs9 void test_read_global(int expected) {
15 void test_read_static_global(int expected) {
21 void test_write_global(int i) {
25 void test_write_static_global(int i) {
29 void __attribute__((kernel)) write_global(int ain, uint32_t x) {
35 void __attribute__((kernel)) write_static_global(int ain, uint32_t x) {
Dclear_object.rs6 void clear_allocation(int *out)
14 void clear_element(int *out)
22 void clear_sampler(int *out)
30 void clear_script(int *out)
38 void clear_type(int *out)
Dis_object.rs8 void is_object_allocation( const object_allocation_input *in, int *out)
17 void is_object_element( const object_element_input *in, int *out)
26 void is_object_sampler( const object_sampler_input *in, int *out)
35 void is_object_script( const object_script_input *in, int *out)
44 void is_object_type( const object_type_input *in, int *out)
Dgetset.rs34 void __attribute__((kernel)) copy1D_##ty(int idx) { \
38 void __attribute__((kernel)) copy1D_##ty##2(int idx) { \
42 void __attribute__((kernel)) copy1D_##ty##3(int idx) { \
46 void __attribute__((kernel)) copy1D_##ty##4(int idx) { \
65 void __attribute__((kernel)) copy2D_##ty(int idx) { \
71 void __attribute__((kernel)) copy2D_##ty##2(int idx) { \
78 void __attribute__((kernel)) copy2D_##ty##3(int idx) { \
85 void __attribute__((kernel)) copy2D_##ty##4(int idx) { \
107 void __attribute__((kernel)) copy3D_##ty(int idx) { \
114 void __attribute__((kernel)) copy3D_##ty##2(int idx) { \
[all …]
Dsetelementat.rs16 void memset(int *aout) {
21 void compare(const int *ain) {
29 void getCompareResult(int* aout) {
33 void setLargeArray(const int *ain, uint32_t x) {
42 void setLargeArray2D(const int *ain, uint32_t x) {
Dsingle_source_script.rs29 void RS_KERNEL bar(int x, int y) {
35 void testSingleInput(rs_allocation in, rs_allocation out) {
39 void testMultiInput(rs_allocation in1, rs_allocation in2, rs_allocation out) {
43 void testLaunchOptions(rs_allocation in, rs_allocation out, int dimX, int dimY) {
52 void testAllocationlessLaunch(rs_allocation inAndOut, int dimX, int dimY) {
62 void testConsistency(rs_allocation in, rs_allocation out) {
Drs_pack_color_to_8888.rs4 void pack_color_to_8888_rgb (const float3* in, uchar4* out) {
8 void pack_color_to_8888_rgba (const float4* in, uchar4* out) {
11 void pack_color_to_8888_f32_3 (const float3* in, uchar4* out) {
15 void pack_color_to_8888_f32_4 (const float4* in, uchar4* out) {
Dset_object.rs8 void set_object_allocation(const set_object_allocation_input *in, int *out)
19 void set_object_element(const set_object_element_input *in, int *out)
30 void set_object_sampler(const set_object_sampler_input *in, int *out)
41 void set_object_script(const set_object_script_input *in, int *out)
52 void set_object_type(const set_object_type_input *in, int *out)
Dforeach.rs8 void root(int *out, uint32_t x, uint32_t y) {
12 void foo(const int *in, int *out, uint32_t x, uint32_t y) {
60 void verify_root() {
64 void verify_foo() {
68 void foreach_test() {
Doob.rs5 void write_i(int value, uint32_t x) {
9 void __attribute__((kernel)) write_k(int unused) {
27 void test1D() {
32 void test2D() {
Dkernel_input.rs63 void verify_input_##type(rs_allocation alloc) { \
70 void verify_input_##type(rs_allocation alloc) { \
78 void verify_input_##type(rs_allocation alloc) { \
87 void verify_input_##type(rs_allocation alloc) { \
197 void verify_input_small(rs_allocation alloc) {
218 void verify_input_big(rs_allocation alloc) {
225 void checkError() {
Dmissing_link.rs18 extern void i_do_not_exist(void);
20 void foo() {
Dscriptgroup.rs17 void arith(const int *ain, int *aout, uint32_t x) {
35 void memset(int *aout) {
40 void compare(const int *ain) {
47 void getCompareResult(int* aout) {
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt229 return_type: "void"
237 return_type: "void"
276 return_type: "void"
282 return_type: "void"
289 return_type: "void"
314 return_type: "void"
325 return_type: "void"
330 return_type: "void"
393 return_type: "void"
397 return_type: "void"
[all …]
DCtsJniTestCases.apk.pb.txt173 return_type: "void"
177 return_type: "void"
189 return_type: "void"
303 return_type: "void"
400 return_type: "void"
432 return_type: "void"
448 return_type: "void"
452 return_type: "void"
500 return_type: "void"
505 return_type: "void"
[all …]
/cts/tests/tests/media/src/android/media/cts/
D.goutputstream-9KZYJZ73 protected void setUp() throws Exception {
94 public void testRTSP_H263_AMR_Video1() throws Exception {
98 public void testRTSP_H263_AMR_Video2() throws Exception {
103 public void testRTSP_MPEG4SP_AAC_Video1() throws Exception {
107 public void testRTSP_MPEG4SP_AAC_Video2() throws Exception {
112 public void testRTSP_H264Base_AAC_Video1() throws Exception {
116 public void testRTSP_H264Base_AAC_Video2() throws Exception {
122 public void testHTTP_H263_AMR_Video1() throws Exception {
135 public void testHTTP_H263_AMR_Video2() throws Exception {
148 public void testHTTP_MPEG4SP_AAC_Video1() throws Exception {
[all …]

12345678910>>...92