/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_validation_query.cc | 28 NaClValidationQuery* NaClValidationQueryContext::CreateQuery() { in CreateQuery() function in NaClValidationQueryContext 103 static void* CreateQuery(void* handle) { in CreateQuery() function 104 return static_cast<NaClValidationQueryContext*>(handle)->CreateQuery(); in CreateQuery() 131 cache->CreateQuery = CreateQuery; in CreateValidationCache()
|
H A D | nacl_validation_query.h | 26 NaClValidationQuery* CreateQuery();
|
H A D | nacl_validation_query_unittest.cc | 89 query.reset(context->CreateQuery()); in TestQuery()
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | query-visitor_test.cc | 288 std::string CreateQuery(std::string query, in CreateQuery() function in icing::lib::__anon94e7cd8a0111::QueryVisitorTest 349 std::string query = CreateQuery("price < 2"); in TEST_P() 383 std::string query = CreateQuery("price <= 1"); in TEST_P() 418 std::string query = CreateQuery("price == 2"); in TEST_P() 453 std::string query = CreateQuery("price >= 1"); in TEST_P() 488 std::string query = CreateQuery("price > 1"); in TEST_P() 524 std::string query = CreateQuery("price <= " + std::to_string(int_min)); in TEST_P() 560 std::string query = CreateQuery("price >= " + std::to_string(int_max)); in TEST_P() 597 std::string query = CreateQuery("subscription.price < 2"); in TEST_P() 617 std::string query = CreateQuery("subscription.price < fruit"); in TEST_P() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
H A D | test_interop_sync.cpp | 188 device->CreateQuery(D3DQUERYTYPE_EVENT, &eventQuery); in interop_user_sync() 199 device->CreateQuery(D3DQUERYTYPE_EVENT, &eventQuery); in interop_user_sync() 212 device->CreateQuery(D3DQUERYTYPE_EVENT, &eventQuery); in interop_user_sync()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Query.h | 43 void APIENTRY CreateQuery(D3D10DDI_HDEVICE hDevice,
|
H A D | Query.cpp | 101 CreateQuery(D3D10DDI_HDEVICE hDevice, // IN in CreateQuery() function
|
H A D | Device.cpp | 257 pDeviceFuncs->pfnCreateQuery = CreateQuery; in CreateDevice()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | renderer9_utils.cpp | 718 SUCCEEDED(device->CreateQuery(D3DQUERYTYPE_OCCLUSION, &occlusionQuery)) && occlusionQuery; in GenerateCaps() 724 SUCCEEDED(device->CreateQuery(D3DQUERYTYPE_EVENT, &eventQuery)) && eventQuery; in GenerateCaps()
|
H A D | Query9.cpp | 41 HRESULT result = mRenderer->getDevice()->CreateQuery(d3dQueryType, &mQuery); in begin()
|
H A D | Renderer9.cpp | 871 HRESULT result = mDevice->CreateQuery(D3DQUERYTYPE_EVENT, outQuery); in allocateEventQuery()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Fence11.cpp | 34 HRESULT result = fence->mRenderer->getDevice()->CreateQuery(&queryDesc, &fence->mQuery); in FenceSetHelper()
|
H A D | ResourceManager11.cpp | 189 return device->CreateQuery(desc, resourceOut); in CreateResource()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3d11_4.h | 240 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 519 #define ID3D11Device4_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryD… 642 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery); 959 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 1252 #define ID3D11Device5_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryD… 1378 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | d3d10_1.h | 922 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 1096 #define ID3D10Device1_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryD… 1376 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | d3d9.h | 1323 STDMETHOD(CreateQuery)(THIS_ D3DQUERYTYPE Type, IDirect3DQuery9** ppQuery) PURE; in DECLARE_INTERFACE_() local 1452 #define IDirect3DDevice9_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a… 1574 #define IDirect3DDevice9_CreateQuery(p,a,b) (p)->CreateQuery(a,b) 1896 STDMETHOD(CreateQuery)(THIS_ D3DQUERYTYPE type, IDirect3DQuery9 **query) PURE; in DECLARE_INTERFACE_() local 2045 …IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b) 2183 #define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->CreateQuery(a,b)
|
D | d3d11_2.h | 1831 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 2032 #define ID3D11Device2_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryD… 2140 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | d3d10.h | 4634 virtual HRESULT STDMETHODCALLTYPE CreateQuery( 5174 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 5333 #define ID3D10Device_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryDe… 5609 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | d3d10.idl | 1571 HRESULT CreateQuery(
|
D | d3d11_1.h | 3857 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 4031 #define ID3D11Device1_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryD… 4134 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | d3d11_3.h | 4705 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 4974 #define ID3D11Device3_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryD… 5094 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | d3d11.h | 10317 virtual HRESULT STDMETHODCALLTYPE CreateQuery( 10553 HRESULT (STDMETHODCALLTYPE *CreateQuery)( 10684 #define ID3D11Device_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryDe… 10779 return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery);
|
D | rtccore.h | 4283 virtual HRESULT WINAPI CreateQuery(IRTCUserSearchQuery **ppQuery) = 0; 4292 HRESULT (WINAPI *CreateQuery)(IRTCUserSearch *This,IRTCUserSearchQuery **ppQuery); 4303 #define IRTCUserSearch_CreateQuery(This,ppQuery) (This)->lpVtbl->CreateQuery(This,ppQuery)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-misc.cc | 180 TEST_F(LibraryTest, CreateQuery) { in TEST_F() argument
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9.h | 276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0; 864 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery… 991 #define IDirect3DDevice9_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b) 1115 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQue… 1258 #define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b)
|