Searched defs:sf (Results 1 - 8 of 8) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dhelper_template.h66 int cf, pf, af, zf, sf, of; local
74 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
76 return cf | pf | af | zf | sf | of;
90 int cf, pf, af, zf, sf, of;
98 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
100 return cf | pf | af | zf | sf | of;
114 int cf, pf, af, zf, sf, of;
122 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
124 return cf | pf | af | zf | sf | of;
139 int cf, pf, af, zf, sf, o
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2243 ComPtr<ISharedFolder> sf = sfColl[i];
2245 sf->COMGETTER(Name)(name.asOutParam());
2246 sf->COMGETTER(HostPath)(hostPath.asOutParam());
2260 ComPtr<ISharedFolder> sf = folders[i]; local
2264 sf->COMGETTER(Name)(name.asOutParam());
2265 sf->COMGETTER(HostPath)(hostPath.asOutParam());
2266 sf->COMGETTER(Writable)(&writable);
2291 ComPtr<ISharedFolder> sf = folders[i]; local
2294 sf->COMGETTER(Name)(name.asOutParam());
2295 sf
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3250 SharedFolder sf; local
3251 pelmFolder->getAttributeValue("name", sf.strName);
3252 pelmFolder->getAttributeValue("hostPath", sf.strHostPath);
3253 pelmFolder->getAttributeValue("writable", sf.fWritable);
3254 pelmFolder->getAttributeValue("autoMount", sf.fAutoMount);
3255 hw.llSharedFolders.push_back(sf);
4736 const SharedFolder &sf = *it; local
4738 pelmThis->setAttribute("name", sf.strName);
4739 pelmThis->setAttribute("hostPath", sf.strHostPath);
4740 pelmThis->setAttribute("writable", sf
[all...]
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1519 com::Utf8Str sf = aSettingsFile; local
1524 sf);
1526 bstrSettingsFile = Bstr(sf).raw();
H A DMachineImpl.cpp8991 const settings::SharedFolder &sf = *it; local
8995 rc = i_findSharedFolder(sf.strName, sharedFolder, false /* aSetError */);
8999 sf.strName.c_str());
9005 sf.strName,
9006 sf.strHostPath,
9007 RT_BOOL(sf.fWritable),
9008 RT_BOOL(sf.fAutoMount),
10293 settings::SharedFolder sf; local
10294 sf.strName = pSF->i_getName();
10295 sf
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 142 milliseconds