HomeSort by relevance Sort by last modified time
    Searched refs:qo (Results 1 - 21 of 21) 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/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
assign_copy.pass.cpp 31 std::priority_queue<int, std::vector<int>, std::greater<int> > qo(std::greater<int>(), v);
33 q = qo;
assign_move.pass.cpp 36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
38 q = std::move(qo);
ctor_copy.pass.cpp 31 std::priority_queue<int, std::vector<int>, std::greater<int> > qo(std::greater<int>(), v);
32 std::priority_queue<int, std::vector<int>, std::greater<int> > q = qo;
ctor_move.pass.cpp 36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
37 std::priority_queue<MoveOnly> q = std::move(qo);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
assign_copy.pass.cpp 31 std::priority_queue<int, std::vector<int>, std::greater<int> > qo(std::greater<int>(), v);
33 q = qo;
assign_move.pass.cpp 36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
38 q = std::move(qo);
ctor_copy.pass.cpp 31 std::priority_queue<int, std::vector<int>, std::greater<int> > qo(std::greater<int>(), v);
32 std::priority_queue<int, std::vector<int>, std::greater<int> > q = qo;
ctor_move.pass.cpp 36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
37 std::priority_queue<MoveOnly> q = std::move(qo);
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_copy_alloc.pass.cpp 51 test<int> qo(std::less<int>(),
54 test<int> q(qo, test_allocator<int>(6));
ctor_move_alloc.pass.cpp 60 test<MoveOnly> qo(std::less<MoveOnly>(),
63 test<MoveOnly> q(std::move(qo), test_allocator<MoveOnly>(6));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_copy_alloc.pass.cpp 51 test<int> qo(std::less<int>(),
54 test<int> q(qo, test_allocator<int>(6));
ctor_move_alloc.pass.cpp 60 test<MoveOnly> qo(std::less<MoveOnly>(),
63 test<MoveOnly> q(std::move(qo), test_allocator<MoveOnly>(6));
  /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);
  /development/build/
build_android_stubs.mk 48 $(hide) unzip -qo $(PRIVATE_FRAMEWORK_RES_PACKAGE) -d $(PRIVATE_CLASS_INTERMEDIATES_DIR)
  /build/core/
prebuilt_internal.mk 295 $(hide) unzip -qo -d $(dir $@) $<
pdk_config.mk 121 $(hide) unzip -qo $< -d $(dir $@)
definitions.mk     [all...]
  /external/libavc/common/arm/
ih264_deblk_luma_a9.s     [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]

Completed in 343 milliseconds