Home
last modified time | relevance | path

Searched refs:StackId (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/dports/lang/maude/maude-2.7.1/src/StrategyLanguage/
H A DstrategyStackManager.hh32 typedef int StackId; typedef in StrategyStackManager
41 static StackId emptyStack();
42 bool empty(StackId stackId) const;
43 StrategyExpression* top(StackId stackId) const;
44 StackId pop(StackId stackId) const;
45 StackId push(StackId stackId, StrategyExpression* strategy);
51 StackId restOfStack;
65 StrategyStackManager::empty(StackId stackId) const in empty()
71 StrategyStackManager::top(StackId stackId) const in top()
76 inline StrategyStackManager::StackId
[all …]
H A DdecompositionProcess.hh35 StrategyStackManager::StackId pending,
46 StrategyStackManager::StackId getPending() const;
51 StrategyStackManager::StackId pending;
60 inline StrategyStackManager::StackId
/dports/devel/py-moto/moto-2.2.16/tests/test_opsworks/
H A Dtest_instances.py20 StackId=stack_id,
34 StackId=second_stack_id,
81 StackId=S1, Type="custom", Name="S1L1", Shortname="S1L1"
90 StackId=S2, Type="custom", Name="S2L1", Shortname="S2L1"
93 StackId=S2, Type="custom", Name="S2L2", Shortname="S2L2"
97 StackId=S1, LayerIds=[S1L1], InstanceType="t2.micro"
100 StackId=S1, LayerIds=[S1L1], InstanceType="t2.micro"
103 StackId=S2, LayerIds=[S2L1], InstanceType="t2.micro"
106 StackId=S2, LayerIds=[S2L2], InstanceType="t2.micro"
109 StackId=S2, LayerIds=[S2L2], InstanceType="t2.micro"
[all …]
H A Dtest_layers.py21 StackId=stack_id,
37 StackId=second_stack_id,
47 StackId=stack_id, Type="custom", Name="TestLayer", Shortname="_"
51 StackId=stack_id, Type="custom", Name="_", Shortname="TestLayerShortName"
57 StackId="nothere", Type="custom", Name="TestLayer", Shortname="_"
72 StackId=stack_id,
78 rv1 = client.describe_layers(StackId=stack_id)
86 StackId=stack_id, LayerIds=[layer_id]
89 client.describe_layers.when.called_with(StackId="nothere").should.throw(
H A Dtest_apps.py20 response = client.create_app(StackId=stack_id, Type="other", Name="TestApp")
31 response = client.create_app(StackId=second_stack_id, Type="other", Name="TestApp")
37 StackId=stack_id, Type="other", Name="TestApp"
42 StackId="nothere", Type="other", Name="TestApp"
56 app_id = client.create_app(StackId=stack_id, Type="other", Name="TestApp")["AppId"]
58 rv1 = client.describe_apps(StackId=stack_id)
66 StackId=stack_id, AppIds=[app_id]
69 client.describe_apps.when.called_with(StackId="nothere").should.throw(
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/mpdt/
H A Dmpdt.h81 std::array<StackId, nlevels> array_;
118 using Config = StackConfig<StackId, Level, nlevels>;
119 using ConfigToStackId = std::map<Config, StackId>;
152 StackId Find(StackId stack_id, Label label);
159 ssize_t Top(StackId stack_id) const { in Top()
163 StackId underlying_id = -1; in Top()
202 StackId result; in ExternalStackId()
206 std::pair<Config, StackId>(config, result)); in ExternalStackId()
248 StackId next_stack_id_;
295 using Config = StackConfig<StackId, Level, nlevels>; in MPdtStack()
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/pdt/
H A Dpdt.h37 template <typename StackId, typename Label>
47 StackId parent_id;
50 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {} in StackNode()
77 StackId Find(StackId stack_id, Label label) { in Find()
103 StackId Pop(StackId stack_id) const { return nodes_[stack_id].parent_id; } in Pop()
116 size_t operator()(const std::pair<StackId, Label> &pair) const { in operator()
127 std::unordered_map<std::pair<StackId, Label>, StackId, ChildHash> child_map_;
136 using StackId = K; member
139 StackId stack_id;
164 template <class StateId, class StackId>
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h42 typedef K StackId; typedef
52 StackId parent_id;
85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
132 size_t operator()(const pair<StackId, Label> &p) const { in operator()
142 unordered_map<pair<StackId, Label>,
156 typedef K StackId; typedef
159 StackId stack_id;
164 PdtStateTuple(StateId fs, StackId ss) in PdtStateTuple()
[all …]
H A Dexpand.h84 typedef StateId StackId; typedef
208 PdtStack<StackId, Label> *stack_;
236 typedef StateId StackId; typedef
344 typedef StateId StackId; typedef
345 typedef PdtStack<StackId, Label> Stack;
428 const vector<StackId> &stack_length_;
440 const vector<StackId> &sl, in ShortestStackFirstQueue()
463 bool ProcOpenParen(StateId s, const A &arc, StackId si, StackId nsi);
465 void ProcDestStates(StateId s, StackId si);
492 StackId current_stack_id_;
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h42 typedef K StackId; typedef
52 StackId parent_id;
85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
132 size_t operator()(const pair<StackId, Label> &p) const { in operator()
142 unordered_map<pair<StackId, Label>,
156 typedef K StackId; typedef
159 StackId stack_id;
164 PdtStateTuple(StateId fs, StackId ss) in PdtStateTuple()
[all …]
H A Dexpand.h84 typedef StateId StackId; typedef
208 PdtStack<StackId, Label> *stack_;
236 typedef StateId StackId; typedef
344 typedef StateId StackId; typedef
345 typedef PdtStack<StackId, Label> Stack;
428 const vector<StackId> &stack_length_;
440 const vector<StackId> &sl, in ShortestStackFirstQueue()
463 bool ProcOpenParen(StateId s, const A &arc, StackId si, StackId nsi);
465 void ProcDestStates(StateId s, StackId si);
492 StackId current_stack_id_;
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h42 typedef K StackId; typedef
52 StackId parent_id;
85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
132 size_t operator()(const pair<StackId, Label> &p) const { in operator()
142 unordered_map<pair<StackId, Label>,
156 typedef K StackId; typedef
159 StackId stack_id;
164 PdtStateTuple(StateId fs, StackId ss) in PdtStateTuple()
[all …]
H A Dexpand.h84 typedef StateId StackId; typedef
208 PdtStack<StackId, Label> *stack_;
236 typedef StateId StackId; typedef
344 typedef StateId StackId; typedef
345 typedef PdtStack<StackId, Label> Stack;
428 const vector<StackId> &stack_length_;
440 const vector<StackId> &sl, in ShortestStackFirstQueue()
463 bool ProcOpenParen(StateId s, const A &arc, StackId si, StackId nsi);
465 void ProcDestStates(StateId s, StackId si);
492 StackId current_stack_id_;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/quota/test/gtest/
H A DTestQMResult.cpp20 ASSERT_EQ(res.StackId(), 1u); in TEST()
31 ASSERT_EQ(res.StackId(), 2u); in TEST()
44 ASSERT_EQ(res1.StackId(), 3u); in TEST()
50 ASSERT_EQ(res2.StackId(), 3u); in TEST()
61 ASSERT_EQ(res.StackId(), 4u); in TEST()
79 ASSERT_EQ(err.StackId(), 5u); in TEST()
95 ASSERT_EQ(err.StackId(), 6u); in TEST()
109 ASSERT_EQ(err1.StackId(), 7u); in TEST()
119 ASSERT_EQ(err2.StackId(), 7u); in TEST()
129 ASSERT_EQ(err3.StackId(), 7u); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/test/gtest/
H A DTestQMResult.cpp20 ASSERT_EQ(res.StackId(), 1u); in TEST()
31 ASSERT_EQ(res.StackId(), 2u); in TEST()
44 ASSERT_EQ(res1.StackId(), 3u); in TEST()
50 ASSERT_EQ(res2.StackId(), 3u); in TEST()
61 ASSERT_EQ(res.StackId(), 4u); in TEST()
79 ASSERT_EQ(err.StackId(), 5u); in TEST()
95 ASSERT_EQ(err.StackId(), 6u); in TEST()
109 ASSERT_EQ(err1.StackId(), 7u); in TEST()
119 ASSERT_EQ(err2.StackId(), 7u); in TEST()
129 ASSERT_EQ(err3.StackId(), 7u); in TEST()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/opsworks/types/
H A Dtypes.go66 StackId *string member
347 StackId *string member
470 StackId *string member
516 StackId *string member
678 StackId *string member
889 StackId *string member
1001 StackId *string member
1042 StackId *string member
1079 StackId *string member
1155 StackId *string member
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/opsworks/types/
H A Dtypes.go72 StackId *string member
369 StackId *string member
498 StackId *string member
548 StackId *string member
714 StackId *string member
931 StackId *string member
1053 StackId *string member
1096 StackId *string member
1135 StackId *string member
1219 StackId *string member
[all …]
/dports/www/firefox/firefox-99.0/dom/quota/test/gtest/
H A DTestQMResult.cpp22 ASSERT_EQ(res.StackId(), ExpectedStackId()); in TEST_F()
34 ASSERT_EQ(res.StackId(), ExpectedStackId()); in TEST_F()
48 ASSERT_EQ(res1.StackId(), ExpectedStackId()); in TEST_F()
54 ASSERT_EQ(res2.StackId(), ExpectedStackId()); in TEST_F()
66 ASSERT_EQ(res.StackId(), ExpectedStackId()); in TEST_F()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudformation/types/
H A Dtypes.go145 StackId *string member
693 StackId *string member
776 StackId *string member
873 StackId *string member
990 StackId *string member
1073 StackId *string member
1132 StackId *string member
1166 StackId *string member
1860 StackId *string member

12345678910>>...35