Home
last modified time | relevance | path

Searched refs:pError (Results 1 – 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DModifier.java48 Pointer pError = (Pointer) modifierData.getFieldValue("error"); in validate() local
49 invalid = pError.isNotNull(); in validate()
/external/icu/icu4c/source/samples/translit/
Dmain.cpp36 UParseError pError; in main() local
64 pError, in main()
/external/parameter-framework/xmlserializer/
DXmlDocSource.cpp233 void CXmlDocSource::schemaValidityStructuredErrorFunc(void* pUserData, _xmlError* pError) in schemaValidityStructuredErrorFunc() argument
239 puts(pError->message); in schemaValidityStructuredErrorFunc()
DXmlDocSource.h185 static void schemaValidityStructuredErrorFunc(void* pUserData, _xmlError* pError);
/external/tinyxml/
Dtinyxmlparser.cpp775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding en… in SetError() argument
787 if ( pError && data ) in SetError()
789 data->Stamp( pError, encoding ); in SetError()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding en… in SetError() argument
810 if ( pError && data ) in SetError()
812 data->Stamp( pError, encoding ); in SetError()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp360 UParseError pError; in TestMultiplePluralRules() local
361 RuleBasedNumberFormat formatter(rules, Locale("ru"), pError, status); in TestMultiplePluralRules()
/external/opencv/cv/src/
D_cvipp.h716 float *pError, int numFeat, int winSize,
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1855 UParseError pError; in TestGetTailoredSet() local
1864 coll = ucol_openRules(buff, buffLen, UCOL_DEFAULT, UCOL_DEFAULT, &pError, &status); in TestGetTailoredSet()
/external/sqlite/dist/
Dsqlite3.c32086 static int proxyGetHostID(unsigned char *pHostID, int *pError){
32094 if( pError ){
32095 *pError = err;
32101 UNUSED_PARAMETER(pError);
32272 int pError = 0;
32287 rc = proxyGetHostID(myHostID, &pError);
32289 storeLastErrno(pFile, pError);
35177 static int winRetryIoerr(int *pnRetry, DWORD *pError){
35180 if( pError ){
35181 *pError = e;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c32068 static int proxyGetHostID(unsigned char *pHostID, int *pError){
32076 if( pError ){
32077 *pError = err;
32083 UNUSED_PARAMETER(pError);
32254 int pError = 0;
32269 rc = proxyGetHostID(myHostID, &pError);
32271 storeLastErrno(pFile, pError);
35159 static int winRetryIoerr(int *pnRetry, DWORD *pError){
35162 if( pError ){
35163 *pError = e;
[all …]