| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/ |
| H A D | GenPatchPcdTable.py | 80 imageBase = int(m.groups(0)[0], 16) 84 lastSectionName = m.groups(0)[0] 89 pcds.append((m.groups(0)[1], int(m.groups(0)[0], 16) - imageBase, lastSectionName)) 117 sec_no, sec_start, sec_length, sec_name, sec_class = m.groups(0) 122 sec_no, sym_offset, sym_name, vir_addr = m.groups(0) 131 bPcds.append([m2.groups(0)[0], sec[3], sym_offset, vir_addr, sec_no])
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| H A D | xkbstr.h | 64 but not locked groups if 382 XkbModsRec groups[XkbNumKbdGroups]; member in struct:_XkbCompatMapRec 389 /* FIXME: For some reason, interepretation of groups is wildly 392 unsigned char groups; member in struct:_XkbIndicatorMapRec 399 (((i)->which_groups&&(i)->groups)||\ 430 Atom groups[XkbNumKbdGroups]; member in struct:_XkbNamesRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| H A D | xkbstr.h | 64 but not locked groups if 382 XkbModsRec groups[XkbNumKbdGroups]; member in struct:_XkbCompatMapRec 389 /* FIXME: For some reason, interepretation of groups is wildly 392 unsigned char groups; member in struct:_XkbIndicatorMapRec 399 (((i)->which_groups&&(i)->groups)||\ 430 Atom groups[XkbNumKbdGroups]; member in struct:_XkbNamesRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
| H A D | xkbrules.h | 82 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Frontends/VBoxBalloonCtrl/ |
| H A D | VBoxWatchdogUtils.cpp | 27 * Adds a group / a set of groups to the specified map. 31 * @param groups Map to add group(s) to. 32 * @param pszGroupsToAdd Comma-separated string of one or more groups to add. 33 * @param fFlags Flags to set to the groups added. 35 int groupAdd(mapGroups &groups, const char *pszGroupsToAdd, uint32_t fFlags) argument 47 mapGroupsIterConst it = groups.find(strTokenUtf8); 49 if (it == groups.end()) 50 groups.insert(std::make_pair(strTokenUtf8, fFlags));
|
| H A D | VBoxWatchdogInternal.h | 94 mapGroups groups; member in struct:VBOXWATCHDOG_MACHINE 228 int groupAdd(mapGroups &groups, const char *pszGroupsToAdd, uint32_t fFlags);
|
| H A D | VBoxWatchdog.cpp | 350 * Get groups for this machine. 352 com::SafeArray<BSTR> groups; local 353 CHECK_ERROR_BREAK(machine, COMGETTER(Groups)(ComSafeArrayAsOutParam(groups))); 355 for (size_t i = 0; i < groups.size(); i++) 359 strGroups.append(Utf8Str(groups[i])); 367 int rc2 = groupAdd(m.groups, strGroups.c_str(), 0 /* Flags */); 378 mapGroupsIterConst itGroup = m.groups.begin(); 379 while (itGroup != m.groups.end()) 448 mapGroupsIterConst itGroups = itVM->second.groups.begin(); 449 while (itGroups != itVM->second.groups [all...] |
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
| H A D | xkbrules.h | 99 XkbRF_GroupPtr groups; member in struct:_XkbRF_Rules
|
| /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
| H A D | UIGChooserModel.h | 274 void gatherGroupDefinitions(QMap<QString, QStringList> &groups, UIGChooserItem *pParentGroup); 275 void gatherGroupOrders(QMap<QString, QStringList> &groups, UIGChooserItem *pParentItem); 366 void configure(QObject *pParent, const QMap<QString, QStringList> &groups);
|
| H A D | UIGChooserModel.cpp | 935 /* Wipe out empty groups: */ 1693 /* Which groups passed machine attached to? */ 1694 QVector<QString> groups = machine.GetGroups(); local 1695 QStringList groupList = groups.toList(); 1697 LogRelFlow(("UIGChooserModel: VM {%s} has groups: {%s}.\n", strName.toAscii().constData(), 1699 foreach (QString strGroup, groups) 1891 QMap<QString, QStringList> groups; 1892 gatherGroupDefinitions(groups, mainRoot()); 1899 UIGroupDefinitionSaveThread::instance()->configure(this, m_groups, groups); 1901 m_groups = groups; 1921 gatherGroupDefinitions(QMap<QString, QStringList> &groups, UIGChooserItem *pParentGroup) argument 1934 gatherGroupOrders(QMap<QString, QStringList> &groups, UIGChooserItem *pParentItem) argument 2118 configure(QObject *pParent, const QMap<QString, QStringList> &groups) argument [all...] |
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
| H A D | UIWizardNewVM.cpp | 75 QVector<QString> groups; local 77 groups << m_strGroup; 78 m_machine = vbox.CreateMachine(QString(), field("name").toString(), groups, strTypeId, QString::null);
|
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/ |
| H A D | _sre.c | 2094 switch (self->groups) { 2108 item = PyTuple_New(self->groups); 2111 for (i = 0; i < self->groups; i++) { 2243 /* add groups (if any) */ 2244 for (i = 0; i < self->groups; i++) { 2506 offset = offsetof(PatternObject, groups); 2626 if (!strcmp(name, "groups")) 2627 return Py_BuildValue("i", self->groups); 2678 Py_ssize_t groups = 0; local 2682 &PyList_Type, &code, &groups, 2891 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument 3184 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
| H A D | _sre.c | 2103 switch (self->groups) { 2117 item = PyTuple_New(self->groups); 2120 for (i = 0; i < self->groups; i++) { 2252 /* add groups (if any) */ 2253 for (i = 0; i < self->groups; i++) { 2515 offset = offsetof(PatternObject, groups); 2618 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY}, 2667 Py_ssize_t groups = 0; local 2671 &PyList_Type, &code, &groups, 2880 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument 3173 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument [all...] |
| /vbox/src/VBox/Frontends/VBoxManage/ |
| H A D | VBoxManageMisc.cpp | 189 { "--groups", 'g', RTGETOPT_REQ_STRING }, 208 com::SafeArray<BSTR> groups; local 224 case 'g': // --groups 225 parseGroups(ValueUnion.psz, &groups); 259 if (groups.size()) 260 bstrPrimaryGroup = groups[0]; 272 ComSafeArrayAsInParam(groups), 301 { "--groups", 'g', RTGETOPT_REQ_STRING }, 368 com::SafeArray<BSTR> groups; local 388 case 'g': // --groups [all...] |
| /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
| H A D | UIGDetailsElements.cpp | 132 /* Get groups: */ 133 QStringList groups = machine().GetGroups().toList(); local 134 /* Do not show groups for machine which is in root group only: */ 135 if (groups.size() == 1) 136 groups.removeAll("/"); 138 if (!groups.isEmpty()) 141 for (int i = 0; i < groups.size(); ++i) 144 QString &strGroup = groups[i]; 148 m_text << UITextTableLine(QApplication::translate("UIGDetails", "Groups", "details (general)"), groups.join(", "));
|