/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 22 glBufferData nullAllowed check data size 23 glBufferSubData check data size 26 glClipPlanef check eqn 4 27 glClipPlanex check eqn 4 28 glDeleteBuffers check buffers n 29 glDeleteFramebuffers check framebuffers n 30 glDeleteFramebuffersOES check framebuffers n 31 glDeleteRenderbuffers check renderbuffers n 32 glDeleteRenderbuffersOES check renderbuffers n 33 glDeleteTextures check textures n [all …]
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | UriMatcherTest.java | 86 check("content://asdf", UriMatcher.NO_MATCH, matcher); in checkAll() 87 check("content://people", PEOPLE, matcher); in checkAll() 88 check("content://people/1", PEOPLE_ID, matcher); in checkAll() 89 check("content://people/asdf", UriMatcher.NO_MATCH, matcher); in checkAll() 90 check("content://people/2/phones", PEOPLE_PHONES, matcher); in checkAll() 91 check("content://people/2/phones/3", PEOPLE_PHONES_ID, matcher); in checkAll() 92 check("content://people/2/phones/asdf", UriMatcher.NO_MATCH, matcher); in checkAll() 93 check("content://people/2/addresses", PEOPLE_ADDRESSES, matcher); in checkAll() 94 check("content://people/2/addresses/3", PEOPLE_ADDRESSES_ID, matcher); in checkAll() 95 check("content://people/2/addresses/asdf", UriMatcher.NO_MATCH, matcher); in checkAll() [all …]
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 1 glClipPlanef check equation 4 2 glClipPlanex check equation 4 3 glDeleteBuffers check buffers n 4 glDeleteTextures check textures n 7 glGenBuffers check buffers n 8 glGenTextures check textures n 9 glGetClipPlane check eqn 4 14 glGetTexParameter check params 1 17 glLoadMatrix check m 16 19 glMultMatrix check m 16 [all …]
|
/frameworks/wilhelm/tests/sandbox/ |
D | multiplay.c | 84 #define check(result) check2(result, __LINE__) macro 99 check(result); in prefetch_callback() 102 check(result); in prefetch_callback() 151 check(result); in main() 153 check(result); in main() 156 check(result); in main() 163 check(result); in main() 165 check(result); in main() 169 check(result); in main() 172 check(result); in main() [all …]
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 1 eglInitialize check major 1 check minor 1 2 eglGetConfigs check configs config_size 3 eglChooseConfig check configs config_size check num_config 1 sentinel attrib_list EGL_NONE 4 eglGetConfigAttrib check value 1 10 eglQuerySurface check value 1 13 eglQueryContext check value 1
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
D | VariableSpeed.java | 90 check(!mHasBeenReleased, "has been released, reset before use"); in setOnCompletionListener() 98 check(!mHasBeenReleased, "has been released, reset before use"); in setOnErrorListener() 183 check(!mHasBeenReleased, "has been released, reset before use"); in innerSetDataSource() 184 check(mDataSource == null, "cannot setDataSource more than once"); in innerSetDataSource() 199 check(mHasBeenReleased && mIsReadyToReUse, "to re-use, must call reset after release"); in reset() 219 check(!mHasBeenReleased, "has been released, reset before use"); in prepare() 220 check(mDataSource != null, "must setDataSource before you prepare"); in prepare() 221 check(!mIsPrepared, "cannot prepare more than once"); in prepare() 232 check(!mHasDuration, "can't have duration, this is impossible"); in prepare() 242 check(!mHasBeenReleased, "has been released, reset before use"); in getDuration() [all …]
|
/frameworks/base/core/java/android/net/http/ |
D | IdleCache.java | 147 int check = 0; in run() local 153 while (check < EMPTY_CHECK_MAX) { in run() 159 check++; in run() 161 check = 0; in run()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 181 bool check() { in check() function in android::ArrayHelper 241 bool checkOK = positions.check() && sphere.check(); in util_computeBoundingSphere() 404 bool initializedOK = mvp.check() && spheres.check() && results.check(); in util_frustumCullSpheres() 448 bool checkOK = ws.check() && positions.check() && indices.check(); in util_visibilityTest() 503 bool checkOK = resultMat.check() && lhs.check() && rhs.check(); in util_multiplyMM() 534 bool checkOK = resultV.check() && lhs.check() && rhs.check(); in util_multiplyMV()
|
/frameworks/base/core/java/android/net/ |
D | VpnService.java | 253 check(address, prefixLength); in addAddress() 283 check(address, prefixLength); in removeAddress() 379 private static void check(InetAddress address, int prefixLength) { in check() method in VpnService 458 check(address, prefixLength); in addAddress() 493 check(address, prefixLength); in addRoute()
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 28 <li><a href="#lc-overview">Overview of license check and response</a></li> 34 <li><a href="#check-access">Call checkAccess() to initiate the license check</a></li> 62 <li><a href="#impl-lc">Adding code to check the license</a> in your application's main 81 <p>To use the Google Play application for sending a license check to the 84 not declare the licensing permission but attempts to initiate a license check, 102 <!-- Required permission to check licensing. --> 139 of a license check. To use the LVL, your application <em>must</em> provide an 157 a {@code Policy} would maintain the timestamp of the last successful license check, the 174 network or system problem that prevents the license check from completing. In 176 provisionally allow access until the next license check is complete.</li> [all …]
|
D | licensing-reference.jd | 41 <td rowspan="2">License check and result</td> 43 <td>Class that you instantiate (or subclass) to initiate a license check.</td> 47 <td>Interface that you implement to handle result of the license check.</td> 119 <td>One-way IPC interface over which a license check request is passed to the 186 <td><em>Retry the license check according to {@code Policy} retry limits.</em></td> 194 <td><em>Retry the license check according to {@code Policy} retry limits.</em> 199 <td>Local error — the application requested a license check for a package 203 <td><em>Do not retry the license check.</em> 209 <td>Local error — the application requested a license check for a package 214 <td><em>Do not retry the license check.</em> [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphRunner.java | 66 public synchronized boolean check(int state) { in check() method in GraphRunner.State 198 if (mState.check(State.RUNNING)) { in enterSubGraph() 221 return mState.check(state); in checkState() 256 if (mState.addState(State.HALTED) && mState.check(State.RUNNING)) { in onHalt() 326 if (mState.check(State.RUNNING)) { in onStop() 328 if (!mState.check(State.HALTED)) { in onStop() 379 if (mState.check(State.HALTED) || mState.check(State.STOPPED)) { in onFlush()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | AidlTest.java | 39 private static boolean check(TestParcelable p, int n, String s) { in check() method in AidlTest 256 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); in testListParcelableLonger() 257 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); in testListParcelableLonger() 258 assertTrue("out parameter 2: " + list.get(2), check(list.get(2), 34, "jkl;")); in testListParcelableLonger() 279 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); in testListParcelableShorter() 280 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); in testListParcelableShorter()
|
/frameworks/native/libs/binder/ |
D | PermissionCache.cpp | 37 status_t PermissionCache::check(bool* granted, in check() function in android::PermissionCache 100 if (pc.check(&granted, permission, uid) != NO_ERROR) { in checkPermission()
|
/frameworks/base/docs/html/training/search/ |
D | backward-compat.jd | 19 … <li><a href="{@docRoot}training/search/backward-compat.html#check-ver">Check the Android Build 64 <h2 id="check-ver">Check the Android Build Version at Runtime</h2> 66 <p>At runtime, check the device version to make sure an unsupported use of {@link
|
/frameworks/compile/slang/tests/P_set_target_api_development/ |
D | set_target_api_development.rs | 8 void check(unsigned int version) {
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 11 <li><a href="#runtime-check">Check for a TV Device</a> 29 This lesson discusses how to check if your app is running on a TV, how to handle unsupported 34 <h2 id="runtime-check">Check for a TV Device</h2> 38 check what kind of device your app is running on and adjust the operation of your app. For 40 application should check the device properties to determine if it should start a TV-oriented 46 android.app.UiModeManager#getCurrentModeType UiModeManager.getCurrentModeType()} method to check 47 if the device is running in television mode. The following example code shows you how to check if 193 Once you decide to make hardware features optional for your app, you must check for the 195 discusses how to check for hardware features and suggests some approaches for changing the 252 <h3 id="check-features">Checking for hardware features</h2> [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/res/ |
D | .README | 2 is not possible to check in a directory into git. This file guarantees the res
|
/frameworks/compile/slang/tests/P_set_target_api_15/ |
D | set_target_api_15.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_17/ |
D | set_target_api_17.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_13/ |
D | set_target_api_13.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_16/ |
D | set_target_api_16.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_19/ |
D | set_target_api_19.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_12/ |
D | set_target_api_12.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_14/ |
D | set_target_api_14.rs | 12 void check(unsigned int version) {
|