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

1 2 3

  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.h 40 virtual void Work() OVERRIDE;
59 virtual void Work() OVERRIDE;
78 virtual void Work() OVERRIDE;
97 virtual void Work() OVERRIDE;
117 virtual void Work() OVERRIDE;
135 virtual void Work() OVERRIDE;
153 virtual void Work() OVERRIDE;
172 virtual void Work() OVERRIDE;
sockets_tcp_server_api.cc 87 void SocketsTcpServerCreateFunction::Work() {
112 void SocketsTcpServerUpdateFunction::Work() {
142 void SocketsTcpServerSetPausedFunction::Work() {
179 void SocketsTcpServerListenFunction::Work() {
220 void SocketsTcpServerDisconnectFunction::Work() {
241 void SocketsTcpServerCloseFunction::Work() {
262 void SocketsTcpServerGetInfoFunction::Work() {
280 void SocketsTcpServerGetSocketsFunction::Work() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.h 24 class Work {
26 explicit Work(StreamFs* filesystem) : filesystem_(filesystem) {}
27 virtual ~Work() {}
29 // Called by adding work the queue, val should be safe to ignore.
32 // Called as a completion of work in Start. Value of val depend on
46 // Enqueue a work object onto this StreamFs's thread
47 void EnqueueWork(Work* work);
51 static PP_CompletionCallback GetStartCompletion(Work* work);
    [all...]
stream_fs.cc 15 StreamFs::Work* work = static_cast<StreamFs::Work*>(work_ptr); local
18 if (!work->Start(val))
19 delete work;
23 StreamFs::Work* work = static_cast<StreamFs::Work*>(work_ptr); local
25 work->Run(val);
26 delete work;
    [all...]
  /external/chromium_org/extensions/browser/api/serial/
serial_api.h 51 virtual void Work() OVERRIDE;
98 virtual void Work() OVERRIDE;
115 virtual void Work() OVERRIDE;
132 virtual void Work() OVERRIDE;
150 virtual void Work() OVERRIDE;
167 virtual void Work() OVERRIDE;
200 virtual void Work() OVERRIDE;
218 virtual void Work() OVERRIDE;
236 virtual void Work() OVERRIDE;
serial_api.cc 85 void SerialGetDevicesFunction::Work() {
193 void SerialUpdateFunction::Work() {
216 void SerialDisconnectFunction::Work() {
275 void SerialFlushFunction::Work() {
301 void SerialSetPausedFunction::Work() {
332 void SerialGetInfoFunction::Work() {
355 void SerialGetConnectionsFunction::Work() {
389 void SerialGetControlSignalsFunction::Work() {
418 void SerialSetControlSignalsFunction::Work() {
  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_api.h 52 virtual void Work() OVERRIDE;
70 virtual void Work() OVERRIDE;
87 virtual void Work() OVERRIDE;
105 virtual void Work() OVERRIDE;
149 virtual void Work() OVERRIDE;
166 virtual void Work() OVERRIDE;
183 virtual void Work() OVERRIDE;
197 virtual void Work() OVERRIDE;
214 virtual void Work() OVERRIDE;
233 virtual void Work() OVERRIDE
    [all...]
sockets_udp_api.cc 100 void SocketsUdpCreateFunction::Work() {
123 void SocketsUdpUpdateFunction::Work() {
152 void SocketsUdpSetPausedFunction::Work() {
188 void SocketsUdpBindFunction::Work() {
301 void SocketsUdpCloseFunction::Work() {
323 void SocketsUdpGetInfoFunction::Work() {
341 void SocketsUdpGetSocketsFunction::Work() {
368 void SocketsUdpJoinGroupFunction::Work() {
400 void SocketsUdpLeaveGroupFunction::Work() {
435 void SocketsUdpSetMulticastTimeToLiveFunction::Work() {
    [all...]
  /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/chromium_org/extensions/browser/api/sockets_tcp/
sockets_tcp_api.h 53 virtual void Work() OVERRIDE;
71 virtual void Work() OVERRIDE;
88 virtual void Work() OVERRIDE;
107 virtual void Work() OVERRIDE;
124 virtual void Work() OVERRIDE;
166 virtual void Work() OVERRIDE;
205 virtual void Work() OVERRIDE;
222 virtual void Work() OVERRIDE;
239 virtual void Work() OVERRIDE;
  /external/chromium_org/extensions/browser/api/
async_api_function.cc 35 void AsyncApiFunction::Work() {}
38 Work();
60 // << "You have specified that AsyncApiFunction::Work() should happen on "
async_api_function.h 14 // do essentially all their work on a thread other than the UI thread.
20 // Like Prepare(). A useful place to put common work in an ApiFunction
24 // Set up for work (e.g., validate arguments). Guaranteed to happen on UI
28 // Do actual work. Guaranteed to happen on the thread specified in
30 virtual void Work();
32 // Start the asynchronous work. Guraranteed to happen on requested thread.
35 // Notify AsyncIOApiFunction that the work is completed
54 // If you don't want your Work() method to happen on the IO thread, then set
  /external/chromium_org/third_party/skia/src/utils/
SkTaskGroup.cpp 33 if (!gGlobal) { // If we have no threads, the work must already be done.
39 Work work; local
43 // Someone has picked up all the work (including ours). How nice of them!
47 gGlobal->fWork.pop(&work);
49 // This Work isn't necessarily part of our SkTaskGroup of interest, but that's fine.
51 work.task->run();
52 sk_atomic_dec(work.pending); // Release pairs with the sk_acquire_load() just above.
64 struct Work {
94 Work work = { task, pending } local
105 Work work; local
    [all...]
  /external/chromium_org/extensions/browser/api/socket/
socket_api.h 159 virtual void Work() OVERRIDE;
178 virtual void Work() OVERRIDE;
219 virtual void Work() OVERRIDE;
234 virtual void Work() OVERRIDE;
253 virtual void Work() OVERRIDE;
376 virtual void Work() OVERRIDE;
393 virtual void Work() OVERRIDE;
410 virtual void Work() OVERRIDE;
441 virtual void Work() OVERRIDE;
458 virtual void Work() OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.h 90 virtual void Work() OVERRIDE;
103 virtual void Work() OVERRIDE;
  /external/stressapptest/src/
worker.h 38 // This file must work with autoconf on its public version,
224 // Spawn the worker thread, by running Work().
237 virtual bool Work();
301 // This function dictates whether the main work loop
303 // All work loops should be of the form:
305 // // work.
315 // These are functions used by the various work loops.
398 // Work around style guide ban on sizeof(int).
414 virtual bool Work();
430 // These are functions used by the various work loops
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 78 "Work" shall mean the work of authorship, whether in Source or
80 copyright notice that is included in or attached to the work
83 "Derivative Works" shall mean any work, whether in Source or Object
84 form, that is based on (or derived from) the Work and for which the
86 represent, as a whole, an original work of authorship. For the purposes
89 the Work and Derivative Works thereof.
91 "Contribution" shall mean any work of authorship, including
92 the original version of the Work and any modifications or additions
93 to that Work or Derivative Works thereof, that is intentionall
    [all...]
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 78 "Work" shall mean the work of authorship, whether in Source or
80 copyright notice that is included in or attached to the work
83 "Derivative Works" shall mean any work, whether in Source or Object
84 form, that is based on (or derived from) the Work and for which the
86 represent, as a whole, an original work of authorship. For the purposes
89 the Work and Derivative Works thereof.
91 "Contribution" shall mean any work of authorship, including
92 the original version of the Work and any modifications or additions
93 to that Work or Derivative Works thereof, that is intentionall
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 78 "Work" shall mean the work of authorship, whether in Source or
80 copyright notice that is included in or attached to the work
83 "Derivative Works" shall mean any work, whether in Source or Object
84 form, that is based on (or derived from) the Work and for which the
86 represent, as a whole, an original work of authorship. For the purposes
89 the Work and Derivative Works thereof.
91 "Contribution" shall mean any work of authorship, including
92 the original version of the Work and any modifications or additions
93 to that Work or Derivative Works thereof, that is intentionall
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 35 // Asynchronous API function that performs its work on the BluetoothApiSocket
54 virtual void Work();
79 virtual void Work() OVERRIDE;
96 virtual void Work() OVERRIDE;
115 virtual void Work() OVERRIDE;
286 virtual void Work() OVERRIDE;
327 virtual void Work() OVERRIDE;
346 virtual void Work() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.h 82 virtual void Work() OVERRIDE;
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 143 void Work() {}
147 Z(foo::X()).Work();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
tcp_node.cc 26 class TcpWork : public StreamFs::Work {
29 : StreamFs::Work(emitter->stream()->stream()),
98 // If we did send, then Q more work.
171 class TCPAcceptWork : public StreamFs::Work {
174 : StreamFs::Work(stream), emitter_(emitter) {}
225 class TCPConnectWork : public StreamFs::Work {
229 : StreamFs::Work(stream), emitter_(emitter) {}
374 StreamFs::Work* work = new TCPAcceptWork(stream(), emitter_); local
375 stream()->EnqueueWork(work);
379 StreamFs::Work* work = new TCPConnectWork(stream(), emitter_); local
384 StreamFs::Work* work = new TcpRecvWork(emitter_); local
    [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)

Completed in 786 milliseconds

1 2 3