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

  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 43 int32_t exceptionCode = reply.readExceptionCode();
44 if (!exceptionCode) {
53 String8(uri).string(), exceptionCode);
  /external/chromium_org/third_party/WebKit/public/web/
WebRange.h 70 WEBKIT_EXPORT WebNode startContainer(int& exceptionCode) const;
71 WEBKIT_EXPORT WebNode endContainer(int& exceptionCode) const;
  /external/chromium_org/chrome_frame/crash_reporting/
vectored_handler-impl.h 54 const DWORD exceptionCode = exceptionInfo->ExceptionRecord->ExceptionCode;
65 if ((exceptionCode & ERROR_SEVERITY_ERROR) != ERROR_SEVERITY_ERROR) {
72 if (exceptionCode & APPLICATION_ERROR_MASK) {
82 if (exceptionCode != STATUS_STACK_OVERFLOW && api_->CheckForStackOverflow()) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 81 WebNode WebRange::startContainer(WebExceptionCode& exceptionCode) const
86 exceptionCode = es.code();
90 WebNode WebRange::endContainer(WebExceptionCode& exceptionCode) const
95 exceptionCode = es.code();
  /frameworks/av/camera/
ICameraService.cpp 52 int32_t exceptionCode = reply.readExceptionCode();
54 if (exceptionCode != 0) {
56 switch(exceptionCode) {
78 ALOGE("Binder transmission error %s (%d)", errorMsg, exceptionCode);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 70 v8::Handle<v8::Value> setDOMException(int exceptionCode, v8::Isolate* isolate)
72 return V8ThrowException::throwDOMException(exceptionCode, isolate);
75 v8::Handle<v8::Value> setDOMException(int exceptionCode, const String& message, v8::Isolate* isolate)
77 return V8ThrowException::throwDOMException(exceptionCode, message, isolate);
  /external/svox/pico/lib/
picoos.c 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...)
825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) {
826 this->curExceptionCode = exceptionCode;
828 picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, fmt,args);
    [all...]
picoos.h 234 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...);

Completed in 271 milliseconds