Searched refs:error (Results 251 - 275 of 3763) sorted by relevance

<<11121314151617181920>>

/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java106 int error = gl.glGetError();
107 if (error != GL10.GL_NO_ERROR) {
108 DebugLog.d("Texture Delete", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + mTextureHash[x].resource);
111 assert error == GL10.GL_NO_ERROR;
134 int error = gl.glGetError();
135 if (error != GL10.GL_NO_ERROR) {
136 DebugLog.d("Texture Load 1", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource);
139 assert error
[all...]
/external/srec/srec/include/
H A Dsizes.h41 #error Unknown build processor!
/external/stlport/stlport/stl/
H A D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/external/tcpdump/missing/
H A Dbittypes.h36 #error "there's no appropriate type for u_int8_t"
50 #error "there's no appropriate type for u_int16_t"
64 #error "there's no appropriate type for u_int32_t"
82 #error "there's no appropriate type for u_int64_t"
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dstdbool.h25 #error "This stdbool.h file should only be compiled with MSVC"
/external/webkit/Source/WebCore/inspector/front-end/
H A DScript.js46 function didGetScriptSource(error, source)
56 function didEditScriptSource(error, callFrames)
58 if (!error)
60 callback(error, callFrames);
/external/webkit/Source/WebKit/chromium/public/
H A DWebCanvas.h49 #error "Need to define WebCanvas"
H A DWebIDBDatabaseError.h46 WebIDBDatabaseError(const WebIDBDatabaseError& error) { assign(error); } argument
47 WebIDBDatabaseError& operator=(const WebIDBDatabaseError& error) argument
49 assign(error);
/external/webkit/Source/WebKit/chromium/src/
H A DWebTextCheckingCompletionImpl.cpp43 static TextCheckingType toCoreCheckingType(WebTextCheckingResult::Error error) argument
45 if (error == WebTextCheckingResult::ErrorSpelling)
47 ASSERT(error == WebTextCheckingResult::ErrorGrammar);
56 coreResult.type = toCoreCheckingType(results[i].error);
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.h45 @constant WebHistoryLoadedNotification Posted from loadFromURL:error:.
79 @method loadFromURL:error:
81 @param error Set to nil or an NSError instance if an error occurred.
85 - (BOOL)loadFromURL:(NSURL *)URL error:(NSError **)error;
88 @method saveToURL:error:
91 @param error Set to nil or an NSError instance if an error occurred.
94 - (BOOL)saveToURL:(NSURL *)URL error
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp120 DWORD error = ::GetLastError(); local
122 switch (error) {
131 DWORD error = ::GetLastError(); local
132 if (error == ERROR_BROKEN_PIPE) {
148 DWORD error = ::GetLastError(); local
155 // FIXME: We should figure out why we're getting this error.
186 DWORD error = ::GetLastError(); local
187 if (error == ERROR_BROKEN_PIPE) {
213 DWORD error = ::GetLastError(); local
215 if (error
240 DWORD error = ::GetLastError(); local
301 DWORD error = ::GetLastError(); local
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DWebError.h35 // WebError - An error type suitable for vending to an API.
46 static PassRefPtr<WebError> create(const WebCore::ResourceError& error) argument
48 return adoptRef(new WebError(error));
65 WebError(const WebCore::ResourceError& error) argument
66 : m_platformError(error)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-modexp.c31 goto error;
36 goto error;
39 goto error;
43 error:
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-modexp.c31 goto error;
36 goto error;
39 goto error;
43 error:
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-modexp.c31 goto error;
36 goto error;
39 goto error;
43 error:
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc81 HttpError* error) {
83 *error = HE_NONE;
105 ProcessResult result = ProcessLine(line, len, error);
127 error);
129 << read << " err: " << error; local
145 HttpParser::ProcessLine(const char* line, size_t len, HttpError* error) { argument
148 << error; local
153 return ProcessLeader(line, len, error);
159 *error = HE_PROTOCOL;
171 *error
80 Process(const char* buffer, size_t len, size_t* processed, HttpError* error) argument
237 complete(HttpError error) argument
253 DoReserve(size_t size, int* error) argument
270 Read(void* buffer, size_t buffer_len, size_t* read, int* error) argument
328 Write(const void* data, size_t data_len, size_t* written, int* error) argument
356 Disconnect(HttpError error) argument
491 HandleStreamClose(int error) argument
510 DoReceiveLoop(HttpError* error) argument
593 HttpError error; local
641 int error; local
696 int error; local
768 OnHttpStreamEvent(StreamInterface* stream, int events, int error) argument
803 OnDocumentEvent(StreamInterface* stream, int events, int error) argument
827 ProcessLeader(const char* line, size_t len, HttpError* error) argument
833 ProcessHeader(const char* name, size_t nlen, const char* value, size_t vlen, HttpError* error) argument
841 ProcessHeaderComplete(bool chunked, size_t& data_size, HttpError* error) argument
863 ProcessData(const char* data, size_t len, size_t& read, HttpError* error) argument
[all...]
H A Dsslidentity.cc49 #error "Not implemented yet"
70 #error "No SSL implementation"
/external/chromium/base/
H A Dformat_macros.h30 #error "inttypes.h has already been included before this header file, but "
31 #error "without __STDC_FORMAT_MACROS defined."
/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_api_helpers.h44 // - If there are entries that could not be parsed, the functions set |error|
48 std::string* error);
51 std::string* error);
54 std::string* error);
57 std::string* error);
60 std::string* error);
70 std::string* error);
76 // Returns true if successful and sets |error| otherwise.
80 std::string* error);
83 // to |out|. Returns true if successful and sets |error| otherwis
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_sidebar_utils.cc27 std::string* error) {
30 *error = ExtensionErrorUtils::FormatErrorMessage(kInvalidPathError,
25 ResolveRelativePath(const std::string& relative_path, const Extension* extension, std::string* error) argument
/external/compiler-rt/BlocksRuntime/tests/
H A Dk-and-r.c8 // CONFIG error: incompatible block pointer types assigning
24 // yield characteristic error message for C++
25 #error incompatible block pointer types assigning
28 // yield characteristic error message for C++
29 #error incompatible block pointer types assigning
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h34 ?==error: undefined 16 bit type
47 ?== error: undefined 32 bit type
/external/elfutils/libasm/
H A Dasm_error.c41 /* The error number. Used in non-threaded programs. */
117 /* Return the appropriate message for the error. */
120 [ASM_E_NOERROR] = N_("no error"),
128 [ASM_E_IOERROR] = N_("error during output of data"),
133 asm_errmsg (error)
134 int error;
141 if ((error == 0 || error == -1) && threaded)
162 if (error < -1)
163 return _("unknown error");
[all...]
/external/elfutils/tests/
H A Ddwfl-bug-fd-leak.c35 #include <error.h>
55 error (2, 0, "dwfl_begin: %s", dwfl_errmsg (-1));
59 error (2, 0, "dwfl_linux_proc_report: %s", dwfl_errmsg (-1));
61 error (2, result, "dwfl_linux_proc_report");
64 error (2, 0, "dwfl_report_end: %s", dwfl_errmsg (-1));
72 error (2, 0, "dwarf_getelf: %s", dwarf_errmsg (-1));
78 error (2, 0, "dwfl_module_getelf: %s", dwfl_errmsg (-1));
101 error (2, errno, "setrlimit");
H A Decp.c27 #include <error.h>
37 error (EXIT_FAILURE, 0, "usage: %s FROMNAME TONAME", argv[0]);
43 error (EXIT_FAILURE, errno, "cannot open input file '%s'", argv[1]);
47 error (EXIT_FAILURE, 0, "problems opening '%s' as ELF file: %s",
52 error (EXIT_FAILURE, errno, "cannot open output file '%s'", argv[2]);
56 error (EXIT_FAILURE, 0, "problems opening '%s' as ELF file: %s",
70 error (EXIT_FAILURE, 0, "cannot create program header: %s",
95 error (EXIT_FAILURE, 0, "elf_update failed: %s", elf_errmsg (-1));

Completed in 1562 milliseconds

<<11121314151617181920>>