Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 54) 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.cpp33 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()
DVideoEditorJava.h370 bool condition,
380 bool condition,
390 bool condition,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DIfElseFilter.java58 boolean condition = (Boolean) boolFrameValue.getValue(); in onProcess()
61 if (condition) { in onProcess()
/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.java353 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/
DUiWatcher.jd70 …<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/
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/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/ex/variablespeed/src/com/android/ex/variablespeed/
DVariableSpeed.java392 private void check(boolean condition, String exception) { in check() argument
393 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/docs/html/training/activity-testing/
Dactivity-basic-testing.jd159 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/
Deglext.h211 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/
DActivityManager.java1493 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/
DOMXHarness.cpp169 #define EXPECT(condition, info) \ argument
170 if (!(condition)) { \
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp335 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/
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/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

123