Home
last modified time | relevance | path

Searched defs:request (Results 401 - 425 of 728) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/mesa3d/src/drm-shim/
H A Ddevice.c180 drm_shim_ioctl_version(int fd, unsigned long request, void *arg) in drm_shim_ioctl_version() argument
204 drm_shim_ioctl_get_unique(int fd, unsigned long request, void *arg) in drm_shim_ioctl_get_unique() argument
216 drm_shim_ioctl_get_cap(int fd, unsigned long request, void *arg) in drm_shim_ioctl_get_cap() argument
235 drm_shim_ioctl_gem_close(int fd, unsigned long request, void *arg) in drm_shim_ioctl_gem_close() argument
259 drm_shim_ioctl_syncobj_create(int fd, unsigned long request, void *arg) in drm_shim_ioctl_syncobj_create() argument
269 drm_shim_ioctl_stub(int fd, unsigned long request, void *arg) in drm_shim_ioctl_stub() argument
290 drm_shim_ioctl(int fd, unsigned long request, void *arg) in drm_shim_ioctl() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c104 static bool radeon_get_drm_value(int fd, unsigned request, in radeon_get_drm_value() argument
54 radeon_set_fd_access(struct radeon_drm_cs *applier, struct radeon_drm_cs **owner, mtx_t *mutex, unsigned request, const char *request_name, bool enable) radeon_set_fd_access() argument
/third_party/mesa3d/src/intel/tools/
H A Dintel_noop_drm_shim.c58 i915_ioctl_noop(int fd, unsigned long request, void *arg) in i915_ioctl_noop() argument
64 i915_ioctl_gem_set_tiling(int fd, unsigned long request, void *arg) in i915_ioctl_gem_set_tiling() argument
80 i915_ioctl_gem_get_tiling(int fd, unsigned long request, void *arg) in i915_ioctl_gem_get_tiling() argument
97 i915_ioctl_gem_create(int fd, unsigned long request, void *arg) in i915_ioctl_gem_create() argument
113 i915_ioctl_gem_mmap(int fd, unsigned long request, void *arg) in i915_ioctl_gem_mmap() argument
132 i915_ioctl_gem_userptr(int fd, unsigned long request, void *arg) in i915_ioctl_gem_userptr() argument
148 i915_ioctl_gem_context_create(int fd, unsigned long request, void *arg) in i915_ioctl_gem_context_create() argument
158 i915_ioctl_gem_context_getparam(int fd, unsigned long request, void *arg) in i915_ioctl_gem_context_getparam() argument
175 i915_ioctl_get_param(int fd, unsigned long request, void *arg) in i915_ioctl_get_param() argument
325 i915_ioctl_query(int fd, unsigned long request, voi argument
440 i915_gem_get_aperture(int fd, unsigned long request, void *arg) i915_gem_get_aperture() argument
[all...]
H A Dintel_sanitize_gpu.c245 exec_and_check_padding(int fd, unsigned long request, in exec_and_check_padding() argument
381 ioctl(int fd, unsigned long request, ...) in ioctl() argument
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c148 struct amdgpu_bo_alloc_request request = {}; in alloc_bo() local
H A Dhotunplug_tests.c311 struct amdgpu_bo_alloc_request request = { in amdgpu_hotunplug_with_exported_bo() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify22.c63 static void do_debugfs_request(const char *dev, char *request) in do_debugfs_request() argument
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage-handler.cc211 void HandleInitializeRequest(InitializeRequest request, MessageWriter writer) { in HandleInitializeRequest() argument
229 RegistrationRequest request; in HandleInitializedNotification() local
266 void HandleGotoDefinitionRequest(GotoDefinitionRequest request, in HandleGotoDefinitionRequest() argument
303 HandleDocumentSymbolRequest(DocumentSymbolRequest request, MessageWriter writer) HandleDocumentSymbolRequest() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c69 size_t request; /* valid iff peer != NULL; 0 if len != 0, member
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_local.h124 TS_REQ *request; member
/third_party/protobuf/conformance/
H A Dconformance_test.cc239 const ConformanceRequest& request = setting.GetRequest(); in RunValidBinaryInputTest() local
251 const ConformanceRequest& request = setting.GetRequest(); in VerifyResponse() local
189 ReportFailure(const string& test_name, ConformanceLevel level, const ConformanceRequest& request, const ConformanceResponse& response, const char* fmt, ...) ReportFailure() argument
213 ReportSkip(const string& test_name, const ConformanceRequest& request, const ConformanceResponse& response) ReportSkip() argument
310 RunTest(const string& test_name, const ConformanceRequest& request, ConformanceResponse* response) RunTest() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_bio.c69 size_t request; /* valid iff peer != NULL; 0 if len != 0, member
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp171 void SwiftConfig::respond(Socket *clientSocket, const char *request) in respond() argument
[all...]
/third_party/openssl/crypto/ts/
H A Dts_local.h124 TS_REQ *request; member
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c121 response_done_callback(void *cls, struct SPDY_Response *response, struct SPDY_Request *request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
201 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
273 new_post_data_cb(void * cls, struct SPDY_Request *request, const void * buf, size_t size, bool more) new_post_data_cb() argument
[all...]
H A Dspdy_fileserver.c121 response_done_callback(void *cls, struct SPDY_Response *response, struct SPDY_Request *request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
142 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_misc.c97 response_done_callback(void *cls, struct SPDY_Response * response, struct SPDY_Request * request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
153 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
H A Dtest_request_response_with_callback.c87 response_done_callback(void *cls, struct SPDY_Response * response, struct SPDY_Request * request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
106 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
/third_party/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp125 void add(sk_sp<SkTypeface> face, Request* request) { in add() argument
129 sk_sp<SkTypeface> findAndRef(Request* request) { in findAndRef() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuffer.cpp349 std::unique_ptr<MapRequestTask> request = in APIMapAsync() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DBuffer.cpp175 MapRequestData request = {}; in MapAsync() local
203 MapRequestData request; OnMapAsyncCallback() local
[all...]
H A DDevice.cpp174 ErrorScopeData request; OnPopErrorScopeCallback() local
236 CreatePipelineAsyncRequest request = {}; CreateComputePipelineAsync() local
255 CreatePipelineAsyncRequest request; OnCreateComputePipelineAsyncCallback() local
287 CreatePipelineAsyncRequest request = {}; CreateRenderPipelineAsync() local
306 CreatePipelineAsyncRequest request; OnCreateRenderPipelineAsyncCallback() local
[all...]
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp44 zx_status_t ConnectToService(zx_handle_t serviceRoot, fidl::InterfaceRequest<Interface> request) in ConnectToService() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h79 Request request; // Request used for the allocation. member
177 Allocation::Request request; in create() local
210 Allocation::Request request; make_unique_n() local
222 Allocation::Request request; make_shared() local
300 allocate(const Allocation::Request& request) allocate() argument
451 Allocation::Request StlAllocator<T>::request(size_t n) const { request() function in marl::StlAllocator
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib2net.py12 import urllib.request namespace
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...30