Searched refs:description (Results 1 - 25 of 126) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_debug.h32 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 Dtop.php31 <meta name="description" content="<?php echo $description ?>">
H A Dglobals.php42 $description = "a dynamic iPXE image generator"; variable
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/
H A Derrdb.pl51 " 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 DUIGlobalSettingsInput.h43 , 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 DtstInstallInit.sh97 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 Dprcountr.h179 ** 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 Dprtrace.h188 ** 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 Dprvrsion.h81 char * description; /* description of this component */ member in struct:__anon17204
/vbox/src/VBox/Devices/PC/ipxe/src/interface/smbios/
H A Dsmbios_settings.c170 .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 DDiPrint.h38 * 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 DDiPrint.h38 * 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 DUINetworkManagerIndicator.h82 : description(strDescription), bytesReceived(iBytesReceived), bytesTotal(iBytesTotal), failed(false) {}
83 QString description; member in struct:UINetworkManagerIndicator::UINetworkRequestData
H A DUINetworkRequest.h69 const QString& description() const { return m_strDescription; } function in class:UINetworkRequest
H A DUINetworkManagerIndicator.cpp50 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 Drdpsnd.h57 char *description; member in struct:audio_driver
H A Drdesktop.spec11 %description
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dclientcert.c96 .description = "Client certificate",
104 .description = "Client private key",
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlayout.c27 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 Dnetdev_settings.c39 .description = "MAC address",
45 .description = "Bus ID",
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmain.c35 .description = "Boot scriptlet",
/vbox/src/VBox/Main/include/
H A DGlobal.h65 const char *description; /* utf-8 */ member in struct:Global::OSType
/vbox/src/VBox/Installer/common/
H A Dvboxapisetup.py69 description='Python interface to VirtualBox',
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dversion.c108 version_info->description,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprcountr.c150 const char *description
164 PR_ASSERT( strlen(description) <= PRCOUNTER_DESC_MAX );
217 strcpy( rnp->desc, description );
327 const char **description
335 *description = rnp->desc;

Completed in 342 milliseconds

123456