Searched defs:Query (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
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
H A DTableReport.py78 ## Query table
82 def Query(self): member in class:TableReport
97 RecordSet = self.Query()
/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/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py82 ## Query table
84 # Query all records of the table
86 def Query(self): member in class:Table
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
/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
/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 Dobjidl.h8939 virtual HRESULT STDMETHODCALLTYPE Query(
8968 HRESULT (STDMETHODCALLTYPE *Query)( member in struct:IRpcOptionsVtbl
8987 #define IRpcOptions_Query(This,pPrx,dwProperty,pdwValue) (This)->lpVtbl->Query(This,pPrx,dwProperty,pdwValue)
/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
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h8939 virtual HRESULT STDMETHODCALLTYPE Query(
8968 HRESULT (STDMETHODCALLTYPE *Query)( member in struct:IRpcOptionsVtbl
8987 #define IRpcOptions_Query(This,pPrx,dwProperty,pdwValue) (This)->lpVtbl->Query(This,pPrx,dwProperty,pdwValue)

Completed in 881 milliseconds