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

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DErrorInfo.java55 protected GenericURI errorInfo; field in class:ErrorInfo
66 * @param errorInfo -- the error information to set.
68 public ErrorInfo(GenericURI errorInfo) { argument
70 this.errorInfo = errorInfo;
79 new StringBuffer(LESS_THAN).append(errorInfo.toString()).append(
88 * Sets the ErrorInfo of the ErrorInfoHeader to the <var>errorInfo</var>
91 * @param errorInfo the new ErrorInfo of this ErrorInfoHeader.
93 public void setErrorInfo(javax.sip.address.URI errorInfo) { argument
94 this.errorInfo
[all...]
H A DHeaderFactoryImpl.java1149 * supplied errorInfo value.
1151 * @param errorInfo - the new URI value of the errorInfo.
1154 public ErrorInfoHeader createErrorInfoHeader(URI errorInfo) { argument
1155 if (errorInfo == null)
1157 return new ErrorInfo((GenericURI) errorInfo);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DErrorInfoParser.java46 * @param errorInfo the header to parse
48 public ErrorInfoParser(String errorInfo) { argument
49 super(errorInfo);
76 ErrorInfo errorInfo = new ErrorInfo();
77 errorInfo.setHeaderName(SIPHeaderNames.ERROR_INFO);
83 errorInfo.setErrorInfo(uri);
87 super.parse(errorInfo);
88 list.add(errorInfo);
/external/nist-sip/java/javax/sip/header/
H A DErrorInfoHeader.java10 void setErrorInfo(URI errorInfo); argument
H A DHeaderFactory.java69 ErrorInfoHeader createErrorInfoHeader(URI errorInfo); argument
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp317 CUpdateErrorInfo &errorInfo,
439 errorInfo.SystemError = ::GetLastError();
440 errorInfo.FileName = realPath;
441 errorInfo.Message = L"7-Zip cannot open file";
473 errorInfo.SystemError = ::GetLastError();
474 errorInfo.Message = L"7-Zip cannot open SFX module";
475 errorInfo.FileName = sfxModule;
490 errorInfo.SystemError = ::GetLastError();
491 errorInfo.FileName = realPath;
492 errorInfo
301 Compress( CCodecs *codecs, const CActionSet &actionSet, IInArchive *archive, const CCompressionMethodMode &compressionMethod, CArchivePath &archivePath, const CObjectVector<CArcItem> &arcItems, bool shareForWrite, bool stdInMode, bool stdOutMode, const CDirItems &dirItems, bool sfxMode, const UString &sfxModule, const CRecordVector<UInt64> &volumesSizes, CTempFiles &tempFiles, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI *callback) argument
564 UpdateWithItemLists( CCodecs *codecs, CUpdateOptions &options, IInArchive *archive, const CObjectVector<CArcItem> &arcItems, CDirItems &dirItems, CTempFiles &tempFiles, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI2 *callback) argument
639 UpdateArchive( CCodecs *codecs, const NWildcard::CCensor &censor, CUpdateOptions &options, CUpdateErrorInfo &errorInfo, IOpenCallbackUI *openCallback, IUpdateCallbackUI2 *callback) argument
[all...]
H A DUpdate.h171 CUpdateErrorInfo &errorInfo,
/external/chromium_org/ui/file_manager/video_player/js/cast/
H A Dcaster.js97 window['__onGCastApiAvailable'] = function(loaded, errorInfo) {
103 console.error('Google Cast extension load failed.', errorInfo);
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp517 CUpdateErrorInfo errorInfo; local
523 errorInfo, &openCallback, &callback);
547 if (!errorInfo.Message.IsEmpty())
549 message += errorInfo.Message;
552 if (!errorInfo.FileName.IsEmpty())
554 message += errorInfo.FileName;
557 if (!errorInfo.FileName2.IsEmpty())
559 message += errorInfo.FileName2;
562 if (errorInfo.SystemError != 0)
564 message += NError::MyFormatMessageW(errorInfo
[all...]
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_main.cpp57 static void CL_CALLBACK error_notify(const char* errorInfo, const void* privateInfoSize, ::size_t cb, void* userData) { argument
58 SkDebugf("OpenCL error notify: %s\n", errorInfo);
/external/skia/tools/skpdiff/
H A Dskpdiff_main.cpp48 static void CL_CALLBACK error_notify(const char* errorInfo, const void* privateInfoSize, ::size_t cb, void* userData) { argument
49 SkDebugf("OpenCL error notify: %s\n", errorInfo);
/external/chromium_org/remoting/webapp/
H A Dcast_extension_handler.js136 * @param {Object} errorInfo Info if the API load failed.
139 function(loaded, errorInfo) {
143 console.log(errorInfo);
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationService.java164 public void informError(ErrorInfo errorInfo) { argument
165 Log.w(TAG, "Invalidation client error:" + errorInfo);
166 if (!errorInfo.isTransient() && sIsClientStarted) {
/external/aac/libSBRdec/src/
H A Dpsdec.cpp141 SBR_ERROR errorInfo = SBRDEC_OK; local
149 errorInfo = SBRDEC_MEM_ALLOC_FAILED;
188 errorInfo = ResetPsDec( h_ps_d );
190 if ( errorInfo != SBRDEC_OK )
237 SBR_ERROR errorInfo = SBRDEC_OK; local
277 errorInfo = InitHybridFilterBank ( &h_ps_d->specificTo.mpeg.hybrid,
291 return errorInfo;
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1825 HANDLE_ERROR_INFO errorInfo = noError; local
2156 if(errorInfo == noError){
2160 if(noError != (errorInfo = PSEnc_Init( hSbrEncoder->hParametricStereo,
2167 errorInfo = handBack(errorInfo);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl624 puts $errorInfo

Completed in 6695 milliseconds