Searched refs:SetValue (Results 1 - 18 of 18) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp118 nsSampleImpl::SetValue(const char* aValue) function in class:nsSampleImpl
141 return SetValue((char*) aValue);
H A DnsTestSample.cpp112 rv = mysample->SetValue(testValue);
115 printf("ERROR: Calling nsISample::SetValue() [%x]\n", rv);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py73 self.PciVendorId.SetValue(PciVendorId)
97 self.PciDeviceId.SetValue(PciDeviceId)
121 self.PciClassCode.SetValue(PciClassCode)
146 self.PciRevision.SetValue(PciRevision)
171 self.PciCompress.SetValue(PciCompress)
224 self.BaseName.SetValue(BaseName)
255 self.FileGuid.SetValue(FileGuid)
286 self.ModuleType.SetValue(ModuleType)
327 self.InfVersion.SetValue(InfVersion)
359 self.EdkReleaseVersion.SetValue(EdkReleaseVersio
901 def SetValue(self, Value): member in class:InfDefMember
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9shader.h146 STDMETHOD(SetValue)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, LPCVOID pData, UINT Bytes) PURE;
179 #define ID3DXConstantTable_SetValue(p,a,b,c,d) (p)->lpVtbl->SetValue(p,a,b,c,d)
210 #define ID3DXConstantTable_SetValue(p,a,b,c,d) (p)->SetValue(a,b,c,d)
H A Dmsctf.idl1245 HRESULT SetValue(
1262 HRESULT SetValue(
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincodecsdk.idl190 HRESULT SetValue(
H A Dd3dx9shader.h146 STDMETHOD(SetValue)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
190 #define ID3DXConstantTable_SetValue(p,a,b,c,d) (p)->lpVtbl->SetValue(p,a,b,c,d)
221 #define ID3DXConstantTable_SetValue(p,a,b,c,d) (p)->SetValue(a,b,c,d)
H A Dd3dx9effect.h133 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE;
237 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE;
330 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE;
H A Ddevicetopology.idl465 HRESULT SetValue(
H A Dpropsys.idl90 HRESULT SetValue(
H A Dmsctf.idl1408 HRESULT SetValue(
1425 HRESULT SetValue(
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsPersistentProperties.cpp485 nsPropertyElement::SetValue(const nsAString& aValue) function in class:nsPropertyElement
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g1475 DObj.SetValue(Val);
2806 OOOObj.SetValue (Val);
3277 EIVObj.SetValue (ConstVal);
3330 EIVObj.SetValue (ConstVal);
3601 | V:Number << CIfrUint64 U64Obj(V->getLine()); U64Obj.SetValue (_STOU64(V->getText())); _SAVE_OPHDR_COND (U64Obj, ($ExpOpCount == 0), V->getLine()); $ExpOpCount++; >>
4607 U32Obj.SetValue (BitMask);
4613 case DATE_YEAR_BITMASK : U8Obj.SetValue (0); break;
4614 case TIME_SECOND_BITMASK : U8Obj.SetValue (0x10); break;
4615 case DATE_DAY_BITMASK : U8Obj.SetValue (0x18); break;
4616 case TIME_HOUR_BITMASK : U8Obj.SetValue (
[all...]
H A DVfrFormPkg.h921 VOID SetValue (IN EFI_IFR_TYPE_VALUE Value) { function in class:CIfrDefault
1641 VOID SetValue (IN EFI_IFR_TYPE_VALUE Value) { function in class:CIfrOneOfOption
1876 VOID SetValue (IN UINT16 Value) { function in class:CIfrEqIdVal
2117 VOID SetValue (IN UINT8 Value) { function in class:CIfrUint8
2134 VOID SetValue (IN UINT16 Value) { function in class:CIfrUint16
2151 VOID SetValue (IN UINT32 Value) { function in class:CIfrUint32
2168 VOID SetValue (IN UINT64 Value) { function in class:CIfrUint64
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h298 int SetValue(const char *pszKey, const char *pszValue);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c952 @param SetValue Whether set new value or clear old value.
958 IN BOOLEAN SetValue
968 Form->NvUpdateRequired = SetValue;
H A DSetup.h1317 @param SetValue Whether set new value or clear old value.
1323 IN BOOLEAN SetValue
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp572 int GuestProcessStreamBlock::SetValue(const char *pszKey, const char *pszValue) function in class:GuestProcessStreamBlock
782 rc = streamBlock.SetValue(pszStart, pszVal);

Completed in 90 milliseconds