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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
relax-1.s 6 bra Work
15 Work:
relax-1.d 12 0*4 <Work>:
  /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/skia/src/core/
SkTaskGroup.cpp 58 if (!gGlobal) { // If we have no threads, the work must already be done.
65 Work work; local
67 // We're stealing work opportunistically,
68 // so we never call fWorkAvailable.wait(), which could sleep us if there's no work.
72 // Someone has picked up all the work (including ours). How nice of them!
76 work = gGlobal->fWork.back();
79 // This Work isn't necessarily part of our SkTaskGroup of interest, but that's fine.
81 work.fn();
82 work.pending->fetch_add(-1, sk_memory_order_release); // Pairs with load above
126 Work work = { fn, pending }; local
140 Work work = { [i, fn]() { fn(i); }, pending }; local
149 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"
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 36 * Note: You'll notice the use of {@code work}, and
141 new Work() {
354 new Work() {
364 new Work() {
390 new Work() {
400 new Work() {
410 new Work() {
420 new Work() {
430 new Work() {
440 new Work() {
    [all...]
BaseTelecomTestWithMockServices.java     [all...]
  /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 114 SmallVector<typename GraphT::NodeType*, 32> Work;
118 Work.push_back(VIn);
120 while (!Work.empty()) {
121 typename GraphT::NodeType* V = Work.back();
128 Work.push_back(VAncestor);
131 Work.pop_back();
  /external/google-breakpad/
Android.mk 51 # Work around b/25435766 core2md segfault.
69 # Work around b/25435766 core2md segfault.
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 429 NodeVect Work;
430 Work.push_back(Root);
433 while (!Work.empty()) {
434 NodeVect::iterator First = Work.begin();
436 Work.erase(First);
439 Work.insert(Work.end(), CF->second.begin(), CF->second.end());
    [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 549 /// safe to hoist, this instruction is called to do the dirty work.
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 19 Currently, all features work with Python 2.6 and 2.7. Work is under way to
26 others know about your work in progress. Tests **must** pass on Python
136 and Ubuntu Maverick. It is known to work on other Linux distributions
  /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.
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 101 void CmdProcessWork::Work(void)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 479 fprintf (file, _(" --quiet, -q Work quietly\n"));
    [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js 95 // variable declaration, the compiled JS should work the same as the raw
282 // base.js. Work is being done to make it disableable or replaceable for
663 // so that will work. In this case, this function will return false and
664 // most array functions will still work because the array is still
739 // Does anyone know a more efficient work around?
    [all...]

Completed in 1058 milliseconds

1 2