HomeSort by relevance Sort by last modified time
    Searched refs:pMessage (Results 1 - 19 of 19) sorted by null

  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 30 * @param pMessage A message with meaning to a human
32 public DecoderException(String pMessage) {
33 super(pMessage);
EncoderException.java 33 * @param pMessage a useful message relating to the encoder specific error.
35 public EncoderException(String pMessage) {
36 super(pMessage);
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_pipes.h 67 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
70 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
73 void *pMessage,
  /frameworks/compile/libbcc/lib/Support/
Initialization.cpp 32 void llvm_error_handler(void *pUserData, const std::string &pMessage) {
33 ALOGE("%s", pMessage.c_str());
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
Initialization.cpp 25 void llvm_error_handler(void *pUserData, const std::string &pMessage) {
26 ALOGE("%s", pMessage.c_str());
  /hardware/ti/omap3/dspbridge/inc/
DSPNode.h 301 * pMessage: The message structure.
306 * DSP_EPOINTER: Parameter pMessage is not valid.
316 extern DBAPI DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG * pMessage,
344 * pMessage: The message structure.
349 * DSP_EPOINTER: Parameter pMessage is not valid.
360 IN CONST struct DSP_MSG * pMessage,
wcdioctl.h 272 struct DSP_MSG *pMessage;
282 struct DSP_MSG *pMessage;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPNode.h 301 * pMessage: The message structure.
306 * DSP_EPOINTER: Parameter pMessage is not valid.
316 extern DBAPI DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG * pMessage,
344 * pMessage: The message structure.
349 * DSP_EPOINTER: Parameter pMessage is not valid.
360 IN CONST struct DSP_MSG * pMessage,
wcdioctl.h 272 struct DSP_MSG *pMessage;
282 struct DSP_MSG *pMessage;
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c 182 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
195 lSizeWritten = write(pHandle->pfd[1], pMessage, size);
225 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
242 lSizeWritten = write(pHandle->pfd[1], pMessage, size);
305 void *pMessage,
332 *actualSize = lSizeRead = read(pHandle->pfd[0], pMessage, size);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 32 const char* pMessage,
45 pMessage, pFile, lineNo);
51 jniThrowException(pEnv, "java/lang/IllegalArgumentException", pMessage);
66 const char* pMessage = NULL;
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);
    [all...]
VideoEditorJava.h 371 const char* pMessage,
391 const char* pMessage,
VideoEditorMain.cpp 605 const char* pMessage = NULL;
683 const char* pMessage = NULL;
750 pMessage = videoEditJava_getErrorName(M4ERR_PARAMETER);
751 jniThrowException(pEnv, "java/lang/IllegalArgumentException", pMessage);
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 644 DBAPI DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG *pMessage,
662 if (pMessage) {
666 tempStruct.ARGS_NODE_GETMESSAGE.pMessage = pMessage;
674 "pMessage is Invalid \r\n")));
752 DBAPI DSPNode_PutMessage(DSP_HNODE hNode, IN CONST struct DSP_MSG *pMessage,
769 if (pMessage) {
773 tempStruct.ARGS_NODE_PUTMESSAGE.pMessage =
774 (struct DSP_MSG *)pMessage;
782 "pMessage is Invalid \r\n")))
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 843 * @param pMessage the message string
846 static void notify(const wchar_t* pMessage, uint32_t nMessageType)
851 LogError("%ls", pMessage);
854 LogWarning("%ls", pMessage);
857 LogInfo("DEBUG: %ls", pMessage);
861 LogInfo("%ls", pMessage);
959 wchar_t pMessage[100];
962 memset(pMessage, 0, 100*sizeof(wchar_t));
981 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize);
990 notify(pMessage, nMessageType)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 53 public DecoderException(String pMessage) {
54 super(pMessage);
    [all...]

Completed in 557 milliseconds