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

  /bootable/recovery/minui/
mkfont.c 38 eject:
  /external/bluetooth/glib/gio/
gdrive.h 45 * @eject_button: Signal emitted when the physical eject button (if any) of a drive have been pressed.
54 * @can_eject: Returns %TRUE if the #GDrive can eject media.
55 * @eject: Ejects a #GDrive.
56 * @eject_finish: Finishes an eject operation.
87 void (* eject) (GDrive *drive, member in struct:_GDriveIface
gvolume.h 93 * @eject: Ejects a given #GVolume.
94 * @eject_finish: Finishes an eject operation.
134 void (* eject) (GVolume *volume, member in struct:_GVolumeIface
gdrive.c 137 * GDrive::eject-button:
140 * Emitted when the physical eject button (if any) of a drive has
143 g_signal_new (I_("eject-button"),
353 * @flags: flags affecting the unmount if required for eject
377 if (iface->eject == NULL)
381 _("drive doesn't implement eject"));
386 (* iface->eject) (drive, flags, cancellable, callback, user_data);
gvolume.c 424 * @flags: flags affecting the unmount if required for eject
446 if (iface->eject == NULL)
450 _("volume doesn't implement eject"));
455 (* iface->eject) (volume, flags, cancellable, callback, user_data);
gmount.h 57 * @eject: Starts ejecting a #GMount.
58 * @eject_finish: Finishes an eject operation.
98 void (* eject) (GMount *mount, member in struct:_GMountIface
gmount.c 311 * Checks if @mount can be eject.
405 * @flags: flags affecting the unmount if required for eject
427 if (iface->eject == NULL)
434 * don't implement eject. */
435 _("mount doesn't implement eject"));
440 (* iface->eject) (mount, flags, cancellable, callback, user_data);
gwin32mount.c 347 iface->eject = g_win32_mount_eject;
gunixmount.c 434 char *argv[] = {"eject", NULL, NULL};
465 iface->eject = g_unix_mount_eject;
gunixvolume.c 469 char *argv[] = {"eject", NULL, NULL};
530 iface->eject = g_unix_volume_eject;
  /external/bison/doc/
refcard.tex 228 \if a\abc \else\null\vfill\eject\fi
229 \if a\abc \else\null\vfill\eject\fi
248 \outer\def\newcolumn{\vfill\eject}
  /external/e2fsprogs/lib/et/
texinfo.tex 985 \output={\global\setbox\partialpage=\vbox{\unvbox255\kern -\topskip \kern \baselineskip}}\eject
987 \def\enddoublecolumns{\output={\balancecolumns}\eject
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 805 milliseconds