/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsStreamUtils.h | 106 nsAsyncCopyMode aMode = NS_ASYNCCOPY_VIA_READSEGMENTS,
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | VBoxFilePathSelectorWidget.h | 54 void setMode (Mode aMode); 142 void setMode (VBoxFilePathSelectorWidget::Mode aMode);
|
H A D | VBoxFilePathSelectorWidget.cpp | 115 void VBoxFilePathSelectorWidget::setMode (Mode aMode) argument 117 mMode = aMode; 591 void VBoxEmptyFileSelector::setMode (VBoxFilePathSelectorWidget::Mode aMode) argument 593 mMode = aMode;
|
/vbox/src/VBox/Main/include/ |
H A D | Matching.h | 103 Mode aMode) = 0; 196 Mode aMode) 219 switch (aMode) 195 parseValue(const char *aFilter, size_t aStart, size_t aEnd, Mode aMode) argument
|
H A D | GuestSessionImpl.h | 290 ULONG aMode, 293 ULONG aMode, 321 ULONG aMode,
|
H A D | MachineImpl.h | 1184 CloneMode_T aMode,
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.h | 331 static QString formatSize (quint64 aSize, uint aDecimal = 2, FormatSize aMode = FormatSize_Round);
|
H A D | VBoxGlobal.cpp | 2777 * The @a aMode and @a aDecimal parameters are used for rounding the resulting 2780 * <li>When \a aMode is FormatSize_Round, the result is rounded to the 2783 * <li>When \a aMode is FormatSize_RoundDown, the result is rounded to the 2789 * <li>When \a aMode is FormatSize_RoundUp, the result is rounded to the 2798 * @param aMode Conversion mode. 2804 FormatSize aMode /* = FormatSize_Round */) 2852 if (aMode == FormatSize_RoundDown) 2855 else if (aMode == FormatSize_RoundUp)
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImpl.cpp | 2514 HRESULT GuestSession::directoryCreate(const com::Utf8Str &aPath, ULONG aMode, argument 2539 int rc = i_directoryCreateInternal(aPath, (uint32_t)aMode, fFlags, &guestRc); 2567 HRESULT GuestSession::directoryCreateTemp(const com::Utf8Str &aTemplateName, ULONG aMode, const com::Utf8Str &aPath, argument 2995 HRESULT GuestSession::fileCreateTemp(const com::Utf8Str &aTemplateName, ULONG aMode, const com::Utf8Str &aPath, BOOL aSecure, argument
|
/vbox/include/iprt/cpp/ |
H A D | xml.h | 250 * Opens a file with the given name in the given mode. If @a aMode is Read 251 * or ReadWrite, the file must exist. If @a aMode is Write, the file must 254 * @param aMode File mode. 258 File(Mode aMode, const char *aFileName, bool aFlushIt = false);
|
/vbox/src/VBox/Runtime/r3/ |
H A D | xml.cpp | 181 File::File(Mode aMode, const char *aFileName, bool aFlushIt /* = false */) argument 189 switch (aMode)
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 6824 #define IMachine_CloneTo(p, aTarget, aMode, aOptions, aProgress) ((p)->lpVtbl->CloneTo(p, aTarget, aMode, aOptions, aProgress)) 9312 #define IGuestSession_DirectoryCreate(p, aPath, aMode, aFlags) ((p)->lpVtbl->DirectoryCreate(p, aPath, aMode, aFlags)) 9313 #define IGuestSession_DirectoryCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aDirectory) ((p)->lpVtbl->DirectoryCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aDirectory)) 9325 #define IGuestSession_FileCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aFile) ((p)->lpVtbl->FileCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aFile)) 18053 #define IGuestMouseEvent_get_Mode(p, aMode) ((p)->lpVtbl->GetMode(p, aMode)) [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImpl.cpp | 7066 HRESULT Machine::cloneTo(const ComPtr<IMachine> &aTarget, CloneMode_T aMode, const std::vector<CloneOptions_T> &aOptions, argument 7087 if (aMode != CloneMode_MachineState) 7093 MachineCloneVM *pWorker = new MachineCloneVM(this, static_cast<Machine*>(pTarget), aMode, optList);
|