HomeSort by relevance Sort by last modified time
    Searched refs:Work (Results 1 - 23 of 23) sorted by null

  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 31 virtual void Work(void) = 0;
40 * WorkQueue::Run() calls its own Work() instead of the derived class's.
45 /* start & stop & pause & resume work thread */
82 virtual void Work(void); /* WorkableInterface */
91 virtual void Work(void); /* WorkableInterface */
  /external/clang/test/SemaTemplate/
recovery-crash.cpp 3 // Clang used to crash trying to recover while adding 'this->' before Work(x);
6 static void Work(int); // expected-note{{must qualify identifier}}
11 Work(x); // expected-error{{use of undeclared identifier}}
  /external/drm_hwcomposer/
glworker.h 82 struct Work {
88 Work() = default;
89 Work(const Work &rhs) = delete;
115 int DoWork(Work *work);
123 Work *worker_work_;
129 int DoComposition(Compositor &compositor, Work *work);
131 int SignalWorker(Work *work, bool worker_exit)
    [all...]
glworker.cpp 657 int GLWorker::DoComposition(Compositor &compositor, Work *work) {
659 compositor.Composite(work->layers, work->num_layers, work->framebuffer);
661 int timeline_fd = work->timeline_fd;
662 work->timeline_fd = -1;
667 sw_sync_timeline_inc(timeline_fd, work->num_layers);
672 unsigned timeline_count = work->num_layers + 1;
765 int GLWorker::SignalWorker(Work *work, bool worker_exit)
    [all...]
gl_compositor.cpp 279 GLWorker::Work work; local
280 work.layers = composition->layers.data();
281 work.num_layers = composition->layers.size();
282 work.timeline_fd = composition->timeline_fd;
283 work.framebuffer = target->fb;
285 ret = priv_->worker.DoWork(&work);
287 if (work.timeline_fd >= 0) {
288 sw_sync_timeline_inc(work.timeline_fd, work.num_layers + 1)
    [all...]
  /external/skia/src/core/
SkTaskGroup.cpp 49 if (!gGlobal) { // If we have no threads, the work must already be done.
55 Work work; local
59 // Someone has picked up all the work (including ours). How nice of them!
63 gGlobal->fWork.pop(&work);
65 // This Work isn't necessarily part of our SkTaskGroup of interest, but that's fine.
67 work.fn(work.arg);
68 sk_atomic_dec(work.pending); // Release pairs with the sk_acquire_load() just above.
82 struct Work {
113 Work work = { fn, arg, pending }; local
128 Work work = { fn, (char*)arg + i*stride, pending }; local
137 Work work; local
    [all...]
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 143 void Work() {}
147 Z(foo::X()).Work();
  /external/eigen/blas/
Android.mk 46 # EIGEN_ANDROID_SSE_WR is for "Eigen Android SSE Work Around"
60 # EIGEN_ANDROID_SSE_WR is for "Eigen Android SSE Work Around"
63 # EIGEN_ANDROID_POSIX_MEMALIGN_WR is for "Eigen Android posix_memalign Work Around"
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 71 * if DoWork() is sleeping, Work()'s called one more time at this moment.
72 * if DoWork()::wi->Work() called ScheduleWork() (self-rescheduling),
169 wi->Work();
172 void WorkQueue::Work(void)
218 fb.WaitCompletion(); /* wokeup by FlushWork::Work() */
240 void WorkQueue::FlushBarrier::Work(void)
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 115 SmallVector<typename GraphT::NodeType*, 32> Work;
119 Work.push_back(VIn);
121 while (!Work.empty()) {
122 typename GraphT::NodeType* V = Work.back();
129 Work.push_back(VAncestor);
132 Work.pop_back();
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 34 * Note: You'll notice the use of {@code work}, and
139 new Work() {
300 new Work() {
310 new Work() {
336 new Work() {
362 new Work() {
581 * @param work The work to perform to have the provider emit the video quality.
584 final int expectedVideoQuality, final Work work) {
    [all...]
BaseTelecomTestWithMockServices.java 838 * Performs some work, and waits for the condition to be met. If the condition is not met in
839 * each step of the loop, the work is performed again.
841 * @param work The work to perform.
844 * @param description Description of the work being performed.
846 void doWorkAndWaitUntilConditionIsTrueOrTimeout(Work work, Condition condition, long timeout,
849 work.doWork();
853 work.doWork();
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 65 virtual void Work(void); /* call ci->CmdHandler() */
359 virtual void Work(void); /* handle this->ports, hold ports_block */
361 /* called in Work() after ProcessorProcess() */
384 /* Work */
394 /* process component's commands work */
397 /* buffer processing work */
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 190 bar_->Work();
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 171 /// dirty work.
297 /// that is safe to hoist, this instruction is called to do the dirty work.
626 /// dirty work.
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 4 * this work for additional information regarding copyright ownership.
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/libvorbis/doc/
05-comment.tex 100 Track/Work name
114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 101 void CmdProcessWork::Work(void)
    [all...]
  /external/pdfium/core/
Android.mk 13 # Work around gcc text relocation bug. Fixed in gcc 4.9.
  /external/bison/
configure     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 753 milliseconds