/external/chromium_org/content/common/sandbox_linux/ |
bpf_gpu_policy_linux.h | 24 virtual ErrorCode EvaluateSyscall(SandboxBPF* sandbox_compiler,
|
sandbox_seccomp_bpf_linux.cc | 73 virtual ErrorCode EvaluateSyscall(SandboxBPF* sandbox_compiler, 80 ErrorCode BlacklistDebugAndNumaPolicy::EvaluateSyscall(SandboxBPF* sandbox, 84 return ErrorCode(ENOSYS); 89 return ErrorCode(ErrorCode::ERR_ALLOWED); 97 virtual ErrorCode EvaluateSyscall(SandboxBPF* sandbox_compiler, 107 ErrorCode AllowAllPolicy::EvaluateSyscall(SandboxBPF*, int sysno) const { 110 return ErrorCode(ENOSYS); 112 return ErrorCode(ErrorCode::ERR_ALLOWED) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
FileError.cpp | 53 ExceptionCode errorCodeToExceptionCode(FileError::ErrorCode code) 88 const char* errorCodeToMessage(FileError::ErrorCode code) 126 void FileError::throwDOMException(ExceptionState& exceptionState, ErrorCode code) 140 FileError::FileError(ErrorCode code)
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
testlog.h | 14 #include "unicode/errorcode.h" 31 class T_CTEST_EXPORT_API IcuTestErrorCode : public ErrorCode {
|
/external/icu4c/tools/ctestfw/unicode/ |
testlog.h | 14 #include "unicode/errorcode.h" 31 class T_CTEST_EXPORT_API IcuTestErrorCode : public ErrorCode {
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
trap.cc | 176 const ErrorCode& err = trap_array_[info->si_errno - 1]; 217 ErrorCode Trap::MakeTrap(TrapFnc fnc, const void* aux, bool safe) { 221 ErrorCode Trap::MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe) { 224 // we never return an ErrorCode that is marked as "unsafe". This also 233 // ErrorCode is ET_INVALID). 238 return ErrorCode(); 287 ErrorCode* old_trap_array = trap_array_; 288 ErrorCode* new_trap_array = new ErrorCode[trap_array_capacity_]; 301 memcpy(new_trap_array, trap_array_, trap_array_size_ * sizeof(ErrorCode)); [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayXMLParser.h | 23 enum ErrorCode { 55 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 127 enum ErrorCode { 146 static std::pair<GlobalModuleIndex *, ErrorCode> 194 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
|
/external/lzma/CPP/7zip/Common/ |
InBuffer.cpp | 48 ErrorCode = S_OK;
55 if (ErrorCode != S_OK)
64 ErrorCode = result;
|
/external/lzma/CPP/7zip/UI/Console/ |
MainAr.cpp | 72 if (systemError.ErrorCode == E_OUTOFMEMORY)
77 if (systemError.ErrorCode == E_ABORT)
83 NError::MyFormatMessage(systemError.ErrorCode, message);
|
/external/skia/src/animator/ |
SkDisplayXMLParser.h | 23 enum ErrorCode { 55 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
|
/external/chromium_org/chrome/browser/value_store/ |
value_store.h | 19 enum ErrorCode { 42 // Bundles an ErrorCode with further metadata. 44 Error(ErrorCode code, 49 static scoped_ptr<Error> Create(ErrorCode code, 56 const ErrorCode code;
|
testing_value_store.h | 20 void set_error_code(ErrorCode error_code) { error_code_ = error_code; } 53 ErrorCode error_code_;
|
/external/chromium_org/content/common/ |
geolocation_messages.h | 14 IPC_ENUM_TRAITS(content::Geoposition::ErrorCode)
|
/external/chromium_org/remoting/client/ |
client_user_interface.h | 34 protocol::ErrorCode error) = 0;
|
/external/chromium_org/remoting/protocol/ |
connection_to_host.h | 74 virtual void OnConnectionState(State state, ErrorCode error) = 0; 134 void CloseOnError(ErrorCode error); 139 void SetState(State state, ErrorCode error); 168 ErrorCode error_;
|
connection_to_client.h | 51 ErrorCode error) = 0; 114 void Close(ErrorCode error);
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriterSync.h | 67 FileError::ErrorCode m_error;
|
FileWriter.h | 103 void signalCompletion(FileError::ErrorCode); 107 void setError(FileError::ErrorCode, ExceptionState&);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebGeolocationError.cpp | 38 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
|
/external/chromium_org/third_party/skia/include/xml/ |
SkXMLParser.h | 22 enum ErrorCode { 34 ErrorCode getErrorCode() const { return fCode; } 41 void setCode(ErrorCode code) { fCode = code; } 46 ErrorCode fCode;
|
/external/clang/include/clang-c/ |
CXCompilationDatabase.h | 81 CXCompilationDatabase_Error *ErrorCode);
|
/external/skia/include/xml/ |
SkXMLParser.h | 22 enum ErrorCode { 34 ErrorCode getErrorCode() const { return fCode; } 41 void setCode(ErrorCode code) { fCode = code; } 46 ErrorCode fCode;
|
/frameworks/compile/libbcc/lib/Core/ |
Compiler.cpp | 39 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { 98 enum ErrorCode err = config(pConfig); 108 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { 150 enum Compiler::ErrorCode Compiler::runLTO(Script &pScript) { 196 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript, 246 enum Compiler::ErrorCode Compiler::compile(Script &pScript, 250 enum ErrorCode err; 283 enum Compiler::ErrorCode Compiler::compile(Script &pScript, 298 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream);
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechRecognitionError.cpp | 32 static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code) 59 PassRefPtr<SpeechRecognitionError> SpeechRecognitionError::create(ErrorCode code, const String& message)
|