/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerException.java | 24 * during the transformation process.
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 160 \param H Image similarity transformation (out)
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
FilterStack.java | 100 // Clear photo-view transformation when the top filter will be outputted.
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 160 \param H Image similarity transformation (out)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsAdapter.java | 210 * to display the default label ("Home") next to the transformation
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
TexImageTransform.java | 53 * Construct a texture image transformation.
|
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 117 /// \brief Keeps text passed to transformation methods. 169 /// \brief Stores text passed to the transformation methods to keep the string 579 /// \brief Stores text passed to the transformation methods to keep the string
|
/external/llvm/lib/CodeGen/ |
ShadowStackGC.cpp | 15 // This pass implements the code transformation described in this paper: 22 // In order to support this particular transformation, all stack roots are 243 // Still, if it isn't deemed acceptable, then this transformation needs
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 308 This function performs transformation of the Intra16x16DC value according to 317 This function performs transformation of a 4x4 block according to 338 This function performs transformation of the DCChroma value according to
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | 34 // 64-bit transformation functions. 38 // Transformation function: 63 - imm 43 // Transformation function: 64 - imm 48 // Transformation function: shift the immediate value down into the low bits. 53 // Transformation function: shift the immediate value down into the low bits. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 183 // transformation. This encourages merging 4 x i8 -> i32 and 2 x i16 -> i32 318 // This transformation requires dominator postdominator info 563 // The general transformation to keep in mind is 668 // All the checks have passed, so do the transformation. [all...] |
TailRecursionElimination.cpp | 16 // transformation from taking place, though currently the analysis cannot 178 /// Until this is resolved, disable this transformation if that would ever 313 // We can only perform this transformation if the value returned is
|
/frameworks/native/opengl/libagl/ |
matrix.cpp | 132 // Validate the viewport transformation 146 // Validate the mvui (for normal transformation) 515 // premultiply it with the viewport transformation. In addition to 634 // transformation and matrices API 638 #pragma mark transformation and matrices API
|
/external/llvm/docs/ |
Passes.html | [all...] |
WritingAnLLVMPass.html | 391 through our transformation like this (or course, any bitcode file will 501 transformation or analysis, but can provide information about the current 552 It should return true if the module was modified by the transformation and 640 should return true if the module was modified by the transformation, false 739 the transformation or analysis work of your pass. As usual, a true value should 818 the transformation or analysis work of your pass. As usual, a true value should [all...] |
Atomics.html | 63 be erased. This transformation is not allowed for a pair of volatile 127 transformation.)</p> 259 <dd>In terms of the optimizer, this prohibits any transformation that
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gobject.xml | 633 an unsigned int. Of course, the success of the transformation depends on the availability 634 of the required transform function. In practice, there will almost always be a transformation 644 After transformation, the <type><link linkend="GValue">GValue</link></type> is validated by [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | 363 /* font transformation. This is _not_ the same */ 368 /* transformation, if necessary. */ 371 /* the glyph transformation, if necessary. */ [all...] |
/external/jpeg/ |
transupp.c | 8 * This file contains image transformation routines and other utility code 28 * Lossless image transformation routines. These routines work on DCT 809 /* Execute the actual transformation, if any.
|
/external/qemu/distrib/jpeg-6b/ |
transupp.c | 8 * This file contains image transformation routines and other utility code 28 * Lossless image transformation routines. These routines work on DCT 809 /* Execute the actual transformation, if any.
|
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 57 import android.view.animation.Transformation; 212 private Transformation mTransformation; 869 mTransformation = new Transformation(); [all...] |