Home
last modified time | relevance | path

Searched refs:dispatched (Results 1 – 25 of 45) sorted by relevance

12

/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSelectChannelEndPoint.java239 boolean dispatched = _manager.dispatch(_handler); in dispatch()
240 if(!dispatched) in dispatch()
687 boolean dispatched=true; in handle()
690 while(dispatched) in handle()
750 dispatched=!undispatch(); in handle()
756 if (dispatched) in handle()
758 dispatched=!undispatch(); in handle()
759 while (dispatched) in handle()
762 dispatched=!undispatch(); in handle()
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
DStatisticsHandler-mbean.properties11 dispatched: Number of dispatches since statsReset() called. key
14 dispatchedTimeMax: Maximum time in milliseconds of dispatched handling since statsReset() called.
15 dispatchedTimeTotal: Total time in milliseconds of all dispatched handling since statsReset() calle…
/external/guava/guava/src/com/google/common/eventbus/
DEventBus.java254 boolean dispatched = false; in post()
261 dispatched = true; in post()
271 if (!dispatched && !(event instanceof DeadEvent)) { in post()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DStatisticsHandler.java131 final long dispatched=now-start; in handle() local
134 _dispatchedTimeStats.set(dispatched); in handle()
145 _requestTimeStats.set(dispatched); in handle()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt59 Multiple computes are dispatched without calling MemoryBarrier(). Result and
66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
Dfunctional.image_load_store.txt77 shader is dispatched with the dimensions equal to the image size, except that
/external/clang/test/Analysis/
DDynamicTypePropagation.m54 // TODO: myFunction currently is not dispatched to MyType. Make it dispatch to
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Dhandlers.rst260 before and/or after the requested method is dispatched. You can do this
264 after the method was dispatched. Here's an example::
272 # Parent class will call the method to be dispatched
279 dispatched and a "403 Forbidden" response will be returned instead.
Dapp.rst80 handlers are adapted or dispatched without even requiring subclassing. For an
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DAbstractConnector-mbean.properties4 …ew threads and newly active connections or to favor the handling of already dispatched connections.
/external/llvm/lib/Target/PowerPC/
DPPCScheduleA2.td162 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
DPPCScheduleP7.td72 // op. has been dispatched to VS1.
380 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
DPPCScheduleG5.td120 let IssueWidth = 4; // 4 (non-branch) instructions are dispatched per cycle.
DPPCScheduleE500mc.td313 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
DPPCScheduleE5500.td373 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
DPPCScheduleP8.td390 let IssueWidth = 8; // up to 8 instructions dispatched per cycle.
DPPCSchedule440.td599 let IssueWidth = 2; // 2 instructions are dispatched per cycle.
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td11 int IssueWidth = 2; // 2x dispatched per cycle
165 // Some instructions can choose between ALU and AL2, but once dispatched to
/external/blktrace/
DREADME82 get queued, to get dispatched, and to get completed.
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m331 // dispatched back to main queue as needed.
398 // dispatched back to main queue as needed.
/external/libvpx/libvpx/
Dusage.dox42 into the generic interface are dispatched to their codec-specific
/external/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td74 // as two micro-ops when dispatched by the schedulers.
/external/chromium-trace/catapult/third_party/webapp2/docs/
Dfeatures.rst190 how URIs are matched or built or how handlers are adapted or dispatched
/external/llvm/lib/Target/AArch64/
DAArch64SchedA53.td21 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
/external/strace/
DREADME-linux-ptrace45 dispatched to a thread which isn't traced), death from signal will
209 dispatched to a thread which isn't traced), group-stop will be

12