Home
last modified time | relevance | path

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

123

/frameworks/rs/
DrsProgram.cpp57 uint32_t constant = 0; in Program() local
65 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1])); in Program()
66 mHal.state.constantTypes[constant++] = reinterpret_cast<Type *>(params[ct+1]); in Program()
/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/compile/slang/tests/F_bad_version_pragma/
Dstderr.txt.expect4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
/frameworks/compile/libbcc/lib/ScriptCRT/
Dpixel_packing.ll4 @fc_255.0 = internal constant <4 x float> <float 255.0, float 255.0, float 255.0, float 255.0>, ali…
5 @fc_0.5 = internal constant <4 x float> <float 0.5, float 0.5, float 0.5, float 0.5>, align 16
/frameworks/rs/scriptc/
Drs_graphics.rsh159 * Set the constant color for a fixed function emulation program.
172 * Allocation must be a valid constant input for the Program.
175 * @param slot index of the constant buffer on the program
183 * Allocation must be a valid constant input for the Program.
186 * @param slot index of the constant buffer on the program
/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/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java581 public final void setConstantSize(boolean constant) { in setConstantSize() argument
582 mConstantSize = constant; in setConstantSize()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd222 // where t is the low-pass filter's time-constant and
240 The code sample above uses a simple filter constant (alpha) to create a low-pass filter. This filter
241 constant is derived from a time constant (t), which is a rough representation of the latency that
317 // 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/base/media/jni/mediaeditor/
DVideoEditorJava.h312 typedef const char* (*VideoEditJava_UnknownConstant)(int constant);
/frameworks/native/libs/utils/
DREADME238 idmap-magic constant spells "idmp" in ASCII. Offsets are given relative
275 0x706d6469 # magic: all idmap files begin with this 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.jd317 In the preceding lines of code, the constant
425 UserDictionary.Words._ID, // Contract class constant for the _ID column name
426 UserDictionary.Words.WORD, // Contract class constant for the word column name
427 UserDictionary.Words.LOCALE // Contract class constant for the locale column name
618 UserDictionary.Words.WORD, // Contract class constant containing the word column name
619 UserDictionary.Words.LOCALE // Contract class constant containing the locale column name
1112 content URI for the "words" table is defined in the constant
1208 for example, defines the constant
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd65 API constant (see the examples below).</p></dd>
228 constant to determine the value of the result code.</p>
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DNorm_Corr_neon.s40 @ constant
/frameworks/base/docs/html/guide/topics/graphics/renderscript/
Dgraphics.jd643 Allocation containing constant or uniform inputs</li>
649 program. If the program has constant inputs, the user needs to bind an allocation
663 reflected class that you can use as a constant input element during the program's creation.
688 with constant input
699 reflected class that you can use as a constant input element during the program's creation.
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd87 <p>At the top of the class are some constant definitions that will be used in the application
396 <li>Create a menu position constant at the top of the class:
420 <code>item.getId()</code> set to <code>INSERT_ID</code> (the constant we
503 with the list of columns to map <em>from</em> (just "title" in this case, from the constant
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_reference.jd318 assigns this broadcast intent to a constant named <code>ACTION_RESPONSE_CODE</code>.</p>
337 message details. The sample application assigns this broadcast intent to a constant named
355 sample application assigns this broadcast intent to a constant named
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd78 method. This accepts three parameters: a {@link android.view.Gravity} constant,
/frameworks/base/docs/html/guide/practices/
Dperformance.jd197 reference from the classfile string constant table for <code>strVal</code>.
210 use a relatively inexpensive "string constant" instruction instead of a
/frameworks/base/docs/html/guide/practices/app-design/
Dperformance.jd197 reference from the classfile string constant table for <code>strVal</code>.
210 use a relatively inexpensive "string constant" instruction instead of a
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd133 <td>Mono/Stereo 8-320Kbps constant (CBR) or variable bit-rate (VBR)
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd210 <p>Must be one or more (separated by '|') of the following constant values:</p>
251 <p>Must be one of the following constant values:</p>
669 …<dd><em>Boolean</em>. "true" if the drawable's reported internal size remains constant as the state
1172 <p>Must be one of the following constant values:</p>
1183 <p>Must be one or more (separated by '|') of the following constant values:</p>
1349 <p>Must be one or more (separated by '|') of the following constant values:</p>
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd222 input type, mask it with the constant {@link android.text.InputType#TYPE_MASK_CLASS}, like
277 constant when you test for these variants. The available mask constants are listed in the
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd134 // is stored in the constant AccountManager.KEY_AUTHTOKEN.

123