Searched refs:Query (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableReport.py78 ## Query table
82 def Query(self): member in class:TableReport
97 RecordSet = self.Query()
H A DTable.py50 ## Query table
52 # Query all records of the table
54 def Query(self): member in class:Table
63 EdkLogger.verbose("Query tabel %s DONE!" % self.Table)
H A DTableDec.py96 ## Query table
102 def Query(self, Model): member in class:TableDec
H A DTableDsc.py96 ## Query table
102 def Query(self, Model): member in class:TableDsc
H A DTableFdf.py97 ## Query table
103 def Query(self, Model): member in class:TableFdf
H A DTableInf.py102 ## Query table
108 def Query(self, Model): member in class:TableInf
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPlatformToDriverConfiguration.h30 The UEFI driver must call Query early in the Start() function
34 Information returned from Query may lead to the drivers Start()
37 the driver must call Query after the child handle has been created
40 return by Query may lead the driver to decide to not create the
43 The UEFI driver repeatedly calls Query, processes the information
45 arguments returned from Query. The Instance value passed into
47 call to Query.
50 increment the Instance value by one for each successive call to Query.
191 The UEFI driver repeatedly calls Query, processes the
193 in the arguments returned from Query
269 EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY Query; member in struct:_EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDatabase.py88 ## Query a table
93 Table.Query()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileTable.py106 ## Query table
114 def Query(self, Model, Arch=None, Platform=None): member in class:ModuleTable
188 ## Query table
195 def Query(self, Model, Arch=None): member in class:PackageTable
270 ## Query table
280 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): member in class:PlatformTable
H A DMetaDataTable.py82 ## Query table
84 # Query all records of the table
86 def Query(self): member in class:Table
H A DMetaFileParser.py226 return self._RawTable.Query(*DataInfo)
232 return self._Table.Query(*DataInfo)
1189 Records = self._RawTable.Query(MODEL_PCD_FEATURE_FLAG, BelongsToItem=-1.0)
1202 Records = self._RawTable.Query(MODEL_PCD_FIXED_AT_BUILD, BelongsToItem=-1.0)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py129 ## Query table
137 def Query(self, Model, Arch=None, Platform=None): member in class:ModuleTable
209 ## Query table
216 def Query(self, Model, Arch=None): member in class:PackageTable
289 ## Query table
299 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): member in class:PlatformTable
H A DMetaDataTable.py82 ## Query table
84 # Query all records of the table
86 def Query(self): member in class:Table
H A DMetaFileParser.py230 return self._RawTable.Query(*DataInfo)
236 return self._Table.Query(*DataInfo)
1251 Records = self._RawTable.Query(MODEL_PCD_FEATURE_FLAG, BelongsToItem=-1.0)
1257 Records = self._RawTable.Query(MODEL_PCD_FIXED_AT_BUILD, BelongsToItem=-1.0)
1268 Records = self._RawTable.Query(PcdType, BelongsToItem=-1.0)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiKmt.cpp312 VBOXWDDM_QI Query; local
316 Info.pPrivateDriverData = &Query;
317 Info.PrivateDriverDataSize = sizeof (Query);
326 if (Query.u32Version != VBOXVIDEOIF_VERSION)
332 *pu32Caps = Query.u32VBox3DCaps;
H A DVBoxDispD3D.cpp6368 VBOXWDDM_QI Query; local
6370 DdiQuery.PrivateDriverDataSize = sizeof(Query);
6371 DdiQuery.pPrivateDriverData = &Query;
6382 if (Query.u32Version != VBOXVIDEOIF_VERSION)
6386 Query.u32Version));
6392 Assert(Query.cInfos >= 1);
6393 PVBOXWDDMDISP_ADAPTER pAdapter = (PVBOXWDDMDISP_ADAPTER)RTMemAllocZ(RT_OFFSETOF(VBOXWDDMDISP_ADAPTER, aHeads[Query.cInfos]));
6405 pAdapter->u32VBox3DCaps = Query.u32VBox3DCaps;
6407 pAdapter->cHeads = Query.cInfos;
6438 pAdapter->aHeads[i].Vhwa.Settings = Query
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinevt.h132 LPCWSTR Query, EVT_HANDLE Bookmark, PVOID context,
H A Dobjidl.idl2211 HRESULT Query(
2450 HRESULT Query([in] GLOBALOPT_PROPERTIES property, [out ] ULONG_PTR *value);
H A Dd3d10.idl844 D3D10_QUERY Query;
H A Dd3d11.idl407 D3D11_QUERY Query;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DDatabase.py140 # Query a table
146 Table.Query()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DDatabase.py135 ## Query a table
140 Table.Query()
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d10.idl769 D3D10_QUERY Query;
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm1661 ; 2) Query return patch address from the hypervisor
1680 ; 2) Query return patch address from the hypervisor
2335 ; 3) Query return patch address from the hypervisor
2402 ; 3) Query return patch address from the hypervisor
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h3035 struct gl_query_state Query; /**< GL_ARB_occlusion_query */ member in struct:__GLcontextRec

Completed in 422 milliseconds

12