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

1 2

  /external/bluetooth/glib/tests/
shell-test.c 80 { G_N_ELEMENTS (result0) - 1, result0 },
81 { G_N_ELEMENTS (result1) - 1, result1 },
82 { G_N_ELEMENTS (result2) - 1, result2 },
83 { G_N_ELEMENTS (result3) - 1, result3 },
84 { G_N_ELEMENTS (result4) - 1, result4 },
85 { G_N_ELEMENTS (result5) - 1, result5 },
86 { G_N_ELEMENTS (result6) - 1, result6 },
87 { G_N_ELEMENTS (result7) - 1, result7 },
88 { G_N_ELEMENTS (result8) - 1, result8 },
89 { G_N_ELEMENTS (result9) - 1, result9 }
    [all...]
errorcheck-mutex-test.c 112 for (i = 0; i < G_N_ELEMENTS (func_table); i++)
125 for (i = 0; i < G_N_ELEMENTS (func_table); i++)
uri-test.c 182 for (i = 0; i < G_N_ELEMENTS (to_uri_tests); i++)
236 for (i = 0; i < G_N_ELEMENTS (from_uri_tests); i++)
358 for (i = 0; i < G_N_ELEMENTS (to_uri_tests); i++)
markup-collect.c 155 for (i = 0; i < G_N_ELEMENTS (tests); i++)
slice-threadinit.c 37 #define N_MAGAZINE_PROBES G_N_ELEMENTS (magazine_probes)
onceinit.c 268 for (i = 0; i < G_N_ELEMENTS (initializers); i++)
testglib.c 815 const guint n_dirname_checks = G_N_ELEMENTS (dirname_checks);
838 const guint n_skip_root_checks = G_N_ELEMENTS (skip_root_checks);
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file.c 132 for (i = 0; i < G_N_ELEMENTS (cmp_paths); i++)
161 for (i = 0; i < G_N_ELEMENTS (cmp_uris); i++)
209 for (i = 0; i < G_N_ELEMENTS (dup_paths); i++)
272 for (i = 0; i < G_N_ELEMENTS (strings); i++)
333 for (i = 0; i < G_N_ELEMENTS (arg_data); i++)
426 for (i = 0; i < G_N_ELEMENTS (dirs); i++)
476 for (i = 0; i < G_N_ELEMENTS (files); i++)
501 for (i = 0; i < G_N_ELEMENTS (paths); i++)
live-g-file.c 199 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
405 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
512 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
587 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
750 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
814 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
900 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
970 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++)
    [all...]
  /external/bluetooth/glib/glib/
guniprop.c 344 for (i = 0; i < G_N_ELEMENTS (title_table); ++i)
464 if (bsearch (GUINT_TO_POINTER (c), wide, G_N_ELEMENTS (wide), sizeof wide[0],
543 if (bsearch (GUINT_TO_POINTER (c), ambiguous, G_N_ELEMENTS (ambiguous), sizeof ambiguous[0],
582 for (i = 0; i < G_N_ELEMENTS (title_table); ++i)
623 for (i = 0; i < G_N_ELEMENTS (title_table); ++i)
646 for (i = 0; i < G_N_ELEMENTS (title_table); ++i)
889 for (i = 0; i < G_N_ELEMENTS (title_table); ++i)
1079 for (i = 0; i < G_N_ELEMENTS (title_table); ++i)
1181 int end = G_N_ELEMENTS (casefold_table);
    [all...]
gmacros.h 206 #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
gunidecomp.c 172 int end = G_N_ELEMENTS (decomp_table);
gutils.h 473 GetModuleFileNameW ((HMODULE) hinstDLL, wcbfr, G_N_ELEMENTS (wcbfr)); \
gmem.c 709 flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys));
gmessages.c 156 g_log_msg_prefix = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys));
1100 _g_debug_flags = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys));
gutils.c     [all...]
gslice.c 284 gint flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys));
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 161 for (i = 0; i < G_N_ELEMENTS (winhttp_uri_schemes); i++)
182 retval = g_new (const gchar *, n + G_N_ELEMENTS (winhttp_uri_schemes) + 1);
190 for (i = 0; i < G_N_ELEMENTS (winhttp_uri_schemes); i++)
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 113 for (i = 0; i < G_N_ELEMENTS(bidi_menu_entries); i++) {
EditorClientGtk.cpp 418 for (unsigned i = 0; i < G_N_ELEMENTS(keyDownEntries); i++)
421 for (unsigned i = 0; i < G_N_ELEMENTS(keyPressEntries); i++)
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 213 for (i = 0; i < G_N_ELEMENTS (args); i++)
257 for (i = 0; i < G_N_ELEMENTS (args); i++)
631 for (i = 0; i < G_N_ELEMENTS (gobject_marshallers); i++)
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataPango.cpp 96 for (unsigned int i = 0; !m_font && i < G_N_ELEMENTS(families); i++) {
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 125 for (unsigned i = 0; !pangoFont && i < G_N_ELEMENTS(families); i++) {
  /external/bluetooth/glib/gmodule/
gmodule.c 324 !env ? 0 : g_parse_debug_string (env, keys, G_N_ELEMENTS (keys));
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 887 milliseconds

1 2