Searched defs:tip (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMedium.h | 59 /** Holds overriden medium tool-tip. */ 200 /** Returns the short version of medium tool-tip. */ 201 QString tip() const { return m_strToolTip; } function in class:UIMedium 203 /** Returns the full version of medium tool-tip. 206 * @param fNullAllowed @c true to allow NULL medium description to be mentioned in the tool-tip. 337 /** Holds the medium tool-tip. */ 361 /** Holds the medium tool-tip table template. */ 363 /** Holds the medium tool-tip table row template. */
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_decl.c | 817 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument 843 tip->dtt_object = dmp->dm_name; 844 tip->dtt_ctfp = ddp->dd_ctfp; 845 tip->dtt_type = ddp->dd_type; 857 tip->dtt_object = dtp->dt_ddefs->dm_name; 858 tip->dtt_ctfp = DT_FUNC_CTFP(dtp); 859 tip->dtt_type = DT_FUNC_TYPE(dtp); 870 tip->dtt_object = dtp->dt_ddefs->dm_name; 871 tip->dtt_ctfp = DT_FPTR_CTFP(dtp); 872 tip [all...] |
H A D | dt_module.c | 777 const char *name, const dtrace_typeinfo_t *tip) 813 idp->di_ctfp = tip->dtt_ctfp; 814 idp->di_type = tip->dtt_type; 1167 dtrace_typeinfo_t *tip) 1201 if (tip == NULL) 1202 tip = &ti; 1222 * 'tip' and keep going in the hope that we will locate the 1226 tip->dtt_object = dmp->dm_name; 1227 tip->dtt_ctfp = dmp->dm_ctfp; 1228 tip 776 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument 1166 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument 1245 dtrace_symbol_type(dtrace_hdl_t *dtp, const GElf_Sym *symp, const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) argument [all...] |
H A D | dt_parser.c | 196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) argument 231 return (dtrace_lookup_by_type(dtp, object, type, tip)); 240 return (dtrace_lookup_by_type(dtp, obj, s, tip)); 253 dt_type_pointer(dtrace_typeinfo_t *tip) argument 256 ctf_file_t *ctfp = tip->dtt_ctfp; 257 ctf_id_t type = tip->dtt_type; 265 tip->dtt_type = ptr; 287 tip->dtt_object = dmp->dm_name; 288 tip->dtt_ctfp = dmp->dm_ctfp; 289 tip [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.cpp | 511 QString RootItem::tip() const function in class:RootItem 699 QString ControllerItem::tip() const function in class:ControllerItem 943 QString AttachmentItem::tip() const function in class:AttachmentItem 1061 QString tip (item->tip()); 1066 tip = UIMachineSettingsStorage::tr ("<nobr>Expand/Collapse Item</nobr>"); 1069 tip = UIMachineSettingsStorage::tr ("<nobr>Add Hard Disk</nobr>"); 1072 tip = UIMachineSettingsStorage::tr ("<nobr>Add Optical Drive</nobr>"); 1075 tip = UIMachineSettingsStorage::tr ("<nobr>Add Floppy Drive</nobr>"); 1080 return tip; [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 855 QString tip = local 865 tip += QString (tr ("<br><nobr>Serial No. %1</nobr>", "USB device tooltip")) 872 tip += QString (tr ("<br><nobr>State: %1</nobr>", "USB device tooltip")) 876 return tip; 884 QString tip; local 888 tip += tr ("<nobr>Vendor ID: %1</nobr>", "USB filter tooltip") 893 tip += tip.isEmpty() ? "":"<br/>" + tr ("<nobr>Product ID: %2</nobr>", "USB filter tooltip") 898 tip += tip [all...] |
Completed in 60 milliseconds