/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 44 def GetQuery : BuiltinGroup; 919 // GetQuery builtin records: 920 defm : DemangledGetBuiltin<"get_local_id", OpenCL_std, GetQuery, LocalInvocationId>; 921 defm : DemangledGetBuiltin<"get_global_id", OpenCL_std, GetQuery, GlobalInvocationId>; 922 defm : DemangledGetBuiltin<"get_local_size", OpenCL_std, GetQuery, WorkgroupSize>; 923 defm : DemangledGetBuiltin<"get_global_size", OpenCL_std, GetQuery, GlobalSize>; 924 defm : DemangledGetBuiltin<"get_group_id", OpenCL_std, GetQuery, WorkgroupId>; 925 defm : DemangledGetBuiltin<"get_enqueued_local_size", OpenCL_std, GetQuery, EnqueuedWorkgroupSize>; 926 defm : DemangledGetBuiltin<"get_num_groups", OpenCL_std, GetQuery, NumWorkgroups>;
|
H A D | SPIRVBuiltins.cpp | 1885 case SPIRV::GetQuery: in lowerBuiltin()
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_transaction.cc | 161 virtual const DnsQuery* GetQuery() const = 0; 239 const DnsQuery* GetQuery() const override { return query_.get(); } in GetQuery() function in net::__anond9c6f5e90111::DnsUDPAttempt 1378 query = attempts_[0]->GetQuery()->CloneWithNewId(id); in MakeClassicDnsAttempt() 1480 previous_attempt->GetQuery()->CloneWithNewId(session_->NextQueryId()); in RetryUdpAttemptAsTcp()
|
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/test/ |
H A D | test_uriparser.cc | 407 SAPI_ASSERT_OK_AND_ASSIGN(std::string ret, uri.GetQuery()); in TEST_P() 439 SAPI_ASSERT_OK_AND_ASSIGN(ret, uri.GetQuery()); in TEST_P()
|
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/utils/ |
H A D | utils_uriparser.h | 49 absl::StatusOr<std::string> GetQuery();
|
H A D | utils_uriparser.cc | 106 absl::StatusOr<std::string> UriParser::GetQuery() { in GetQuery() function in UriParser
|
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/example/ |
H A D | main.cc | 72 Print("query", uri.GetQuery()); in main()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | msopc.h | 313 HRESULT (STDMETHODCALLTYPE *GetQuery)( 400 #define IOpcUri_GetQuery(This,pbstrQuery) (This)->lpVtbl->GetQuery(This,pbstrQuery) 470 return This->lpVtbl->GetQuery(This,pbstrQuery); 651 HRESULT (STDMETHODCALLTYPE *GetQuery)( 752 #define IOpcPartUri_GetQuery(This,pbstrQuery) (This)->lpVtbl->GetQuery(This,pbstrQuery) 826 return This->lpVtbl->GetQuery(This,pbstrQuery);
|
D | urlmon.h | 2915 virtual HRESULT STDMETHODCALLTYPE GetQuery( 3033 HRESULT (STDMETHODCALLTYPE *GetQuery)( 3105 #define IUri_GetQuery(This,pbstrQuery) (This)->lpVtbl->GetQuery(This,pbstrQuery) 3171 return This->lpVtbl->GetQuery(This,pbstrQuery); 3628 virtual HRESULT STDMETHODCALLTYPE GetQuery( 3746 HRESULT (STDMETHODCALLTYPE *GetQuery)( 3825 #define IUriBuilder_GetQuery(This,pcchQuery,ppwzQuery) (This)->lpVtbl->GetQuery(This,pcchQuery,ppwz… 3881 return This->lpVtbl->GetQuery(This,pcchQuery,ppwzQuery);
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 263243 pub GetQuery: ::std::option::Option< field 263376 unsafe { ::std::ptr::addr_of!((*ptr).GetQuery) as usize - ptr as usize }, in bindgen_test_layout_IUriVtbl() 263378 concat!("Offset of field: ", stringify!(IUriVtbl), "::", stringify!(GetQuery)) in bindgen_test_layout_IUriVtbl() 263648 pub GetQuery: ::std::option::Option< field 263790 unsafe { ::std::ptr::addr_of!((*ptr).GetQuery) as usize - ptr as usize }, in bindgen_test_layout_IUriBuilderVtbl() 263792 concat!("Offset of field: ", stringify!(IUriBuilderVtbl), "::", stringify!(GetQuery)) in bindgen_test_layout_IUriBuilderVtbl()
|