OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pErr
(Results
1 - 10
of
10
) 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
ALOGE("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
);
/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) ) {
/hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c
199
const char *
pErr
= dlerror();
300
pErr
= dlerror();
301
CORE_assert(((
pErr
== NULL) && (pComponentInit != NULL)),
/hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c
192
const char *
pErr
= dlerror();
287
pErr
= dlerror();
288
CORE_assert(((
pErr
== NULL) && (pComponentInit != NULL)),
/external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp
1069
const char*
pErr
= p;
1074
if ( document ) document->SetError( TIXML_ERROR_FAILED_TO_READ_ELEMENT_NAME,
pErr
, data, encoding );
1085
pErr
= p;
1089
if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES,
pErr
, data, encoding );
1149
pErr
= p;
1154
if ( document ) document->SetError( TIXML_ERROR_PARSING_ELEMENT,
pErr
, data, encoding );
1167
if ( document ) document->SetError( TIXML_ERROR_PARSING_ELEMENT,
pErr
, data, encoding );
1403
const char*
pErr
= p;
1407
if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES,
pErr
, data, encoding );
[
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/ril/libril/
ril.cpp
544
Parcel
pErr
;
547
pErr
.writeInt32 (RESPONSE_SOLICITED);
548
pErr
.writeInt32 (token);
549
pErr
.writeInt32 (RIL_E_GENERIC_FAILURE);
551
sendResponse(
pErr
, socket_id);
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 1439 milliseconds