Home
last modified time | relevance | path

Searched refs:event_group (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/misc/mc/mc-4.8.27/lib/event/
H A Dmanage.c68 GTree *event_group; in mc_event_add() local
82 if (event_group == NULL) in mc_event_add()
106 GTree *event_group; in mc_event_del() local
115 if (event_group == NULL) in mc_event_del()
136 GTree *event_group; in mc_event_destroy() local
142 g_tree_remove (event_group, (gconstpointer) event_name); in mc_event_destroy()
161 GTree *event_group; in mc_event_get_event_group_by_name() local
166 if (event_group == NULL && create_new) in mc_event_get_event_group_by_name()
168 event_group = in mc_event_get_event_group_by_name()
173 if (event_group == NULL) in mc_event_get_event_group_by_name()
[all …]
H A Draise.c51 GTree *event_group; in mc_event_raise() local
58 event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); in mc_event_raise()
59 if (event_group == NULL) in mc_event_raise()
62 callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); in mc_event_raise()
H A Devent.c118 GTree *event_group; in mc_event_present() local
124 event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); in mc_event_present()
125 if (event_group == NULL) in mc_event_present()
128 callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); in mc_event_present()
/dports/misc/mc-nox11/mc-4.8.27/lib/event/
H A Dmanage.c68 GTree *event_group; in mc_event_add() local
82 if (event_group == NULL) in mc_event_add()
106 GTree *event_group; in mc_event_del() local
115 if (event_group == NULL) in mc_event_del()
136 GTree *event_group; in mc_event_destroy() local
142 g_tree_remove (event_group, (gconstpointer) event_name); in mc_event_destroy()
161 GTree *event_group; in mc_event_get_event_group_by_name() local
166 if (event_group == NULL && create_new) in mc_event_get_event_group_by_name()
168 event_group = in mc_event_get_event_group_by_name()
173 if (event_group == NULL) in mc_event_get_event_group_by_name()
[all …]
H A Draise.c51 GTree *event_group; in mc_event_raise() local
58 event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); in mc_event_raise()
59 if (event_group == NULL) in mc_event_raise()
62 callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); in mc_event_raise()
H A Devent.c118 GTree *event_group; in mc_event_present() local
124 event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); in mc_event_present()
125 if (event_group == NULL) in mc_event_present()
128 callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); in mc_event_present()
/dports/biology/py-ont-fast5-api/ont_fast5_api-release_4.0.0/ont_fast5_api/analysis_tools/
H A Dbasecall_1d.py21 event_group = '{}/BaseCalled_{}'.format(self.group_name, section)
22 data = self.handle.get_analysis_dataset(event_group, 'Events')
31 event_group = 'BaseCalled_{}'.format(section)
32 if not event_group in self.handle.handle['Analyses/{}'.format(self.group_name)]:
33 self.handle.add_analysis_subgroup(self.group_name, event_group)
45 event_group = '{}/BaseCalled_{}'.format(self.group_name, section)
46 data = self.handle.get_analysis_dataset(event_group, 'Fastq')
48 raise KeyError("No fastq data in: {} {}".format(event_group, self.filename))
63 event_group = 'BaseCalled_{}'.format(section)
64 if not event_group in self.handle.handle['Analyses/{}'.format(self.group_name)]:
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/events/
H A Dglobal_events.cpp89 GlobalEventGroup* event_group = it->second; in SaveEvents() local
91 file.WriteLine("\t" + event_group->GetGroupName() + " = {"); in SaveEvents()
94 … for(auto it = event_group->GetEvents().begin(); it != event_group->GetEvents().end(); ++it) { in SaveEvents()
95 if(it == event_group->GetEvents().begin()) in SaveEvents()
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dcmd-notify.c297 const struct imap_arg *event_group, *mailboxes, *list; in cmd_notify_set() local
309 if (!imap_arg_get_list(args, &event_group)) in cmd_notify_set()
313 if (!imap_arg_get_atom(event_group, &filter_mailboxes)) in cmd_notify_set()
315 event_group++; in cmd_notify_set()
328 if (cmd_notify_set_selected(ctx, event_group) < 0) in cmd_notify_set()
335 if (event_group->type == IMAP_ARG_EOL) in cmd_notify_set()
337 mailboxes = event_group++; in cmd_notify_set()
352 if (imap_arg_get_atom(event_group, &str) && in cmd_notify_set()
357 if (!imap_arg_get_list(event_group, &list) || in cmd_notify_set()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/examples/demo/Standard_Editors/
H A DButtonEditor_demo.py28 event_group = Group( variable in ButtonEditorDemo
40 event_group,
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/demo/Standard_Editors/
H A DButtonEditor_demo.py28 event_group = Group( variable in ButtonEditorDemo
40 event_group,
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-evlist.c74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
89 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-evlist.c74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
89 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-evlist.c74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
89 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_event_groups.c17 static efi_guid_t event_group = variable
69 &event_group, &events[i]); in execute()

12345678910>>...16