/libcore/luni/src/main/java/java/io/ |
FilterReader.java | 22 * input data while it is being read. Transformations can be anything from a
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
PhotoView.java | 139 // Restore existing transformations for orientation changes or awaking from sleep.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
type_traits | 234 // other transformations [4.8].
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 234 // other transformations [4.8].
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 234 // other transformations [4.8].
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 234 // other transformations [4.8].
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLCall.java | 81 /** List of state transformations performed by this call. */
|
/external/libpng/ |
example.c | 180 /* Set up the data transformations you want. Note that these are all 182 * transformations only work on specific types of images, and many 483 /* Do any setup here, including setting any of the transformations 486 * after all the transformations are set (even if you don't set 716 /* Set up the transformations you want. Note that these are
|
libpng-1.2.44.txt | 431 the entire image into memory, and (b) the input transformations 463 followed the set of transformations indicated by the transform mask, [all...] |
libpng-1.2.46.txt | 431 the entire image into memory, and (b) the input transformations 463 followed the set of transformations indicated by the transform mask, [all...] |
README | 100 If you needed to add transformations to libpng, or wish libpng would 171 pngwtran.c => Write data transformations
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
Adapters.java | 100 * when doing the query. This can be very useful when using transformations in the 123 * <a href="#xml-cursor-adapter-bind-data-transformation">data transformations</a> can 139 * <a href="#xml-cursor-adapter-bind-data-transformation">data transformations</a> children 166 * <h4>Binding transformations</h4> 205 * transformations cannot be used with 328 * <p>Transformations are used to transform text-based data (in the form of a String), [all...] |
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 365 /// GCLowering Pass - Performs target-independent LLVM IR transformations for 372 /// prior to output, and importantly after all CFG transformations (such as
|
/external/llvm/include/llvm/Transforms/ |
IPO.h | 1 //===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- C++ -*-===// 11 // in the IPO transformations library.
|
/external/mesa3d/src/glsl/ |
README | 206 For IR transformations, a temporary context is used, then at the end 207 of all transformations, reparent_ir reparents all live nodes under the
|
lower_instructions.cpp | 32 * Currently supported transformations:
|
/external/skia/include/views/ |
SkView.h | 102 transformations to the current view and in turn affect its children. 103 NOTE: For simple offsets, use Loc. The transformations are applied in
|
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerFactory.java | 117 * XSL Transformations (XSLT) Version 1.0</a>. Care must 139 * XSL Transformations (XSLT) Version 1.0</a>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
type_traits | 93 // Reference transformations. 143 // Scalar properties and transformations.
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 93 // Reference transformations. 143 // Scalar properties and transformations.
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 93 // Reference transformations. 143 // Scalar properties and transformations.
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 93 // Reference transformations. 143 // Scalar properties and transformations.
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
CubeWallpaper1.java | 208 // 3D transformations
|
/external/jpeg/ |
usage.doc | 403 jpegtran performs various useful transformations of JPEG files. 410 ever fully decoding the image. Therefore, its transformations are lossless: 444 The other transformations operate rather oddly if the image dimensions are not 465 equivalences between the transformations no longer hold. For example,
|
/external/llvm/lib/Transforms/Utils/ |
LoopSimplify.cpp | 10 // This pass performs several transformations to transform natural loops into a 11 // simpler form, which makes subsequent analyses and transformations simpler and 16 // number of analyses and transformations, such as LICM. 21 // by the loop header). This simplifies transformations such as store-sinking
|