HomeSort by relevance Sort by last modified time
    Searched defs:qo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DelayedOperations.java 63 final QueuedOperation qo = new QueuedOperation(r); local
64 mPendingOperations.add(qo);
65 postRunnable(qo);
75 for (QueuedOperation qo : mPendingOperations) {
76 if (qo.mActualRannable == r) {
77 found = qo;
92 for (QueuedOperation qo : temp) {
93 qo.cancel();
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 40 nv30_ntfy(struct nv30_screen *screen, struct nv30_query_object *qo)
46 if (qo && qo->hw)
47 ntfy = (char *)notify->map + query->offset + qo->hw->start;
55 struct nv30_query_object *qo = *po; *po = NULL; local
56 if (qo) {
57 volatile uint32_t *ntfy = nv30_ntfy(screen, qo);
60 nouveau_heap_free(&qo->hw);
61 LIST_DEL(&qo->list);
62 FREE(qo);
69 struct nv30_query_object *oq, *qo = CALLOC_STRUCT(nv30_query_object); local
94 struct nv30_query_object *qo[2]; member in struct:nv30_query
    [all...]
  /external/bison/src/
output.c 168 struct quoting_options *qo = clone_quoting_options (0); local
169 set_quoting_style (qo, c_quoting_style);
170 set_quoting_flags (qo, QA_SPLIT_TRIGRAPHS);
173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo);
191 free (qo);
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]

Completed in 115 milliseconds