HomeSort by relevance Sort by last modified time
    Searched full:errorid (Results 1 - 25 of 30) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialogErrorEvent.java 48 private int errorID;
61 errorID = dialogErrorID;
71 return errorID;
SIPTransactionErrorEvent.java 68 private int errorID;
81 errorID = transactionErrorID;
91 return errorID;
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_OptionID.h 50 #define M4OSA_OPTION_ID_CREATE(right, coreID, errorID)\
51 (M4OSA_Int32)((((((M4OSA_UInt32)right)&0x03)<<30))+((((M4OSA_UInt32)coreID)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
55 #define M4OSA_OPTION_ID_SPLIT(optionID, right, coreID, errorID)\
58 errorID=(M4OSA_UInt32)((optionID)&0x0000FFFF); }
M4OSA_Error.h 36 * - ErrorID (16 bits): It is the specific error code
58 * @arg errorID: (IN) [M4OSA_UInt32] ErrorID to put in the error code*/
59 #define M4OSA_ERR_CREATE(severity, coreID, errorID)\
60 (M4OSA_Int32)((((M4OSA_UInt32)severity)<<30)+((((M4OSA_UInt32)coreID)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
66 * @arg errorID: (OUT) [M4OSA_UInt32] ErrorID to put in the error code*/
67 #define M4OSA_ERR_SPLIT(error, severity, coreID, errorID)\
70 (M4OSA_UInt32)(errorID=(error)&0x00FFFF); }
  /external/chromium/chrome/browser/resources/
safe_browsing_multiple_threat_block.html 90 function showDiagnostic(errorID) {
91 sendCommand("showDiagnostic:" + errorID);
94 function reportError(errorID) {
95 sendCommand("reportError:" + errorID);
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_error.h 84 * @arg errorID: (IN) [TIMM_OSAL_U32] ErrorID to put in the error code*/
85 #define TIMM_OSAL_ERR_CREATE(type, compID, errorID)\
86 (((type)<<30)+(((compID)&0x003FFF)<<16)+((errorID)&0x00FFFF))
92 * @arg errorID: (OUT) [TIMM_OSAL_U32] ErrorID to put in the error code*/
93 #define TIMM_OSAL_ERR_SPLIT(error, type, compID, errorID)\
96 (TIMM_OSAL_U32)(errorID=(error)&0x00FFFF); }
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFileList.java 74 protected void onError(int errorId) {
75 if (errorId == CERT_FILE_MISSING_ERROR) {
CertFile.java 95 * @param errorId one of {@link #CERT_READ_ERROR},
98 protected void onError(int errorId) {
CertInstallerMain.java 160 protected void onError(int errorId) {
  /external/tinyxml2/
tinyxml2.cpp     [all...]
tinyxml2.h     [all...]
  /frameworks/base/core/java/android/net/http/
Connection.java 428 private boolean httpFailure(Request req, int errorId, Exception e) {
439 if (errorId < 0) {
440 error = ErrorStrings.getString(errorId, mContext);
445 req.mEventHandler.error(errorId, error);
Request.java 522 void error(int errorId, int resourceId) {
524 errorId,
  /external/tinyxml/docs/
classTiXmlDocument.html 68 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlDocument.html#a17">ErrorId</a> () const </td></tr>
190 <li>The <a class="el" href="classTiXmlDocument.html#a17">ErrorId()</a> will contain the integer identifier of the error (not generally useful)</li><li>The <a class="el" href="classTiXmlDocument.html#a16">ErrorDesc()</a> method will return the name of the error. (very useful)</li><li>The <a class="el" href="classTiXmlDocument.html#a18">ErrorRow()</a> and <a class="el" href="classTiXmlDocument.html#a19">ErrorCol()</a> will return the location of the error (if known)</li></ul>
194 <a class="anchor" name="a17"></a><!-- doxytag: member="TiXmlDocument::ErrorId" ref="a17" args="() const " --><p>
200 <td class="md" nowrap valign="top">int TiXmlDocument::ErrorId </td>
220 But if you prefer the ErrorId, this function will fetch it. </td>
functions.html 35 : <a class="el" href="classTiXmlDocument.html#a16">TiXmlDocument</a><li>ErrorId()
functions_func.html 35 : <a class="el" href="classTiXmlDocument.html#a16">TiXmlDocument</a><li>ErrorId()
  /frameworks/base/docs/html/google/gcm/
helper.jd 135 <li><code>onError(Context context, String errorId)</code>: Called when the device tries to register or unregister, but GCM returned an error. Typically, there is nothing to be done other than evaluating the error (returned by errorId) and trying to fix the problem.</li>
136 <li> <code>onRecoverableError(Context context, String errorId)</code>: Called when the device tries to register or unregister, but the GCM servers are unavailable. The GCM library will retry the operation using exponential backup, unless this method is overridden and returns false. This method is optional and should be overridden only if you want to display the message to the user or cancel the retry attempts.
  /external/tinyxml/
tinyxml.h     [all...]
xmltest.cpp 499 if ( doc.Error() && doc.ErrorId() == TiXmlBase::TIXML_ERROR_OPENING_FILE ) {
1005 XmlTest( "Empty document error TIXML_ERROR_DOCUMENT_EMPTY", TiXmlBase::TIXML_ERROR_DOCUMENT_EMPTY, doc.ErrorId() );
tinyxmlparser.cpp 783 errorId = err;
784 errorDesc = errorString[ errorId ];
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 712 public void expectError(int errorId) {
714 expectErrorId = errorId;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 239 'escape', 'errorID', 'error', 'equals', 'enumerateFonts',
powershell.php 132 '-ErrorRecord', '-ErrorId', '-ErrorAction', '-End', '-Encoding', '-DisplayName', '-DisplayHint',
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gcm/
GCMBaseIntentService.html     [all...]

Completed in 4624 milliseconds

1 2