Searched refs:Error (Results 176 - 200 of 2398) sorted by relevance

1234567891011>>

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp36 std::string Error; local
44 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error;
51 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error;
58 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error;
62 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error;
64 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Erro
75 std::string Error; local
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsvirt.c42 if (DescriptionMLU == NULL || CopyrightMLU == NULL) goto Error;
44 if (!cmsMLUsetWide(DescriptionMLU, "en", "US", Description)) goto Error;
45 if (!cmsMLUsetWide(CopyrightMLU, "en", "US", L"No copyright, use freely")) goto Error;
47 if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error;
48 if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error;
52 Error:
86 if (!_cmsWriteProfileSequence(hProfile, Seq)) goto Error;
90 Error:
141 if (!SetTextTags(hICC, L"RGB built-in")) goto Error;
145 if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error;
[all...]
/external/clang/test/SemaCXX/
H A Dcxx0x-defaulted-functions.cpp89 struct Error { struct in namespace:DefaultedFnExceptionSpec
92 // get one error for 'Error<int>::Error()' and one for 'Error<int>::~Error()'.
95 Error() noexcept(T::error);
96 Error(const Error&) noexcept(T::error);
97 Error(Error
[all...]
/external/llvm/lib/Support/
H A DRegex.cpp42 bool Regex::isValid(std::string &Error) { argument
48 Error.resize(len - 1);
49 llvm_regerror(error, preg, &Error[0], len);
99 std::string *Error) {
103 if (Error && !Error->empty()) *Error = "";
124 Error && Error->empty())
125 *Error
98 sub(StringRef Repl, StringRef String, std::string *Error) argument
[all...]
/external/llvm/tools/bugpoint/
H A DBugDriver.cpp178 std::string Error; local
179 compileProgram(Program, &Error);
180 if (!Error.empty()) {
181 outs() << Error;
208 bool Diff = diffProgram(Program, "", "", false, &Error);
209 if (!Error.empty()) {
210 errs() << Error;
215 debugMiscompilation(&Error);
216 if (!Error.empty()) {
217 errs() << Error;
[all...]
H A DListReducer.h46 std::string &Error) = 0;
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) { argument
55 switch (doTest(TheList, empty, Error)) {
71 assert(!Error.empty());
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
119 switch (doTest(Prefix, Suffix, Error)) {
144 return true; // Error was set by doTest.
146 assert(Error.empty() && "doTest did not return InternalError for error");
180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) {
186 if (!Error
[all...]
/external/chromium_org/base/files/
H A Dfile.h97 enum Error { enum in class:base::File
168 explicit File(Error error_details);
197 Error error_details() const { return error_details_; }
281 Error Lock();
284 Error Unlock();
289 static Error OSErrorToFileError(DWORD last_error);
291 static Error OSErrorToFileError(int saved_errno);
295 static std::string ErrorToString(Error error);
306 Error error_details_;
H A Dfile_proxy.h44 typedef Callback<void(File::Error)> StatusCallback;
46 typedef Callback<void(File::Error,
48 typedef Callback<void(File::Error,
50 typedef Callback<void(File::Error,
53 typedef Callback<void(File::Error,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.h34 virtual Error Init(const FsInitArgs& args);
38 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
40 virtual Error Unlink(const Path& path);
41 virtual Error Mkdir(const Path& path, int perm);
42 virtual Error Rmdir(const Path& path);
43 virtual Error Remove(const Path& path);
44 virtual Error Rename(const Path& path, const Path& newpath);
45 virtual Error Filesystem_VIoctl(int request, va_list args);
61 Error ErrorFromResponse(const ScopedVar& response);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2564.js28 var o = [ function f0() { throw new Error(); },
33 Error.prepareStackTrace = function(error, frames) {
34 Error.prepareStackTrace = undefined; // Prevent recursion.
59 var o = [ function f0() { throw new Error(); },
64 Error.prepareStackTrace = function(error, frames) {
65 Error.prepareStackTrace = undefined; // Prevent recursion.
95 var o = [ function f0() { "use strict"; throw new Error(); },
100 Error.prepareStackTrace = function(error, frames) {
101 Error.prepareStackTrace = undefined; // Prevent recursion.
H A Dregress-123512.js47 Object.prototype.__defineGetter__(0, function() { throw Error(); });
72 Object.prototype.__defineGetter__(0, function() { throw Error(); });
73 Object.prototype.__defineGetter__('foo', function() { throw Error(); });
/external/chromium_org/chrome/test/chromedriver/js/
H A Dadd_cookie.js56 throw new Error('name of cookie is missing or invalid:"' + name + '"');
60 throw new Error('value of cookie is invalid:"' + value + '"');
67 throw new Error('domain of cookie has too many colons');
73 var error = new Error();
74 error.code = 24; // Error code for InvalidCookieDomain.
81 throw new Error('path of cookie is invalid:"' + path + '"');
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBuffer.h14 #include "libGLESv2/Error.h"
36 Error bufferData(const void *data, GLsizeiptr size, GLenum usage);
37 Error bufferSubData(const void *data, GLsizeiptr size, GLintptr offset);
38 Error copyBufferSubData(Buffer* source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size);
39 Error mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access);
40 Error unmap();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexBuffer.cpp65 gl::Error VertexBufferInterface::setBufferSize(unsigned int size)
87 gl::Error VertexBufferInterface::discard()
92 gl::Error VertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
95 gl::Error error(GL_NO_ERROR);
106 return gl::Error(GL_OUT_OF_MEMORY, "Internal error, new vertex buffer write position would overflow.");
132 return gl::Error(GL_NO_ERROR);
135 gl::Error VertexBufferInterface::reserveVertexSpace(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances)
137 gl::Error error(GL_NO_ERROR);
149 return gl::Error(GL_OUT_OF_MEMORY, "Unable to reserve %u extra bytes in internal vertex buffer, "
158 return gl::Error(GL_NO_ERRO
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DBuffer9.h34 virtual gl::Error setData(const void* data, size_t size, GLenum usage);
36 virtual gl::Error setSubData(const void* data, size_t size, size_t offset);
37 virtual gl::Error copySubData(BufferImpl* source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size);
38 virtual gl::Error map(size_t offset, size_t length, GLbitfield access, GLvoid **mapPtr);
39 virtual gl::Error unmap();
H A DVertexBuffer9.cpp32 gl::Error VertexBuffer9::initialize(unsigned int size, bool dynamicUsage)
50 return gl::Error(GL_OUT_OF_MEMORY, "Failed to allocate internal vertex buffer of size, %lu.", size);
56 return gl::Error(GL_NO_ERROR);
65 gl::Error VertexBuffer9::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
70 return gl::Error(GL_OUT_OF_MEMORY, "Internal vertex buffer is not initialized.");
83 gl::Error error = spaceRequired(attrib, count, instances, &mapSize);
92 return gl::Error(GL_OUT_OF_MEMORY, "Failed to lock internal vertex buffer, HRESULT: 0x%08x.", result);
134 return gl::Error(GL_NO_ERROR);
137 gl::Error VertexBuffer9::getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
148 gl::Error VertexBuffer
[all...]
/external/chromium_org/v8/test/perf-test/Collections/
H A Dmap.js41 throw new Error();
46 throw new Error();
55 throw new Error();
60 throw new Error();
78 throw new Error();
H A Dset.js40 throw new Error();
45 throw new Error();
63 throw new Error();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc41 virtual Error Read(const HandleAttr& attr,
45 virtual Error Write(const HandleAttr& attr,
55 virtual Error Write(const HandleAttr& attr,
68 virtual Error Read(const HandleAttr& attr,
72 virtual Error Write(const HandleAttr& attr,
82 virtual Error Read(const HandleAttr& attr,
86 virtual Error Write(const HandleAttr& attr,
102 virtual Error VIoctl(int request, va_list args);
111 Error NullNode::Read(const HandleAttr& attr,
119 Error NullNod
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.cc40 Error KernelHandle::Init(int open_flags) {
48 Error error = node_->GetSize(&handle_attr_.offs);
56 Error KernelHandle::Seek(off_t offset, int whence, off_t* out_offset) {
63 Error error = node_->GetSize(&node_size);
98 Error KernelHandle::Read(void* buf, size_t nbytes, int* cnt) {
102 Error error = node_->Read(handle_attr_, buf, nbytes, cnt);
108 Error KernelHandle::Write(const void* buf, size_t nbytes, int* cnt) {
112 Error error = node_->Write(handle_attr_, buf, nbytes, cnt);
118 Error KernelHandle::GetDents(struct dirent* pdir, size_t nbytes, int* cnt) {
120 Error erro
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DErrorManager.cs50 //Error(MSG_INTERNAL_ERROR, msg);
51 Error(msg);
58 //Error(MSG_INTERNAL_ERROR, msg);
59 Error(msg);
84 public static void Error(/*int msgID,*/ object arg) method in class:Antlr.Runtime.Misc.ErrorManager
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dsyslog_parser.h25 virtual Error ParseEntry(
33 Error ParseTime(const std::string& input, double* output) const;
35 Error ParseProcess(const std::string& input,
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Droot_delete_helper.h33 typedef base::Callback<void(base::File::Error)> FileStatusCallback;
44 void DidDeleteFileSystem(base::File::Error error);
48 base::File::Error error);
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Derrors.py23 'Error',
36 class Error(Exception): class in inherits:Exception
39 Error can happen on GAE side or GCS server side.
45 class TransientError(Error):
53 class FatalError(Error):
/external/lldb/include/lldb/Expression/
H A DIRInterpreter.h47 lldb_private::Error &error);
54 lldb_private::Error &error,
61 lldb_private::Error &err);

Completed in 704 milliseconds

1234567891011>>