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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
relax-1.s 6 bra Work
15 Work:
  /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/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();
  /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/base/src/
componentbase.cpp 101 void CmdProcessWork::Work(void)
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /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...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 579 milliseconds