/external/skqp/modules/skottie/src/ |
D | Skottie.cpp | 105 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D() local 107 return (bound || dispatched) in attachMatrix2D() 179 const auto dispatched = this->dispatchOpacityProperty(opacityNode); in attachOpacity() local 182 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity() 283 bool dispatched = false; in dispatchColorProperty() local 288 dispatched = true; in dispatchColorProperty() 293 return dispatched; in dispatchColorProperty() 297 bool dispatched = false; in dispatchOpacityProperty() local 302 dispatched = true; in dispatchOpacityProperty() 307 return dispatched; in dispatchOpacityProperty() [all …]
|
/external/skia/modules/skottie/src/ |
D | Skottie.cpp | 111 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D() local 113 return (bound || dispatched) in attachMatrix2D() 185 const auto dispatched = this->dispatchOpacityProperty(opacityNode); in attachOpacity() local 188 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity() 336 bool dispatched = false; in dispatchColorProperty() local 341 dispatched = true; in dispatchColorProperty() 346 return dispatched; in dispatchColorProperty() 350 bool dispatched = false; in dispatchOpacityProperty() local 355 dispatched = true; in dispatchOpacityProperty() 360 return dispatched; in dispatchOpacityProperty() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_gatherer.cc | 168 bool dispatched = false; // true if async action was initiated in RunAsyncParts() local 187 dispatched = true; in RunAsyncParts() 215 dispatched = true; in RunAsyncParts() 234 } while (!dispatched); in RunAsyncParts()
|
D | ring_reducer.cc | 204 bool dispatched = false; // true if async action was initiated in RunAsyncParts() local 223 dispatched = true; in RunAsyncParts() 274 dispatched = true; in RunAsyncParts() 296 } while (!dispatched); in RunAsyncParts()
|
/external/guava/guava/src/com/google/common/eventbus/ |
D | EventBus.java | 254 boolean dispatched = false; in post() 261 dispatched = true; in post() 271 if (!dispatched && !(event instanceof DeadEvent)) { in post()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/ |
D | option-all-stats-1.s | 35 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched: 36 # FULLREPORT-NEXT: [# dispatched], [# cycles]
|
D | option-all-views-1.s | 37 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched: 38 # FULLREPORT-NEXT: [# dispatched], [# cycles]
|
D | option-all-stats-2.s | 36 # FULL: Dispatch Logic - number of cycles where we saw N instructions dispatched: 37 # FULL-NEXT: [# dispatched], [# cycles]
|
D | option-all-views-2.s | 36 # ALL: Dispatch Logic - number of cycles where we saw N instructions dispatched: 37 # ALL-NEXT: [# dispatched], [# cycles]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | register-files-4.s | 32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched: 33 # CHECK-NEXT: [# dispatched], [# cycles]
|
D | register-files-3.s | 32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched: 33 # CHECK-NEXT: [# dispatched], [# cycles]
|
D | register-files-1.s | 22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched: 23 # CHECK-NEXT: [# dispatched], [# cycles]
|
D | register-files-2.s | 22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched: 23 # CHECK-NEXT: [# dispatched], [# cycles]
|
D | register-files-5.s | 53 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched: 54 # CHECK-NEXT: [# dispatched], [# cycles]
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 59 Multiple computes are dispatched without calling MemoryBarrier(). Result and 66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-mca.rst | 345 * D : Instruction dispatched. 349 * = : Instruction already dispatched, waiting to be executed. 409 * Instruction [1,0] was dispatched at cycle 1. 416 dispatched, operands are already available, and pipeline JFPU1 is ready to 471 Dispatch Logic - number of cycles where we saw N instructions dispatched: 472 [# dispatched], [# cycles] 581 * Dispatch (Instruction is dispatched to the schedulers). 595 queue of already decoded instructions, and dispatched in groups to the 602 An instruction can be dispatched if: 624 Instructions that are dispatched to the schedulers consume scheduler buffer [all …]
|
/external/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 54 // TODO: myFunction currently is not dispatched to MyType. Make it dispatch to
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 162 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
|
D | PPCScheduleP7.td | 72 // op. has been dispatched to VS1. 380 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 162 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
|
D | PPCScheduleP7.td | 72 // op. has been dispatched to VS1. 380 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
|
D | PPCScheduleG5.td | 120 let IssueWidth = 4; // 4 (non-branch) instructions are dispatched per cycle.
|
/external/python/cpython3/Doc/library/ |
D | cmd.rst | 70 character ``'?'`` is dispatched to the method :meth:`do_help`. As another 71 special case, a line beginning with the character ``'!'`` is dispatched to the 236 converted to a number and dispatched to the turtle module. The docstring is
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedFalkor.td | 20 let IssueWidth = 8; // 8 uops are dispatched per cycle.
|
/external/python/cpython2/Doc/library/ |
D | cmd.rst | 68 character ``'?'`` is dispatched to the method :meth:`do_help`. As another 69 special case, a line beginning with the character ``'!'`` is dispatched to the
|