HomeSort by relevance Sort by last modified time
    Searched full:errordesc (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/base/mac/
foundation_util.mm 433 CFStringRef errorDesc = NULL;
435 errorDesc = reinterpret_cast<CFStringRef>(
441 if(errorDesc) {
442 o << "(" << errorDesc << ")";
  /external/tinyxml/docs/
classTiXmlDocument.html 64 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a16"></a><!-- doxytag: member="TiXmlDocument::ErrorDesc" ref="a16" args="() const " -->
65 const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlDocument.html#a16">ErrorDesc</a> () const </td></tr>
70 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Generally, you probably want the error string ( <a class="el" href="classTiXmlDocument.html#a16">ErrorDesc()</a> ). <a href="#a17"></a><br></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>
218 Generally, you probably want the error string ( <a class="el" href="classTiXmlDocument.html#a16">ErrorDesc()</a> ).
functions.html 34 : <a class="el" href="classTiXmlDocument.html#a19">TiXmlDocument</a><li>ErrorDesc()
functions_func.html 34 : <a class="el" href="classTiXmlDocument.html#a19">TiXmlDocument</a><li>ErrorDesc()
classTiXmlDocument-members.html 15 <tr class="memlist"><td><a class="el" href="classTiXmlDocument.html#a16">ErrorDesc</a>() const </td><td><a class="el" href="classTiXmlDocument.html">TiXmlDocument</a></td><td><code> [inline]</code></td></tr>
tinyxml_8h-source.html     [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
tinyxml.cpp 1121 target->errorDesc = errorDesc;
    [all...]
tinyxmlparser.cpp 807 errorDesc = errorString[ errorId ];
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
tinyxml.cpp 1121 target->errorDesc = errorDesc;
    [all...]
tinyxmlparser.cpp 807 errorDesc = errorString[ errorId ];
    [all...]
  /external/tinyxml/
tinyxml.h     [all...]
xmltest.cpp 131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() );
142 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc() );
358 //printf( "error=%d id='%s' row %d col%d\n", (int) doc.Error(), doc.ErrorDesc(), doc.ErrorRow()+1, doc.ErrorCol() + 1 );
tinyxml.cpp 1115 target->errorDesc = errorDesc.c_str ();
    [all...]
tinyxmlparser.cpp 784 errorDesc = errorString[ errorId ];
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 343 milliseconds