Home
last modified time | relevance | path

Searched refs:match_result (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/tensorflow/rewriter/
H A Dgru_rewriter.py10 def process_gru_cell(self, match_result): argument
14 top_node = match_result._pattern_to_op[match_result._name_to_pattern['gru_cell']]
16 w_e = match_result.get_op("cell_kernel")
31 def process_rnn_h_zero(self, match_result): argument
35 top_node = match_result._pattern_to_op[match_result._name_to_pattern['h_zero']]
37 fill_size = match_result.get_op('fill_size')
38 fill_value = match_result.get_op('fill_value')
51 self.process_gru_cell(match_result)
54 self.process_rnn_h_zero(match_result)
57 def check_match_scope(self, match_result, scope_name): argument
[all …]
H A Dlstm_rewriter.py12 def process_lstm_cell(self, match_result): argument
17 top_node = match_result._pattern_to_op[match_result._name_to_pattern['lstm_cell']]
19 w_e = match_result.get_op("cell_kernel")
35 def process_rnn_h_zero(self, match_result): argument
39 top_node = match_result._pattern_to_op[match_result._name_to_pattern['h_zero']]
41 fill_size = match_result.get_op('fill_size')
42 fill_value = match_result.get_op('fill_value')
55 self.process_lstm_cell(match_result)
58 self.process_rnn_h_zero(match_result)
62 def check_match_scope(self, match_result, scope_name): argument
[all …]
/dports/devel/automake/automake-1.16.5/t/
H A Dparallel-tests-exit-status-reported.sh48 match_result () function
55 match_result t0 PASS 0
56 match_result t00 XPASS 0
57 match_result t1 FAIL 1
58 match_result t2 FAIL 2
59 match_result t3 XFAIL 3
60 match_result t5 FAIL 5
61 match_result t77 SKIP 77
62 match_result t78 FAIL 78
63 match_result t99 ERROR 99
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/rewriter/
H A Dgraph_matcher.py101 match_result = MatchResult()
102 match_result.add(self, op)
106 return match_result
127 return match_result
140 if match_result is not None:
141 return match_result
249 match_result = pattern.match(op)
250 if match_result is None:
281 if match_result:
282 yield match_result
[all …]
/dports/lang/seed7/seed7/src/
H A Dexecutl.c65 objectType match_result; in get_create_call_obj() local
95 match_result = match_object(match_result); in get_create_call_obj()
115 objectType match_result; in get_destroy_call_obj() local
143 match_result = match_object(match_result); in get_destroy_call_obj()
164 objectType match_result; in type_create_call_obj() local
191 match_result = match_object(match_result); in type_create_call_obj()
210 objectType match_result; in type_copy_call_obj() local
237 match_result = match_object(match_result); in type_copy_call_obj()
278 match_result = match_object(match_result); in type_ord_call_obj()
324 match_result = match_object(match_result); in type_in_call_obj()
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/gui/src/
H A Dconsole.cpp224 if (match_result.hasMatch()) { in parse_output()
226 QStringList captures = match_result.capturedTexts(); in parse_output()
280 QRegularExpressionMatch match_result; in detect_command_result() local
290 output_command_id = match_result.captured(1).toInt(); in detect_command_result()
303 match_result = output_command_result_end_regexp.match(message); in detect_command_result()
310 int id = match_result.captured(1).toInt(); in detect_command_result()
311 bool success = (match_result.captured(2) == "success"); in detect_command_result()
352 QRegularExpressionMatch match_result; in detect_setting_change() local
354 match_result = output_setting_fullscreen_regexp.match(message); in detect_setting_change()
355 if (match_result.lastCapturedIndex() == 1) { in detect_setting_change()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/font_unique_name_lookup/
H A Dfont_unique_name_lookup_unittest.cc139 ASSERT_TRUE(match_result); in TEST_F()
140 ASSERT_TRUE(EndsWith(match_result->font_path, in TEST_F()
146 ASSERT_EQ(match_result->ttc_index, 0u); in TEST_F()
166 ASSERT_TRUE(match_result); in TEST_F()
172 ASSERT_EQ(match_result->ttc_index, i); in TEST_F()
181 ASSERT_TRUE(match_result); in TEST_F()
182 ASSERT_TRUE(EndsWith(match_result->font_path, in TEST_F()
188 ASSERT_EQ(match_result->ttc_index, 0u); in TEST_F()
197 ASSERT_FALSE(match_result); in TEST_F()
199 match_result = in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/font_unique_name_lookup/
H A Dfont_unique_name_lookup_unittest.cc139 ASSERT_TRUE(match_result); in TEST_F()
140 ASSERT_TRUE(EndsWith(match_result->font_path, in TEST_F()
146 ASSERT_EQ(match_result->ttc_index, 0u); in TEST_F()
166 ASSERT_TRUE(match_result); in TEST_F()
172 ASSERT_EQ(match_result->ttc_index, i); in TEST_F()
181 ASSERT_TRUE(match_result); in TEST_F()
182 ASSERT_TRUE(EndsWith(match_result->font_path, in TEST_F()
188 ASSERT_EQ(match_result->ttc_index, 0u); in TEST_F()
197 ASSERT_FALSE(match_result); in TEST_F()
199 match_result = in TEST_F()
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsGRHSs.hs52 match_result <- dsGRHSs PatBindRhs grhss rhs_ty
54 extractMatchResult match_result error_expr
108 match_result <- matchGuards stmts ctx rhs rhs_ty
109 return (adjustMatchResultDs addTicks match_result)
111 match_result <- matchGuards stmts ctx rhs rhs_ty
113 return (mkGuardedMatchResult pred_expr match_result)
116 match_result <- matchGuards stmts ctx rhs rhs_ty
117 return (adjustMatchResultDs (dsLocalBinds binds) match_result)
129 match_result <-
139 match_result
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dradix_tree.cpp291 const size_t edge_index = match_result._edge_index; in add()
292 node_t current_node = match_result._current_node; in add()
293 node_t parent_node = match_result._parent_node; in add()
415 const size_t edge_index = match_result._edge_index; in rm()
417 node_t current_node = match_result._current_node; in rm()
418 node_t parent_node = match_result._parent_node; in rm()
419 node_t grandparent_node = match_result._grandparent_node; in rm()
536 return match_result._key_bytes_matched == key_size_ in check()
537 && match_result._prefix_bytes_matched in check()
538 == match_result._current_node.prefix_length () in check()
[all …]
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dradix_tree.cpp291 const size_t edge_index = match_result._edge_index; in add()
292 node_t current_node = match_result._current_node; in add()
293 node_t parent_node = match_result._parent_node; in add()
415 const size_t edge_index = match_result._edge_index; in rm()
417 node_t current_node = match_result._current_node; in rm()
418 node_t parent_node = match_result._parent_node; in rm()
419 node_t grandparent_node = match_result._grandparent_node; in rm()
536 return match_result._key_bytes_matched == key_size_ in check()
537 && match_result._prefix_bytes_matched in check()
538 == match_result._current_node.prefix_length () in check()
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DRegexp.cc43 match_result = pcre2_match_32(code, B.raw<PCRE2_UCHAR32>(), B.size(), in RegexpMatch()
45 if (match_result == 0) in RegexpMatch()
51 else if (match_result > 0) in RegexpMatch()
58 MORE_ERROR() << "libpcre error: " << Regexp::pcre_error(match_result); in RegexpMatch()
72 return match_result > 0; in is_match()
78 if (match_result < 0) in num_matches()
84 return match_result; in num_matches()
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/sax/
H A Ddate.py91 match_result = _RE_DATE.match(value)
92 if match_result is None:
94 return _date_from_match(match_result)
140 match_result = _RE_DATETIME.match(value)
141 if match_result is None:
144 date = _date_from_match(match_result)
145 time, round_up = _time_from_match(match_result)
146 tzinfo = _tzinfo_from_match(match_result)
198 match_result = _RE_TIME.match(value)
199 if match_result is None:
[all …]
/dports/net/py-suds-community/suds-community-1.0.0/suds/sax/
H A Ddate.py93 match_result = _RE_DATE.match(value)
94 if match_result is None:
96 return _date_from_match(match_result)
142 match_result = _RE_DATETIME.match(value)
143 if match_result is None:
146 date = _date_from_match(match_result)
147 time, round_up = _time_from_match(match_result)
148 tzinfo = _tzinfo_from_match(match_result)
200 match_result = _RE_TIME.match(value)
201 if match_result is None:
[all …]
/dports/security/wapiti/wapiti3-3.0.3/wapitiCore/net/jsparser/
H A Djsparser3.py259 if match_result:
265 if match_result:
273 if match_result:
279 if match_result:
280 id_ = match_result.group(0)
286 if match_result:
293 if match_result:
295 … token.value = {"regexp": match_result.group(1), "modifiers": match_result.group(2)}
299 if match_result:
300 op = match_result.group(0)
[all …]
/dports/www/you-get/you-get-0.4.1545/src/you_get/extractors/
H A Dximalaya.py73 match_result = re.match(r'http://www\.ximalaya\.com/(\d+)/album/(\d+)', url)
74 if not match_result:
81 … base_url = 'http://www.ximalaya.com/' + match_result.group(1) + '/album/' + match_result.group(2)
82 …html_str = '<a href=(\'|")\/' + match_result.group(1) + '\/album\/' + match_result.group(2) + '\?p…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dvulnerability_finding_helpers.rb18 match_result = nil
23 match_result = matching_other_signature == signature
27 if match_result.nil?
30 match_result
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/bindings/
H A Dgenerate_type_mappings.py121 match_result = mapping_pattern.match(typename)
122 assert match_result, (
125 mojom_type = match_result.group(1)
126 native_type = match_result.group(2)
128 if match_result.group(3):
129 attributes = match_result.group(3).split(',')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.cc912 MatchResult& match_result, in ApplyBaseComputedStyle() argument
969 ApplyMatchedProperties(state, match_result); in ApplyBaseComputedStyle()
1286 MatchResult match_result; in StyleRulesForElement() local
1302 MatchResult match_result; in PseudoCSSRulesForElement() local
1795 const MatchResult& match_result) { in ApplyMatchedCache() argument
1798 unsigned cache_hash = match_result.IsCacheable() in ApplyMatchedCache()
1853 const MatchResult& match_result) { in MaybeAddToMatchedPropertiesCache() argument
1890 const MatchResult& match_result, in ApplyMatchedAnimationProperties() argument
1935 const MatchResult& match_result, in ApplyMatchedHighPriorityProperties() argument
1987 const MatchResult& match_result, in ApplyMatchedLowPriorityProperties() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpsl_matching_helper_unittest.cc26 MatchResult match_result; in TEST() member
74 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
83 MatchResult match_result; in TEST() member
131 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
141 MatchResult match_result; in TEST() member
195 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
207 MatchResult match_result; in TEST() member
266 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
/dports/net/py-netaddr/netaddr-0.8.0/netaddr/strategy/
H A Deui48.py146 match_result = regexp.findall(addr)
147 if len(match_result) != 0:
167 match_result = regexp.findall(addr)
168 if len(match_result) != 0:
170 if isinstance(match_result[0], tuple):
171 words = match_result[0]
173 words = (match_result[0],)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpsl_matching_helper_unittest.cc26 MatchResult match_result; in TEST() member
74 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
83 MatchResult match_result; in TEST() member
131 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
141 MatchResult match_result; in TEST() member
195 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
207 MatchResult match_result; in TEST() member
266 EXPECT_EQ(data.match_result, GetMatchResult(form, digest)) in TEST()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_router.erl16 -export_type([routing_key/0, match_result/0]).
19 -type match_result() :: [rabbit_types:binding_destination()]. type
25 match_result().
36 match_result().
/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Defd_regex_result.py148 def match_result(self): member in EfdRegexResult
157 @match_result.setter
158 def match_result(self, match_result): member in EfdRegexResult
165 self._match_result = match_result
/dports/net/gnu-dico/dico-2.10/dico/
H A Dfunc.c294 dict_result_free(conn->match_result); in ds_match()
295 conn->match_result = NULL; in ds_match()
303 conn->match_result = dict_conn_last_result(conn); in ds_match()
308 } else if (!conn->match_result) { in ds_match()
313 print_match_result(conn->match_result); in ds_match()
324 if (!conn->match_result) { in ds_define_nth()
328 if (num >= conn->match_result->count) { in ds_define_nth()
333 url.req.database = conn->match_result->set.mat[num].database; in ds_define_nth()
334 url.req.word = conn->match_result->set.mat[num].word; in ds_define_nth()

12345678910>>...35