/external/webkit/WebCore/loader/ |
CachedFont.cpp | 200 void CachedFont::error() function in class:WebCore::CachedFont
|
/external/webkit/WebKit/gtk/tests/ |
testwebframe.c | 123 GError *error = NULL; local 125 gint fd = g_file_open_tmp ("webkit-testwebframe-XXXXXX", &temporaryFilename, &error); 128 if (error) { 129 g_critical("Failed to open a temporary file for writing: %s.", error->message); 130 g_error_free(error);
|
/external/webkit/WebKit/win/ |
WebURLAuthenticationChallenge.cpp | 118 /* [in] */ IWebError* error, 142 hr = error->QueryInterface(CLSID_WebError, (void**)&webError); 184 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::error( function in class:WebURLAuthenticationChallenge 187 *result = WebError::createInstance(m_authenticationChallenge.error());
|
/frameworks/base/services/surfaceflinger/ |
TextureManager.cpp | 165 GLint error = glGetError(); local 166 if (error != GL_NO_ERROR) { 168 pImage->image, error);
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
Log.java | 41 public void error(String format, Object... args) { method in class:Log 51 error(format + "\n" + sw.toString(), args);
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
ElemChoose.java | 121 transformer.getMsgMgr().error( 147 error(XSLTErrorResources.ER_CANNOT_ADD, method
|
/libcore/luni/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 39 * Implement SAX error handler for default reporting. 48 * the error() and fatalError() methods. If it is false, the errors 93 // Defer creating the java.io.PrintWriter until an error needs to be 126 * Receive notification of a recoverable error. 128 * <p>This corresponds to the definition of "error" in section 1.2 138 * error even if the XML 1.0 recommendation does not require it to 141 * @param exception The error information encapsulated in a 146 public void error(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler 155 * Receive notification of a non-recoverable error. 157 * <p>This corresponds to the definition of "fatal error" i 228 public void error(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
HandlerBase.java | 329 * Receive notification of a recoverable parser error. 333 * for each error, such as inserting the message in a log file or 342 public void error (SAXParseException e) 350 * Report a fatal XML parsing error. 354 * they need to take specific actions for each fatal error (such as 360 * @param e The error information encoded as an exception. 338 public void error (SAXParseException e) method in class:HandlerBase
|
/ndk/sources/android/stlport/test/unit/cppunit/ |
file_reporter.h | 64 virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_line) { function in class:FileReporter 65 // Error might be called several times between 2 progress calls, we shouldn't however consider
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AdtConsoleSdkLog.java | 29 public void error(Throwable t, String errorFormat, Object... args) { method in class:AdtConsoleSdkLog 31 AdtPlugin.logAndPrintError(t, TAG, "Error: " + errorFormat, args);
|
/frameworks/base/core/java/android/webkit/ |
FrameLoader.java | 100 mListener.error(EventHandler.ERROR_BAD_URL, 108 mListener.error(EventHandler.ERROR_BAD_URL, 127 mListener.error(EventHandler.ERROR_UNSUPPORTED_SCHEME, 142 loadListener.error(EventHandler.ERROR_BAD_URL, 146 // error. 233 int error = EventHandler.ERROR_UNSUPPORTED_SCHEME; local 239 error = EventHandler.ERROR_BAD_URL; 243 error = EventHandler.ERROR_BAD_URL; 246 mListener.error(error, mListener.getContext().getText [all...] |
/bionic/libc/kernel/common/linux/ |
ftape.h | 37 __u8 error; member in struct:__anon237::__anon238 39 } error; member in union:__anon237
|
/build/tools/apicheck/src/com/android/apicheck/ |
ApiInfo.java | 49 Errors.error(Errors.REMOVED_PACKAGE, pInfo.position(), 56 Errors.error(Errors.ADDED_PACKAGE, pInfo.position(),
|
FieldInfo.java | 108 Errors.error(Errors.CHANGED_TYPE, fInfo.position(), 114 Errors.error(Errors.CHANGED_VALUE, fInfo.position(), 121 Errors.error(Errors.CHANGED_SCOPE, fInfo.position(), 128 Errors.error(Errors.CHANGED_STATIC, fInfo.position(), 134 Errors.error(Errors.CHANGED_FINAL, fInfo.position(), 140 Errors.error(Errors.CHANGED_TRANSIENT, fInfo.position(), 146 Errors.error(Errors.CHANGED_VOLATILE, fInfo.position(), 152 Errors.error(Errors.CHANGED_DEPRECATED, fInfo.position(),
|
/build/tools/droiddoc/src/ |
SinceTagger.java | 178 Errors.error(Errors.NO_SINCE_DATA, claz.position(), 183 Errors.error(Errors.NO_SINCE_DATA, field.position(), 189 Errors.error(Errors.NO_SINCE_DATA, constructor.position(), 195 Errors.error(Errors.NO_SINCE_DATA, method.position(),
|
/build/tools/rgb2565/ |
to565.c | 48 int* error = malloc((width+2) * 3 * sizeof(int)); local 50 memset(error, 0, (width+2) * 3 * sizeof(int)); 52 error += 3; // array goes from [-3..((width+1)*3+2)] 56 int r = in[0] + error[i*3+0]; 59 int g = in[1] + error[i*3+1]; 62 int b = in[2] + error[i*3+2]; 72 error[(i+1)*3+ch] += e - ((e*1/16) + (e*3/16) + (e*5/16)); \ 88 // error <- next_error; next_error <- 0 89 int* temp = error; error = next_error; next_error = temp [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
ClippingExperiment.java | 64 float error = ret[Native.OVERFLOW_ERROR]; local 69 if (error < 0.0f) {
|
SpectrumShapeExperiment.java | 55 float error = ret[Native.SPECTRUM_ERROR]; local 57 if (error < 0.0f) {
|
/cts/tools/dasm/src/java_cup/ |
sym.java | 28 static final int error = 1; field in class:sym
|
/development/host/windows/usb/api/ |
adb_legacy_interface.cpp | 60 // Preserve error accross handle close
61 ULONG error = ok ? NO_ERROR : GetLastError();
local 65 if (NO_ERROR != error) {
66 SetLastError(error);
134 // Preserve error accross CloseHandle
135 ULONG error = ret ? NO_ERROR : GetLastError();
local 139 if (NO_ERROR != error) {
140 SetLastError(error);
200 // Preserve error accross CloseHandle
201 ULONG error = ret ? NO_ERROR : GetLastError(); local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
ftape.h | 37 __u8 error; member in struct:__anon886::__anon887 39 } error; member in union:__anon886
|
/external/bison/lib/ |
error.c | 0 /* Error handler for noninteractive utilities 25 #include "error.h" 49 /* If NULL, error will flush stdout, then print on stderr the program 50 name, a colon and a space. Otherwise, error will call this 54 /* This variable is incremented each time `error' is called. */ 64 /* In GNU libc we want do not want to use the common name `error' directly. 72 # define error __error macro 121 s = _("Unknown system error"); 184 /* Print the program name and error message MESSAGE, which is a printf-style 186 If ERRNUM is nonzero, print its corresponding system error message 189 error (int status, int errnum, const char *message, ...) function 300 # undef error macro [all...] |
/external/bluetooth/bluez/test/ |
gaptest.c | 45 DBusError error; local 54 dbus_error_init(&error); 57 message, -1, &error); 62 if (dbus_error_is_set(&error) == TRUE) { 63 fprintf(stderr, "%s\n", error.message); 64 dbus_error_free(&error); 88 DBusError error; local 100 dbus_error_init(&error); 103 message, -1, &error); 108 if (dbus_error_is_set(&error) == TRUE) 134 DBusError error; local 172 DBusError error; local [all...] |
/external/bluetooth/glib/gio/ |
gloadableicon.c | 50 GError **error); 107 * @error: a #GError location to store the error occuring, or %NULL to 120 GError **error) 128 return (* iface->load) (icon, size, type, cancellable, error); 164 * @error: a #GError location to store the error occuring, or %NULL to 175 GError **error) 185 if (g_simple_async_result_propagate_error (simple, error)) 191 return (* iface->load_finish) (icon, res, type, error); 221 GError *error = NULL; local [all...] |
/external/bluetooth/glib/gio/tests/ |
desktop-app-info.c | 33 GError *error; local 36 error = NULL; 40 &error); 41 g_assert (error == NULL); 44 g_app_info_set_as_default_for_type (info, "application/x-blah", &error); 45 g_assert (error == NULL); 46 g_app_info_remove_supports_type (info, "application/x-blah", &error); 47 g_assert (error == NULL); 101 GError *error = NULL; local 107 g_app_info_set_as_default_for_type (info1, "application/x-test", &error); 181 GError *error; local [all...] |