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

  /bionic/libc/bionic/
pthread-timers.c 436 timer_gettime( timer_t id, struct itimerspec* ospec )
438 if (ospec == NULL) {
444 return __timer_gettime( id, ospec );
453 timer_gettime_internal( timer, ospec );
464 struct itimerspec* ospec )
472 return __timer_settime( id, flags, spec, ospec );
483 /* return current timer value if ospec isn't NULL */
484 if (ospec != NULL) {
485 timer_gettime_internal(timer, ospec );
  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 148 GParamSpec *ospec, *pspec; local
152 ospec = g_param_spec_char ("char", "nick", "blurb",
155 pspec = g_param_spec_override ("override", ospec);
  /external/bluetooth/glib/gobject/
gparamspecs.c 967 /* GParamSpecObject *ospec = G_PARAM_SPEC_OBJECT (pspec); */
981 GParamSpecObject *ospec = G_PARAM_SPEC_OBJECT (pspec); local
985 if (object && !g_value_type_compatible (G_OBJECT_TYPE (object), G_PARAM_SPEC_VALUE_TYPE (ospec)))
1011 /* GParamSpecOverride *ospec = G_PARAM_SPEC_OVERRIDE (pspec); */
1017 GParamSpecOverride *ospec = G_PARAM_SPEC_OVERRIDE (pspec); local
1020 if (ospec->overridden)
1022 g_param_spec_unref (ospec->overridden);
1023 ospec->overridden = NULL;
1033 GParamSpecOverride *ospec = G_PARAM_SPEC_OVERRIDE (pspec); local
1035 g_param_value_set_default (ospec->overridden, value)
1042 GParamSpecOverride *ospec = G_PARAM_SPEC_OVERRIDE (pspec); local
1052 GParamSpecOverride *ospec = G_PARAM_SPEC_OVERRIDE (pspec); local
2339 GParamSpecObject *ospec; local
    [all...]
gparam.c 570 GParamSpecOverride *ospec = G_PARAM_SPEC_OVERRIDE (pspec); local
572 return ospec->overridden;
    [all...]

Completed in 299 milliseconds