/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | resource_base.h | 41 std::unordered_map<std::string, Any> &results() { return results_; } in results() 43 void SetResult(const std::string &key, const Any &value) { results_[key] = value; } in SetResult() 46 if (results_.count(key) == 0) { in GetResult() 49 return results_[key]; in GetResult() 52 bool HasResult(const std::string &key) const { return results_.count(key) != 0; } in HasResult() 56 std::unordered_map<std::string, Any> results_; variable
|
D | resource.cc | 255 std::unordered_map<std::string, Any>().swap(results_); in ~Resource()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | reporter.hpp | 92 results results_; member in boost::beast::unit_test::detail::reporter 191 if(results_.top.size() > 0) in ~reporter() 194 for(auto const& i : results_.top) in ~reporter() 198 auto const elapsed = clock_type::now() - results_.start; in ~reporter() 201 amount{results_.suites, "suite"} << ", " << in ~reporter() 202 amount{results_.cases, "case"} << ", " << in ~reporter() 203 amount{results_.total, "test"} << " total, " << in ~reporter() 204 amount{results_.failed, "failure"} << in ~reporter() 234 results_.add(suite_results_); in on_suite_end()
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | reporter.hpp | 92 results results_; member in boost::beast::unit_test::detail::reporter 191 if(results_.top.size() > 0) in ~reporter() 194 for(auto const& i : results_.top) in ~reporter() 198 auto const elapsed = clock_type::now() - results_.start; in ~reporter() 201 amount{results_.suites, "suite"} << ", " << in ~reporter() 202 amount{results_.cases, "case"} << ", " << in ~reporter() 203 amount{results_.total, "test"} << " total, " << in ~reporter() 204 amount{results_.failed, "failure"} << in ~reporter() 234 results_.add(suite_results_); in on_suite_end()
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | op_actor.h | 74 std::vector<Promise<int>> *results_; member 82 for (auto promise : *results_) { in SetFailed() 88 for (auto promise : *results_) { in SetSuccess() 93 void SetResult(size_t index, int value) { results_->at(index).SetValue(value); } in SetResult() 124 for (auto promise : *(context->results_)) { in MindrtAsyncRun() 142 context.results_ = &promises; in MindrtRun()
|
/third_party/boost/boost/fiber/cuda/ |
D | waitfor.hpp | 81 results_.reserve( stx_.size() ); 88 results_.push_back( std::make_tuple( st, status) ); 96 results_.push_back( std::make_tuple( st, status) ); in notify() 106 return results_; in wait() 113 std::vector< std::tuple< cudaStream_t, cudaError_t > > results_; member in boost::fibers::cuda::detail::many_streams_rendezvous
|
/third_party/boost/boost/fiber/hip/ |
D | waitfor.hpp | 81 results_.reserve( stx_.size() ); 88 results_.push_back( std::make_tuple( st, status) ); 96 results_.push_back( std::make_tuple( st, status) ); in notify() 106 return results_; in wait() 113 std::vector< std::tuple< hipStream_t, hipError_t > > results_; member in boost::fibers::cuda::detail::many_streams_rendezvous
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | resolve_endpoint_op.hpp | 88 o->results_ = results_type::create(o->endpoint_, host_name, service_name); in do_complete() 113 handler(o->handler_, o->ec_, o->results_); in do_complete() 133 results_type results_; member in boost::asio::detail::resolve_endpoint_op
|
/third_party/boost/boost/asio/detail/ |
D | resolve_endpoint_op.hpp | 88 o->results_ = results_type::create(o->endpoint_, host_name, service_name); in do_complete() 113 handler(o->handler_, o->ec_, o->results_); in do_complete() 133 results_type results_; member in boost::asio::detail::resolve_endpoint_op
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-spi.h | 108 const TestPartResultArray* const results_;
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-spi.h | 108 const TestPartResultArray* const results_;
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 694 : results_(results), type_(type), substr_(substr) {} in SingleFailureChecker() 701 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 900 : results_(results), type_(type), substr_(substr) {} in SingleFailureChecker() 907 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 179 const TestPartResultArray* const results_; member in testing::internal::SingleFailureChecker 2391 : results_(results), type_(type), substr_(substr) {} in SingleFailureChecker() 2398 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_scheduler.cc | 333 op_context.results_ = &result; in Run()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 62591 …VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<VULKAN_HPP_NAMESPACE::Result> const & results_ … 62597 , pResults( results_.data() ) 62601 VULKAN_HPP_ASSERT( results_.empty() || ( swapchains_.size() == results_.size() ) ); 62602 VULKAN_HPP_ASSERT( results_.empty() || ( imageIndices_.size() == results_.size() ) ); 62609 if ( !results_.empty() && ( swapchains_.size() != results_.size() ) ) 62615 if ( !results_.empty() && ( imageIndices_.size() != results_.size() ) ) 62711 …VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<VULKAN_HPP_NAMESPACE::Result> const & results_ ) VUL… in setResults() 62713 swapchainCount = static_cast<uint32_t>( results_.size() ); in setResults() 62714 pResults = results_.data(); in setResults()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 64215 …VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<VULKAN_HPP_NAMESPACE::Result> const & results_ … 64221 , pResults( results_.data() ) 64225 VULKAN_HPP_ASSERT( results_.empty() || ( swapchains_.size() == results_.size() ) ); 64226 VULKAN_HPP_ASSERT( results_.empty() || ( imageIndices_.size() == results_.size() ) ); 64233 if ( !results_.empty() && ( swapchains_.size() != results_.size() ) ) 64239 if ( !results_.empty() && ( imageIndices_.size() != results_.size() ) ) 64337 …VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<VULKAN_HPP_NAMESPACE::Result> const & results_ ) VUL… in setResults() 64339 swapchainCount = static_cast<uint32_t>( results_.size() ); in setResults() 64340 pResults = results_.data(); in setResults()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 21475 + results_(permissions.size(), PermissionStatus::DENIED), 21492 + return results_.size() == resolved_permissions_.size(); 21502 + results_[result->second] = status; 21512 + return results_[result->second]; 21523 + std::vector<PermissionStatus> results_; 21608 + std::vector<PermissionStatus> results = pending_request_raw->results_; 21710 + std::move(it.GetCurrentValue()->results_)); 64962 + results_.push_back(items); 64968 + callback_->OnReceiveValue(results_); 64993 + std::vector<NWebWebStorageOrigin> GetWebStorageOrigin() const { return results_; } [all …]
|