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

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector/resources/
script-console-calls.js 4 console.error("Test console.error");
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 31 #error "Wrong header file included!!"
42 #error "should be a real function"
45 #error "should be a real function"
48 #error "should be a real function"
51 #error "should be a real function"
54 #error "should be a real function"
57 #error "should be a real function"
60 #error "should be a real function"
63 #error "should be a real function"
66 #error "should be a real function
    [all...]
  /dalvik/libcore/icu/src/main/native/
ErrorCode.cpp 14 * Checks if an error has occurred, throwing a suitable exception if so.
16 * @param errorCode code to determine if it is an error
17 * @return 0 if errorCode is not an error, 1 if errorCode is an error, but the
19 * @exception thrown if errorCode represents an error
ErrorCode.h 21 * Checks if an error has occured.
22 * Throws a generic Java RuntimeException if an error has occured.
25 * @return 0 if errorcode is not an error, 1 if errorcode is an error, but the
27 * @exception thrown if errorcode represents an error
  /external/clearsilver/cs/
test14.cs 7 ERROR
13 ERROR
19 ERROR
25 ERROR
31 ERROR
35 ERROR
43 ERROR
47 ERROR
55 ERROR
59 ERROR
    [all...]
  /external/dbus/dbus/
dbus-transport-unix.c 49 * @param error address where an error can be returned.
55 DBusError *error)
61 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
65 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL);
77 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL);
81 fd = _dbus_connect_unix_socket (path, abstract, error);
84 _DBUS_ASSERT_ERROR_IS_SET (error);
96 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL);
116 * @param error error to be se
    [all...]
  /external/easymock/src/org/easymock/internal/
AssertionErrorWrapper.java 22 private final AssertionError error; field in class:AssertionErrorWrapper
24 public AssertionErrorWrapper(AssertionError error) {
25 this.error = error;
29 return error;
  /external/opencore/oscl/oscl/config/shared/
osclconfig_check.h 44 #error "ERROR: OSCL_ASSERT_ALWAYS has to be defined to either 1 or 0."
54 #error "ERROR: OSCL_DISABLE_INLINES has to be defined to either 1 or 0."
63 #error "ERROR: OSCL_HAS_ANSI_STDLIB_SUPPORT has to be defined to either 1 or 0."
72 #error "ERROR: OSCL_HAS_ANSI_STDIO_SUPPORT has to be defined to either 1 or 0."
81 #error "ERROR: OSCL_HAS_ANSI_STRING_SUPPORT has to be defined to either 1 or 0.
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
os_trans.c 43 /* Error opening socket */
44 os_error_printf(CU_MSG_ERROR, "%s: error opening socket.\n", __FUNCTION__);
53 /* Error setting socket option */
54 os_error_printf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_last_error());
77 /* Error binding socket */
78 os_error_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_error());
96 /* Error listening to socket */
97 /* os_error_printf(CU_MSG_ERROR, "%s: error listening to socket. Error %d\n", __FUNCTION__, errno)
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
os_trans.c 43 /* Error opening socket */
44 os_error_printf(CU_MSG_ERROR, "%s: error opening socket.\n", __FUNCTION__);
53 /* Error setting socket option */
54 os_error_printf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_last_error());
77 /* Error binding socket */
78 os_error_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_error());
96 /* Error listening to socket */
97 /* os_error_printf(CU_MSG_ERROR, "%s: error listening to socket. Error %d\n", __FUNCTION__, errno)
    [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...]
g-icon.c 43 GError *error; local
45 error = NULL;
54 icon2 = g_icon_new_for_string (data, &error);
55 g_assert_no_error (error);
67 icon2 = g_icon_new_for_string (data, &error);
68 g_assert_no_error (error);
80 icon2 = g_icon_new_for_string (data, &error);
81 g_assert_no_error (error);
94 icon2 = g_icon_new_for_string (data, &error);
95 g_assert_no_error (error);
    [all...]
  /external/opencore/engines/2way/test/src/
pff_pause_disconnect_test.cpp 22 int error = 0; local
39 OSCL_TRY(error, scheduler->StartScheduler());
40 if (error != 0)
42 OSCL_LEAVE(error);
69 int error = 0; local
78 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id));
79 if (error)
88 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
89 if (error)
139 int error = 0 local
401 int error = 0; local
431 int error = 0; local
    [all...]
audio_only_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, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id));
81 if (error)
120 int error = 0; local
126 OSCL_TRY(error, terminal->ConnectL(iConnectOptions));
127 if (error)
323 int error = 0; local
    [all...]
audio_only_resume_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)
325 int error = 0; local
    [all...]
video_only_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)
120 int error = 0; local
126 OSCL_TRY(error, terminal->ConnectL(iConnectOptions));
127 if (error)
326 int error = 0; local
    [all...]
video_only_resume_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)
328 int error = 0; local
    [all...]
video_preview_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)
316 int error = 0; local
    [all...]
pff_eos_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)
157 int error = 0 local
408 int error = 0; local
456 int error = 0; local
    [all...]
play_from_file_disconnect_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
391 int error = 0; local
440 int error = 0; local
    [all...]
init_play_test.cpp 24 int error = 0; local
40 OSCL_TRY(error, scheduler->StartScheduler());
41 if (error != 0)
43 OSCL_LEAVE(error);
82 int error = 0; local
88 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
89 if (error)
112 OSCL_TRY(error, terminal->ResetPlayFileL());
113 if (error)
135 OSCL_TRY(error, terminal->InitPlayFileL(iFilename))
168 int error = 0; local
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
maximum-age.js 11 var error; variable
23 error = e;
24 shouldBe('error.code', 'mockCode');
25 shouldBe('error.message', 'mockMessage');
36 testFailed('Error callback invoked unexpectedly');
48 testFailed('Error callback invoked unexpectedly');
54 // Update the mock service to report an error.
56 // The maximumAge is non-zero, so we expect the cached position, not the error from the service.
61 testFailed('Error callback invoked unexpectedly');
67 // The default maximumAge is zero, so we expect the error from the service
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /external/bluetooth/glib/gio/
goutputstream.h 24 #error "Only <gio/gio.h> can be included directly."
72 GError **error);
77 GError **error);
80 GError **error);
83 GError **error);
96 GError **error);
106 GError **error);
114 GError **error);
122 GError **error);
142 GError **error);
    [all...]
  /external/bluetooth/glib/tests/
convert-test.c 43 GError *error = NULL; local
46 &bytes_read, &bytes_written, &error);
48 if (error && error->code == G_CONVERT_ERROR_NO_CONVERSION)
51 g_assert_no_error (error);
66 GError *error = NULL; local
71 &error);
73 g_assert_no_error (error);
82 &error);
84 g_assert_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_ILLEGAL_SEQUENCE)
113 GError *error = NULL; local
148 GError *error, *error2, *error3; local
237 GError *error, *error2, *error3; local
301 GError *error, *error2, *error3; local
377 GError *error, *error2, *error3; local
449 GError *error, *error2, *error3; local
517 GError *error, *error2, *error3; local
    [all...]

Completed in 69 milliseconds

1 2 3 4 56 7 8 91011>>