Searched refs:GPatternSpec (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgpattern.h32 typedef struct _GPatternSpec GPatternSpec; typedef in typeref:struct:_GPatternSpec
34 GPatternSpec* g_pattern_spec_new (const gchar *pattern);
35 void g_pattern_spec_free (GPatternSpec *pspec);
36 gboolean g_pattern_spec_equal (GPatternSpec *pspec1,
37 GPatternSpec *pspec2);
38 gboolean g_pattern_match (GPatternSpec *pspec,
42 gboolean g_pattern_match_string (GPatternSpec *pspec,
H A Dgpattern.c134 g_pattern_match (GPatternSpec *pspec,
186 GPatternSpec*
189 GPatternSpec *pspec;
201 pspec = g_new (GPatternSpec, 1);
295 g_pattern_spec_free (GPatternSpec *pspec)
304 g_pattern_spec_equal (GPatternSpec *pspec1,
305 GPatternSpec *pspec2)
316 g_pattern_match_string (GPatternSpec *pspec,
329 GPatternSpec *pspec;
/external/webkit/JavaScriptCore/wtf/gtk/
H A DGOwnPtr.cpp49 template <> void freeOwnedGPtr<GPatternSpec>(GPatternSpec* ptr)
H A DGOwnPtr.h35 typedef struct _GPatternSpec GPatternSpec; typedef in typeref:struct:_GPatternSpec
47 template<> void freeOwnedGPtr<GPatternSpec>(GPatternSpec*);
/external/bluetooth/glib/tests/
H A Dpatterntest.c96 GPatternSpec *spec;
169 GPatternSpec *p1 = g_pattern_spec_new (pattern1);
170 GPatternSpec *p2 = g_pattern_spec_new (pattern2);
/external/webkit/WebCore/platform/gtk/
H A DFileSystemGtk.cpp211 GPatternSpec *pspec = g_pattern_spec_new((filter.utf8()).data());

Completed in 75 milliseconds