Searched defs:SetString (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiString.h227 EFI_HII_SET_STRING SetString; member in struct:_EFI_HII_STRING_PROTOCOL
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp236 NS_IMETHOD SetString(const nsACString& /*in*/ aString);
333 IFoo::SetString(const nsACString& aString) function in class:IFoo
736 foo->SetString(nsDependentCString(gEntities[i].mStr));
810 foo->SetString(nsDependentCString(gEntities[i].mStr));
884 foo->SetString(nsDependentCString(gEntities[i].mStr));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DCommonObject.py189 def SetString(self, String): member in class:TextObject
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp689 NS_IMETHODIMP nsRegistry::SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value) function in class:nsRegistry
793 /*--------------------------- nsRegistry::SetString ----------------------------
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp399 static HRESULT SetString(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, const char *pszValue) function
425 return SetString(pMachine, pszKeyBase, pszKey, pszAttribute, szValue);
443 return SetString(pMachine, pszKeyBase, pszKey, pszAttribute, szValue);
509 hrc = SetString(machine, "VBoxInternal/DBGF/loadsyms", KeyStr.c_str(), "Filename", pszFilename);
513 hrc = SetString(machine, "VBoxInternal/DBGF/loadsyms", KeyStr.c_str(), "Module", pszModule);
584 hrc = SetString(machine, "VBoxInternal/DBGF/loadmap", KeyStr.c_str(), "Filename", pszFilename);
588 hrc = SetString(machine, "VBoxInternal/DBGF/loadmap", KeyStr.c_str(), "Name", pszModule);

Completed in 61 milliseconds