HomeSort by relevance Sort by last modified time
    Searched refs:ErrorCode (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 33 using sandbox::ErrorCode;
240 ErrorCode Evaluator(SandboxBPF* sandbox, int sysno, void *) {
325 return ErrorCode(ErrorCode::ERR_ALLOWED);
329 return sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
331 ErrorCode(ErrorCode::ERR_ALLOWED),
332 sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL
    [all...]
syscall_unittest.cc 81 ErrorCode CopyAllArgsOnUnamePolicy(SandboxBPF* sandbox, int sysno, void* aux) {
83 return ErrorCode(ENOSYS);
88 return ErrorCode(ErrorCode::ERR_ALLOWED);
codegen_unittest.cc 51 ErrorCode(ErrorCode::ERR_ALLOWED));
62 ErrorCode(EPERM)),
64 ErrorCode(ErrorCode::ERR_ALLOWED)));
79 ErrorCode(ErrorCode::ERR_ALLOWED));
90 // RET ErrorCode(42) (insn2)
92 // RET ErrorCode(42) (insn3+)
106 Instruction *insn2 = codegen->MakeInstruction(BPF_RET+BPF_K, ErrorCode(42))
    [all...]
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 13 CXCompilationDatabase_Error *ErrorCode)
26 if (ErrorCode)
27 *ErrorCode = Err;
  /external/chromium_org/chrome/browser/value_store/
value_store.cc 11 ValueStore::Error::Error(ErrorCode code,
  /external/chromium_org/remoting/protocol/
session.h 83 virtual ErrorCode error() = 0;
jingle_session.h 47 virtual ErrorCode error() OVERRIDE;
141 void CloseInternal(ErrorCode error);
153 ErrorCode error_;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.cpp 199 static PassOwnPtr<LocalErrorCallback> create(FileError::ErrorCode& errorCode)
201 return adoptPtr(new LocalErrorCallback(errorCode));
211 explicit LocalErrorCallback(FileError::ErrorCode& errorCode)
212 : m_errorCode(errorCode)
216 FileError::ErrorCode& m_errorCode;
227 FileError::ErrorCode errorCode = FileError::OK;
228 OwnPtr<LocalErrorCallback> errorCallback = LocalErrorCallback::create(errorCode);
    [all...]
FileWriter.cpp 230 ASSERT(static_cast<FileError::ErrorCode>(code) != FileError::OK);
235 ASSERT(static_cast<FileError::ErrorCode>(code) != FileError::ABORT_ERR);
240 signalCompletion(static_cast<FileError::ErrorCode>(code));
292 void FileWriter::signalCompletion(FileError::ErrorCode code)
315 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionState& exceptionState)
317 ASSERT(errorCode);
318 FileError::throwDOMException(exceptionState, errorCode);
319 m_error = FileError::create(errorCode);
SyncCallbackHelper.h 153 void setError(FileError::ErrorCode code)
166 FileError::ErrorCode m_errorCode;
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.h 60 virtual void didReceiveError(const WebSpeechRecognitionHandle&, const WebString& message, WebSpeechRecognizerClient::ErrorCode) OVERRIDE;
SpeechRecognitionClientProxy.cpp 124 void SpeechRecognitionClientProxy::didReceiveError(const WebSpeechRecognitionHandle& handle, const WebString& message, WebSpeechRecognizerClient::ErrorCode code)
127 SpeechRecognitionError::ErrorCode errorCode = static_cast<SpeechRecognitionError::ErrorCode>(code);
128 recognition->didReceiveError(SpeechRecognitionError::create(errorCode, message));
  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 40 RE2::ErrorCode Add(const StringPiece& pattern,
filtered_re2.cc 24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern,
27 RE2::ErrorCode code = re->error_code();
  /external/regex-re2/re2/
filtered_re2.h 40 RE2::ErrorCode Add(const StringPiece& pattern,
filtered_re2.cc 24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern,
27 RE2::ErrorCode code = re->error_code();
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.h 42 enum ErrorCode {
55 virtual void OnCreationError(ErrorCode code) = 0;
  /external/chromium/net/tools/flip_server/
balsa_frame.h 123 BalsaFrameEnums::ErrorCode ErrorCode() const { return last_error_; }
253 BalsaFrameEnums::ErrorCode last_error_;
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 37 enum ErrorCode {
51 const wchar_t* GetErrorMessage(ErrorCode error_code) {
62 errors::ErrorCode error_code,
  /external/chromium_org/net/tools/balsa/
balsa_frame.h 123 BalsaFrameEnums::ErrorCode ErrorCode() const { return last_error_; }
254 BalsaFrameEnums::ErrorCode last_error_;
  /external/chromium_org/third_party/angle/src/compiler/
DetectCallDepth.cpp 139 DetectCallDepth::ErrorCode DetectCallDepth::detectCallDepthForFunction(FunctionNode* func)
155 DetectCallDepth::ErrorCode DetectCallDepth::detectCallDepth()
161 ErrorCode error = detectCallDepthForFunction(functions[i]);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h 77 SkXMLParserError::ErrorCode getErrorCode() const { return fError.getErrorCode(); }
93 void setErrorCode(SkXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.INHERITED::setCode(err); }
94 void setErrorCode(SkDisplayXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.setCode(err); }
  /external/skia/src/animator/
SkAnimateMaker.h 77 SkXMLParserError::ErrorCode getErrorCode() const { return fError.getErrorCode(); }
93 void setErrorCode(SkXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.INHERITED::setCode(err); }
94 void setErrorCode(SkDisplayXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.setCode(err); }
  /external/chromium_org/remoting/client/
chromoting_client.h 84 protocol::ErrorCode error) OVERRIDE;
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.h 75 protocol::ErrorCode error);

Completed in 377 milliseconds

1 2 34 5 6 7 8