Searched refs:short (Results 1 – 25 of 89) sorted by relevance
1234
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 8 short s = 1; 9 unsigned short us = 1;
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 23 * 16 bit: short, int16_t 54 typedef short int16_t; 70 typedef unsigned short uint16_t; 292 * Vector version of the basic short type. Provides two short fields packed into 295 typedef short short2 __attribute__((ext_vector_type(2))); 297 * Vector version of the basic short type. Provides three short fields packed 300 typedef short short3 __attribute__((ext_vector_type(3))); 302 * Vector version of the basic short type. Provides four short fields packed 305 typedef short short4 __attribute__((ext_vector_type(4)));
|
D | rs_math.rsh | 80 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, sho…
|
/frameworks/base/docs/html/intl/ja/training/monitoring-device-state/ |
D | index.jd | 33 <!-- Create a list of the lessons in this class along with a short description of each lesson. 34 These should be short and to the point. It should be clear from reading the summary whether someone
|
/frameworks/base/docs/html/intl/zh-CN/training/monitoring-device-state/ |
D | index.jd | 33 <!-- Create a list of the lessons in this class along with a short description of each lesson. 34 These should be short and to the point. It should be clear from reading the summary whether someone
|
/frameworks/base/docs/html/intl/ko/training/monitoring-device-state/ |
D | index.jd | 33 <!-- Create a list of the lessons in this class along with a short description of each lesson. 34 These should be short and to the point. It should be clear from reading the summary whether someone
|
/frameworks/base/docs/html/intl/ru/training/monitoring-device-state/ |
D | index.jd | 33 <!-- Create a list of the lessons in this class along with a short description of each lesson. 34 These should be short and to the point. It should be clear from reading the summary whether someone
|
/frameworks/base/docs/html/training/monetization/ |
D | index.jd | 36 <!-- Create a list of the lessons in this class along with a short description of each lesson. 37 These should be short and to the point. It should be clear from reading the summary whether someone
|
/frameworks/compile/slang/tests/P_array_init/ |
D | array_init.rs | 11 short sa[4] = {1, 1, 2, 3};
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
D | array_init.rs | 25 short sa[4] = {1, 1, 2, 3};
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | constant.rs | 6 const short shortTest = -16; constant
|
D | array_init.rs | 7 short sa[4] = {1, 1, 2, 3};
|
D | rsdebug.rs | 7 short shortTest = -16;
|
D | primitives.rs | 7 short shortTest = -16;
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 7 const short shortTest = -16; constant
|
/frameworks/compile/slang/lit-tests/opt/ |
D | locals_opt_default.rs | 25 unsigned short us = -1;
|
D | locals_opt_0.rs | 22 unsigned short us = -1;
|
D | locals_opt_3.rs | 22 unsigned short us = -1;
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | locals.rs | 33 unsigned short us = -1;
|
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
D | rsdebug.rs | 7 short shortTest = -16;
|
D | primitives.rs | 7 short shortTest = -16;
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
D | rsdebug.rs | 7 short shortTest = -16;
|
D | primitives.rs | 7 short shortTest = -16;
|
/frameworks/base/docs/html/training/managing-audio/ |
D | index.jd | 42 <!-- Create a list of the lessons in this class along with a short description of each lesson. 43 These should be short and to the point. It should be clear from reading the summary whether someone
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | index.jd | 43 <p>A toast is best for short text messages, such as "File saved," 81 for notifications and short activities that directly relate to the application in progress.</p> 83 <p>You should use a dialog when you need to show a progress bar or a short
|
1234