Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/rs/
DrsProgram.cpp59 uint32_t constant = 0; in Program() local
67 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1])); in Program()
68 mHal.state.constantTypes[constant++] = reinterpret_cast<Type *>(params[ct+1]); in Program()
/frameworks/compile/slang/tests/F_bad_version_pragma/
Dstderr.txt.expect4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Dscenegraph_objects.rsh86 // Buffer with vertex constant data
96 // Buffer with vertex constant data
115 // Buffer with vertex constant data
119 // Buffer with fragment constant data
197 // Specifies where in the constant buffer data gets written to
/frameworks/rs/scriptc/
Drs_graphics.rsh163 * Set the constant color for a fixed function emulation program.
176 * Allocation must be a valid constant input for the Program.
179 * @param slot index of the constant buffer on the program
187 * Allocation must be a valid constant input for the Program.
190 * @param slot index of the constant buffer on the program
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd129 Define a constant for your selection clause, an array to hold selection arguments, and a
194 // Defines a constant that identifies the loader
214 the {@link android.provider.ContactsContract.Data} table, use the constant
351 of the constant; otherwise, the provider interprets the constant as a variable name rather
353 using a constant rather than a user-supplied value. For example:
Dretrieve-names.jd317 Define a constant that contains the columns you want to return from your query. Each item in
365 For the text expression, define a constant that lists the search columns. Although this
580 value defined by a constant <code>CONTENT_ITEM_TYPE</code> in the subclass of
584 type for email data is defined by the constant
641 The custom MIME type value for the data type. As described previously, this is the constant
647 "<code>'</code>" (single quote) character to the start and end of the constant; otherwise,
649 You don't need to use a placeholder for this value, because you're using a constant
669 * the value of the constant
Dmodify-data.jd100 insert them into the intent as extended data. For a key value, use the appropriate constant from
177 the identifier that you should use to retrieve a contact. It remains constant,
/frameworks/base/tools/orientationplot/
DREADME.txt70 should be a fairly constant 60ms. If the latency jumps around wildly or
75 degrees (refer to MAX_TILT constant). Consequently, you should expect there
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in92 /* Define to necessary symbol if this constant uses a non-standard name on
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java940 public final void setConstantSize(boolean constant) { in setConstantSize() argument
941 mConstantSize = constant; in setConstantSize()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd270 // where t is the low-pass filter's time-constant and
288 The code sample above uses a simple filter constant (alpha) to create a low-pass filter. This filter
289 constant is derived from a time constant (t), which is a rough representation of the latency that
365 // Create a constant to convert nanoseconds to seconds.
Dsensors_environment.jd166 <p>The dew point is the temperature at which a given volume of air must be cooled, at constant
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DNorm_Corr_opt.s40 @ constant
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd311 In the preceding lines of code, the constant
418 UserDictionary.Words._ID, // Contract class constant for the _ID column name
419 UserDictionary.Words.WORD, // Contract class constant for the word column name
420 UserDictionary.Words.LOCALE // Contract class constant for the locale column name
609 UserDictionary.Words.WORD, // Contract class constant containing the word column name
610 UserDictionary.Words.LOCALE // Contract class constant containing the locale column name
1095 content URI for the "words" table is defined in the constant
1191 for example, defines the constant
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd64 API constant (see the examples below).</p></dd>
227 constant to determine the value of the result code.</p>
/frameworks/rs/driver/runtime/arch/
Dneon.ll832 @yuv_U = internal constant <4 x i32> <i32 0, i32 -100, i32 516, i32 0>, align 16
833 @yuv_V = internal constant <4 x i32> <i32 409, i32 -208, i32 0, i32 0>, align 16
834 @yuv_0 = internal constant <4 x i32> <i32 0, i32 0, i32 0, i32 0>, align 16
835 @yuv_255 = internal constant <4 x i32> <i32 65535, i32 65535, i32 65535, i32 65535>, align 16
1091 @fc_255.0 = internal constant <4 x float> <float 255.0, float 255.0, float 255.0, float 255.0>, ali…
1092 @fc_0.5 = internal constant <4 x float> <float 0.5, float 0.5, float 0.5, float 0.5>, align 16
1093 @fc_0 = internal constant <4 x float> <float 0.0, float 0.0, float 0.0, float 0.0>, align 16
Dasimd.ll828 @yuv_U = internal constant <4 x i32> <i32 0, i32 -100, i32 516, i32 0>, align 16
829 @yuv_V = internal constant <4 x i32> <i32 409, i32 -208, i32 0, i32 0>, align 16
830 @yuv_0 = internal constant <4 x i32> <i32 0, i32 0, i32 0, i32 0>, align 16
831 @yuv_255 = internal constant <4 x i32> <i32 65535, i32 65535, i32 65535, i32 65535>, align 16
1099 @fc_255.0 = internal constant <4 x float> <float 255.0, float 255.0, float 255.0, float 255.0>, ali…
1100 @fc_0.5 = internal constant <4 x float> <float 0.5, float 0.5, float 0.5, float 0.5>, align 16
1101 @fc_0 = internal constant <4 x float> <float 0.0, float 0.0, float 0.0, float 0.0>, align 16
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_reference.jd316 assigns this broadcast intent to a constant named <code>ACTION_RESPONSE_CODE</code>.</p>
335 message details. The sample application assigns this broadcast intent to a constant named
353 sample application assigns this broadcast intent to a constant named
/frameworks/base/docs/html/design/wear/
Dprinciples.jd71 <h2 id="Tapper">Don’t be a constant shoulder tapper</h2>
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd64 method. This accepts three parameters: a {@link android.view.Gravity} constant,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DNorm_Corr_neon.s40 @ constant
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd88 <p>At the top of the class are some constant definitions that will be used in the application
397 <li>Create a menu position constant at the top of the class:
421 <code>item.getId()</code> set to <code>INSERT_ID</code> (the constant we
504 with the list of columns to map <em>from</em> (just "title" in this case, from the constant
/frameworks/base/docs/html/training/volley/
Drequestqueue.jd123 <p>If your application makes constant use of the network, it's probably most efficient to
/frameworks/base/docs/html/training/gestures/
Dmulti.jd84 next, but the pointer ID of a pointer is guaranteed to remain constant as long
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd131 reference from the classfile string constant table for <code>strVal</code>.
146 use a relatively inexpensive "string constant" instruction instead of a

123