/frameworks/rs/api/ |
D | rs_graphics.spec | 627 summary: Get the surface height 629 Get the height of the current rendering surface. 638 summary: Get the surface width 640 Get the width of the current rendering surface. 654 summary: Get the bounding box for a text string 801 summary: Get the projection matrix for a fixed function vertex program 803 Get the projection matrix for a currently bound fixed function 857 summary: Get program raster cull mode 859 Get program raster cull mode 869 summary: Get program raster point sprite state [all …]
|
D | rs_object_info.spec | 316 Get the Sampler's anisotropy. 340 Get the Sampler's minification value. 364 Get the sampler's wrap T value.
|
/frameworks/base/docs/html/preview/ |
D | samples.jd | 24 <p><a href="https://github.com/googlesamples/android-RuntimePermissions">Get it on GitHub</a></p> 32 <p><a href="https://github.com/googlesamples/android-ConfirmCredential">Get it on 42 <p><a href="https://github.com/googlesamples/android-FingerprintDialog">Get it on GitHub</a></p> 51 <p><a href="https://github.com/googlesamples/android-AutoBackupForApps">Get it on GitHub</a></p> 60 <p><a href="https://github.com/googlesamples/android-Camera2Raw">Get it on GitHub</a></p> 70 <p><a href="https://github.com/googlesamples/android-ActiveNotifications">Get it on GitHub</a></p>
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 105 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get() function in ByteArrayGetter 111 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get() function in BooleanArrayGetter 117 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get() function in CharArrayGetter 123 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get() function in ShortArrayGetter 129 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get() function in IntArrayGetter 135 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get() function in LongArrayGetter 141 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get() function in FloatArrayGetter 147 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get() function in DoubleArrayGetter 155 return ARRAYGETTER::Get(_env, array, is_copy); in getArrayPointer()
|
/frameworks/base/tools/aidl/ |
D | generate_java.h | 24 Variable* Get(Type* type); 25 Variable* Get(int index);
|
D | generate_java.cpp | 16 VariableFactory::Get(Type* type) in Get() function in VariableFactory 27 VariableFactory::Get(int index) in Get() function in VariableFactory
|
/frameworks/compile/libbcc/ |
D | README.rst | 102 * **bccGetFuncAddr** - Get the entry address of the function 111 * **bccGetExportVarCount** - Get the count of exported variables 113 * **bccGetExportVarList** - Get the addresses of exported variables 115 * **bccGetExportFuncCount** - Get the count of exported functions 117 * **bccGetExportFuncList** - Get the addresses of exported functions 119 * **bccGetPragmaCount** - Get the count of pragmas 121 * **bccGetPragmaList** - Get the pragmas 126 * **bccGetFuncCount** - Get the count of functions (including non-exported) 128 * **bccGetFuncInfoList** - Get the function information (name, base, size)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 131 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get() function in ByteArrayGetter 137 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get() function in BooleanArrayGetter 143 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get() function in CharArrayGetter 149 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get() function in ShortArrayGetter 155 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get() function in IntArrayGetter 161 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get() function in LongArrayGetter 167 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get() function in FloatArrayGetter 173 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get() function in DoubleArrayGetter 181 return ARRAYGETTER::Get(_env, array, is_copy); in getArrayPointer()
|
/frameworks/rs/scriptc/ |
D | rs_graphics.rsh | 954 * rsgGetHeight: Get the surface height 958 * Get the height of the current rendering surface. 972 * rsgGetWidth: Get the surface width 976 * Get the width of the current rendering surface. 990 * rsgMeasureText: Get the bounding box for a text string 1200 …* rsgProgramVertexGetProjectionMatrix: Get the projection matrix for a fixed function vertex progr… 1204 * Get the projection matrix for a currently bound fixed function 1292 * rsgProgramRasterGetCullMode: Get program raster cull mode 1296 * Get program raster cull mode 1313 * rsgProgramRasterIsPointSpriteEnabled: Get program raster point sprite state [all …]
|
/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 13 <li><a href="#GetFilePath">Get the Directory for Copied Files</a></li> 101 >Get the directory from a content URI</a>. 127 <h2 id="GetFilePath">Get the Directory for Copied Files</h2> 157 // Get the Intent action 162 * Get the URI. 165 // Get the URI from the Intent 182 <h3>Get the directory from a file URI</h3> 194 // Get the path part of the URI 198 // Get a string containing the file's parent directory 204 <h3 id="GetDirectory">Get the directory from a content URI</h3> [all …]
|
/frameworks/volley/src/test/java/com/android/volley/mock/ |
D | TestRequest.java | 74 public static class Get extends Base { class in TestRequest 75 public Get() { in Get() method in TestRequest.Get
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 18 <li><a href="#action">Get a MotionEvent's Action</a></li> 97 // Get the pointer ID 105 // Get the pointer's current position 110 <h2 id="action">Get a MotionEvent's Action</h2> 134 // Get the index of the pointer associated with the action.
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/compiler/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/developmentPlugins/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/samples/BindingDemo/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/developmentPlugins/bintrayPlugin/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/integration-tests/IndependentLibrary/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/integration-tests/App With Spaces/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/gradlePlugin/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 155 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get() function in android::ByteArrayGetter 161 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get() function in android::BooleanArrayGetter 167 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get() function in android::CharArrayGetter 173 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get() function in android::ShortArrayGetter 179 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get() function in android::IntArrayGetter 185 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get() function in android::LongArrayGetter 191 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get() function in android::FloatArrayGetter 197 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get() function in android::DoubleArrayGetter 296 mBase = (T*) ArrayGetter::Get(mEnv, mRef, (jboolean *) 0); in bind()
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_graphics.jd | 300 <b>Deprecated</b>. Get the surface height 308 <b>Deprecated</b>. Get the surface width 316 <b>Deprecated</b>. Get the bounding box for a text string 380 <b>Deprecated</b>. Get program raster cull mode 388 <b>Deprecated</b>. Get program raster point sprite state 396 <b>Deprecated</b>. Get program store blend destination function 404 <b>Deprecated</b>. Get program store blend source function 412 <b>Deprecated</b>. Get program store depth function 420 <b>Deprecated</b>. Get program store alpha component color mask 428 <b>Deprecated</b>. Get program store blur component color mask [all …]
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | retrieve-info.jd | 52 * Get the file's content URI from the incoming Intent, then 90 * Get the file's content URI from the incoming Intent, 98 * Get the column indexes of the data in the Cursor,
|