Searched defs:pq (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
H A Drebuild_endpoints.py2 from pyquery import PyQuery as pq namespace
24 return pq(raw_xml, parser='xml')
32 region = pq(region_elem, parser='xml')
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_queryobj.h41 struct pipe_query *pq; member in struct:st_query_object
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} argument
H A DResourcePriorityQueue.h33 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c52 struct llvmpipe_query *pq; local
56 pq = CALLOC_STRUCT( llvmpipe_query );
58 return (struct pipe_query *) pq;
65 struct llvmpipe_query *pq = llvmpipe_query(q); local
70 if (pq->fence) {
71 if (!lp_fence_issued(pq->fence))
74 if (!lp_fence_signalled(pq->fence))
75 lp_fence_wait(pq->fence);
77 lp_fence_reference(&pq->fence, NULL);
80 FREE(pq);
90 struct llvmpipe_query *pq = llvmpipe_query(q); local
125 struct llvmpipe_query *pq = llvmpipe_query(q); local
148 struct llvmpipe_query *pq = llvmpipe_query(q); local
[all...]
H A Dlp_rast.c486 struct llvmpipe_query *pq = arg.query_obj; local
490 task->query = pq;
H A Dlp_setup.c1074 struct llvmpipe_query *pq)
1081 setup->active_query = pq;
1086 lp_rast_arg_query(pq))) {
1093 lp_rast_arg_query(pq))) {
1105 lp_setup_end_query(struct lp_setup_context *setup, struct llvmpipe_query *pq) argument
1111 assert(setup->active_query == pq);
1120 /* pq->fence should be the fence of the *last* scene which
1123 lp_fence_reference(&pq->fence, setup->scene->fence);
1132 lp_fence_reference(&pq->fence, setup->last_fence);
1073 lp_setup_begin_query(struct lp_setup_context *setup, struct llvmpipe_query *pq) argument
/external/boringssl/src/ssl/pqueue/
H A Dpqueue.c94 pqueue_s *pq = (pqueue_s *)OPENSSL_malloc(sizeof(pqueue_s)); local
95 if (pq == NULL) {
99 memset(pq, 0, sizeof(pqueue_s));
100 return pq;
103 void pqueue_free(pqueue_s *pq) { argument
104 if (pq == NULL) {
109 assert(pq->items == NULL);
110 OPENSSL_free(pq);
113 pitem *pqueue_peek(pqueue_s *pq) { return pq argument
115 pqueue_find(pqueue_s *pq, uint8_t *prio64be) argument
127 pqueue_size(pqueue_s *pq) argument
138 pqueue_iterator(pqueue_s *pq) argument
153 pqueue_insert(pqueue_s *pq, pitem *item) argument
189 pqueue_pop(pqueue_s *pq) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dconjugate_gradients_solver.cc151 const double pq = p.dot(q); local
152 if ((pq <= 0) || IsInfinite(pq)) {
154 summary.message = StringPrintf("Numerical failure. p'q = %e.", pq);
158 const double alpha = rho / pq;
162 StringPrintf("Numerical failure. alpha = rho / pq = %e", alpha);
/external/skia/tests/
H A DTDPQueueTest.cpp102 SkTDPQueue<Dummy*, Dummy::LessP, Dummy::PQIndex> pq; local
104 pq.insert(&array[j]);
106 REPORTER_ASSERT(reporter, pq.count() == array.count());
113 while (pq.count()) {
115 Dummy* top = pq.peek();
124 Dummy* top = pq.peek();
126 pq.pop();
135 pq.remove(&array[item]);
145 pq.priorityDidChange(&array[item]);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c142 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) argument
144 FREE(pq);
148 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq) argument
151 struct nv30_query *q = nv30_query(pq);
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq) argument
181 struct nv30_query *q = nv30_query(pq);
198 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, argument
202 struct nv30_query *q = nv30_query(pq);
235 struct pipe_query *pq, uint mode)
238 struct nv30_query *q = nv30_query(pq);
234 nv40_query_render_condition(struct pipe_context *pipe, struct pipe_query *pq, uint mode) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj.h67 struct pipe_query *pq; member in struct:nv50_so_target
H A Dnv50_query.c92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) argument
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0);
95 FREE(nv50_query(pq));
142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq) argument
146 struct nv50_query *q = nv50_query(pq);
195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq) argument
199 struct nv50_query *q = nv50_query(pq);
246 nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq, argument
250 struct nv50_query *q = nv50_query(pq);
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
323 nv50_render_condition(struct pipe_context *pipe, struct pipe_query *pq, uint mode) argument
352 nv50_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_stateobj.h66 struct pipe_query *pq; member in struct:nvc0_so_target
H A Dnvc0_query.c91 nvc0_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) argument
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
94 FREE(nvc0_query(pq));
181 nvc0_query_begin(struct pipe_context *pipe, struct pipe_query *pq) argument
185 struct nvc0_query *q = nvc0_query(pq);
253 nvc0_query_end(struct pipe_context *pipe, struct pipe_query *pq) argument
257 struct nvc0_query *q = nvc0_query(pq);
335 nvc0_query_result(struct pipe_context *pipe, struct pipe_query *pq, argument
339 struct nvc0_query *q = nvc0_query(pq);
409 nvc0_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
427 nvc0_render_condition(struct pipe_context *pipe, struct pipe_query *pq, uint mode) argument
483 nvc0_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpresentation.c44 vlVdpPresentationQueue *pq = NULL; local
61 pq = CALLOC(1, sizeof(vlVdpPresentationQueue));
62 if (!pq)
65 pq->device = dev;
66 pq->drawable = pqt->drawable;
69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) {
76 *presentation_queue = vlAddDataHTAB(pq);
86 FREE(pq);
96 vlVdpPresentationQueue *pq; local
98 pq
119 vlVdpPresentationQueue *pq; local
148 vlVdpPresentationQueue *pq; local
177 vlVdpPresentationQueue *pq; local
205 vlVdpPresentationQueue *pq; local
312 vlVdpPresentationQueue *pq; local
346 vlVdpPresentationQueue *pq; local
[all...]
/external/opencv/cv/src/
H A D_cvkdtree.hpp328 void pq_alternate(int alt_n, bbf_pqueue & pq, scalar_type dist) const { argument
333 pq.push_back(bbf_node(alt_n, dist));
334 push_heap(pq.begin(), pq.end());
340 int bbf_branch(int i, const __desctype * d, bbf_pqueue & pq) const {
344 pq_alternate(n.right, pq, n.boundary - d[n.dim]);
347 pq_alternate(n.left, pq, d[n.dim] - n.boundary);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java362 Set pq = new HashSet();
366 return pq;
380 pq.add(new PolicyQualifierInfo(bOut.toByteArray()));
390 return pq;
445 Set pq)
463 pq,
537 Set pq = null;
564 pq = getQualifierSet(pinfo.getPolicyQualifiers());
586 p_node, pq, id_p, ci);
441 processCertD1i( int index, List[] policyNodes, ASN1ObjectIdentifier pOid, Set pq) argument
/external/clang/test/SemaCXX/
H A Doverload-call.cpp198 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { argument
200 float* q2 = quals_rank1(pq);
212 quals_rank3(pq);
/external/dnsmasq/src/
H A Drfc2131.c503 char *pq = daemon->dhcp_buff; local
521 memcpy(pq, op+1, *op);
522 pq += *op;
524 *(pq++) = '.';
528 memcpy(pq, op, len);
531 pq += len + 1;
534 if (pq != daemon->dhcp_buff)
535 pq--;
537 *pq = 0;
/external/regex-re2/lib/codereview/
H A Dcodereview.py1833 # hg p / hg pq / hg ps / hg pending
1843 def pq(ui, repo, *pats, **opts): function
2163 "^pq": (
2164 pq,
/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.cpp737 const int* pq = (const int*)(pwin + sqofs); local
739 unsigned valsqsum = (unsigned)(CALC_SUM_OFS(nofs, pq));
H A Dhaar.cpp1433 p = _p; pq = _pq;
1442 const int *pq0 = pq[0], *pq1 = pq[1], *pq2 = pq[2], *pq3 = pq[3];
1483 const int** pq; member in class:cv::HaarDetectObjects_ScaleCascade_Invoker
1665 int *pq[4] = {0,0,0,0}; local
1701 pq[0] = (int*)(sum->data.ptr + equRect.y*sum->step) + equRect.x;
1702 pq[1] = (int*)(sum->data.ptr + equRect.y*sum->step)
1704 pq[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 894 milliseconds

12