/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | DiPrint.h | 38 * request will allow us to build it with the description in the locale of 52 char *description; member in struct:_diListEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | DiPrint.h | 38 * request will allow us to build it with the description in the locale of 52 char *description; member in struct:_diListEntry
|
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/ |
H A D | globals.php | 42 $description = "a dynamic iPXE image generator"; variable
|
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkManagerIndicator.h | 82 : description(strDescription), bytesReceived(iBytesReceived), bytesTotal(iBytesTotal), failed(false) {} 83 QString description; member in struct:UINetworkManagerIndicator::UINetworkRequestData
|
H A D | UINetworkRequest.h | 69 const QString& description() const { return m_strDescription; } function in class:UINetworkRequest
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prvrsion.h | 81 char * description; /* description of this component */ member in struct:__anon17204
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd.h | 57 char *description; member in struct:audio_driver
|
/vbox/src/VBox/Main/include/ |
H A D | PerformanceImpl.h | 104 Bstr description; member in struct:PerformanceMetric::Data
|
H A D | Global.h | 65 const char *description; /* utf-8 */ member in struct:Global::OSType
|
H A D | Performance.h | 73 SubMetric(com::Utf8Str name, const char *description) argument 74 : mName(name), mDescription(description) {};
|
/vbox/src/VBox/Main/src-all/ |
H A D | VirtualBoxErrorInfoImpl.cpp | 167 STDMETHODIMP VirtualBoxErrorInfo::GetDescription(BSTR *description) argument 169 return COMGETTER(Text)(description);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | settings.h | 29 const char *description; member in struct:setting 38 * The setting tag is a numerical description of the setting 49 * the interpretation of the numerical description will vary 53 * description. (For example, we do not want to attempt to 59 * interpretation to be placed upon the numerical description.
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIShortcutPool.cpp | 39 const QString& UIShortcut::description() const function in class:UIShortcut 160 /* Copy the description from the action to the shortcut: */ 176 /* Copy the description from the action to the shortcut: */
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsInput.h | 43 , description(strDescription) 50 , description(other.description) 58 description = other.description; 70 QString description; member in struct:UIShortcutCacheItem 90 case 0: return m_order == Qt::AscendingOrder ? item1.description < item2.description : item1.description > item2.description; [all...] |
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageMetrics.cpp | 194 Bstr metricName, unit, description; local 209 CHECK_ERROR(metricInfo[i], COMGETTER(Description)(description.asOutParam())); 212 minimum, maximum, period, count, description.raw());
|
H A D | VBoxManageDisk.cpp | 1146 Bstr description; local 1147 pMedium->COMGETTER(Description)(description.asOutParam()); 1148 if (!description.isEmpty()) 1149 RTPrintf("Description: %ls\n", description.raw());
|
H A D | VBoxManageList.cpp | 214 RTPrintf("Processor#%u description: %ls\n", i, processorDescription.raw()); 296 Bstr description; local 298 COMGETTER(Name)(description.asOutParam())); 308 RTPrintf("Backend %u: id='%ls' description='%ls' capabilities=%#06x extensions='", 309 i, id.raw(), description.raw(), caps);
|
H A D | VBoxManageInfo.cpp | 59 Bstr description; local 62 CHECK_ERROR2_RET(rootSnapshot, COMGETTER(Description)(description.asOutParam()), hrcCheck); 69 if (!description.isEmpty()) 70 RTPrintf("SnapshotDescription%s=\"%ls\"\n", prefix.c_str(), description.raw()); 86 if (!description.isEmpty()) 87 RTPrintf(" %sDescription:\n%ls\n", prefix.c_str(), description.raw()); 2505 Bstr description; local 2506 machine->COMGETTER(Description)(description.asOutParam()); 2507 if (!description.isEmpty()) 2510 RTPrintf("description [all...] |
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | layout.c | 27 gchar *description; member in struct:__anon2085 83 layout = g_object_new (LIGHTDM_TYPE_LAYOUT, "name", full_name, "short-description", item->short_description, "description", item->description, NULL); 96 layout = g_object_new (LIGHTDM_TYPE_LAYOUT, "name", item->name, "short-description", item->short_description, "description", item->description, NULL); 219 * Get the short description of a layout. 221 * Return value: A short description of the layout 234 * Get the long description o [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jsr250-api.jar | ... .String mappedName () public abstract java.lang.String description () }
javax/annotation/Resources.class Resources.java package javax ... |
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | directx.c | 755 const char *description; member in struct:driver_quirk 864 TRACE_(d3d_caps)("Applying driver quirk \"%s\".\n", quirk_table[i].description); 901 const char *description; /* Description of the card e.g. NVIDIA RIVA TNT */ member in struct:driver_version_information 1756 const char *description; /* Description of the card selector i.e. Apple OS/X Intel */ member in struct:vendor_card_selection 1844 TRACE_(d3d_caps)("Applying card_selector \"%s\".\n", vendor_card_select_table[i].description);
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | tls.c | 1190 uint8_t description; member in struct:__anon15796 1205 tls, alert->description ); 1209 tls, alert->description ); 1213 "(alert %d)\n", tls, alert->level, alert->description );
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_spu.h | 77 const char *description; /**< Textual description of the option */ member in struct:__anon16132
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
H A D | Enquire.c | 461 Added description for each #define output 652 /* A description of the ANSI constants */ 711 Void describe ARGS((char *description, char *extra)); 1235 describe(char *description, char *extra) argument 1237 /* Produce the description for a #define */ 1239 printf(description, extra);
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostImpl.cpp | 952 * Returns a description string for the host CPU 956 * @param description address of result variable, empty string if not known or aCpuId is invalid. 2047 Utf8Str description(it->mDescription); 2051 rc = hostDVDDriveObj->init(m->pParent, DeviceType_DVD, location, description); 2120 Utf8Str description(it->mDescription); 2124 rc = hostFloppyDriveObj->init(m->pParent, DeviceType_Floppy, location, description); 2462 Utf8Str description; local 2474 description = Utf8StrFmt("%s %s", 2479 description = product; 2484 Bstr(devNode), Bstr(description)); 2628 Utf8Str description; local [all...] |