Home
last modified time | relevance | path

Searched full:query (Results 1 – 25 of 3322) sorted by relevance

12345678910>>...133

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglquery.c23 * @short_description: OpenGL query abstraction
27 * A #GstGLQuery represents and holds an OpenGL query object. Various types of
117 GstGLQuery *query = user_data; in _log_time() local
120 result = gst_gl_query_result (query); in _log_time()
127 * @query: a #GstGLQuery
134 gst_gl_query_init (GstGLQuery * query, GstGLContext * context, in gst_gl_query_init() argument
140 g_return_if_fail (query != NULL); in gst_gl_query_init()
146 memset (query, 0, sizeof (*query)); in gst_gl_query_init()
150 query->query_type = gl_query_type; in gst_gl_query_init()
151 query->context = gst_object_ref (context); in gst_gl_query_init()
[all …]
Dgstglquery.h31 * @GST_GL_QUERY_NONE: no query
32 * @GST_GL_QUERY_TIME_ELAPSED: query the time elapsed
33 * @GST_GL_QUERY_TIMESTAMP: query the current time
63 void gst_gl_query_init (GstGLQuery * query,
67 void gst_gl_query_unset (GstGLQuery * query);
72 void gst_gl_query_free (GstGLQuery * query);
75 void gst_gl_query_start (GstGLQuery * query);
77 void gst_gl_query_end (GstGLQuery * query);
79 void gst_gl_query_counter (GstGLQuery * query);
81 guint64 gst_gl_query_result (GstGLQuery * query);
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dgas_query_ap.c2 * Generic advertisement service (GAS) query (hostapd)
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
33 * struct gas_query_pending - Pending GAS query
59 * struct gas_query_ap - Internal GAS query data
73 struct gas_query_pending *query);
88 * gas_query_ap_init - Initialize GAS query component
90 * Returns: Pointer to GAS query data or %NULL on failure
130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() argument
133 dl_list_del(&query->list); in gas_query_free()
[all …]
Dieee802_11_auth.c137 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) in hostapd_acl_query_free() argument
139 if (query == NULL) in hostapd_acl_query_free()
141 os_free(query->auth_msg); in hostapd_acl_query_free()
142 os_free(query); in hostapd_acl_query_free()
148 struct hostapd_acl_query_data *query) in hostapd_radius_acl_query() argument
153 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query()
154 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id); in hostapd_radius_acl_query()
247 * @is_probe_req: Whether this query for a Probe Request frame
284 struct hostapd_acl_query_data *query; in hostapd_allowed_address()
305 query = hapd->acl_queries; in hostapd_allowed_address()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dgas_query_ap.c2 * Generic advertisement service (GAS) query (hostapd)
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
33 * struct gas_query_pending - Pending GAS query
59 * struct gas_query_ap - Internal GAS query data
73 struct gas_query_pending *query);
88 * gas_query_ap_init - Initialize GAS query component
90 * Returns: Pointer to GAS query data or %NULL on failure
130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() argument
133 dl_list_del(&query->list); in gas_query_free()
[all …]
Dieee802_11_auth.c137 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) in hostapd_acl_query_free() argument
139 if (query == NULL) in hostapd_acl_query_free()
141 os_free(query->auth_msg); in hostapd_acl_query_free()
142 os_free(query); in hostapd_acl_query_free()
148 struct hostapd_acl_query_data *query) in hostapd_radius_acl_query() argument
153 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query()
154 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id); in hostapd_radius_acl_query()
247 * @is_probe_req: Whether this query for a Probe Request frame
284 struct hostapd_acl_query_data *query; in hostapd_allowed_address()
305 query = hapd->acl_queries; in hostapd_allowed_address()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dgas_query.c2 * Generic advertisement service (GAS) query
26 /** GAS query timeout in seconds */
29 /* GAS query wait-time / duration in ms */
34 * struct gas_query_pending - Pending GAS query
61 * struct gas_query - Internal GAS query data
78 struct gas_query_pending *query);
93 * gas_query_init - Initialize GAS query component
95 * Returns: Pointer to GAS query data or %NULL on failure
135 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() argument
137 struct gas_query *gas = query->gas; in gas_query_free()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dgas_query.c2 * Generic advertisement service (GAS) query
26 /** GAS query timeout in seconds */
29 /* GAS query wait-time / duration in ms */
34 * struct gas_query_pending - Pending GAS query
61 * struct gas_query - Internal GAS query data
78 struct gas_query_pending *query);
93 * gas_query_init - Initialize GAS query component
95 * Returns: Pointer to GAS query data or %NULL on failure
135 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() argument
137 struct gas_query *gas = query->gas; in gas_query_free()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstquery.c6 * gstquery.c: GstQueryType registration and Query parsing/creation
36 * Query values can be set using gst_query_set_*(), and parsed using
39 * The following example shows how to query the duration of a pipeline:
41 * GstQuery *query;
43 * query = gst_query_new_duration (GST_FORMAT_TIME);
44 * res = gst_element_query (pipeline, query);
47 * gst_query_parse_duration (query, NULL, &duration);
50 * g_print ("duration query failed...");
52 * gst_query_unref (query);
73 GstQuery query; member
[all …]
Dgstquery.h41 * @GST_QUERY_TYPE_UPSTREAM: Set if the query can travel upstream.
42 * @GST_QUERY_TYPE_DOWNSTREAM: Set if the query can travel downstream.
43 * @GST_QUERY_TYPE_SERIALIZED: Set if the query should be serialized with data
68 * @num: the query number to create
69 * @flags: the query flags
71 * when making custom query types, use this macro with the num and
82 * @GST_QUERY_UNKNOWN: unknown query type
91 * @GST_QUERY_FORMATS: query supported formats for convert
92 * @GST_QUERY_BUFFERING: query available media for efficient seeking.
93 * @GST_QUERY_CUSTOM: a custom application or element defined query.
[all …]
/third_party/cares/
Dares_send.c38 struct query *query; in ares_send() local
42 /* Verify that the query is at least long enough to hold the header. */ in ares_send()
49 /* Allocate space for query and allocated fields. */ in ares_send()
50 query = ares_malloc(sizeof(struct query)); in ares_send()
51 if (!query) in ares_send()
56 query->tcpbuf = ares_malloc(qlen + 2); in ares_send()
57 if (!query->tcpbuf) in ares_send()
59 ares_free(query); in ares_send()
65 ares_free(query); in ares_send()
69 query->server_info = ares_malloc(channel->nservers * in ares_send()
[all …]
Dares_search.318 ares_search \- Initiate a DNS query with domain search
39 gives the alias name or the base of the query name as a NUL-terminated
46 give the class and type of the query using the values defined in
48 When the query sequence is complete or has failed, the ares library
51 Completion or failure of the query sequence may happen immediately, or
65 indicates whether the query sequence ended with a successful query
66 and, if not, how the query sequence failed. It may have any of the
70 A query completed successfully.
73 No query completed successfully; when the query was tried without a
77 A query completed but the server claimed that the query was
[all …]
Dares_query.318 ares_query \- Initiate a single-question DNS query
33 function initiates a single-question DNS query on the name service
38 gives the query name as a NUL-terminated C string of period-separated
44 give the class and type of the query using the values defined in
46 When the query is complete or has failed, the ares library will invoke
48 Completion or failure of the query may happen immediately, or may
62 indicates whether the query succeeded and, if not, how it failed. It
66 The query completed successfully.
69 The query completed but contains no answers.
72 The query completed but the server claims that the query was
[all …]
Dares_process.c81 static void skip_server(ares_channel channel, struct query *query,
83 static void next_server(ares_channel channel, struct query *query,
90 static void end_query(ares_channel channel, struct query *query, int status,
541 struct query *query; in process_timeouts() local
555 query = list_node->data; in process_timeouts()
556 list_node = list_node->next; /* in case the query gets deleted */ in process_timeouts()
557 if (query->timeout.tv_sec && ares__timedout(now, &query->timeout)) in process_timeouts()
559 query->error_status = ARES_ETIMEOUT; in process_timeouts()
560 ++query->timeouts; in process_timeouts()
561 next_server(channel, query, now); in process_timeouts()
[all …]
/third_party/node/deps/cares/src/
Dares_send.c38 struct query *query; in ares_send() local
42 /* Verify that the query is at least long enough to hold the header. */ in ares_send()
49 /* Allocate space for query and allocated fields. */ in ares_send()
50 query = ares_malloc(sizeof(struct query)); in ares_send()
51 if (!query) in ares_send()
56 query->tcpbuf = ares_malloc(qlen + 2); in ares_send()
57 if (!query->tcpbuf) in ares_send()
59 ares_free(query); in ares_send()
65 ares_free(query); in ares_send()
69 query->server_info = ares_malloc(channel->nservers * in ares_send()
[all …]
Dares_process.c81 static void skip_server(ares_channel channel, struct query *query,
83 static void next_server(ares_channel channel, struct query *query,
90 static void end_query(ares_channel channel, struct query *query, int status,
541 struct query *query; in process_timeouts() local
555 query = list_node->data; in process_timeouts()
556 list_node = list_node->next; /* in case the query gets deleted */ in process_timeouts()
557 if (query->timeout.tv_sec && ares__timedout(now, &query->timeout)) in process_timeouts()
559 query->error_status = ARES_ETIMEOUT; in process_timeouts()
560 ++query->timeouts; in process_timeouts()
561 next_server(channel, query, now); in process_timeouts()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstquery.c26 GstQuery *query; in GST_START_TEST() local
33 query = gst_query_new_position (GST_FORMAT_TIME); in GST_START_TEST()
34 fail_if (query == NULL); in GST_START_TEST()
35 fail_unless (GST_QUERY_TYPE (query) == GST_QUERY_POSITION); in GST_START_TEST()
37 gst_query_parse_position (query, &format, NULL); in GST_START_TEST()
40 gst_query_set_position (query, GST_FORMAT_TIME, 0xdeadbeaf); in GST_START_TEST()
42 gst_query_parse_position (query, &format, &position); in GST_START_TEST()
46 gst_query_unref (query); in GST_START_TEST()
53 query = gst_query_new_duration (GST_FORMAT_TIME); in GST_START_TEST()
54 fail_if (query == NULL); in GST_START_TEST()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_timer_query.txt57 This extension provides a query mechanism that can be used to determine
59 without stalling the rendering pipeline. It uses the query object
60 mechanisms first introduced in the occlusion query extension, which allow
128 Timer queries use query objects to track the amount of time needed to
132 Timer queries are associated with query objects. The command
136 returns <n> previously unused query object names in <ids>. These
138 the first time they are used by BeginQueryANGLE. Query objects contain
141 except for zero (which is reserved for the GL) is a valid query
144 Query objects are deleted by calling
148 <ids> contains <n> names of query objects to be deleted. After a
[all …]
/third_party/boost/doc/html/boost_asio/reference/thread_pool__basic_executor_type/
Dquery.html4 <title>thread_pool::basic_executor_type::query</title>
10 <link rel="next" href="query/overload1.html" title="thread_pool::basic_executor_type::query (1 of 6…
23 …./../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="query/overload1.html"><i…
27 …utor_type.query"></a><a class="link" href="query.html" title="thread_pool::basic_executor_type::qu…
30 … <a class="indexterm" name="boost_asio.indexterm.thread_pool__basic_executor_type.query"></a>
31 Query
34 … &amp; <a class="link" href="query/overload1.html" title="thread_pool::basic_executor_type::query
36 …ss="emphasis"><em>» <a class="link" href="query/overload1.html" title="thread_pool::basic_executor…
39 Query the current value of the <code class="computeroutput">blocking</code> property.
41 …king_t <a class="link" href="query/overload2.html" title="thread_pool::basic_executor_type::query
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DQuery.cpp7 // Query.cpp: Implements the gl::Query class
9 #include "libANGLE/Query.h"
14 Query::Query(rx::QueryImpl *impl, GLuint id) : RefCountObject(id), mQuery(impl), mLabel() {} in Query() function in gl::Query
16 Query::~Query() in ~Query()
21 void Query::onDestroy(const Context *context) in onDestroy()
27 void Query::setLabel(const Context *context, const std::string &label) in setLabel()
32 const std::string &Query::getLabel() const in getLabel()
37 angle::Result Query::begin(const Context *context) in begin()
42 angle::Result Query::end(const Context *context) in end()
47 angle::Result Query::queryCounter(const Context *context) in queryCounter()
[all …]
/third_party/boost/doc/html/boost_asio/reference/io_context__basic_executor_type/
Dquery.html4 <title>io_context::basic_executor_type::query</title>
10 <link rel="next" href="query/overload1.html" title="io_context::basic_executor_type::query (1 of 5 …
23 …./../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="query/overload1.html"><i…
27 …cutor_type.query"></a><a class="link" href="query.html" title="io_context::basic_executor_type::qu…
30 … <a class="indexterm" name="boost_asio.indexterm.io_context__basic_executor_type.query"></a>
31 Query
34 …t &amp; <a class="link" href="query/overload1.html" title="io_context::basic_executor_type::query
36 …ass="emphasis"><em>» <a class="link" href="query/overload1.html" title="io_context::basic_executor…
39 Query the current value of the <code class="computeroutput">blocking</code> property.
41 …cking_t <a class="link" href="query/overload2.html" title="io_context::basic_executor_type::query
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp74 VkRenderPass RenderPassCache::GetRenderPass(const RenderPassCacheQuery& query) { in GetRenderPass() argument
75 auto it = mCache.find(query); in GetRenderPass()
80 VkRenderPass renderPass = CreateRenderPassForQuery(query); in GetRenderPass()
81 mCache.emplace(query, renderPass); in GetRenderPass()
86 const RenderPassCacheQuery& query) const { in CreateRenderPassForQuery()
98 VkSampleCountFlagBits vkSampleCount = VulkanSampleCount(query.sampleCount); in CreateRenderPassForQuery()
101 for (uint32_t i : IterateBitSet(query.colorMask)) { in CreateRenderPassForQuery()
109 attachmentDesc.format = VulkanImageFormat(query.colorFormats[i]); in CreateRenderPassForQuery()
111 attachmentDesc.loadOp = VulkanAttachmentLoadOp(query.colorLoadOp[i]); in CreateRenderPassForQuery()
121 if (query.hasDepthStencil) { in CreateRenderPassForQuery()
[all …]
/third_party/boost/libs/geometry/doc/index/rtree/
Dquery.qbk25 [h4 Performing a query]
27 There are various ways to perform a query. They are presented below.
34 rt.query(bgi::intersects(box_region), std::back_inserter(returned_values));
40 bgi::query(rt, bgi::intersects(box_region), std::back_inserter(returned_values));
48 Query iterators returned by member functions
54 Query iterators returned by free functions
64 Examples of some basic queries may be found in the tables below. The query region and result `Value…
88 rt.query(index::contains(box), std::back_inserter(result));
89 rt.query(index::covered_by(box), std::back_inserter(result));
90 rt.query(index::covers(box), std::back_inserter(result));
[all …]
/third_party/node/deps/npm/node_modules/query-string/
Dpackage.json2 "_from": "query-string@6.8.2",
3 "_id": "query-string@6.8.2",
6 "_location": "/query-string",
11 "raw": "query-string@6.8.2",
12 "name": "query-string",
13 "escapedName": "query-string",
22 "_resolved": "https://registry.npmjs.org/query-string/-/query-string-6.8.2.tgz",
24 "_spec": "query-string@6.8.2",
32 "url": "https://github.com/sindresorhus/query-string/issues"
41 "description": "Parse and stringify URL query strings",
[all …]
/third_party/boost/doc/html/boost_asio/reference/basic_system_executor/
Dquery.html4 <title>basic_system_executor::query</title>
10 <link rel="next" href="query/overload1.html" title="basic_system_executor::query (1 of 3 overloads)…
23 …./../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="query/overload1.html"><i…
27 …asic_system_executor.query"></a><a class="link" href="query.html" title="basic_system_executor::qu…
30 <a class="indexterm" name="boost_asio.indexterm.basic_system_executor.query"></a>
31 Query
36 …pr Allocator <a class="link" href="query/overload1.html" title="basic_system_executor::query (1 of…
38 …an class="emphasis"><em>» <a class="link" href="query/overload1.html" title="basic_system_executor…
40 …pr Allocator <a class="link" href="query/overload2.html" title="basic_system_executor::query (2 of…
42 …an class="emphasis"><em>» <a class="link" href="query/overload2.html" title="basic_system_executor…
[all …]

12345678910>>...133