Home
last modified time | relevance | path

Searched refs:short (Results 1 – 25 of 89) sorted by relevance

1234

/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs8 short s = 1;
9 unsigned short us = 1;
/frameworks/rs/scriptc/
Drs_types.rsh23 * 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)));
Drs_math.rsh80 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, sho…
/frameworks/base/docs/html/intl/ja/training/monitoring-device-state/
Dindex.jd33 <!-- 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/
Dindex.jd33 <!-- 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/
Dindex.jd33 <!-- 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/
Dindex.jd33 <!-- 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/
Dindex.jd36 <!-- 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/
Darray_init.rs11 short sa[4] = {1, 1, 2, 3};
/frameworks/compile/slang/lit-tests/P_array_init/
Darray_init.rs25 short sa[4] = {1, 1, 2, 3};
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dconstant.rs6 const short shortTest = -16; constant
Darray_init.rs7 short sa[4] = {1, 1, 2, 3};
Drsdebug.rs7 short shortTest = -16;
Dprimitives.rs7 short shortTest = -16;
/frameworks/compile/slang/tests/P_constant/
Dconstant.rs7 const short shortTest = -16; constant
/frameworks/compile/slang/lit-tests/opt/
Dlocals_opt_default.rs25 unsigned short us = -1;
Dlocals_opt_0.rs22 unsigned short us = -1;
Dlocals_opt_3.rs22 unsigned short us = -1;
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlocals.rs33 unsigned short us = -1;
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
Drsdebug.rs7 short shortTest = -16;
Dprimitives.rs7 short shortTest = -16;
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
Drsdebug.rs7 short shortTest = -16;
Dprimitives.rs7 short shortTest = -16;
/frameworks/base/docs/html/training/managing-audio/
Dindex.jd42 <!-- 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/
Dindex.jd43 <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