/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/ |
H A D | m_debug.h | 32 extern void _math_test_all_transform_functions( char *description ); 33 extern void _math_test_all_normal_transform_functions( char *description ); 34 extern void _math_test_all_cliptest_functions( char *description ); 38 extern void _math_test_all_vertex_functions( char *description );
|
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/ |
H A D | top.php | 31 <meta name="description" content="<?php echo $description ?>">
|
H A D | globals.php | 42 $description = "a dynamic iPXE image generator"; variable
|
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/ |
H A D | errdb.pl | 51 " description text NOT NULL,". 75 ( my $errno, my $filename, my $line, my $description ) = split ( /\t/ ); 76 $errors->{$errno} = $description; 84 $dbh->prepare ( "UPDATE errors SET description = ? WHERE errno = ?" ); 86 while ( ( my $errno, my $description ) = each %$errors ) { 87 print "Error ".$errno." is \"".$description."\"\n" if $verbosity >= 2; 88 if ( $error_update->execute ( $description, $errno ) == 0 ) { 89 $error_insert->execute ( $errno, $description );
|
/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/Installer/linux/testcase/ |
H A D | tstInstallInit.sh | 97 world' --arguments 'p\x0a0\n\ \t' --format shell --description ''` 117 helpers/generate_service_file --command '/usr/bin/hello' --format shell --description ''` 132 helpers/generate_service_file --command '/usr/bin/hello' --format shell --description '' --stop-command /usr/bin/stop --stop-arguments hello` 169 scripts/install_service --prefix "${tmpdir}" --enable -- --command "${tmpdir}/service" --arguments "test of my\ arguments" --description "My description" || 173 grep "Short-Description: My description" "${tmpdir}/init.d/service" >/dev/null || 222 scripts/install_service --prefix "${tmpdir}" --enable -- --command "${tmpdir}/command" --arguments "start" --description "My description" --stop-command "${tmpdir}/command" --stop-arguments "stop" --one-shot || 259 scripts/install_service --prefix "${tmpdir}" --enable -- --command "${tmpdir}/service" --arguments "test of my\ arguments" --description "My description" || [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prcountr.h | 179 ** descrioption: The description of the counter object. The 180 ** maximum length of description is defined by 192 #define PR_CREATE_COUNTER(handle,qName,rName,description)\ 193 (handle) = PR_CreateCounter((qName),(rName),(description)) 195 #define PR_CREATE_COUNTER(handle,qName,rName,description) 202 const char *description 277 ** description: Where to store a pointer to description. 288 #define PR_GET_COUNTER_NAME_FROM_HANDLE(handle,qName,rName,description)\ 289 PR_GetCounterNameFromHandle((handle),(qName),(rName),(description)) [all...] |
H A D | prtrace.h | 188 ** PR_CreateTrace() registers the QName, RName and description 196 ** description: pointer to string. Descriptive data about this 209 ** description is limited to 255 characters. 216 #define PR_CREATE_TRACE(handle,qName,rName,description)\ 217 (handle) = PR_CreateTrace((qName),(rName),(description)) 219 #define PR_CREATE_TRACE(handle,qName,rName,description) 226 const char *description /* description for this trace handle */ 235 ** associated QName, RName and description data from the Trace 242 ** The QName, RName and description ar [all...] |
H A D | prvrsion.h | 81 char * description; /* description of this component */ member in struct:__anon17204
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/smbios/ |
H A D | smbios_settings.c | 170 .description = "UUID", 180 .description = "Manufacturer", 188 .description = "Product name", 196 .description = "Serial number", 204 .description = "Asset tag",
|
/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/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
|
H A D | UINetworkManagerIndicator.cpp | 50 m_data.append(UINetworkRequestData(pNetworkRequest->description(), 0, 0)); 202 /* Prepare description: */ 221 const QString &strDescription = data.description; 229 /* Compose description: */ 235 /* Set description: */
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd.h | 57 char *description; member in struct:audio_driver
|
H A D | rdesktop.spec | 11 %description
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | clientcert.c | 96 .description = "Client certificate", 104 .description = "Client private key",
|
/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/Devices/PC/ipxe/src/net/ |
H A D | netdev_settings.c | 39 .description = "MAC address", 45 .description = "Bus ID",
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | main.c | 35 .description = "Boot scriptlet",
|
/vbox/src/VBox/Main/include/ |
H A D | Global.h | 65 const char *description; /* utf-8 */ member in struct:Global::OSType
|
/vbox/src/VBox/Installer/common/ |
H A D | vboxapisetup.py | 69 description='Python interface to VirtualBox',
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | version.c | 108 version_info->description,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prcountr.c | 150 const char *description 164 PR_ASSERT( strlen(description) <= PRCOUNTER_DESC_MAX ); 217 strcpy( rnp->desc, description ); 327 const char **description 335 *description = rnp->desc;
|