/frameworks/rs/ |
D | rsProgram.cpp | 57 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/ |
D | scenegraph_objects.rsh | 86 // 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/ |
D | stderr.txt.expect | 4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | pixel_packing.ll | 4 @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/ |
D | rs_graphics.rsh | 159 * 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/ |
D | README.txt | 70 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/ |
D | DrawableContainer.java | 581 public final void setConstantSize(boolean constant) { in setConstantSize() argument 582 mConstantSize = constant; in setConstantSize()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 222 // 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.
|
D | sensors_environment.jd | 166 <p>The dew point is the temperature at which a given volume of air must be cooled, at constant
|
/frameworks/base/media/jni/mediaeditor/ |
D | VideoEditorJava.h | 312 typedef const char* (*VideoEditJava_UnknownConstant)(int constant);
|
/frameworks/native/libs/utils/ |
D | README | 238 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/ |
D | Norm_Corr_opt.s | 40 @ constant
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 317 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/ |
D | filters.jd | 65 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/ |
D | Norm_Corr_neon.s | 40 @ constant
|
/frameworks/base/docs/html/guide/topics/graphics/renderscript/ |
D | graphics.jd | 643 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/ |
D | notepad-ex1.jd | 87 <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/ |
D | billing_reference.jd | 318 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/ |
D | toasts.jd | 78 method. This accepts three parameters: a {@link android.view.Gravity} constant,
|
/frameworks/base/docs/html/guide/practices/ |
D | performance.jd | 197 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/ |
D | performance.jd | 197 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/ |
D | media-formats.jd | 133 <td>Mono/Stereo 8-320Kbps constant (CBR) or variable bit-rate (VBR)
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 210 <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/ |
D | creating-input-method.jd | 222 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/ |
D | authenticate.jd | 134 // is stored in the constant AccountManager.KEY_AUTHTOKEN.
|