/external/clang/test/Sema/ |
H A D | memset-invalid-1.c | 11 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/clang/test/CodeGenCXX/ |
H A D | 2008-05-07-CrazyOffsetOf.cpp | 6 char * query; member in struct:bork 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_queryobj.c | 30 * Support for query objects (GL_ARB_occlusion_query, GL_ARB_timer_query, 40 * query is active, and sum up the differences. (We should do so for 132 /** Waits on the query object's BO and totals the results for this query */ 135 struct brw_query_object *query) 142 if (query->bo == NULL) 146 if (drm_intel_bo_busy(query->bo)) { 147 perf_debug("Stalling on the GPU waiting for a query object.\n"); 151 drm_intel_bo_map(query->bo, false); 152 results = query 134 brw_queryobj_get_results(struct gl_context *ctx, struct brw_query_object *query) argument 225 struct brw_query_object *query; local 240 struct brw_query_object *query = (struct brw_query_object *)q; local 251 struct brw_query_object *query = (struct brw_query_object *)q; local 302 struct brw_query_object *query = (struct brw_query_object *)q; local 371 struct brw_query_object *query = (struct brw_query_object *)q; local 379 struct brw_query_object *query = (struct brw_query_object *)q; local 420 struct brw_query_object *query = brw->query.obj; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | gas_query.c | 2 * Generic advertisement service (GAS) query 25 /** GAS query timeout in seconds */ 30 * struct gas_query_pending - Pending GAS query 54 * struct gas_query - Internal GAS query data 79 * gas_query_init - Initialize GAS query component 81 * Returns: Pointer to GAS query data or %NULL on failure 121 static void gas_query_free(struct gas_query_pending *query, int del_list) argument 123 struct gas_query *gas = query->gas; 126 dl_list_del(&query->list); 128 if (gas->work && gas->work->ctx == query) { 140 gas_query_done(struct gas_query *gas, struct gas_query_pending *query, enum gas_query_result result) argument 167 struct gas_query_pending *query, *next; local 193 gas_query_append(struct gas_query_pending *query, const u8 *data, size_t len) argument 211 struct gas_query_pending *query; local 256 gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, struct wpabuf *req) argument 284 gas_query_tx_comeback_req(struct gas_query *gas, struct gas_query_pending *query) argument 308 struct gas_query_pending *query = user_ctx; local 316 gas_query_tx_comeback_req_delay(struct gas_query *gas, struct gas_query_pending *query, u16 comeback_delay) argument 332 gas_query_rx_initial(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument 363 gas_query_rx_comeback(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument 440 struct gas_query_pending *query; local 574 struct gas_query_pending *query = user_ctx; local 599 struct gas_query_pending *query = work->ctx; local 659 struct gas_query_pending *query; local 713 struct gas_query_pending *query; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_queryobj.c | 38 struct radeon_query_object *query = (struct radeon_query_object *)q; local 43 "%s: query id %d, result %d\n", 44 __FUNCTION__, query->Base.Id, (int) query->Base.Result); 46 radeon_bo_map(query->bo, GL_FALSE); 47 result = query->bo->ptr; 49 query->Base.Result = 0; 50 for (i = 0; i < query->curr_offset/sizeof(uint32_t); ++i) { 51 query->Base.Result += LE32_TO_CPU(result[i]); 55 radeon_bo_unmap(query 60 struct radeon_query_object *query; local 76 struct radeon_query_object *query = (struct radeon_query_object *)q; local 90 struct radeon_query_object *query = (struct radeon_query_object *)q; local 107 struct radeon_query_object *query = (struct radeon_query_object *)q; local 130 struct radeon_query_object *query = radeon->query.current; local 167 struct radeon_query_object *query = (struct radeon_query_object *)q; local 197 struct radeon_query_object *query = radeon->query.current; local [all...] |
H A D | radeon_queryobj.h | 44 radeon->query.queryobj.cmd_size = (SZ); 45 radeon->query.queryobj.cmd = (uint32_t*)CALLOC((SZ) * sizeof(uint32_t)); 46 radeon->query.queryobj.name = "queryobj"; 47 radeon->query.queryobj.idx = 0; 48 radeon->query.queryobj.check = radeon_check_query_active; 49 radeon->query.queryobj.dirty = GL_FALSE; 50 radeon->query.queryobj.emit = radeon_emit_queryobj; 53 insert_at_tail(&radeon->hw.atomlist, &radeon->query.queryobj);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_queryobj.c | 38 struct radeon_query_object *query = (struct radeon_query_object *)q; local 43 "%s: query id %d, result %d\n", 44 __FUNCTION__, query->Base.Id, (int) query->Base.Result); 46 radeon_bo_map(query->bo, GL_FALSE); 47 result = query->bo->ptr; 49 query->Base.Result = 0; 50 for (i = 0; i < query->curr_offset/sizeof(uint32_t); ++i) { 51 query->Base.Result += LE32_TO_CPU(result[i]); 55 radeon_bo_unmap(query 60 struct radeon_query_object *query; local 76 struct radeon_query_object *query = (struct radeon_query_object *)q; local 90 struct radeon_query_object *query = (struct radeon_query_object *)q; local 107 struct radeon_query_object *query = (struct radeon_query_object *)q; local 130 struct radeon_query_object *query = radeon->query.current; local 167 struct radeon_query_object *query = (struct radeon_query_object *)q; local 197 struct radeon_query_object *query = radeon->query.current; local [all...] |
H A D | radeon_queryobj.h | 44 radeon->query.queryobj.cmd_size = (SZ); 45 radeon->query.queryobj.cmd = (uint32_t*)CALLOC((SZ) * sizeof(uint32_t)); 46 radeon->query.queryobj.name = "queryobj"; 47 radeon->query.queryobj.idx = 0; 48 radeon->query.queryobj.check = radeon_check_query_active; 49 radeon->query.queryobj.dirty = GL_FALSE; 50 radeon->query.queryobj.emit = radeon_emit_queryobj; 53 insert_at_tail(&radeon->hw.atomlist, &radeon->query.queryobj);
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_query.c | 39 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/r600/ |
H A D | r600_query.c | 88 static void r600_emit_query_begin(struct r600_context *ctx, struct r600_query *query) argument 93 r600_need_cs_space(ctx, query->num_cs_dw * 2, TRUE); 95 /* Get a new query buffer if needed. */ 96 if (query->buffer.results_end + query->result_size > query->buffer.buf->b.b.width0) { 98 *qbuf = query->buffer; 99 query->buffer.buf = r600_new_query_buffer(ctx, query->type); 100 query 146 r600_emit_query_end(struct r600_context *ctx, struct r600_query *query) argument 204 r600_emit_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, bool flag_wait) argument 255 struct r600_query *query; local 299 r600_destroy_query(struct pipe_context *ctx, struct pipe_query *query) argument 335 r600_begin_query(struct pipe_context *ctx, struct pipe_query *query) argument 375 r600_end_query(struct pipe_context *ctx, struct pipe_query *query) argument 407 r600_get_query_buffer_result(struct r600_context *ctx, struct r600_query *query, struct r600_query_buffer *qbuf, boolean wait, union pipe_query_result *result) argument 498 r600_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument 522 r600_render_condition(struct pipe_context *ctx, struct pipe_query *query, uint mode) argument 566 struct r600_query *query; local 576 struct r600_query *query; local 587 struct r600_query *query; local 598 struct r600_query *query; local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
H A D | iterate.cs | 1 Query : <?cs var:query ?>
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | r600_query.c | 33 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...] |
H A D | r600_hw_context.c | 44 /* if backend_map query is supported by the kernel */ 279 static boolean r600_query_result(struct r600_context *ctx, struct r600_query *query, boolean wait) argument 281 unsigned results_base = query->results_start; 284 map = ctx->ws->buffer_map(query->buffer->cs_buf, ctx->cs, 291 switch (query->type) { 293 while (results_base != query->results_end) { 294 query->result.u64 += 296 results_base = (results_base + 16) % query->buffer->b.b.width0; 300 while (results_base != query->results_end) { 301 query 360 r600_query_begin(struct r600_context *ctx, struct r600_query *query) argument 447 r600_query_end(struct r600_context *ctx, struct r600_query *query) argument 491 r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, int flag_wait) argument 536 struct r600_query *query; local 586 r600_context_query_destroy(struct r600_context *ctx, struct r600_query *query) argument 592 r600_context_query_result(struct r600_context *ctx, struct r600_query *query, boolean wait, void *vresult) argument 628 struct r600_query *query; local 638 struct r600_query *query; local [all...] |
H A D | r600.h | 67 /* The kind of query */ 69 /* Offset of the first result for current query */ 71 /* Offset of the next free result after current query data */ 76 /* The buffer where query results are stored. It's used as a ring, 77 * data blocks for current query are stored sequentially from 105 void r600_context_query_destroy(struct r600_context *ctx, struct r600_query *query); 107 struct r600_query *query, 109 void r600_query_begin(struct r600_context *ctx, struct r600_query *query); 110 void r600_query_end(struct r600_context *ctx, struct r600_query *query); 113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, in [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
H A D | add-free.php | 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); 26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); 33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
|
H A D | add-mo.php | 28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); 34 $userrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
|
/external/libvncserver/x11vnc/ |
H A D | remote.h | 38 extern int send_remote_cmd(char *cmd, int query, int wait);
|
/external/marisa-trie/lib/marisa/ |
H A D | query.h | 13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} argument 33 Query &operator=(const Query &query); 39 CQuery(const CQuery &query) : str_(query.str_) {} argument
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | query.h | 13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} argument 33 Query &operator=(const Query &query); 39 CQuery(const CQuery &query) : str_(query.str_) {} argument
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_query.c | 72 struct pipe_query* query) 74 struct r300_query* q = r300_query(query); 77 FREE(query); 81 struct r300_query *query) 83 r300->query_current = query; 88 struct pipe_query* query) 91 struct r300_query* q = r300_query(query); 98 "Some other query has already been started.\n"); 114 struct pipe_query* query) 117 struct r300_query *q = r300_query(query); 71 r300_destroy_query(struct pipe_context* pipe, struct pipe_query* query) argument 80 r300_resume_query(struct r300_context *r300, struct r300_query *query) argument 87 r300_begin_query(struct pipe_context* pipe, struct pipe_query* query) argument 113 r300_end_query(struct pipe_context* pipe, struct pipe_query* query) argument 135 r300_get_query_result(struct pipe_context* pipe, struct pipe_query* query, boolean wait, union pipe_query_result *vresult) argument 179 r300_render_condition(struct pipe_context *pipe, struct pipe_query *query, uint mode) argument [all...] |
/external/freetype/src/cache/ |
H A D | ftcbasic.c | 73 FTC_BasicQuery query = (FTC_BasicQuery)ftcquery; local 76 return FTC_BASIC_ATTR_COMPARE( &family->attrs, &query->attrs ); 86 FTC_BasicQuery query = (FTC_BasicQuery)ftcquery; local 91 family->attrs = query->attrs; 287 FTC_BasicQueryRec query; local 309 query.attrs.scaler.face_id = type->face_id; 310 query.attrs.scaler.width = type->width; 311 query.attrs.scaler.height = type->height; 312 query.attrs.load_flags = (FT_UInt)type->flags; 314 query 360 FTC_BasicQueryRec query; local 471 FTC_BasicQueryRec query; local 546 FTC_BasicQueryRec query; local [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_pools.c | 36 * TODO: Have the query pool always ask the fence manager for 62 if(vws->pools.query) 63 vws->pools.query->destroy(vws->pools.query); 68 * vmw_query_pools_init - Create a pool of query buffers. 80 vws->pools.query = vmw_gmr_bufmgr_create(vws); 81 if(!vws->pools.query) 84 vws->pools.query_mm = mm_bufmgr_create(vws->pools.query, 104 vws->pools.query->destroy(vws->pools.query); [all...] |
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ieee802_11_auth.c | 147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument 149 if (query == NULL) 151 os_free(query->auth_msg); 152 os_free(query); 158 struct hostapd_acl_query_data *query) 163 query->radius_id = radius_client_get_id(hapd->radius); 164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id); 268 struct hostapd_acl_query_data *query; 281 query = hapd->acl_queries; 282 while (query) { 157 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument 482 struct hostapd_acl_query_data *query, *prev; local 632 struct hostapd_acl_query_data *query, *prev; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
H A D | ieee802_11_auth.c | 147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument 149 if (query == NULL) 151 os_free(query->auth_msg); 152 os_free(query); 158 struct hostapd_acl_query_data *query) 163 query->radius_id = radius_client_get_id(hapd->radius); 164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id); 268 struct hostapd_acl_query_data *query; 281 query = hapd->acl_queries; 282 while (query) { 157 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument 482 struct hostapd_acl_query_data *query, *prev; local 632 struct hostapd_acl_query_data *query, *prev; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ieee802_11_auth.c | 147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument 149 if (query == NULL) 151 os_free(query->auth_msg); 152 os_free(query); 158 struct hostapd_acl_query_data *query) 163 query->radius_id = radius_client_get_id(hapd->radius); 164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id); 268 struct hostapd_acl_query_data *query; 281 query = hapd->acl_queries; 282 while (query) { 157 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument 482 struct hostapd_acl_query_data *query, *prev; local 632 struct hostapd_acl_query_data *query, *prev; local [all...] |