/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Use.cpp | 56 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags() argument 59 if (Start == Stop--) in initTags() 66 new (Stop) Use(tags[Done++]); in initTags() 70 while (Start != Stop) { in initTags() 71 --Stop; in initTags() 73 new (Stop) Use(stopTag); in initTags() 77 new (Stop) Use(PrevPtrTag(Count & 1)); in initTags() 86 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap() argument 87 while (Start != Stop) in zap() 88 (--Stop)->~Use(); in zap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 30 return angle::Result::Stop; in copyTexture() 44 return angle::Result::Stop; in copySubTexture() 62 return angle::Result::Stop; in copyRenderbufferSubData() 80 return angle::Result::Stop; in copyTextureSubData() 87 return angle::Result::Stop; in copyCompressedTexture() 102 return angle::Result::Stop; in copy3DTexture() 117 return angle::Result::Stop; in copy3DSubTexture() 128 return angle::Result::Stop; in setImageExternal() 134 return angle::Result::Stop; in setBuffer() 175 return angle::Result::Stop; in getTexImage() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterferenceCache.cpp | 136 SlotIndex Start, Stop; in update() local 137 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update() 173 if (StartI >= Stop) in update() 186 if (StartI >= Stop) in update() 195 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() 204 PrevPos = Stop; in update() 215 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update() 221 if (!I.valid() || I.start() >= Stop) in update() 223 I.advanceTo(Stop); in update() 224 bool Backup = !I.valid() || I.start() >= Stop; in update() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 30 return angle::Result::Stop; in copyTexture() 44 return angle::Result::Stop; in copySubTexture() 51 return angle::Result::Stop; in copyCompressedTexture() 66 return angle::Result::Stop; in copy3DTexture() 81 return angle::Result::Stop; in copy3DSubTexture() 92 return angle::Result::Stop; in setImageExternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 51 if (Stop) in ThreadPoolExecutor() 62 if (Stop) in stop() 64 Stop = true; in stop() 96 Cond.wait(Lock, [&] { return Stop || !WorkStack.empty(); }); in work() 97 if (Stop) in work() 106 std::atomic<bool> Stop{false}; member in llvm::parallel::detail::__anon7d543cf50111::ThreadPoolExecutor
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | mtest.adb | 24 Stop : Boolean := False; variable 26 pragma Atomic (Stop); 138 exit Main when Stop; 144 Stop := True; 155 Stop := True;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | mtest.adb | 24 Stop : Boolean := False; variable 26 pragma Atomic (Stop); 138 exit Main when Stop; 144 Stop := True; 155 Stop := True;
|
/third_party/zlib/contrib/ada/ |
D | mtest.adb | 24 Stop : Boolean := False; variable 26 pragma Atomic (Stop); 138 exit Main when Stop; 144 Stop := True; 155 Stop := True;
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | FullDuplexStream.cpp | 61 callbackResult = oboe::DataCallbackResult::Stop; in onAudioReady() 68 callbackResult = oboe::DataCallbackResult::Stop; in onAudioReady() 77 callbackResult = oboe::DataCallbackResult::Stop; in onAudioReady() 85 callbackResult = oboe::DataCallbackResult::Stop; in onAudioReady() 100 if (callbackResult == oboe::DataCallbackResult::Stop) { in onAudioReady()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | worker_node.cc | 68 bool WorkerNode::Stop() { in Stop() function in mindspore::ps::core::WorkerNode 75 client_to_scheduler_->Stop(); in Stop() 78 connected_node.second->Stop(); in Stop() 81 server_->Stop(); in Stop()
|
D | server_node.cc | 68 bool ServerNode::Stop() { in Stop() function in mindspore::ps::core::ServerNode 75 client_to_scheduler_->Stop(); in Stop() 78 connected_node.second->Stop(); in Stop() 81 server_->Stop(); in Stop()
|
/third_party/spirv-tools/test/ |
D | timer_test.cpp | 51 timer.Stop(); in TEST() 100 void Stop() override { ++count_stop_; } in Stop() function in spvtools::utils::__anon92cabf650111::MockCumulativeTimer 120 ctimer->Stop(); in TEST() 128 ctimer->Stop(); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 51 timer.Stop(); in TEST() 100 void Stop() override { ++count_stop_; } in Stop() function in spvtools::utils::__anone024a2060111::MockCumulativeTimer 120 ctimer->Stop(); in TEST() 128 ctimer->Stop(); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | timer_test.cpp | 51 timer.Stop(); in TEST() 100 void Stop() override { ++count_stop_; } in Stop() function in spvtools::utils::__anon45b15c1a0111::MockCumulativeTimer 120 ctimer->Stop(); in TEST() 128 ctimer->Stop(); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | FenceNVVk.cpp | 27 return angle::Result::Stop; in set() 33 return angle::Result::Stop; in test() 39 return angle::Result::Stop; in finish()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_cache_test.cc | 116 iter->Stop(); in TEST_F() 159 iter->Stop(); in TEST_F() 200 iter->Stop(); in TEST_F() 242 iter->Stop(); in TEST_F() 283 iter->Stop(); in TEST_F() 324 iter->Stop(); in TEST_F() 365 iter->Stop(); in TEST_F() 407 iter->Stop(); in TEST_F() 449 iter->Stop(); in TEST_F() 488 iter->Stop(); in TEST_F() [all …]
|
D | c_api_samplers_test.cc | 88 iter->Stop(); in TEST_F() 114 iter->Stop(); in TEST_F() 144 iter->Stop(); in TEST_F() 175 iter->Stop(); in TEST_F() 207 iter->Stop(); in TEST_F() 234 iter->Stop(); in TEST_F() 326 iter->Stop(); in TEST_F() 357 iter->Stop(); in TEST_F() 388 iter->Stop(); in TEST_F() 419 iter->Stop(); in TEST_F() [all …]
|
D | c_api_vision_r_to_z_test.cc | 72 iter1->Stop(); in TEST_F() 109 iter->Stop(); in TEST_F() 157 iter->Stop(); in TEST_F() 196 iter->Stop(); in TEST_F() 232 iter->Stop(); in TEST_F() 313 iter->Stop(); in TEST_F() 350 iter1->Stop(); in TEST_F() 351 iter2->Stop(); in TEST_F()
|
/third_party/mesa3d/docs/drivers/openswr/ |
D | knobs.rst | 89 Stop per-draw execution at worker FE NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/… 93 Stop per-draw execution at vertex fetch NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in co… 97 Stop per-draw execution at input assembler NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in… 101 Stop per-draw execution at vertex shader NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in c… 105 Stop per-draw execution at primitive setup NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in… 109 Stop per-draw execution at primitive binning NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled … 113 Stop per-draw execution at rasterizer NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core…
|
/third_party/node/src/ |
D | node_watchdog.cc | 114 SigintWatchdogHelper::GetInstance()->Stop(); in ~SigintWatchdog() 130 env->SetProtoMethod(constructor, "stop", Stop); in Init() 154 void TraceSigintWatchdog::Stop(const FunctionCallbackInfo<Value>& args) { in Stop() function in node::TraceSigintWatchdog 158 SigintWatchdogHelper::GetInstance()->Stop(); in Stop() 219 SigintWatchdogHelper::GetInstance()->Stop(); in HandleInterrupt() 323 bool SigintWatchdogHelper::Stop() { in Stop() function in node::SigintWatchdogHelper 407 Stop(); in ~SigintWatchdogHelper()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | call_combiner.h | 59 (call_combiner)->Stop(__FILE__, __LINE__, (reason)) 64 void Stop(const char* file, int line, const char* reason); 69 (call_combiner)->Stop((reason)) 73 void Stop(const char* reason);
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_server.cc | 70 (void)Stop(); in InitGraphDataImpl() 88 RETURN_IF_NOT_OK(Stop()); in JudgeAutoShutdownServer() 99 Status GraphDataServer::Stop() { in Stop() function in mindspore::dataset::gnn::GraphDataServer 101 async_server_->Stop(); in Stop()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 275 return angle::Result::Stop; in drawArraysIndirect() 284 return angle::Result::Stop; in drawElementsIndirect() 314 return angle::Result::Stop; in multiDrawArraysIndirect() 347 return angle::Result::Stop; in multiDrawElementsIndirect() 359 return angle::Result::Stop; in multiDrawArraysInstancedBaseInstance() 374 return angle::Result::Stop; in multiDrawElementsInstancedBaseVertexBaseInstance() 475 return angle::Result::Stop; in dispatchCompute() 481 return angle::Result::Stop; in dispatchComputeIndirect() 487 return angle::Result::Stop; in memoryBarrier() 493 return angle::Result::Stop; in memoryBarrierByRegion()
|
D | Buffer9.cpp | 116 return angle::Result::Stop; in map() 126 return angle::Result::Stop; in mapRange() 132 return angle::Result::Stop; in unmap() 138 return angle::Result::Stop; in markTransformFeedbackUsage()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Buffer9.cpp | 116 return angle::Result::Stop; in map() 126 return angle::Result::Stop; in mapRange() 132 return angle::Result::Stop; in unmap() 138 return angle::Result::Stop; in markTransformFeedbackUsage()
|