Searched defs:query (Results 1 - 25 of 251) sorted by relevance

1234567891011

/external/clang/test/CodeGenCXX/
H A D2008-05-07-CrazyOffsetOf.cpp6 char * query; member in struct:bork
8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
/external/clang/test/Sema/
H A Dmemset-invalid-1.c11 incomplete query = 0; local
12 memset(query, 0, sizeof(query)); // expected-warning {{'memset' call operates on objects of type 'struct __incomplete' while the size is based on a different type 'incomplete'}} \
/external/libbrillo/brillo/
H A Durl_utils_unittest.cc88 std::string query = url::TrimOffQueryString(&url); local
90 EXPECT_EQ("?key1=val1&key2=val2#fragment", query);
93 query = url::TrimOffQueryString(&url);
95 EXPECT_EQ("#fragment", query);
98 query = url::TrimOffQueryString(&url);
100 EXPECT_EQ("", query);
/external/c-ares/
H A Dares_cancel.c28 struct query *query; local
36 query = list_node->data;
37 list_node = list_node->next; /* since we're deleting the query */
38 query->callback(query->arg, ARES_ECANCELLED, 0, NULL, 0);
39 ares__free_query(query);
42 /* Freeing the query should remove it from all the lists in which it sits,
43 * so all query lists should be empty now.
H A Dares_destroy.c41 struct query *query; local
51 query = list_node->data;
52 list_node = list_node->next; /* since we're deleting the query */
53 query->callback(query->arg, ARES_EDESTRUCTION, 0, NULL, 0);
54 ares__free_query(query);
57 /* Freeing the query should remove it from all the lists in which it sits,
58 * so all query lists should be empty now.
H A Dares_send.c44 struct query *query; local
48 /* Verify that the query is at least long enough to hold the header. */
55 /* Allocate space for query and allocated fields. */
56 query = malloc(sizeof(struct query));
57 if (!query)
62 query->tcpbuf = malloc(qlen + 2);
63 if (!query->tcpbuf)
65 free(query);
[all...]
H A Dares_timeout.c36 struct query *query; local
55 query = list_node->data;
56 if (query->timeout.tv_sec == 0)
58 offset = ares__timeoffset(&now, &query->timeout);
/external/swiftshader/src/D3D9/
H A DDirect3DQuery9.hpp52 sw::Query *query; member in class:D3D9::Direct3DQuery9
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A De164.py64 def query(number, domains, resolver=None): function
76 return resolver.query(qname, 'NAPTR')
/external/autotest/client/common_lib/cros/graphite/
H A Dautotest_es.py32 the query (json dict) we send to es is quite complicated (but flexible).
34 For example, the below query returns job_id, host_id, and job_start
39 'query': {
41 'query': {
58 To send a query once it is created, call execute_query() to send it to the
59 intended elasticsearch server. The query() function can be used to construct a
60 query with certain parameters and execute it all in one call.
139 def query(host=METADATA_ES_SERVER, port=ES_PORT, function
144 its query() function. For an explanation of each, see those functions in
149 return esmd.query(*arg
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
H A DXMLSupport.java35 * Test utility to parse, validate and query XML documents.
85 public String findStr(final Document doc, final String query) argument
87 return (String) getXPath().evaluate(query, doc, XPathConstants.STRING);
/external/libxml2/include/libxml/
H A Duri.h27 * Note: query is a deprecated field which is incorrectly unescaped.
28 * query_raw takes precedence over query if the former is set.
41 char *query; /* the query string (deprecated - use with caution) */ member in struct:_xmlURI
44 char *query_raw; /* the query string (as it appears in the URI) */
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c39 unsigned query; member in struct:i915_query
45 struct i915_query *query = CALLOC_STRUCT( i915_query ); local
47 return (struct pipe_query *)query;
51 struct pipe_query *query)
53 FREE(query);
57 struct pipe_query *query)
61 static void i915_end_query(struct pipe_context *ctx, struct pipe_query *query) argument
66 struct pipe_query *query,
50 i915_destroy_query(struct pipe_context *ctx, struct pipe_query *query) argument
56 i915_begin_query(struct pipe_context *ctx, struct pipe_query *query) argument
65 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *vresult) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c105 struct pipe_query *query,
110 llvmpipe->render_cond_query = query;
104 llvmpipe_render_condition( struct pipe_context *pipe, struct pipe_query *query, uint mode ) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_query.c33 static void r600_destroy_query(struct pipe_context *ctx, struct pipe_query *query) argument
37 r600_context_query_destroy(rctx, (struct r600_query *)query);
40 static void r600_begin_query(struct pipe_context *ctx, struct pipe_query *query) argument
43 struct r600_query *rquery = (struct r600_query *)query;
47 r600_query_begin(rctx, (struct r600_query *)query);
51 static void r600_end_query(struct pipe_context *ctx, struct pipe_query *query) argument
54 struct r600_query *rquery = (struct r600_query *)query;
61 struct pipe_query *query,
65 struct r600_query *rquery = (struct r600_query *)query;
71 struct pipe_query *query,
60 r600_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *vresult) argument
70 r600_render_condition(struct pipe_context *ctx, struct pipe_query *query, uint mode) argument
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Ddiscoitemsquerytask.cc33 const XmlElement* query = stanza->FirstNamed(QN_DISCO_ITEMS_QUERY); local
34 if (query) {
36 for (const buzz::XmlChild* child = query->FirstChild(); child;
H A Dmucroomdiscoverytask.cc25 const XmlElement* query = stanza->FirstNamed(QN_DISCO_INFO_QUERY); local
26 if (query == NULL) {
33 const XmlElement* identity = query->FirstNamed(QN_DISCO_IDENTITY);
49 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE);
54 const XmlElement* data_x = query->FirstNamed(QN_XDATA_X);
/external/apache-http/src/org/apache/http/client/utils/
H A DURIUtils.java66 * @param query
83 final String query,
104 if (query != null) {
106 buffer.append(query);
117 * and port are taken from the target host, but whose path, query and
122 * Contains the path, query and fragment to use.
78 createURI( final String scheme, final String host, int port, final String path, final String query, final String fragment) argument
/external/autotest/frontend/client/src/autotest/common/table/
H A DRpcDataSource.java96 public void query(JSONObject params, DataCallback callback) { method in class:RpcDataSource
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h29 struct nouveau_object *query; member in struct:nv30_screen
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c200 struct pipe_query *query,
205 softpipe->render_cond_query = query;
199 softpipe_render_condition( struct pipe_context *pipe, struct pipe_query *query, uint mode ) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.h75 struct pb_manager *query; member in struct:vmw_winsys_screen::__anon14986
/external/parameter-framework/asio/include/asio/ip/
H A Dbasic_resolver.hpp31 * The basic_resolver class template provides the ability to resolve a query
50 /// The query type.
51 typedef basic_resolver_query<InternetProtocol> query; typedef in class:asio::ip::basic_resolver
79 /// Perform forward resolution of a query to a list of entries.
81 * This function is used to resolve a query into a list of endpoint entries.
83 * @param q A query object that determines what endpoints will be returned.
95 iterator resolve(const query& q)
103 /// Perform forward resolution of a query to a list of entries.
105 * This function is used to resolve a query into a list of endpoint entries.
107 * @param q A query objec
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver.hpp31 * The basic_resolver class template provides the ability to resolve a query
50 /// The query type.
51 typedef basic_resolver_query<InternetProtocol> query; typedef in class:asio::ip::basic_resolver
79 /// Perform forward resolution of a query to a list of entries.
81 * This function is used to resolve a query into a list of endpoint entries.
83 * @param q A query object that determines what endpoints will be returned.
95 iterator resolve(const query& q)
103 /// Perform forward resolution of a query to a list of entries.
105 * This function is used to resolve a query into a list of endpoint entries.
107 * @param q A query objec
[all...]
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.h78 record_policydb_table_query_t query; member in struct:record_policydb_table

Completed in 667 milliseconds

1234567891011