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

  /external/bluetooth/bluez/tracer/
main.c 55 G_OPTION_ARG_NONE, &option_detach,
57 { "debug", 'd', 0, G_OPTION_ARG_NONE, &option_debug,
  /external/bluetooth/glib/tests/
gio-ls.c 26 {"all", 'a', 0, G_OPTION_ARG_NONE, &show_all,
28 {"long", 'l', 0, G_OPTION_ARG_NONE, &show_long,
  /external/bluetooth/bluez/input/
sixpair.c 30 { "get-master", '\0', 0, G_OPTION_ARG_NONE, &option_get_master, "Get currently set master address", NULL },
32 { "store-info", '\0', 0, G_OPTION_ARG_NONE, &option_store_info, "Store the HID info into the input database", NULL },
34 { "quiet", 'q', 0, G_OPTION_ARG_NONE, &option_quiet, "Quieten the output", NULL },
  /external/bluetooth/bluez/src/
main.c 390 G_OPTION_ARG_NONE, &option_detach,
392 { "version", 'v', 0, G_OPTION_ARG_NONE, &option_version,
394 { "udev", 'u', 0, G_OPTION_ARG_NONE, &option_udev,
  /external/bluetooth/bluez/test/
btiotest.c 477 { "sco", 's', 0, G_OPTION_ARG_NONE, &opt_sco,
479 { "defer", 'd', 0, G_OPTION_ARG_NONE, &opt_defer,
491 { "master", 'm', 0, G_OPTION_ARG_NONE, &opt_master,
  /external/bluetooth/glib/glib/
goption.h 50 G_OPTION_ARG_NONE,
goption.c 38 #define NO_ARG(entry) ((entry)->arg == G_OPTION_ARG_NONE || \
995 case G_OPTION_ARG_NONE:
997 change = get_change (context, G_OPTION_ARG_NONE,
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 1100 {"read-write", 'w', 0, G_OPTION_ARG_NONE, &write_test,
1102 {"create-struct", 'c', 0, G_OPTION_ARG_NONE, &only_create_struct,
1104 {"verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Be verbose", NULL},
1105 {"posix", 'x', 0, G_OPTION_ARG_NONE, &posix_compat,
    [all...]

Completed in 235 milliseconds