Home
last modified time | relevance | path

Searched refs:executed_ (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/
H A Dqueue.cc42 CHECK(executed_.find(token) == executed_.end()); in Enqueue()
54 const auto it = executed_.find(token); in Complete()
55 DCHECK(it != executed_.end()); in Complete()
56 executed_.erase(it); in Complete()
63 if (executed_.size() == max_in_parallel_ || pending_.empty()) in MaybeRun()
66 CHECK_GT(max_in_parallel_, executed_.size()); in MaybeRun()
71 executed_[task.token] = std::move(task); in MaybeRun()
76 const auto executed_task_it = executed_.find(task.token); in MaybeRun()
77 if (executed_task_it != executed_.end()) in MaybeRun()
83 const auto it = executed_.find(token); in Abort()
[all …]
H A Dqueue.h88 std::map<int, Task> executed_; variable
H A Drequest_manager_unittest.cc278 executed_.push_back(Event(request_id)); in OnRequestExecuted()
302 const std::vector<Event>& executed() const { return executed_; } in executed()
310 std::vector<Event> executed_; member in chromeos::file_system_provider::__anon9b1696a70111::RequestObserver
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/updater/
H A Dextension_installer_unittest.cc54 bool executed_; member in extensions::__anone30321f30111::ExtensionInstallerTest
60 : result_(-1), executed_(false) {} in ExtensionInstallerTest()
66 executed_ = true; in InstallCompleteCallback()
144 EXPECT_TRUE(executed_); in TEST_F()
176 EXPECT_TRUE(executed_); in TEST_F()
207 EXPECT_TRUE(executed_); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/updater/
H A Dextension_installer_unittest.cc55 bool executed_; member in extensions::__anonaaa8ec580111::ExtensionInstallerTest
61 : result_(-1), executed_(false) {} in ExtensionInstallerTest()
67 executed_ = true; in InstallCompleteCallback()
145 EXPECT_TRUE(executed_); in TEST_F()
177 EXPECT_TRUE(executed_); in TEST_F()
208 EXPECT_TRUE(executed_); in TEST_F()
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dexecute_test.cpp34 : r_(r), executed_(executed) in operation()
38 executed_ = true; in operator ()()
44 bool& executed_; member in operation
52 explicit operation(bool& executed) : executed_(executed) { } in operation()
53 void operator()() const { executed_ = true; } in operator ()()
56 bool& executed_; member in operation
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower()
71 executed_ = true; in operator ()()
76 bool& executed_; member in thrower
/dports/lang/v8/v8-9.6.180.12/test/unittests/libplatform/
H A Ddefault-platform-unittest.cc225 : sem_(sem), executed_(executed) {} in TestBackgroundTask()
231 *executed_ = true; in Run()
237 bool* executed_; member in v8::platform::default_platform_unittest::__anon2997190b0411::TestBackgroundTask
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/smb_client/discovery/
H A Dnetbios_client.cc64 DCHECK(!executed_); in ExecuteNameRequest()
71 executed_ = true; in ExecuteNameRequest()
H A Dnetbios_client.h104 bool executed_ = false; variable
/dports/net-im/chatterino2/chatterino2-2.3.4/src/common/
H A DNetworkRequest.hpp21 bool executed_ = false; member in chatterino::NetworkRequest
H A DNetworkRequest.cpp167 this->executed_ = true; in execute()
/dports/devel/upp/upp/bazaar/Firebird/
H A DFirebird.cpp1020 bool executed_:1; member in FBConnection
1031 : executed_(false) in FBConnection()
1176 executed_ = false; in Prepare()
1207 if (executed_ && IsSelect() && !session.CursorIsClosed()) in CloseCursor()
1234 executed_ = true; in Execute()
1256 ASSERT(executed_); in Fetch()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DInteractionTest.cpp559 bool& executed_; in TEST() member
564 : baton_(baton), destroyed_(destroyed), executed_(executed) {} in TEST()
568 executed_ = true; in TEST()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DProcedureProtos.java2616 private boolean executed_; field in ProcedureProtos.SequentialProcedureData
2627 return executed_; in getExecuted()
2631 executed_ = false; in initFields()
2650 output.writeBool(1, executed_); in writeTo()
2663 .computeBoolSize(1, executed_); in getSerializedSize()
2824 executed_ = false; in clear()
2857 result.executed_ = executed_; in buildPartial()
2909 private boolean executed_ ; field in ProcedureProtos.SequentialProcedureData.Builder
2920 return executed_; in getExecuted()
2927 executed_ = value; in setExecuted()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/faq/
H A Dwhy_mxnet.md158 …ables denoting matrices, then `C = A + B` is a piece of code that _when executed_ sums the values …
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/faq/
H A Dwhy_mxnet.md158 …ables denoting matrices, then `C = A + B` is a piece of code that _when executed_ sums the values …