/third_party/libwebsockets/cmake/ |
D | LwsCheckRequirements.cmake | 14 set (rq 1) variable 16 set (rq 0) variable 19 set(rq 0) variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_client.cc | 81 auto rq = std::make_shared<ConnectResetRequest>(server_connection_id_, client_id_); in ~CacheClient() local 110 auto rq = std::make_shared<CacheRowRequest>(this); in WriteRow() local 130 auto rq = std::make_shared<BatchFetchRequest>(this, row_id); in GetRows() local 202 auto rq = std::make_shared<CreateCacheRequest>(this, cinfo_, cache_mem_sz_, createFlag); in CreateCache() local 228 auto rq = std::make_shared<DestroyCacheRequest>(server_connection_id_); in DestroyCache() local 240 auto rq = std::make_shared<GetStatRequest>(server_connection_id_); in GetStat() local 251 auto rq = std::make_shared<GetCacheStateRequest>(server_connection_id_); in GetState() local 260 auto rq = std::make_shared<CacheSchemaRequest>(server_connection_id_); in CacheSchema() local 270 auto rq = std::make_shared<FetchSchemaRequest>(server_connection_id_); in FetchSchema() local 279 auto rq = std::make_shared<BuildPhaseDoneRequest>(server_connection_id_, cookie()); in BuildPhaseDone() local
|
D | cache_server.cc | 184 Status CacheServer::CreateService(CacheRequest *rq, CacheReply *reply) { in CreateService() 272 Status CacheServer::DestroyCache(CacheRequest *rq) { in DestroyCache() 292 Status CacheServer::CacheRow(CacheRequest *rq, CacheReply *reply) { in CacheRow() 325 Status CacheServer::FastCacheRow(CacheRequest *rq, CacheReply *reply) { in FastCacheRow() 377 Status CacheServer::InternalCacheRow(CacheRequest *rq, CacheReply *reply) { in InternalCacheRow() 404 Status CacheServer::InternalFetchRow(CacheRequest *rq) { in InternalFetchRow() 486 Status CacheServer::BatchFetchRows(CacheRequest *rq, CacheReply *reply) { in BatchFetchRows() 561 Status CacheServer::GetStat(CacheRequest *rq, CacheReply *reply) { in GetStat() 588 Status CacheServer::CacheSchema(CacheRequest *rq) { in CacheSchema() 604 Status CacheServer::FetchSchema(CacheRequest *rq, CacheReply *reply) { in FetchSchema() [all …]
|
D | cache_admin_arg.cc | 415 auto rq = std::make_shared<GenerateSessionIdRequest>(); in RunCommand() local 428 auto rq = std::make_shared<DropSessionRequest>(cinfo); in RunCommand() local 438 auto rq = std::make_shared<ListSessionsRequest>(); in RunCommand() local 489 auto rq = std::make_shared<ListSessionsRequest>(); in ShowServerInfo() local 532 auto rq = std::make_shared<ServerStopRequest>(msg.GetMsgQueueId()); in StopServer() local
|
D | cache_grpc_client.cc | 82 Status CacheClientGreeter::HandleRequest(std::shared_ptr<BaseRequest> rq) { in HandleRequest() 115 auto rq = reinterpret_cast<CacheClientRequestTag *>(tag); in WorkerEntry() local
|
D | cache_grpc_client.h | 41 explicit CacheClientRequestTag(std::shared_ptr<BaseRequest> rq, int64_t seqNo) in CacheClientRequestTag()
|
D | cache_grpc_server.cc | 101 auto rq = static_cast<CacheServerRequest *>(tag); in HandleRequest() local
|
D | cache_server.h | 192 Status PushRequest(int32_t queue_id, CacheServerRequest *rq) { in PushRequest()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | queue_map.h | 51 RequestQueue *rq = nullptr; in Add() local 60 RequestQueue *rq = nullptr; in PopFront() local
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | helpers.h | 37 grpc_resource_quota* rq() { return rq_; } in rq() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/stub/ |
D | cache_grpc_client.h | 36 …Status HandleRequest(std::shared_ptr<BaseRequest> rq) { RETURN_STATUS_UNEXPECTED("Not supported");… in HandleRequest()
|
/third_party/grpc/test/cpp/thread_manager/ |
D | thread_manager_test.cc | 63 TestThreadManager(const char* name, grpc_resource_quota* rq, in TestThreadManager() 130 grpc_resource_quota* rq = grpc_resource_quota_create("Thread manager test"); in SetUp() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | cache_merge_op.cc | 132 TensorRowCacheRequest *rq; in CacheMissWorkerEntry() local 162 TensorRowCacheRequest *rq; in Cleaner() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
D | cache_perf_run.cc | 274 auto rq = std::make_shared<GenerateSessionIdRequest>(); in GetSession() local 304 auto rq = std::make_shared<DropSessionRequest>(cinfo); in ~CachePerfRun() local 483 auto rq = std::make_shared<DropSessionRequest>(cinfo); in Cleanup() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_server.h | 193 auto rq = static_cast<UntypedCall *>(tag); in ProcessRequest() local 195 delete rq; in ProcessRequest() local
|
/third_party/grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 279 static void rq_step(void* rq, grpc_error* /*error*/) { in rq_step() 633 static void rq_reclamation_done(void* rq, grpc_error* /*error*/) { in rq_reclamation_done() 756 static void* rq_copy(void* rq) { in rq_copy() 761 static void rq_destroy(void* rq) { in rq_destroy() 857 grpc_resource_quota* rq = resource_user->resource_quota; in grpc_resource_user_allocate_threads() local 872 grpc_resource_quota* rq = resource_user->resource_quota; in grpc_resource_user_free_threads() local
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 29 struct tst_ts *rq; member
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 106 static struct tst_ts *rq; variable
|
/third_party/ltp/testcases/kernel/syscalls/mq_open/ |
D | mq_open01.c | 34 struct mq_attr *rq; member
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 277 … dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) in computeNonProjectedTriLod() 630 …TextureCubeView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const Refe… in sampleTextureCube() 684 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); in sampleTexture() local 689 …ture2DArrayView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const Refe… in sampleTextureNonProjected() 732 tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); in sampleTexture() local 784 …::Texture3DView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const Refe… in sampleTextureNonProjected() 823 …::Texture3DView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const Refe… in sampleTextureProjected() 876 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); in sampleTexture() local 884 …reCubeArrayView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const tcu:… in sampleTextureCubeArray() 939 tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[4+2], texCoord[8+2], texCoord[12+2]); in sampleTexture() local [all …]
|
/third_party/grpc/test/cpp/performance/ |
D | writes_per_rpc_test.cc | 144 static grpc_resource_quota* rq = grpc_resource_quota_create("bm"); in MakeEndpoints() local
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | laea.hpp | 81 T rq; member
|
/third_party/grpc/test/core/iomgr/ |
D | resource_quota_test.cc | 806 grpc_resource_quota* rq = grpc_resource_quota_create("test_thread_limit"); in test_thread_limit() local 850 grpc_resource_quota* rq = in test_thread_maxquota_change() local
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 81 struct request *rq; in send_request() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_roboswitch.c | 67 static inline struct mii_ioctl_data *if_mii(struct ifreq *rq) in if_mii()
|