Searched refs:pError (Results 1 - 16 of 16) sorted by relevance

/external/qemu/android/utils/
H A Ddll.h31 * pError :: On success, '*pError' will be set to NULL. On error, it will
38 char** pError);
43 char** pError);
H A Ddll.c40 char** pError)
51 *pError = NULL;
54 *pError = ASTRDUP("Could not load DLL!");
68 char** pError)
72 *pError = NULL;
75 *pError = strdup("NULL library pointer");
79 *pError = strdup("NULL or empty symbolName");
84 *pError = ASTRDUP("Could not find symbol");
105 char** pError)
122 *pError
39 adynamicLibrary_open( const char* libraryName, char** pError) argument
66 adynamicLibrary_findSymbol( ADynamicLibrary* lib, const char* symbolName, char** pError) argument
104 adynamicLibrary_open( const char* libraryName, char** pError) argument
137 adynamicLibrary_findSymbol( ADynamicLibrary* lib, const char* symbolName, char** pError) argument
[all...]
/external/chromium_org/third_party/icu/source/samples/translit/
H A Dmain.cpp36 UParseError pError; local
64 pError,
/external/icu/icu4c/source/samples/translit/
H A Dmain.cpp36 UParseError pError; local
64 pError,
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) argument
810 if ( pError && data )
812 data->Stamp( pError, encoding );
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) argument
810 if ( pError && data )
812 data->Stamp( pError, encoding );
/external/tinyxml/
H A Dtinyxmlparser.cpp775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) argument
787 if ( pError && data )
789 data->Stamp( pError, encoding );
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h85 void JS_Error(v8::Value * pError,const wchar_t * main,const wchar_t * sub);
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c5840 static int proxyGetHostID(unsigned char *pHostID, int *pError){ argument
5849 if( pError ){
5850 *pError = err;
6025 int pError = 0; local
6039 rc = proxyGetHostID(myHostID, &pError);
6041 pFile->lastErrno = pError;
/external/opencv/cv/src/
H A D_cvipp.h716 float *pError, int numFeat, int winSize,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1831 UParseError pError; local
1840 coll = ucol_openRules(buff, buffLen, UCOL_DEFAULT, UCOL_DEFAULT, &pError, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1833 UParseError pError; local
1842 coll = ucol_openRules(buff, buffLen, UCOL_DEFAULT, UCOL_DEFAULT, &pError, &status);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp460 void JS_Error(v8::Value * pError,const wchar_t * main,const wchar_t * sub) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c30840 proxyGetHostID(unsigned char *pHostID, int *pError) argument
31027 int pError = 0; local
33880 winRetryIoerr(int *pnRetry, DWORD *pError) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30860 proxyGetHostID(unsigned char *pHostID, int *pError) argument
31047 int pError = 0; local
33900 winRetryIoerr(int *pnRetry, DWORD *pError) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c29981 proxyGetHostID(unsigned char *pHostID, int *pError) argument
30166 int pError = 0; local
[all...]

Completed in 942 milliseconds