/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 | 33 bool condition, in videoEditJava_checkAndThrowIllegalArgumentExceptionFunc() argument 42 if (condition) in videoEditJava_checkAndThrowIllegalArgumentExceptionFunc() 62 bool condition, in videoEditJava_checkAndThrowRuntimeExceptionFunc() argument 74 if (condition) in videoEditJava_checkAndThrowRuntimeExceptionFunc() 97 bool condition, in videoEditJava_checkAndThrowIllegalStateExceptionFunc() argument 107 if (condition) in videoEditJava_checkAndThrowIllegalStateExceptionFunc()
|
D | VideoEditorJava.h | 370 bool condition, 380 bool condition, 390 bool condition,
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | IfElseFilter.java | 58 boolean condition = (Boolean) boolFrameValue.getValue(); in onProcess() 61 if (condition) { in onProcess()
|
/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 | 353 final ConditionVariable condition = new ConditionVariable(); in rebootWipeUserData() local 361 condition.open(); in rebootWipeUserData() 366 condition.block(); in rebootWipeUserData()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiWatcher.jd | 70 …<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/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/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/ex/variablespeed/src/com/android/ex/variablespeed/ |
D | VariableSpeed.java | 392 private void check(boolean condition, String exception) { in check() argument 393 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/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 159 verify if a specific condition that you want to test is true. 161 <li>If the condition is false, the assertion method throws an 165 <li>If the condition is true, the test passes.</li>
|
/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/base/core/java/android/app/ |
D | ActivityManager.java | 1493 public int condition; field in ActivityManager.ProcessErrorStateInfo 1547 dest.writeInt(condition); in writeToParcel() 1558 condition = source.readInt(); in readFromParcel()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 169 #define EXPECT(condition, info) \ argument 170 if (!(condition)) { \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 335 static uint8_t * addBranch(uint8_t *buf, const uint8_t *target, uint32_t condition) { 340 uint32_t op = (condition << 28);
|
/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/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
|