Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java224 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/
DProcessErrorsTest.java280 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/
DADebug.h32 #define CHECK(condition) \ argument
34 !(condition), \
37 " CHECK(" #condition ") failed.")
/frameworks/base/media/jni/mediaeditor/
DVideoEditorJava.cpp31 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()
DVideoEditorJava.h370 bool condition,
380 bool condition,
390 bool condition,
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java122 assertTrue((info.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) || in checkErrorListSanity()
123 (info.condition == ActivityManager.ProcessErrorStateInfo.NOT_RESPONDING)); in checkErrorListSanity()
/frameworks/base/core/java/android/os/
DRecoverySystem.java348 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/
DUiWatcher.jd73 …<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/
DarmCOMM.h82 #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/
DarmCOMM.h82 #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/
DarmCOMM.h82 #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/
DVariableSpeed.java385 private void check(boolean condition, String exception) { in check() argument
386 if (!condition) { in check()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt130 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/
DAST.h208 Expression* condition; member
213 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
DAST.cpp445 :condition(NULL), in Ternary()
452 :condition(a), in Ternary()
466 this->condition->Write(to); in Write()
/frameworks/base/core/java/android/app/
DActivityManager.java1259 public int condition; field in ActivityManager.ProcessErrorStateInfo
1311 dest.writeInt(condition); in writeToParcel()
1322 condition = source.readInt(); in readFromParcel()
/frameworks/native/opengl/include/EGL/
Deglext.h211 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/
DOMXHarness.cpp169 #define EXPECT(condition, info) \ argument
170 if (!(condition)) { \
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in301 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) {
302 CALL_GL_API(glSetFenceNV, fence, condition);
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in364 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) {
365 CALL_GL_API(glSetFenceNV, fence, condition);
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2768 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/
DGLES30.spec77 GLsync glFenceSync ( GLenum condition, GLbitfield flags )
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd139 condition by listening for {@link android.content.Intent#ACTION_BATTERY_LOW} and {@link
/frameworks/native/opengl/libs/
Ddebug.in205 …VOID(glSetFenceNV, (GLuint fence, GLenum condition), (fence, condition), 2, "GLuint", fence, "GLen…
/frameworks/native/opengl/include/GLES/
Dglext.h1089 GL_API void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
1097 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);

123