Searched refs:char (Results 1 – 25 of 183) sorted by relevance
12345678
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 23 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/ |
D | all21.rs | 25 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/ |
D | all24.rs | 23 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/ |
D | all16.rs | 25 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/ |
D | all20.rs | 25 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/ |
D | all18.rs | 25 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/ |
D | all19.rs | 25 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/ |
D | all22.rs | 25 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/ |
D | all14.rs | 25 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/ |
D | all15.rs | 25 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/ |
D | all17.rs | 25 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/ |
D | all11.rs | 25 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/ |
D | all12.rs | 25 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/ |
D | all13.rs | 25 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/ |
D | rs_debug.rsh | 41 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/ |
D | deprecated.rs | 5 char out; 8 void foo(char in) { 9 out = rsClamp(in, (char) 1, (char) 4);
|
/frameworks/base/tools/aapt2/tools/ |
D | extract_unicode_properties.py | 50 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/ |
D | array_init.rs | 10 char ca[4] = {'a', 7, 'b', 'c'}; 18 char implicitArray[] = { 'a', 'b', 'c' }; 22 char implicitArrayUninit[];
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 20 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/ |
D | simple.rs | 20 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/ |
D | simple.rs | 20 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/ |
D | bug_char.rs | 21 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/ |
D | bug_char.rs | 3 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/ |
D | bug_char.rs | 19 char rand_sc1_0, rand_sc1_1; 22 char min_rand_sc1_sc1; 32 char temp_sc1;
|
/frameworks/compile/slang/tests/F_fs_ptr/ |
D | fs_ptr.fs | 9 char c; 16 char *c; 18 c = (char*) ain; // TODO(srhines): This is ok today.
|
12345678