HomeSort by relevance Sort by last modified time
    Searched refs:g_error (Results 1 - 25 of 25) sorted by null

  /external/bluetooth/glib/tests/
module-test.c 56 g_error ("error: %s state should have been \"%s\", but is \"%s\"",
84 g_error ("dynamic modules not supported");
99 g_error ("error: %s", g_module_error ());
102 g_error ("error: %s", g_module_error ());
106 g_error ("error: %s", g_module_error ());
110 g_error ("error: %s", g_module_error ());
116 g_error ("error: %s", g_module_error ());
120 g_error ("error: %s", g_module_error ());
126 g_error ("error: %s", g_module_error ());
130 g_error ("error: %s", g_module_error ())
    [all...]
markup-collect.c 180 g_error ("parser successful but error is set: "
185 g_error ("parser succeeded on test %d ('%s') but "
192 g_error ("error occured on test %d ('%s') but is not in "
197 g_error ("failure expected with test %d ('%s') but it "
202 g_error ("failure message on test %d ('%s') fails "
208 g_error ("result on test %d ('%s') expected to be '%s' "
slice-threadinit.c 103 g_error ("failed to allocate from magazine/page cache (before g_thread_init)");
126 g_error ("failed to reallocate slice from magazine (before g_thread_init): size=%d", magazine_probes[j]);
152 g_error ("failed to reallocate slice from magazine (after g_thread_init): size=%d", magazine_probes[j]);
158 g_error ("failed to allocate from magazine/page cache (after g_thread_init)");
bit-test.c 99 g_error (G_STRINGIFY (f1) " (%lu) = %d; " \
107 g_error (G_STRINGIFY (f1) " (%lu, %d) = %d; " \
dirname-test.c 113 g_error ("%s returned %s, should return %s",
testglib.c 95 g_error ("Regular insert failed");
100 g_error ("g_list_position does not seem to be the inverse of g_list_nth\n");
117 g_error ("Sorted insert failed");
135 g_error ("Sorted insert failed");
155 g_error ("Merge sort failed");
175 g_error ("failed");
193 g_error ("Sorted insert failed");
211 g_error("Sorted insert failed");
231 g_error("Sorted insert failed");
868 g_error ("\nfailed for \"%s\"==\"%s\" (returned: \"%s\")\n"
    [all...]
onceinit.c 37 g_error ("%s: function executed more than once", G_STRFUNC);
46 g_error ("%s: function executed more than once", G_STRFUNC);
55 g_error ("%s: function executed more than once", G_STRFUNC);
child-test.c 71 g_error ("CreateProcess failed: %s\n", g_win32_error_message (GetLastError ()));
file-test.c 165 g_error ("g_file_get_contents() failed: %s", error->message);
  /hardware/libhardware_legacy/power/
power.c 62 static int g_error = 1; variable
83 g_error = errno;
89 g_error = 0;
116 if (g_error) return g_error;
137 if (g_error) return g_error;
171 //LOGI("go_to_sleep eventTime=%lld now=%lld g_error=%s\n", eventTime,
172 // systemTime(), strerror(g_error));
174 if (g_error)
    [all...]
  /external/bluetooth/glib/gthread/
gthread-impl.c 108 g_error ("Trying to recursivly lock a mutex at '%s', "
130 g_error ("Trying to recursivly lock a mutex at '%s', "
155 g_error ("Trying to unlock an unlocked mutex at '%s'", loc);
177 g_error ("Trying to free a locked mutex at '%s', "
197 g_error ("Trying to use an unlocked mutex in g_cond_wait() at '%s'", loc);
200 g_error ("Trying to use a mutex locked by another thread in "
228 g_error ("Trying to use an unlocked mutex in g_cond_timed_wait() at '%s'",
232 g_error ("Trying to use a mutex locked by another thread in "
257 g_error ("Errorcheck mutexes can only be used for native "
297 g_error ("GThread system may only be initialized once.")
    [all...]
gthread-posix.c 53 g_error ("file %s: line %d (%s): error '%s' during '%s'", \
gthread-win32.c 50 g_error ("file %s: line %d (%s): error %s during %s", \
  /frameworks/base/tools/aidl/
aidl_language_l.l 191 g_error = 0;
194 if (g_error != 0) {
195 rv = g_error;
aidl_language.h 139 extern int g_error;
aidl_language_y.y 263 int g_error = 0;
268 g_error = 1;
  /external/bluetooth/glib/glib/
gmessages.h 137 /* for(;;); so that GCC knows that control doesn't go past g_error() */
138 #define g_error(...) G_STMT_START { \ macro
158 #define g_error(format...) G_STMT_START { \ macro
179 g_error (const gchar *format, function
gmem.c 135 g_error ("%s: failed to allocate %"G_GSIZE_FORMAT" bytes",
155 g_error ("%s: failed to allocate %"G_GSIZE_FORMAT" bytes",
174 g_error ("%s: failed to allocate %"G_GSIZE_FORMAT" bytes",
gtestutils.c 322 g_error ("unknown test mode: -m %s", mode);
560 g_error ("Unknown or invalid random seed: %s", rseed);
939 g_error ("invalid test case path: %s", testpath);
    [all...]
gmain.c 406 g_error ("Cannot create pipe main loop wake-up: %s\n",
419 g_error ("Cannot create wake-up semaphore: %s",
    [all...]
gthread.c 591 g_error ("The thread system is not yet initialized.");
gutils.c 349 g_error ("Could not register atexit() function: %s", error);
1048 /* hm, should we g_error() out here?
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 176 g_error("Couldn't load font configuration file from: %s", fontConfigFilename.get());
228 g_error("Could not load font at %s!", fontPaths[font][path]);
235 g_error("Could not find font at %s. Either install this font or file a bug "
243 g_error("Could not load font at %s!", ahemFontFilename.get());
249 g_error("Could not load font at %s!", fontPath.get());
255 g_error("Could not load font at %s!", fontWithNoValidEncodingFilename.get());
258 g_error("Could not set the current font configuration!");
    [all...]
  /external/bluetooth/glib/gobject/
gsignal.c 561 g_error (G_STRLOC ": handler id overflow, %s", REPORT_BUG);
    [all...]
gtype.c 122 g_error ("%s(%p)%s`%s'", _fname, _arg, _action, _tname); \
124 g_error ("%s()%s`%s'", _fname, _action, _tname); \
    [all...]

Completed in 196 milliseconds