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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 29 std::string error; local
32 &error);
33 EXPECT_TRUE(protected_app.get()) << error;
54 std::string error; local
57 &error);
58 EXPECT_TRUE(unlimited_app.get()) << error;
81 std::string error; local
84 &error);
85 EXPECT_TRUE(component_app.get()) << error;
107 std::string error; local
    [all...]
  /external/chromium/chrome/browser/net/
service_providers_win.cc 17 // Find out how just how much memory is needed. If we get the expected error,
51 // Find out how just how much memory is needed. If we get the expected error,
54 int error; local
55 if (SOCKET_ERROR != WSCEnumProtocols(NULL, NULL, &size, &error) ||
56 error != WSAENOBUFS) {
66 &error);
87 &path_length, &error)) {
  /external/chromium/chrome/browser/sync/glue/
theme_util_unittest.cc 36 std::string error; local
39 Extension::STRICT_ERROR_CHECKS, &error);
41 EXPECT_EQ("", error);
  /external/chromium/chrome/browser/ui/gtk/
gconf_titlebar_listener.cc 62 GError* error = NULL; local
64 &error);
65 if (HandleGError(error, kButtonLayoutKey))
73 GCONF_CLIENT_PRELOAD_ONELEVEL, &error);
74 if (HandleGError(error, kMetacityGeneral))
82 this, NULL, &error);
83 if (HandleGError(error, kButtonLayoutKey))
104 bool GConfTitlebarListener::HandleGError(GError* error, const char* key) {
105 if (error != NULL) {
106 LOG(ERROR) << "Error with gconf key '" << key << "': " << error->message
    [all...]
  /external/chromium/chrome/common/extensions/
extension_localization_peer.cc 118 std::string error; local
120 *l10n_messages, &data_, &error)) {
  /external/chromium/net/base/
directory_lister_unittest.cc 25 void OnListDone(int error) {
26 error_ = error;
65 int error() const { return error_; } function in class:net::ListerDelegate
85 EXPECT_EQ(delegate.error(), OK);
100 EXPECT_EQ(delegate.error(), OK);
116 EXPECT_EQ(delegate.error(), ERR_ABORTED);
  /external/chromium/net/proxy/
proxy_resolver_winhttp.cc 78 DWORD error = GetLastError(); local
79 LOG(ERROR) << "WinHttpGetProxyForUrl failed: " << error;
82 if (ERROR_WINHTTP_TIMEOUT == error ||
83 ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR == error) {
86 return ERR_FAILED; // TODO(darin): Bug 1189288: translate error code.
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 65 printf ("Failed: Reply is error: %s ***\n", dbus_message_get_error_name (reply));
83 DBusError error; local
92 dbus_error_init (&error);
94 conn = dbus_bus_get (DBUS_BUS_SESSION, &error);
test-pending-call-timeout.c 48 printf ("Failed: Reply is error: %s ***\n", dbus_message_get_error_name (reply));
72 DBusError error; local
76 dbus_error_init (&error);
78 conn = dbus_bus_get (DBUS_BUS_SESSION, &error);
test-privserver-client.c 33 DBusError error; local
42 dbus_error_init (&error);
46 session = dbus_bus_get (DBUS_BUS_SESSION, &error);
54 if (!(reply = dbus_connection_send_with_reply_and_block (session, msg, -1, &error)))
55 die ("couldn't send message: %s\n", error.message);
57 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_STRING, &addr, DBUS_TYPE_INVALID))
67 privconn = dbus_connection_open (addr, &error);
70 die ("couldn't connect to server direct connection: %s\n", error.message);
test-privserver.c 67 DBusError error; local
72 dbus_error_init (&error);
79 session = dbus_bus_get (DBUS_BUS_SESSION, &error);
85 dbus_bus_request_name (session, "org.freedesktop.DBus.TestSuite.PrivServer", 0, &error);
86 if (dbus_error_is_set (&error))
87 die ("couldn't request name: %s", error.message);
93 server = dbus_server_listen (TEST_LISTEN, &error);
95 server = dbus_server_listen ("unix:tmpdir=/tmp", &error);
98 die (error.message);
  /external/dbus/test/
shell-test.c 22 DBusError error; local
51 dbus_error_init (&error);
52 if (!_dbus_shell_parse_argv (command_line, &shell_argc, &shell_argv, &error))
54 fprintf (stderr, "Error parsing command line: %s\n", error.message ? error.message : "");
  /external/dbus/tools/
dbus-uuidgen.c 90 DBusError error; local
125 dbus_error_init (&error);
130 if (dbus_internal_do_not_use_get_uuid (filename, &uuid, ensure_uuid, &error))
147 dbus_set_error (&error, DBUS_ERROR_NO_MEMORY, "No memory");
151 if (dbus_error_is_set (&error))
153 fprintf (stderr, "%s\n", error.message);
154 dbus_error_free (&error);
  /external/freetype/src/base/
ftinit.c 137 error = FT_Create_Class_##x(library, &clazz); \
138 if (error) goto Exit; \
144 FT_Error error; local
155 return error;
166 if (error) ft_destroy_default_module_classes( library );
169 return error;
180 FT_Error error; local
189 error = FT_Add_Module( library, *cur );
191 if ( error )
193 " Cannot install `%s', error = 0x%x\n"
205 FT_Error error; local
    [all...]
  /external/freetype/src/raster/
ftrend1.c 64 FT_Error error = Raster_Err_Ok; local
69 error = Raster_Err_Invalid_Argument;
80 return error;
104 FT_Error error; local
117 error = Raster_Err_Invalid_Argument;
224 error = render->raster_render( render->raster, &params );
228 if ( error )
236 return error;
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 42 const FT_Error error = FT_Load_Glyph(face, glyphs[i], FT_LOAD_DEFAULT); local
43 if (error) {
70 HB_Error error = HB_Err_Ok; local
75 if ((error = (HB_Error) FT_Load_Glyph(face, glyph, load_flags)))
76 return error;
99 const FT_Error error = FT_Load_Glyph(face, glyph, FT_LOAD_DEFAULT); local
100 if (error) {
146 const FT_Error error = FT_Load_Sfnt_Table(face, tag, 0, buffer, &ftlen); local
148 return (HB_Error) error;
  /external/icu4c/i18n/
csrmbcs.h 36 UBool error; member in class:IteratedChar
  /external/icu4c/tools/genrb/
errmsg.c 9 * File error.c
23 void error(uint32_t linenumber, const char *msg, ...) function
  /external/ipsec-tools/src/racoon/
main.c 271 int error; local
320 errx(1, "something error happened "
  /external/qemu/android/
async-utils.h 31 ASYNC_ERROR, /* an error occurred, look at errno */
73 * ASYNC_ERROR: If an error occured (see errno). The error will be
114 * ASYNC_ERROR: If an error occured (see errno). The error will be
163 * ASYNC_ERROR: An error occured. Note that in case of disconnection,
184 * should be '\n' unless an error occured.
189 * stripped. This will be NULL in case of error though.
203 int error; member in struct:__anon9347
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error_c.h 25 error messages
35 /* This is a numeric value corresponding to the current error */
36 int error; member in struct:SDL_error
39 internationalized versions of the SDL error messages. If the key
41 used directly as an error message format string.
45 /* These are the arguments for the error functions */
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macos/
SDL_sysloadso.c 45 OSErr error; local
49 error = GetSharedLibrary(C2PStr(psofile), kCompiledCFragArch,
51 switch (error) {
66 loaderror = "Unknown Code Fragment Manager error";
  /external/qemu/slirp/
ip_output.c 61 int len, off, error = 0; local
89 * error = ENOBUFS;
112 error = -1;
119 error = -1;
137 error = -1;
162 error = -1;
187 if (error == 0)
193 if (error == 0)
198 return (error);
  /external/qemu/slirp-android/
ip_output.c 61 int len, off, error = 0; local
89 * error = ENOBUFS;
112 error = -1;
119 error = -1;
137 error = -1;
162 error = -1;
187 if (error == 0)
193 if (error == 0)
198 return (error);
  /external/speex/libspeex/
lpc.c 72 /* returns minimum mean square error */
81 spx_word16_t error = ac[0]; local
97 r = DIV32_16(rr+PSHR32(error,1),ADD16(error,8));
99 r = rr/(error+.003*ac[0]);
101 /* Update LPC coefficients and total error */
112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r)));
114 return error;
    [all...]

Completed in 1019 milliseconds

1 2 3 4 56 7 8 91011>>