/third_party/typescript/src/harness/ |
D | client.ts | 81 const request: protocol.Request = { constant 130 const request = this.processRequest(CommandNames.Configure, args); constant 137 const request = this.processRequest(CommandNames.Configure, args); constant 144 … const request = this.processRequest(CommandNames.CompilerOptionsForInferredProjects, args); constant 176 … const request = this.processRequest<protocol.QuickInfoRequest>(CommandNames.Quickinfo, args); constant 193 … const request = this.processRequest<protocol.ProjectInfoRequest>(CommandNames.ProjectInfo, args); constant 206 …const request = this.processRequest<protocol.CompletionsRequest>(CommandNames.CompletionInfo, args… constant 227 …const request = this.processRequest<protocol.CompletionDetailsRequest>(CommandNames.CompletionDeta… constant 243 const request = this.processRequest<protocol.NavtoRequest>(CommandNames.Navto, args); constant 264 const request = this.processRequest<protocol.FormatRequest>(CommandNames.Format, args); constant [all …]
|
/third_party/node/test/parallel/ |
D | test-http-parser.js | 76 const request = Buffer.from('GET /hello HTTP/1.1\r\n\r\n'); constant 112 const request = Buffer.from( constant 145 const request = Buffer.from( constant 168 const request = Buffer.from( constant 215 const request = Buffer.from( constant 246 const request = Buffer.from( constant 278 const request = Buffer.from( constant 310 const request = Buffer.from( constant 351 let request = Buffer.from( variable
|
D | test-http2-compat-serverresponse-end.js | 50 const request = client.request(headers); constant 80 const request = client.request(headers); constant 109 const request = client.request(headers); constant 139 const request = client.request(headers); constant 170 const request = client.request(headers); constant 204 const request = client.request(headers); constant 235 const request = client.request(headers); constant 270 const request = client.request(headers); constant 310 const request = client.request(headers); constant 343 const request = client.request(headers); constant
|
D | test-diagnostics-channel-http.js | 13 dc.subscribe('http.client.request.start', common.mustCall(({ request }) => { field 18 request, property 26 request, property 38 request, property
|
D | test-http2-compat-serverresponse-writehead-array.js | 26 const request = client.request(); constant 54 const request = client.request(); constant 86 const request = client.request(); constant
|
/third_party/python/Lib/http/ |
D | cookiejar.py | 621 def request_host(request): argument 637 def eff_request_host(request): argument 648 def request_path(request): argument 658 def request_port(request): argument 727 def is_third_party(request): argument 851 def set_ok(self, cookie, request): argument 860 def return_ok(self, cookie, request): argument 864 def domain_return_ok(self, domain, request): argument 869 def path_return_ok(self, path, request): argument 950 def set_ok(self, cookie, request): argument [all …]
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 36 struct drm_amdgpu_info request; in amdgpu_query_info() local 50 struct drm_amdgpu_info request; in amdgpu_query_crtc_from_id() local 66 struct drm_amdgpu_info request; in amdgpu_read_mm_registers() local 85 struct drm_amdgpu_info request; in amdgpu_query_hw_ip_count() local 101 struct drm_amdgpu_info request; in amdgpu_query_hw_ip_info() local 118 struct drm_amdgpu_info request; in amdgpu_query_firmware_version() local 323 struct drm_amdgpu_info request; in amdgpu_query_sensor_info() local 338 struct drm_amdgpu_info request; in amdgpu_query_video_caps_info() local
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_noop_drm_shim.c | 58 i915_ioctl_noop(int fd, unsigned long request, void *arg) in i915_ioctl_noop() 64 i915_ioctl_gem_set_tiling(int fd, unsigned long request, void *arg) in i915_ioctl_gem_set_tiling() 80 i915_ioctl_gem_get_tiling(int fd, unsigned long request, void *arg) in i915_ioctl_gem_get_tiling() 97 i915_ioctl_gem_create(int fd, unsigned long request, void *arg) in i915_ioctl_gem_create() 113 i915_ioctl_gem_mmap(int fd, unsigned long request, void *arg) in i915_ioctl_gem_mmap() 132 i915_ioctl_gem_userptr(int fd, unsigned long request, void *arg) in i915_ioctl_gem_userptr() 148 i915_ioctl_gem_context_create(int fd, unsigned long request, void *arg) in i915_ioctl_gem_context_create() 158 i915_ioctl_gem_context_getparam(int fd, unsigned long request, void *arg) in i915_ioctl_gem_context_getparam() 175 i915_ioctl_get_param(int fd, unsigned long request, void *arg) in i915_ioctl_get_param() 325 i915_ioctl_query(int fd, unsigned long request, void *arg) in i915_ioctl_query() [all …]
|
/third_party/mesa3d/src/panfrost/drm-shim/ |
D | panfrost_noop.c | 39 pan_ioctl_noop(int fd, unsigned long request, void *arg) in pan_ioctl_noop() 45 pan_ioctl_get_param(int fd, unsigned long request, void *arg) in pan_ioctl_get_param() 86 pan_ioctl_create_bo(int fd, unsigned long request, void *arg) in pan_ioctl_create_bo() 105 pan_ioctl_mmap_bo(int fd, unsigned long request, void *arg) in pan_ioctl_mmap_bo() 118 pan_ioctl_madvise(int fd, unsigned long request, void *arg) in pan_ioctl_madvise()
|
/third_party/node/deps/undici/src/types/ |
D | diagnostics-channel.d.ts | 30 request: Request; property 33 request: Request; property 36 request: Request; property 40 request: Request; property 44 request: Request; property 48 request: Request; property
|
/third_party/rust/crates/rustix/tests/net/ |
D | connect_bind_send.rs | 20 let request = b"Hello, World!!!"; in net_v4_connect_any() localVariable 59 let request = b"Hello, World!!!"; in net_v6_connect_any() localVariable 95 let request = b"Hello, World!!!"; in net_v4_connect() localVariable 138 let request = b"Hello, World!!!"; in net_v6_connect() localVariable 170 let request = b"Hello, World!!!"; in net_v4_bind_any() localVariable 209 let request = b"Hello, World!!!"; in net_v6_bind_any() localVariable 241 let request = b"Hello, World!!!"; in net_v4_sendto() localVariable 286 let request = b"Hello, World!!!"; in net_v6_sendto() localVariable 324 let request = b"Hello, World!!!"; in net_v4_sendto_any() localVariable 366 let request = b"Hello, World!!!"; in net_v6_sendto_any() localVariable [all …]
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | tests.cpp | 102 StoreContentRequest request; in RunStoreContentTests() local 112 StoreContentRequest request; in RunStoreContentTests() local 125 GetContentRequest request; in RunGetContentTests() local 136 GetContentRequest request; in RunGetContentTests() local 149 CompileShaderRequest request; in RunCompileShaderTests() local
|
D | vksClient.hpp | 53 void SendRequest(REQUEST& request, RESPONSE& response) in SendRequest() 63 void SendRequest(REQUEST& request) in SendRequest() 86 LogRequest request; in RemoteWrite() local 102 LogRequest request; in RemoteWriteFtm() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Device.cpp | 51 mErrorScopes.CloseAll([](ErrorScopeData* request) { in ~Device() 56 mCreatePipelineAsyncRequests.CloseAll([](CreatePipelineAsyncRequest* request) { in ~Device() 91 mErrorScopes.CloseAll([](ErrorScopeData* request) { in CancelCallbacksForDisconnect() 95 mCreatePipelineAsyncRequests.CloseAll([](CreatePipelineAsyncRequest* request) { in CancelCallbacksForDisconnect() 174 ErrorScopeData request; in OnPopErrorScopeCallback() local 236 CreatePipelineAsyncRequest request = {}; in CreateComputePipelineAsync() local 255 CreatePipelineAsyncRequest request; in OnCreateComputePipelineAsyncCallback() local 287 CreatePipelineAsyncRequest request = {}; in CreateRenderPipelineAsync() local 306 CreatePipelineAsyncRequest request; in OnCreateRenderPipelineAsyncCallback() local
|
/third_party/mesa3d/src/nouveau/drm-shim/ |
D | nouveau_noop.c | 61 nouveau_ioctl_noop(int fd, unsigned long request, void *arg) in nouveau_ioctl_noop() 67 nouveau_ioctl_gem_new(int fd, unsigned long request, void *arg) in nouveau_ioctl_gem_new() 93 nouveau_ioctl_gem_info(int fd, unsigned long request, void *arg) in nouveau_ioctl_gem_info() 109 nouveau_ioctl_gem_pushbuf(int fd, unsigned long request, void *arg) in nouveau_ioctl_gem_pushbuf() 118 nouveau_ioctl_channel_alloc(int fd, unsigned long request, void *arg) in nouveau_ioctl_channel_alloc() 142 nouveau_ioctl_get_param(int fd, unsigned long request, void *arg) in nouveau_ioctl_get_param()
|
/third_party/mesa3d/src/amd/drm-shim/ |
D | radeon_noop_drm_shim.c | 16 radeon_ioctl_noop(int fd, unsigned long request, void *arg) in radeon_ioctl_noop() 22 radeon_ioctl_info(int fd, unsigned long request, void *arg) in radeon_ioctl_info() 77 radeon_ioctl_gem_info(int fd, unsigned long request, void *arg) in radeon_ioctl_gem_info() 90 radeon_ioctl_gem_create(int fd, unsigned long request, void *arg) in radeon_ioctl_gem_create() 108 radeon_ioctl_gem_mmap(int fd, unsigned long request, void *arg) in radeon_ioctl_gem_mmap() 121 radeon_ioctl_gem_userptr(int fd, unsigned long request, void *arg) in radeon_ioctl_gem_userptr()
|
/third_party/node/deps/undici/src/lib/cache/ |
D | cache.js | 45 async match (request, options = {}) { argument 61 async matchAll (request = undefined, options = {}) { argument 129 async add (request) { argument 204 request: r, property 269 request: requestList[index], // 7.3.3 property 306 async put (request, response) { argument 395 request: innerRequest, // 15. property 435 async delete (request, options = {}) { argument 465 request: r, property 499 async keys (request = undefined, options = {}) { argument [all …]
|
/third_party/mesa3d/src/broadcom/drm-shim/ |
D | vc4_noop.c | 34 vc4_ioctl_noop(int fd, unsigned long request, void *arg) in vc4_ioctl_noop() 40 vc4_ioctl_create_bo(int fd, unsigned long request, void *arg) in vc4_ioctl_create_bo() 54 vc4_ioctl_mmap_bo(int fd, unsigned long request, void *arg) in vc4_ioctl_mmap_bo() 68 vc4_ioctl_get_param(int fd, unsigned long request, void *arg) in vc4_ioctl_get_param()
|
D | v3d_noop.c | 53 v3d_ioctl_noop(int fd, unsigned long request, void *arg) in v3d_ioctl_noop() 59 v3d_ioctl_create_bo(int fd, unsigned long request, void *arg) in v3d_ioctl_create_bo() 80 v3d_ioctl_get_bo_offset(int fd, unsigned long request, void *arg) in v3d_ioctl_get_bo_offset() 94 v3d_ioctl_mmap_bo(int fd, unsigned long request, void *arg) in v3d_ioctl_mmap_bo() 108 v3d_ioctl_get_param(int fd, unsigned long request, void *arg) in v3d_ioctl_get_param()
|
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/ |
D | lima_noop.c | 36 lima_ioctl_noop(int fd, unsigned long request, void *arg) in lima_ioctl_noop() 42 lima_ioctl_get_param(int fd, unsigned long request, void *arg) in lima_ioctl_get_param() 60 lima_ioctl_gem_create(int fd, unsigned long request, void *arg) in lima_ioctl_gem_create() 78 lima_ioctl_gem_info(int fd, unsigned long request, void *arg) in lima_ioctl_gem_info()
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
D | index.js | 6 const cacheFetch = async (request, options) => { argument 17 const newEntry = new CacheEntry({ request, response, options }) property 41 cacheFetch.invalidate = async (request, options) => { argument
|
/third_party/python/Lib/ |
D | socketserver.py | 333 def verify_request(self, request, client_address): argument 341 def process_request(self, request, client_address): argument 358 def finish_request(self, request, client_address): argument 362 def shutdown_request(self, request): argument 366 def close_request(self, request): argument 370 def handle_error(self, request, client_address): argument 501 def shutdown_request(self, request): argument 511 def close_request(self, request): argument 534 def shutdown_request(self, request): argument 538 def close_request(self, request): argument [all …]
|
/third_party/mesa3d/src/etnaviv/drm-shim/ |
D | etnaviv_noop.c | 156 etnaviv_ioctl_noop(int fd, unsigned long request, void *arg) in etnaviv_ioctl_noop() 162 etnaviv_ioctl_gem_new(int fd, unsigned long request, void *arg) in etnaviv_ioctl_gem_new() 176 etnaviv_ioctl_gem_info(int fd, unsigned long request, void *arg) in etnaviv_ioctl_gem_info() 189 etnaviv_ioctl_get_param(int fd, unsigned long request, void *arg) in etnaviv_ioctl_get_param()
|
/third_party/mesa3d/src/freedreno/drm-shim/ |
D | freedreno_noop.c | 44 msm_ioctl_noop(int fd, unsigned long request, void *arg) in msm_ioctl_noop() 50 msm_ioctl_gem_new(int fd, unsigned long request, void *arg) in msm_ioctl_gem_new() 76 msm_ioctl_gem_info(int fd, unsigned long request, void *arg) in msm_ioctl_gem_info() 107 msm_ioctl_get_param(int fd, unsigned long request, void *arg) in msm_ioctl_get_param() 151 msm_ioctl_gem_madvise(int fd, unsigned long request, void *arg) in msm_ioctl_gem_madvise()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | spawn_ptrace_child.h | 32 # define maybe_swap(request, addr, data) \ argument 43 #define vptrace(request, pid, addr, data) \ argument 133 static inline char *strptrace(int request) in strptrace()
|