| /third_party/libcoap/examples/ |
| H A D | oscore-interop-server.c | 105 hnd_get_hello_coap(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_coap() argument 118 hnd_get_hello_1(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_1() argument 131 hnd_get_hello_2(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_2() argument 144 hnd_get_hello_3(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_3() argument 157 hnd_post_hello_6(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_post_hello_6() argument 174 hnd_put_hello_7(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_put_hello_7() argument 205 hnd_get_observe1(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_observe1() argument 240 hnd_get_observe2(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_observe2() argument [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_subscribe.c | 898 coap_string_t *query = NULL; in coap_op_dyn_resource_load_disk() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_queue.c | 144 struct v3dv_query *query = &info->pool->queries[i]; in handle_reset_query_cpu_job() local 238 struct v3dv_query *query = &info->pool->queries[info->query + i]; in handle_end_query_cpu_job() local 419 struct v3dv_query *query = &info->pool->queries[info->query + i]; handle_timestamp_query_cpu_job() local [all...] |
| H A D | v3dv_query.c | 119 kperfmon_create(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query) kperfmon_create() argument 146 kperfmon_destroy(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query) kperfmon_destroy() argument 380 write_occlusion_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_occlusion_query_result() argument 401 write_timestamp_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_timestamp_query_result() argument 417 write_performance_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_performance_query_result() argument 473 write_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_query_result() argument 496 query_is_available(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_wait, bool *available) query_is_available() argument 644 v3dv_CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) v3dv_CmdBeginQuery() argument 656 v3dv_CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) v3dv_CmdEndQuery() argument [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_process.c | 551 struct query *query = ares__slist_node_val(node); in process_timeouts() local 573 rewrite_without_edns(ares_dns_record_t *qdnsrec, struct query *query) rewrite_without_edns() argument 621 struct query *query; process_answer() local 761 ares__requeue_query(struct query *query, struct timeval *now) ares__requeue_query() argument 815 ares__append_tcpbuf(struct server_state *server, const struct query *query) ares__append_tcpbuf() argument 827 ares__calc_query_timeout(const struct query *query) ares__calc_query_timeout() argument 876 ares__send_query(struct query *query, struct timeval *now) ares__send_query() argument 1114 ares_detach_query(struct query *query) ares_detach_query() argument 1126 end_query(ares_channel_t *channel, struct query *query, ares_status_t status, const unsigned char *abuf, size_t alen) end_query() argument 1145 ares__free_query(struct query *query) ares__free_query() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-inspector-session-impl.cc | 488 V8InspectorSessionImpl::searchInTextByLines(StringView text, StringView query, in searchInTextByLines() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 480 struct iris_query *query = (void *) p_query; in iris_destroy_query() local 495 iris_begin_query(struct pipe_context *ctx, struct pipe_query *query) iris_begin_query() argument 544 iris_end_query(struct pipe_context *ctx, struct pipe_query *query) iris_end_query() argument 601 iris_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) iris_get_query_result() argument 652 iris_get_query_result_resource(struct pipe_context *ctx, struct pipe_query *query, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *p_res, unsigned offset) iris_get_query_result_resource() argument 822 iris_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) iris_render_condition() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.h | 567 util_blitter_save_render_condition(struct blitter_context *blitter, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) util_blitter_save_render_condition() argument
|
| H A D | u_tests.c | 486 struct pipe_query *query; in disabled_fragment_shader() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_perfcounter.c | 263 struct si_query_pc *query = (struct si_query_pc *)squery; in si_pc_query_destroy() local 299 struct si_query_pc *query = (struct si_query_pc *)squery; in si_pc_query_resume() local 333 struct si_query_pc *query = (struct si_query_pc *)squery; si_pc_query_suspend() local 369 struct si_query_pc *query = (struct si_query_pc *)squery; si_pc_query_begin() local 383 struct si_query_pc *query = (struct si_query_pc *)squery; si_pc_query_end() local 393 si_pc_query_add_result(struct si_query_pc *query, void *buffer, union pipe_query_result *result) si_pc_query_add_result() argument 412 struct si_query_pc *query = (struct si_query_pc *)squery; si_pc_query_get_result() local 448 get_group_state(struct si_screen *screen, struct si_query_pc *query, struct ac_pc_block *block, unsigned sub_gid) get_group_state() argument 521 struct si_query_pc *query; si_create_batch_query() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 510 struct crocus_query *query = (void *) p_query; in crocus_destroy_query() local 525 crocus_begin_query(struct pipe_context *ctx, struct pipe_query *query) crocus_begin_query() argument 585 crocus_end_query(struct pipe_context *ctx, struct pipe_query *query) crocus_end_query() argument 651 crocus_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) crocus_get_query_result() argument 703 crocus_get_query_result_resource(struct pipe_context *ctx, struct pipe_query *query, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *p_res, unsigned offset) crocus_get_query_result_resource() argument 908 crocus_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) crocus_render_condition() argument 950 struct pipe_query *query = (void *) q; crocus_resolve_conditional_render() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 620 vmw_swc_query_relocation(struct svga_winsys_context *swc, SVGAMobId *id, struct svga_winsys_gb_query *query) vmw_swc_query_relocation() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_fetch.c | 601 const char *query = (enable != 0) ? "fips=yes" : "-fips"; in evp_default_properties_enable_fips_int() local
|
| /third_party/node/deps/openssl/openssl/crypto/property/ |
| H A D | property.c | 50 const char *query; member [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | evp_fetch.c | 588 const char *query = (enable != 0) ? "fips=yes" : "-fips"; in evp_default_properties_enable_fips_int() local
|
| /third_party/openssl/crypto/property/ |
| H A D | property.c | 50 const char *query; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrImageQueryTests.cpp | 81 QueryType query; member 816 QueryType query; global() member 856 populateQueryGroup(tcu::TestCaseGroup* group, QueryType query) populateQueryGroup() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1092 verifyQueryResult(GLuint query, GLboolean expected) verifyQueryResult() argument [all...] |
| H A D | gl4cDirectStateAccessQueriesTests.cpp | 455 glw::GLuint query = 0; in testNegativeNumberOfObjects() local 512 glw::GLuint query = 0; in testInvalidTarget() local 566 glw::GLuint query = 0; testInvalidQueryName() local 768 glw::GLuint query = 0; testInvalidBufferName() local 887 glw::GLuint query = 0; testInvalidParameterName() local 1012 glw::GLuint query = 0; testBufferOverflow() local 1139 glw::GLuint query = 0; testBufferNegativeOffset() local 1436 checkQueryBufferObject(glw::GLuint query, glw::GLenum pname, T expected_value, bool (*comparison)(T, T)) checkQueryBufferObject() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | mhd2spdy_structures.h | 94 char * query; member
|
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_fuchsia.cpp | 401 fuchsia::fonts::TypefaceQuery query; in FetchTypeface() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 170 static void query(const MachineInstr &MI, AliasAnalysis &AA, bool &Read, in query() function
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsTextureStateQueryTests.cpp | 281 static bool isCoreQuery (QueryType query) in isCoreQuery() argument 293 static RequiredExtensions getQueryExtension (QueryType query) in getQueryExtension() argument 370 isCoreQuery(QueryType query) isCoreQuery() argument 375 getQueryExtension(QueryType query) getQueryExtension() argument 480 isCoreQuery(QueryType query) isCoreQuery() argument 493 getQueryExtension(QueryType query) getQueryExtension() argument 574 isCoreQuery(QueryType query) isCoreQuery() argument 579 getQueryExtension(QueryType query) getQueryExtension() argument 632 isCoreQuery(const glu::ContextType& contextType, QueryType query) isCoreQuery() argument 704 getQueryExtension(const glu::ContextType& contextType, QueryType query) getQueryExtension() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| H A D | vktYCbCrImageQueryTests.cpp | 81 QueryType query; member 817 QueryType query; global() member 857 populateQueryGroup(tcu::TestCaseGroup* group, QueryType query) populateQueryGroup() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | ndis_events.c | 398 WCHAR query[256]; in notification_query() local 489 WCHAR query[MAX_QUERY_LEN]; in ndis_events_get_adapter() local [all...] |