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

  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 23 const char* pErr = dlerror();
24 if (NULL != pErr)
26 LOGE("TIOMXInterface: Error closing library: %s\n", pErr);
88 const char* pErr = dlerror();
89 if (NULL == pErr)
99 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr);
  /external/chromium/third_party/icu/source/common/
udatamem.c 39 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr) {
42 if (U_FAILURE(*pErr)) {
47 *pErr = U_MEMORY_ALLOCATION_ERROR; }
udatamem.h 45 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr);
udata.c 117 UErrorCode *pErr)
119 UDataMemory *newCommonData = UDataMemory_createNewInstance(pErr);
120 if (U_FAILURE(*pErr)) {
137 *pErr = U_USING_DEFAULT_WARNING;
266 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) {
274 if (U_FAILURE(*pErr)) {
283 *pErr = U_MEMORY_ALLOCATION_ERROR;
286 newElement->item = UDataMemory_createNewInstance(pErr);
287 if (U_FAILURE(*pErr)) {
297 *pErr = U_MEMORY_ALLOCATION_ERROR
    [all...]
  /external/icu4c/common/
udatamem.c 39 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr) {
42 if (U_FAILURE(*pErr)) {
47 *pErr = U_MEMORY_ALLOCATION_ERROR; }
udatamem.h 45 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr);
udata.c 134 UErrorCode *pErr)
136 UDataMemory *newCommonData = UDataMemory_createNewInstance(pErr);
139 if (U_FAILURE(*pErr)) {
163 *pErr = U_USING_DEFAULT_WARNING;
302 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) {
310 if (U_FAILURE(*pErr)) {
319 *pErr = U_MEMORY_ALLOCATION_ERROR;
322 newElement->item = UDataMemory_createNewInstance(pErr);
323 if (U_FAILURE(*pErr)) {
333 *pErr = U_MEMORY_ALLOCATION_ERROR
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 1040 const char* pErr = p;
1045 if ( document ) document->SetError( TIXML_ERROR_FAILED_TO_READ_ELEMENT_NAME, pErr, data, encoding );
1057 pErr = p;
1061 if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES, pErr, data, encoding );
1103 if ( document ) document->SetError( TIXML_ERROR_OUT_OF_MEMORY, pErr, data, encoding );
1108 const char* pErr = p;
1113 if ( document ) document->SetError( TIXML_ERROR_PARSING_ELEMENT, pErr, data, encoding );
1333 const char* pErr = p;
1337 if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES, pErr, data, encoding );
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 175 const char* pErr = dlerror();
251 pErr = dlerror();
252 if( (pErr != NULL) || (pComponentInit == NULL) ) {
  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp     [all...]
  /external/icu4c/i18n/
rbnf.cpp     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 104 milliseconds