/external/bluetooth/glib/glib/ |
gregex.h | 124 typedef gboolean (*GRegexEvalCallback) (const GMatchInfo *match_info, 151 GMatchInfo **match_info); 157 GMatchInfo **match_info, 162 GMatchInfo **match_info); 168 GMatchInfo **match_info, 215 GRegex *g_match_info_get_regex (const GMatchInfo *match_info); 216 const gchar *g_match_info_get_string (const GMatchInfo *match_info); 218 void g_match_info_free (GMatchInfo *match_info); 219 gboolean g_match_info_next (GMatchInfo *match_info, 221 gboolean g_match_info_matches (const GMatchInfo *match_info); [all...] |
/external/bluetooth/glib/tests/ |
regex-test.c | 289 GMatchInfo *match_info; local 320 start_position, 0, &match_info, NULL); 321 while (g_match_info_matches (match_info)) 324 match->string = g_match_info_fetch (match_info, 0); 327 g_match_info_fetch_pos (match_info, 0, &match->start, &match->end); 329 g_match_info_next (match_info, NULL); 331 g_assert (regex == g_match_info_get_regex (match_info)); 332 g_assert (string == g_match_info_get_string (match_info)); 333 g_match_info_free (match_info); 445 GMatchInfo *match_info; local 484 GMatchInfo *match_info; local 538 GMatchInfo *match_info; local 596 GMatchInfo *match_info; local 659 GMatchInfo *match_info; local 1108 GMatchInfo *match_info = NULL; local 1301 GMatchInfo *match_info; local 1409 GMatchInfo *match_info; local [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
gregex.sgml | 250 @match_info: the #GMatchInfo generated by the match. 355 @match_info: 369 @match_info: 382 @match_info: 396 @match_info: 510 @match_info: 519 @match_info: 528 @match_info: 536 @match_info: 545 @match_info: [all...] |
/external/grub/netboot/ |
tulip.c | 176 struct match_info { 175 struct match_info { struct in struct:pci_id_info [all...] |
/external/v8/src/ |
runtime.cc | [all...] |