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

  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 55 modified = g_param_value_validate (pspec, &value);
59 modified = g_param_value_validate (pspec, &value);
63 modified = g_param_value_validate (pspec, &value);
67 modified = g_param_value_validate (pspec, &value);
85 modified = g_param_value_validate (pspec, &value);
89 modified = g_param_value_validate (pspec, &value);
97 modified = g_param_value_validate (pspec, &value);
107 modified = g_param_value_validate (pspec, &value);
111 modified = g_param_value_validate (pspec, &value);
122 modified = g_param_value_validate (pspec, &value)
    [all...]
ifaceproperties.c 193 g_assert (g_param_value_validate (pspec, &value1));
195 g_assert (!g_param_value_validate (pspec, &value1));
  /external/bluetooth/glib/gobject/
gparam.h 290 gboolean g_param_value_validate (GParamSpec *pspec,
gobject.symbols 219 g_param_value_validate
gparam.c 626 * g_param_value_validate:
640 g_param_value_validate (GParamSpec *pspec, function
673 * g_param_value_validate().
695 (!g_param_value_validate (pspec, &tmp_value) || !strict_validation))
    [all...]
gparamspecs.c 914 changed += g_param_value_validate (element_spec, element);
1044 return g_param_value_validate (ospec->overridden, value);
    [all...]
gobject.c 929 else if (g_param_value_validate (pspec, &tmp_value) && !(pspec->flags & G_PARAM_LAX_VALIDATION))
    [all...]

Completed in 866 milliseconds