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

  /external/qemu/android/utils/
dll.h 31 * pError :: On success, '*pError' will be set to NULL. On error, it will
38 char** pError);
43 char** pError);
dll.c 40 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 = NULL
    [all...]
  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 29 std::string &pError)
32 pError = "Unable to find target for this triple (no target are registered)";
55 pError = "No availaible targets are compatible with this triple.";
60 pError = std::string("Ambiguous targets: \"") +
70 std::string& pError)
83 pError = std::string("invalid target '") + pArchName + "'.\n";
98 pError = std::string("unable to get target for `") +
  /external/icu/icu4c/source/samples/translit/
main.cpp 36 UParseError pError;
64 pError,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adsprop.h 47 STDAPI_(WINBOOL) ADsPropSendErrorMessage(HWND hNotifyObj,PADSPROPERROR pError);
bits.h     [all...]
adoint.h     [all...]
netmon.h     [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 120 std::string& pError);
129 /// @param pError - The returned error message
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
810 if ( pError && data )
812 data->Stamp( pError, encoding );
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
810 if ( pError && data )
812 data->Stamp( pError, encoding );
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
787 if ( pError && data )
789 data->Stamp( pError, encoding );
    [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 76 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror);
77 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror);
85 void JS_Error(v8::Value * pError,const wchar_t * main,const wchar_t * sub);
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/opencv/cv/src/
_cvipp.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 320 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror)
338 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror)
460 void JS_Error(v8::Value * pError,const wchar_t * main,const wchar_t * sub)
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 6810 milliseconds