/external/bluetooth/glib/tests/ |
D | 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 …]
|
D | errorcheck-mutex-test.c | 112 for (i = 0; i < G_N_ELEMENTS (func_table); i++) in main() 125 for (i = 0; i < G_N_ELEMENTS (func_table); i++) in main()
|
D | uri-test.c | 182 for (i = 0; i < G_N_ELEMENTS (to_uri_tests); i++) in run_to_uri_tests() 236 for (i = 0; i < G_N_ELEMENTS (from_uri_tests); i++) in run_from_uri_tests() 358 for (i = 0; i < G_N_ELEMENTS (to_uri_tests); i++) in run_roundtrip_tests()
|
D | slice-threadinit.c | 37 #define N_MAGAZINE_PROBES G_N_ELEMENTS (magazine_probes)
|
D | markup-collect.c | 155 for (i = 0; i < G_N_ELEMENTS (tests); i++) in main()
|
D | onceinit.c | 268 for (i = 0; i < G_N_ELEMENTS (initializers); i++) in stress_concurrent_initializers()
|
D | testglib.c | 815 const guint n_dirname_checks = G_N_ELEMENTS (dirname_checks); in test_paths() 838 const guint n_skip_root_checks = G_N_ELEMENTS (skip_root_checks); in test_paths()
|
D | sequence-test.c | 1150 for (i = 0; i < G_N_ELEMENTS (seeds); ++i) in main()
|
/external/bluetooth/glib/gio/tests/ |
D | g-file.c | 132 for (i = 0; i < G_N_ELEMENTS (cmp_paths); i++) in test_g_file_new_for_path() 161 for (i = 0; i < G_N_ELEMENTS (cmp_uris); i++) in test_g_file_new_for_uri() 209 for (i = 0; i < G_N_ELEMENTS (dup_paths); i++) in test_g_file_dup() 272 for (i = 0; i < G_N_ELEMENTS (strings); i++) in test_g_file_get_parse_name_utf8() 333 for (i = 0; i < G_N_ELEMENTS (arg_data); i++) in test_g_file_new_for_commandline_arg() 426 for (i = 0; i < G_N_ELEMENTS (dirs); i++) in test_g_file_has_prefix() 476 for (i = 0; i < G_N_ELEMENTS (files); i++) in roundtrip_parent_child() 501 for (i = 0; i < G_N_ELEMENTS (paths); i++) in test_g_file_get_parent_child()
|
D | live-g-file.c | 199 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_create_structure() 405 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_initial_structure() 512 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in traverse_recurse_dirs() 587 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_enumerate() 750 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_copy_move() 814 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_create() 900 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_open() 970 for (i = 0; i < G_N_ELEMENTS (sample_struct); i++) in test_delete()
|
/external/bluetooth/glib/glib/ |
D | guniprop.c | 344 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_istitle() 464 if (bsearch (GUINT_TO_POINTER (c), wide, G_N_ELEMENTS (wide), sizeof wide[0], in g_unichar_iswide() 543 if (bsearch (GUINT_TO_POINTER (c), ambiguous, G_N_ELEMENTS (ambiguous), sizeof ambiguous[0], in g_unichar_iswide_cjk() 582 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_toupper() 623 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_tolower() 646 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_totitle() 889 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in real_toupper() 1079 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in real_tolower() 1181 int end = G_N_ELEMENTS (casefold_table); in g_utf8_casefold() 1248 #define G_SCRIPT_TABLE_MIDPOINT (G_N_ELEMENTS (g_script_table) / 2) [all …]
|
D | gmacros.h | 206 #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) macro
|
D | gmessages.c | 156 g_log_msg_prefix = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in g_messages_prefixed_init() 1100 _g_debug_flags = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in _g_debug_init()
|
D | gutils.h | 473 GetModuleFileNameW ((HMODULE) hinstDLL, wcbfr, G_N_ELEMENTS (wcbfr)); \
|
D | gunidecomp.c | 172 int end = G_N_ELEMENTS (decomp_table); in find_decomposition()
|
D | gmem.c | 709 flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in g_mem_init_nomessage()
|
D | gutils.c | 1501 if (GetWindowsDirectoryW (wwindowsdir, G_N_ELEMENTS (wwindowsdir))) in get_windows_directory_root() 1948 buf, G_N_ELEMENTS (buf)) > 0) in g_get_prgname()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpvfs.c | 161 for (i = 0; i < G_N_ELEMENTS (winhttp_uri_schemes); i++) in g_winhttp_vfs_get_file_for_uri() 182 retval = g_new (const gchar *, n + G_N_ELEMENTS (winhttp_uri_schemes) + 1); in g_winhttp_vfs_get_supported_uri_schemes() 190 for (i = 0; i < G_N_ELEMENTS (winhttp_uri_schemes); i++) in g_winhttp_vfs_get_supported_uri_schemes()
|
/external/bluetooth/glib/gobject/ |
D | glib-genmarshal.c | 213 for (i = 0; i < G_N_ELEMENTS (args); i++) in complete_in_arg() 257 for (i = 0; i < G_N_ELEMENTS (args); i++) in complete_out_arg() 631 for (i = 0; i < G_N_ELEMENTS (gobject_marshallers); i++) in main()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | ContextMenuClientGtk.cpp | 113 for (i = 0; i < G_N_ELEMENTS(bidi_menu_entries); i++) { in unicodeMenuItem()
|
D | EditorClientGtk.cpp | 418 for (unsigned i = 0; i < G_N_ELEMENTS(keyDownEntries); i++) in interpretEditorCommandKeyEvent() 421 for (unsigned i = 0; i < G_N_ELEMENTS(keyPressEntries); i++) in interpretEditorCommandKeyEvent()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | FontPlatformDataPango.cpp | 96 for (unsigned int i = 0; !m_font && i < G_N_ELEMENTS(families); i++) { in FontPlatformData()
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
D | non-kerned-drawing.cpp | 125 for (unsigned i = 0; !pangoFont && i < G_N_ELEMENTS(families); i++) { in createPangoFontForFont()
|
/external/bluetooth/glib/gmodule/ |
D | gmodule.c | 324 !env ? 0 : g_parse_debug_string (env, keys, G_N_ELEMENTS (keys)); in _g_module_debug_init()
|
/external/webkit/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 1553 for (unsigned i = 0; i < G_N_ELEMENTS(attributes); i++) { in webkit_accessible_document_get_attributes() 1712 for (guint i = 0; i < G_N_ELEMENTS(AtkInterfacesInitFunctions); i++) { in getAccessibilityTypeFromObject()
|