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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
relax-1.s 6 bra Work
15 Work:
  /device/google/cuttlefish_common/common/vsoc/lib/
lock_test.cpp 42 : lock_(lock), thread_(&SimpleLocker::Work, this) {}
44 void Work() {
region_view.cpp 22 thread_ = std::thread(&vsoc::RegionWorker::Work, this);
25 void vsoc::RegionWorker::Work() {
  /external/toolchain-utils/bestflags/
mock_task.py 18 It does not do the actual work, but simply returns the result as given when
31 calling the work method or by setting the result from other task, the
60 def Work(self, stage):
task.py 197 def Work(self, stage):
  /external/spirv-llvm/lib/SPIRV/
SPIRVRegularizeLLVM.cpp 194 std::vector<std::pair<Function *, Op>> Work;
201 Work.push_back(std::make_pair(F, OC));
204 for (auto &I:Work)
  /external/tensorflow/tensorflow/core/graph/
algorithm.cc 29 // Stack of work to do.
30 struct Work {
34 std::vector<Work> stack;
35 stack.push_back(Work{g.source_node(), false});
39 Work w = stack.back();
53 if (leave) stack.push_back(Work{n, true});
59 stack.push_back(Work{out, false});
93 // Stack of work to do.
94 struct Work {
98 std::vector<Work> stack(start.size())
    [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/clang/test/SemaCXX/
qualified-id-lookup.cpp 143 void Work() {}
147 Z(foo::X()).Work();
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 233 [pbr::OriginalName("WORK")] Work = 2,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 330 Internal work function to extract a device number from a string skipping
362 Internal work function to fill in EFI_OPEN_FILE information for the Fs and BlkIo
500 Internal work function to fill in EFI_OPEN_FILE information for the FV
    [all...]
  /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 102 void CmdProcessWork::Work(void)
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 428 NodeVect Work;
429 Work.push_back(Root);
432 while (!Work.empty()) {
433 NodeVect::iterator First = Work.begin();
435 Work.erase(First);
438 Work.insert(Work.end(), CF->second.begin(), CF->second.end());
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc 91 // TODO(vinuraja): Doesn't work in the presence of loops.
    [all...]
  /external/stressapptest/src/
worker.cc 56 // This file must work with autoconf on its public version,
81 // Work around the sad fact that there are two (gnu, xsi) incompatible
373 Work();
379 // Thread work loop. Execute until marked finished.
380 bool WorkerThread::Work() {
527 // Memory fill work loop. Execute until alloted pages filled.
528 bool FillThread::Work() {
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 908 milliseconds