HomeSort by relevance Sort by last modified time
    Searched full:error (Results 101 - 125 of 11596) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
media-controls-when-javascript-disabled.html 3 <style> #error { display: none; } </style>
7 document.getElementById('error').style.display = 'block';
22 <p id=error>ERROR: JavaScript must be disabled for this test.</p>
  /external/zlib/contrib/delphi/
ZLibConst.pas 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  /frameworks/base/opengl/java/android/opengl/
GLException.java 25 public GLException(final int error) {
26 super(getErrorString(error));
27 mError = error;
30 public GLException(final int error, final String string) {
32 mError = error;
35 private static String getErrorString(int error) {
36 String errorString = GLU.gluErrorString(error);
38 errorString = "Unknown error 0x" + Integer.toHexString(error);
  /external/opencore/engines/2way/test/src/
play_from_file_pause_test.cpp 22 int error = 0; local
39 OSCL_TRY(error, scheduler->StartScheduler());
40 if (error != 0)
42 OSCL_LEAVE(error);
76 int error = 0; local
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
86 if (error)
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
96 if (error)
146 int error = 0 local
452 int error = 0; local
501 int error = 0; local
    [all...]
av_pause_rec_disconnect_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
70 int error = 0; local
79 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
80 if (error)
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
90 if (error)
140 int error = 0 local
459 int error = 0; local
    [all...]
a_only_rec_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
71 int error = 0; local
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
81 if (error)
125 int error = 0; local
132 OSCL_TRY(error, terminal->InitRecordFileL(filename));
133 if (error)
344 int error = 0; local
    [all...]
audio_only_pause_close_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
71 int error = 0; local
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
81 if (error)
126 int error = 0; local
132 OSCL_TRY(error, terminal->ConnectL(iConnectOptions));
133 if (error)
321 int error = 0; local
    [all...]
v_only_rec_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
71 int error = 0; local
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
81 if (error)
125 int error = 0; local
132 OSCL_TRY(error, terminal->InitRecordFileL(filename));
133 if (error)
344 int error = 0; local
    [all...]
video_only_pause_close_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
71 int error = 0; local
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
81 if (error)
126 int error = 0; local
132 OSCL_TRY(error, terminal->ConnectL(iConnectOptions));
133 if (error)
324 int error = 0; local
    [all...]
video_preview_pause_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
71 int error = 0; local
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
81 if (error)
125 int error = 0; local
131 OSCL_TRY(error, terminal->ConnectL(iConnectOptions));
132 if (error)
350 int error = 0; local
    [all...]
use_play_file_test.cpp 22 int error = 0; local
39 OSCL_TRY(error, scheduler->StartScheduler());
40 if (error != 0)
42 OSCL_LEAVE(error);
76 int error = 0; local
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
86 if (error)
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
96 if (error)
148 int error = 0 local
437 int error = 0; local
486 int error = 0; local
517 int error = 0; local
    [all...]
av_rec_v_preview_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
70 int error = 0; local
79 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
80 if (error)
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
90 if (error)
140 int error = 0 local
456 int error = 0; local
502 int error = 0; local
    [all...]
av_pause_disconnect_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
71 int error = 0; local
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
81 if (error)
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
90 if (error)
120 int error = 0 local
330 int error = 0; local
    [all...]
  /external/dbus/test/name-test/
test-names.c 78 DBusError error; local
87 dbus_error_init (&error);
102 fprintf (stderr, "Error appending args\n") ;
109 &error);
113 fprintf (stderr, "Error calling ListQueuedOwners: %s\n", error.message);
114 dbus_error_free (&error);
121 &error,
126 fprintf (stderr, "Error getting args: %s\n", error.message)
220 DBusError error; local
278 DBusError error; local
399 DBusError error; local
    [all...]
  /external/dbus/dbus/
dbus-address.c 56 * sets an error message about how the field is no good. Otherwise, sets
57 * address_problem_other as the error message.
59 * @param error the error to set
62 * @param address_problem_other any other error message or #NULL
65 _dbus_set_bad_address (DBusError *error,
71 dbus_set_error (error, DBUS_ERROR_BAD_ADDRESS,
75 dbus_set_error (error, DBUS_ERROR_BAD_ADDRESS,
270 DBusError *error)
298 dbus_set_error (error, DBUS_ERROR_BAD_ADDRESS
695 DBusError error; local
    [all...]
dbus-bus.h 24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
40 DBusError *error);
42 DBusError *error);
45 DBusError *error);
51 DBusError *error);
55 DBusError *error);
58 DBusError *error);
61 DBusError *error);
67 DBusError *error);
71 DBusError *error);
    [all...]
dbus-errors.h 2 /* dbus-errors.h Error reporting
25 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
41 /** Mostly-opaque type representing an error that occurred */
49 const char *name; /**< public error name field */
50 const char *message; /**< public error message field */
61 void dbus_error_init (DBusError *error);
62 void dbus_error_free (DBusError *error);
63 void dbus_set_error (DBusError *error,
67 void dbus_set_error_const (DBusError *error,
72 dbus_bool_t dbus_error_has_name (const DBusError *error,
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 44 * adds copy of error to list for later retrieval.
47 public boolean handleError(DOMError error) {
50 if (error.getSeverity() == DOMError.SEVERITY_WARNING) {
53 } else if (error.getSeverity() == DOMError.SEVERITY_ERROR) {
54 severity = "[Error]";
55 } else if (error.getSeverity() == DOMError.SEVERITY_FATAL_ERROR) {
56 severity = "[Fatal Error]";
59 System.err.println(severity + ": " + error.getMessage() + "\t");
60 System.err.println("Type : " + error.getType() + "\t" + "Related Data: "
61 + error.getRelatedData() + "\t" + "Related Exception: "
    [all...]
  /external/stlport/test/unit/
boost_check.cpp 14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared
15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared
16 ../../../stlport/functional:67: error: '::_1' has not been declared
17 ../../../stlport/functional:68: error: '::_2' has not been declared
18 ../../../stlport/functional:69: error: '::_3' has not been declared
19 ../../../stlport/functional:70: error: '::_4' has not been declared
20 ../../../stlport/functional:71: error: '::_5' has not been declared
21 ../../../stlport/functional:72: error: '::_6' has not been declared
22 ../../../stlport/functional:73: error: '::_7' has not been declared
23 ../../../stlport/functional:74: error: '::_8' has not been declare
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_base.cpp 32 int32 error; local
33 OsclTLSRegistry::initialize(alloc, error);
34 //exit on error
35 if (error)
36 return error;
41 int32 error; local
42 OsclSingletonRegistry::initialize(alloc, error);
43 //exit on error
44 if (error)
45 return error;
57 int32 error; local
66 int32 error; local
    [all...]
  /external/clearsilver/man/man3/
nerr_error_traceback.3 25 err - error
30 returns the full traceback of the error chain
nerr_ignore.3 26 error (should I rename it?). Free's the error chain.
nerr_log_error.3 25 currently, this prints out the error to stderr, and
26 free's the error chain
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-001-n.js 34 reportCompare ("error", eval ("'no'\u001C+' error'"),
36 reportCompare ("error", eval ("'no'\u001D+' error'"),
38 reportCompare ("error", eval ("'no'\u001E+' error'"),
40 reportCompare ("error", eval ("'no'\u001F+' error'"),
  /external/webkit/LayoutTests/storage/
change-version-handle-reuse-expected.txt 1 This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions. Also, reloading the page should not cause an assertion failure.
4 transaction: statement error callback: no such table: FooBar

Completed in 150 milliseconds

1 2 3 45 6 7 8 91011>>