Home
last modified time | relevance | path

Searched refs:WorkerType (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/source/model/
H A DWorkerType.cpp28 WorkerType GetWorkerTypeForName(const Aws::String& name) in GetWorkerTypeForName()
33 return WorkerType::Standard; in GetWorkerTypeForName()
37 return WorkerType::G_1X; in GetWorkerTypeForName()
41 return WorkerType::G_2X; in GetWorkerTypeForName()
47 return static_cast<WorkerType>(hashCode); in GetWorkerTypeForName()
50 return WorkerType::NOT_SET; in GetWorkerTypeForName()
53 Aws::String GetNameForWorkerType(WorkerType enumValue) in GetNameForWorkerType()
57 case WorkerType::Standard: in GetNameForWorkerType()
59 case WorkerType::G_1X: in GetNameForWorkerType()
61 case WorkerType::G_2X: in GetNameForWorkerType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DworkerManager.hpp52 template <class WorkerType>
53 static uint add_workers (WorkerType* holder,
61 template <class WorkerType>
62 static void log_worker_creation(WorkerType* holder,
69 template <class WorkerType>
70 uint WorkerManager::add_workers(WorkerType* holder, in add_workers()
105 template <class WorkerType>
106 void WorkerManager::log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DworkerManager.hpp52 template <class WorkerType>
53 static uint add_workers (WorkerType* holder,
61 template <class WorkerType>
62 static void log_worker_creation(WorkerType* holder,
69 template <class WorkerType>
70 uint WorkerManager::add_workers(WorkerType* holder, in add_workers()
105 template <class WorkerType>
106 void WorkerManager::log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DworkerManager.hpp52 template <class WorkerType>
53 static uint add_workers (WorkerType* holder,
61 template <class WorkerType>
62 static void log_worker_creation(WorkerType* holder,
69 template <class WorkerType>
70 uint WorkerManager::add_workers(WorkerType* holder, in add_workers()
105 template <class WorkerType>
106 void WorkerManager::log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DworkerManager.hpp52 template <class WorkerType>
53 static uint add_workers (WorkerType* holder,
61 template <class WorkerType>
62 static void log_worker_creation(WorkerType* holder,
69 template <class WorkerType>
70 uint WorkerManager::add_workers(WorkerType* holder, in add_workers()
105 template <class WorkerType>
106 void WorkerManager::log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DworkerManager.hpp52 template <class WorkerType>
53 static uint add_workers (WorkerType* holder,
61 template <class WorkerType>
62 static void log_worker_creation(WorkerType* holder,
69 template <class WorkerType>
70 uint WorkerManager::add_workers(WorkerType* holder, in add_workers()
105 template <class WorkerType>
106 void WorkerManager::log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/graph/
H A Dworker_node_impl_unittest.cc48 const WorkerNode::WorkerType kWorkerType = WorkerNode::WorkerType::kShared; in TEST_F()
93 WorkerNode::WorkerType::kDedicated, process.get()); in TEST_F()
95 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
97 WorkerNode::WorkerType::kService, process.get()); in TEST_F()
132 WorkerNode::WorkerType::kDedicated, process.get()); in TEST_F()
134 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
136 WorkerNode::WorkerType::kService, process.get()); in TEST_F()
301 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
303 WorkerNode::WorkerType::kService, process.get()); in TEST_F()
339 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
[all …]
H A Dworker_node_impl.cc19 WorkerType worker_type, in WorkerNodeImpl()
64 case WorkerType::kDedicated: in AddClientWorker()
67 DCHECK_EQ(worker_node->worker_type(), WorkerType::kDedicated); in AddClientWorker()
69 case WorkerType::kShared: in AddClientWorker()
73 case WorkerType::kService: in AddClientWorker()
75 DCHECK_NE(worker_node->worker_type(), WorkerType::kService); in AddClientWorker()
120 WorkerNode::WorkerType WorkerNodeImpl::worker_type() const { in worker_type()
171 WorkerNode::WorkerType WorkerNodeImpl::GetWorkerType() const { in GetWorkerType()
H A Dworker_node_impl_describer.cc17 const char* WorkerTypeToString(WorkerNode::WorkerType state) { in WorkerTypeToString()
19 case WorkerNode::WorkerType::kDedicated: in WorkerTypeToString()
21 case WorkerNode::WorkerType::kShared: in WorkerTypeToString()
23 case WorkerNode::WorkerType::kService: in WorkerTypeToString()
H A Dworker_node_impl.h38 WorkerType worker_type,
60 WorkerType worker_type() const;
92 WorkerType GetWorkerType() const override;
110 const WorkerType worker_type_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dworker_network_isolation_key_browsertest.cc35 enum class WorkerType { enum
57 WorkerType worker_type, in RegisterWorker()
68 WorkerType worker_type, in RegisterWorkerThatDoesImportScriptsAndFetch()
118 WorkerType worker_type, in RegisterWorkerWithUrlParameters()
128 case WorkerType::kServiceWorker: in RegisterWorkerWithUrlParameters()
136 case WorkerType::kSharedWorker: in RegisterWorkerWithUrlParameters()
159 WorkerType>> {
183 WorkerType worker_type; in IN_PROC_BROWSER_TEST_P()
246 ::testing::Values(WorkerType::kServiceWorker,
247 WorkerType::kSharedWorker)));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dworker_network_isolation_key_browsertest.cc36 enum class WorkerType { enum
58 WorkerType worker_type, in RegisterWorker()
69 WorkerType worker_type, in RegisterWorkerThatDoesImportScriptsAndFetch()
119 WorkerType worker_type, in RegisterWorkerWithUrlParameters()
129 case WorkerType::kServiceWorker: in RegisterWorkerWithUrlParameters()
137 case WorkerType::kSharedWorker: in RegisterWorkerWithUrlParameters()
160 WorkerType>> {
184 WorkerType worker_type; in IN_PROC_BROWSER_TEST_P()
247 ::testing::Values(WorkerType::kServiceWorker,
248 WorkerType::kSharedWorker)));
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/graph/
H A Dworker_node_impl_unittest.cc48 const WorkerNode::WorkerType kWorkerType = WorkerNode::WorkerType::kShared; in TEST_F()
94 WorkerNode::WorkerType::kDedicated, process.get()); in TEST_F()
96 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
98 WorkerNode::WorkerType::kService, process.get()); in TEST_F()
133 WorkerNode::WorkerType::kDedicated, process.get()); in TEST_F()
135 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
137 WorkerNode::WorkerType::kService, process.get()); in TEST_F()
275 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
277 WorkerNode::WorkerType::kService, process.get()); in TEST_F()
313 WorkerNode::WorkerType::kShared, process.get()); in TEST_F()
[all …]
H A Dworker_node_impl.cc13 WorkerType worker_type, in WorkerNodeImpl()
58 case WorkerType::kDedicated: in AddClientWorker()
61 DCHECK_EQ(worker_node->worker_type(), WorkerType::kDedicated); in AddClientWorker()
63 case WorkerType::kShared: in AddClientWorker()
67 case WorkerType::kService: in AddClientWorker()
69 DCHECK_NE(worker_node->worker_type(), WorkerType::kService); in AddClientWorker()
108 WorkerNode::WorkerType WorkerNodeImpl::worker_type() const { in worker_type()
155 WorkerNode::WorkerType WorkerNodeImpl::GetWorkerType() const { in GetWorkerType()
H A Dworker_node_impl.h31 WorkerType worker_type,
50 WorkerType worker_type() const;
66 WorkerType GetWorkerType() const override;
83 const WorkerType worker_type_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/fileapi/
H A Dfile_reader_sync.cc49 enum class WorkerType { enum
60 WorkerType type = WorkerType::OTHER; in FileReaderSync()
62 type = WorkerType::DEDICATED_WORKER; in FileReaderSync()
64 type = WorkerType::SHARED_WORKER; in FileReaderSync()
66 type = WorkerType::SERVICE_WORKER; in FileReaderSync()
69 ("FileReaderSync.WorkerType", static_cast<int>(WorkerType::MAX))); in FileReaderSync()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/reinforcement_learning/
H A Dasync_learning_impl.hpp23 typename WorkerType,
30 WorkerType,
49 typename WorkerType,
57 WorkerType,
77 std::vector<WorkerType> workers; in Train()
80 workers.push_back(WorkerType(updater, environment, config, !i)); in Train()
130 WorkerType& worker = workers[task]; in Train()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/fileapi/
H A Dfile_reader_sync.cc49 enum class WorkerType { enum
60 WorkerType type = WorkerType::OTHER; in FileReaderSync()
62 type = WorkerType::DEDICATED_WORKER; in FileReaderSync()
64 type = WorkerType::SHARED_WORKER; in FileReaderSync()
66 type = WorkerType::SERVICE_WORKER; in FileReaderSync()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DworkerManager.hpp48 template <class WorkerType>
49 static uint add_workers (WorkerType* holder, in add_workers()
85 template <class WorkerType>
86 static void log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DworkerManager.hpp48 template <class WorkerType>
49 static uint add_workers (WorkerType* holder, in add_workers()
85 template <class WorkerType>
86 static void log_worker_creation(WorkerType* holder, in log_worker_creation()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DWorkerType.h16 enum class WorkerType enum
26 AWS_GLUE_API WorkerType GetWorkerTypeForName(const Aws::String& name);
28 AWS_GLUE_API Aws::String GetNameForWorkerType(WorkerType value);
H A DUpdateMLTransformRequest.h388 inline const WorkerType& GetWorkerType() const{ return m_workerType; } in GetWorkerType()
412 …inline void SetWorkerType(const WorkerType& value) { m_workerTypeHasBeenSet = true; m_workerType =… in SetWorkerType()
424 …inline void SetWorkerType(WorkerType&& value) { m_workerTypeHasBeenSet = true; m_workerType = std:… in SetWorkerType()
436 …inline UpdateMLTransformRequest& WithWorkerType(const WorkerType& value) { SetWorkerType(value); r… in WithWorkerType()
448 …inline UpdateMLTransformRequest& WithWorkerType(WorkerType&& value) { SetWorkerType(std::move(valu… in WithWorkerType()
556 WorkerType m_workerType;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DDeflateStream.cs39 private enum WorkerType : byte { Managed, ZLib, Unknown }; enum in System.IO.Compression.DeflateStream
40 private static volatile WorkerType deflaterType = WorkerType.Unknown;
126 case WorkerType.Managed:
129 case WorkerType.ZLib:
145 private static WorkerType GetDeflaterType() { in GetDeflaterType()
151 if (WorkerType.Unknown != deflaterType) in GetDeflaterType()
158 return (deflaterType = WorkerType.Managed); in GetDeflaterType()
165 return (deflaterType = WorkerType.ZLib); in GetDeflaterType()
169 return (deflaterType = WorkerType.Managed); in GetDeflaterType()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/glue/
H A Dapi_op_CreateDevEndpoint.go127 WorkerType types.WorkerType member
202 WorkerType types.WorkerType member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/glue/
H A Dapi_op_CreateDevEndpoint.go127 WorkerType types.WorkerType member
202 WorkerType types.WorkerType member

12345678910>>...20