Searched refs:pMessage (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DInitialization.cpp32 void llvm_error_handler(void *pUserData, const std::string &pMessage) { argument
33 ALOGE("%s", pMessage.c_str());
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DInitialization.cpp25 void llvm_error_handler(void *pUserData, const std::string &pMessage) { argument
26 ALOGE("%s", pMessage.c_str());
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.cpp32 const char* pMessage,
45 pMessage, pFile, lineNo);
51 jniThrowException(pEnv, "java/lang/IllegalArgumentException", pMessage);
66 const char* pMessage = NULL; local
75 pMessage = videoEditJava_getErrorName(result);
80 pMessage, pFile, lineNo);
86 jniThrowException(pEnv, "java/lang/RuntimeException", pMessage);
96 const char* pMessage,
110 pMessage, pFile, lineNo);
116 jniThrowException(pEnv, "java/lang/IllegalStateException", pMessage);
28 videoEditJava_checkAndThrowIllegalArgumentExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, const char* pMessage, const char* pFile, int lineNo) argument
92 videoEditJava_checkAndThrowIllegalStateExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, const char* pMessage, const char* pFile, int lineNo ) argument
[all...]
H A DVideoEditorJava.h371 const char* pMessage,
391 const char* pMessage,
H A DVideoEditorMain.cpp605 const char* pMessage = NULL; local
683 const char* pMessage = NULL; local
750 pMessage = videoEditJava_getErrorName(M4ERR_PARAMETER);
751 jniThrowException(pEnv, "java/lang/IllegalArgumentException", pMessage);
845 pMessage = videoEditJava_getErrorName(M4ERR_ALLOC);
846 jniThrowException(pEnv, "java/lang/RuntimeException", pMessage);
887 pMessage = videoEditJava_getErrorName(M4ERR_ALLOC);
888 jniThrowException(pEnv, "java/lang/RuntimeException", pMessage);
1018 const char* pMessage = NULL; local
1078 pMessage
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java53 public DecoderException(String pMessage) { argument
54 super(pMessage);

Completed in 436 milliseconds