Searched defs:condition (Results 1 - 7 of 7) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java385 private void check(boolean condition, String exception) { argument
386 if (!condition) {
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.cpp31 bool condition,
39 // Check if the condition is true.
40 if (condition)
60 bool condition,
71 // Check if the condition is true.
72 if (condition)
95 bool condition,
104 // Check if the condition is true.
105 if (condition)
28 videoEditJava_checkAndThrowIllegalArgumentExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, const char* pMessage, const char* pFile, int lineNo) argument
57 videoEditJava_checkAndThrowRuntimeExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, M4OSA_ERR result, const char* pFile, int lineNo ) argument
92 videoEditJava_checkAndThrowIllegalStateExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, const char* pMessage, const char* pFile, int lineNo ) argument
/frameworks/base/tools/aidl/
H A DAST.h208 Expression* condition; member in struct:Ternary
213 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1246 * Information you can retrieve about any processes that are in an error condition.
1257 * The condition that the process is in.
1259 public int condition; field in class:ActivityManager.ProcessErrorStateInfo
1284 * A short message describing the error condition.
1289 * A long message describing the error condition.
1311 dest.writeInt(condition);
1322 condition = source.readInt();
1348 * Returns a list of any processes that are currently in an error condition. The result
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java239 * used internally to synchronize inet condition reports
241 * arg2 = condition (0 bad, 100 good)
246 * used internally to mark the end of inet condition hold periods
317 // used in DBG mode to track inet condition reports
2658 pw.println("Inet condition reports:");
2771 int condition = msg.arg2;
2772 handleInetConditionChange(netType, condition);
2979 private void handleInetConditionChange(int netType, int condition) { argument
2991 netType + ", condition=" + condition
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java7959 * @param condition Crashing, Application Not Responding, etc. Values are defined in
7969 int condition, String activity, String shortMsg, String longMsg, String stackTrace) {
7972 report.condition = condition;
7968 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp10288 void GLTrace_glSetFenceNV(GLuint fence, GLenum condition) { argument
10300 // copy argument condition
10304 arg_condition->add_intvalue((int)condition);
10309 glContext->hooks->gl.glSetFenceNV(fence, condition);

Completed in 589 milliseconds