/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/ |
D | AppLaunchTest.java | 224 String condition; in reportListContents() local 225 switch (entry.condition) { in reportListContents() 227 condition = "a CRASH"; in reportListContents() 230 condition = "an ANR"; in reportListContents() 233 condition = "an unknown error"; in reportListContents() 238 condition, entry.shortMsg)); in reportListContents() 239 if (entry.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) { in reportListContents() 287 return (info.condition == peOther.info.condition) in equals() 308 code += info.condition; in hashCode()
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
D | ProcessErrorsTest.java | 280 String condition; in reportListContents() local 281 switch (entry.condition) { in reportListContents() 283 condition = "a CRASH"; in reportListContents() 286 condition = "an ANR"; in reportListContents() 289 condition = "an unknown error"; in reportListContents() 294 condition, entry.shortMsg)); in reportListContents() 295 if (entry.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) { in reportListContents() 343 return (info.condition == peOther.info.condition) in equals() 364 code += info.condition; in hashCode()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 32 #define CHECK(condition) \ argument 34 !(condition), \ 37 " CHECK(" #condition ") failed.")
|
/frameworks/base/media/jni/mediaeditor/ |
D | VideoEditorJava.cpp | 31 bool condition, in videoEditJava_checkAndThrowIllegalArgumentExceptionFunc() argument 40 if (condition) in videoEditJava_checkAndThrowIllegalArgumentExceptionFunc() 60 bool condition, in videoEditJava_checkAndThrowRuntimeExceptionFunc() argument 72 if (condition) in videoEditJava_checkAndThrowRuntimeExceptionFunc() 95 bool condition, in videoEditJava_checkAndThrowIllegalStateExceptionFunc() argument 105 if (condition) in videoEditJava_checkAndThrowIllegalStateExceptionFunc()
|
D | VideoEditorJava.h | 370 bool condition, 380 bool condition, 390 bool condition,
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityManagerTest.java | 122 assertTrue((info.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) || in checkErrorListSanity() 123 (info.condition == ActivityManager.ProcessErrorStateInfo.NOT_RESPONDING)); in checkErrorListSanity()
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 348 final ConditionVariable condition = new ConditionVariable(); in rebootWipeUserData() local 356 condition.open(); in rebootWipeUserData() 361 condition.block(); in rebootWipeUserData()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiWatcher.jd | 73 …<ul class="nolist"><li>true to indicate a matched condition, or false if no matching condition is …
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM.h | 82 #define armRetArgErrIf(condition, code) if(condition) { return (code); } argument 83 #define armRetDataErrIf(condition, code) if(condition) { return (code); } argument
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM.h | 82 #define armRetArgErrIf(condition, code) if(condition) { return (code); } argument 83 #define armRetDataErrIf(condition, code) if(condition) { return (code); } argument
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
D | armCOMM.h | 82 #define armRetArgErrIf(condition, code) if(condition) { return (code); } argument 83 #define armRetDataErrIf(condition, code) if(condition) { return (code); } argument
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
D | VariableSpeed.java | 385 private void check(boolean condition, String exception) { in check() argument 386 if (!condition) { in check()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 130 When the condition of the sync object is satisfied by the fence command, 134 fence object is also signaled when the condition is satisfied. The 135 EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR condition is satisfied by completion 142 The EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID condition is satisfied by the 187 EGL_SYNC_CONDITION_KHR Signaling condition EGL_SYNC_FENCE_KHR and
|
/frameworks/base/tools/aidl/ |
D | AST.h | 208 Expression* condition; member 213 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
|
D | AST.cpp | 445 :condition(NULL), in Ternary() 452 :condition(a), in Ternary() 466 this->condition->Write(to); in Write()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 1259 public int condition; field in ActivityManager.ProcessErrorStateInfo 1311 dest.writeInt(condition); in writeToParcel() 1322 condition = source.readInt(); in readFromParcel()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 211 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint … 218 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, co…
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 169 #define EXPECT(condition, info) \ argument 170 if (!(condition)) { \
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 301 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) { 302 CALL_GL_API(glSetFenceNV, fence, condition);
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 364 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) { 365 CALL_GL_API(glSetFenceNV, fence, condition);
|
/frameworks/base/services/java/com/android/server/ |
D | ConnectivityService.java | 2768 int condition = msg.arg2; in handleMessage() local 2769 handleInetConditionChange(netType, condition); in handleMessage() 2976 private void handleInetConditionChange(int netType, int condition) { in handleInetConditionChange() argument 2988 netType + ", condition=" + condition + in handleInetConditionChange() 2991 mDefaultInetCondition = condition; in handleInetConditionChange()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 77 GLsync glFenceSync ( GLenum condition, GLbitfield flags )
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 139 condition by listening for {@link android.content.Intent#ACTION_BATTERY_LOW} and {@link
|
/frameworks/native/opengl/libs/ |
D | debug.in | 205 …VOID(glSetFenceNV, (GLuint fence, GLenum condition), (fence, condition), 2, "GLuint", fence, "GLen…
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 1089 GL_API void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition); 1097 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
|