Home
last modified time | relevance | path

Searched refs:char (Results 1 – 25 of 183) sorted by relevance

12345678

/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs23 char buf0[200];
24 char buf1[200];
25 char buf2[200];
26 char buf3[200];
27 char buf4[200];
28 char buf5[200];
29 char buf6[200];
30 char buf7[200];
31 char buf8[200];
32 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs23 char buf0[200];
24 char buf1[200];
25 char buf2[200];
26 char buf3[200];
27 char buf4[200];
28 char buf5[200];
29 char buf6[200];
30 char buf7[200];
31 char buf8[200];
32 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs25 char buf0[200];
26 char buf1[200];
27 char buf2[200];
28 char buf3[200];
29 char buf4[200];
30 char buf5[200];
31 char buf6[200];
32 char buf7[200];
33 char buf8[200];
34 char buf9[200];
[all …]
/frameworks/rs/script_api/include/
Drs_debug.rsh41 rsDebug(const char* message, double a);
44 rsDebug(const char* message, int a);
47 rsDebug(const char* message, uint a);
50 rsDebug(const char* message, long a);
53 rsDebug(const char* message, ulong a);
57 rsDebug(const char* message, int2 a);
62 rsDebug(const char* message, int3 a);
67 rsDebug(const char* message, int4 a);
72 rsDebug(const char* message, uint2 a);
77 rsDebug(const char* message, uint3 a);
[all …]
/frameworks/compile/slang/tests/P_warnings_deprecated/
Ddeprecated.rs5 char out;
8 void foo(char in) {
9 out = rsClamp(in, (char) 1, (char) 4);
/frameworks/base/tools/aapt2/tools/
Dextract_unicode_properties.py50 for char in range(start_char, last_char):
51 if char not in chars_out:
52 chars_out[char] = CharacterProperty(char, char, 0)
53 chars_out[char].prop_type |= prop_type
/frameworks/compile/slang/tests/P_array_init/
Darray_init.rs10 char ca[4] = {'a', 7, 'b', 'c'};
18 char implicitArray[] = { 'a', 'b', 'c' };
22 char implicitArrayUninit[];
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs20 char char_global = 12;
82 char char_local = 'a';
145 char char_combined = char_local + (char)uchar_local + char2_local.x +
146 (char)uchar2_local.x + char3_local.x - (char)uchar3_local.x +
147 char4_local.x + (char)uchar4_local.x;
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rs20 char char_global = 12;
82 char char_local = 'a';
145 char char_combined = char_local + (char)uchar_local + char2_local.x +
146 (char)uchar2_local.x + char3_local.x - (char)uchar3_local.x +
147 char4_local.x + (char)uchar4_local.x;
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rs20 char char_global = 12;
82 char char_local = 'a';
145 char char_combined = char_local + (char)uchar_local + char2_local.x +
146 (char)uchar2_local.x + char3_local.x - (char)uchar3_local.x +
147 char4_local.x + (char)uchar4_local.x;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbug_char.rs21 char rand_sc1_0, rand_sc1_1;
24 char min_rand_sc1_sc1;
34 char temp_sc1;
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dbug_char.rs3 char rand_sc1_0, rand_sc1_1;
6 char min_rand_sc1_sc1;
16 char temp_sc1;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbug_char.rs19 char rand_sc1_0, rand_sc1_1;
22 char min_rand_sc1_sc1;
32 char temp_sc1;
/frameworks/compile/slang/tests/F_fs_ptr/
Dfs_ptr.fs9 char c;
16 char *c;
18 c = (char*) ain; // TODO(srhines): This is ok today.

12345678