Home
last modified time | relevance | path

Searched defs:before (Results 1 – 25 of 5078) sorted by relevance

12345678910>>...204

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_pass_convert_op_layout.py37 def before(): function
56 def before(): function
83 def before(): function
118 def before(): function
161 def before(): function
196 def before(): function
248 def before(): function
296 def before(): function
351 def before(): function
387 def before(): function
[all …]
H A Dtest_pass_fuse_ops.py28 def before(): function
56 def before(dshape): function
260 def before(dim): function
339 def before(x): function
384 def before(x): function
499 def before(): function
531 def before(): function
574 def before(n): function
622 def before(): function
655 def before(): function
[all …]
H A Dtest_pass_merge_composite.py198 def before(): function
251 def before(): function
318 def before(): function
381 def before(): function
459 def before(): function
545 def before(): function
627 def before(): function
701 def before(): function
781 def before(): function
822 def before(): function
[all …]
H A Dtest_pass_fold_constant.py36 def before(): function
58 def before(): function
85 def before(): function
111 def before(): function
133 def before(): function
152 def before(dtype): function
174 def before(dtype): function
196 def before(): function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netbox/netbox/tests/unit/module_utils/test_data/normalize_data/
H A Ddata.json3 "before": { object
11 "before": { object
19 "before": { object
27 "before": { object
35 "before": { object
43 "before": { object
51 "before": { object
59 "before": { object
67 "before": { object
75 "before": { object
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/n64/
H A Dosys_n64_events.cpp52 #define PRESSED_A(now, before) (A_BUTTON(now) && !A_BUTTON(before)) argument
53 #define RELEASED_A(now, before) (!A_BUTTON(now) && A_BUTTON(before)) argument
54 #define PRESSED_B(now, before) (B_BUTTON(now) && !B_BUTTON(before)) argument
55 #define RELEASED_B(now, before) (!B_BUTTON(now) && B_BUTTON(before)) argument
56 #define PRESSED_Z(now, before) (Z_BUTTON(now) && !Z_BUTTON(before)) argument
57 #define RELEASED_Z(now, before) (!Z_BUTTON(now) && Z_BUTTON(before)) argument
58 #define PRESSED_TL(now, before) (TL_BUTTON(now) && !TL_BUTTON(before)) argument
59 #define RELEASED_TL(now, before) (!TL_BUTTON(now) && TL_BUTTON(before)) argument
60 #define PRESSED_TR(now, before) (TR_BUTTON(now) && !TR_BUTTON(before)) argument
61 #define RELEASED_TR(now, before) (!TR_BUTTON(now) && TR_BUTTON(before)) argument
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/n64/
H A Dosys_n64_events.cpp52 #define PRESSED_A(now, before) (A_BUTTON(now) && !A_BUTTON(before)) argument
53 #define RELEASED_A(now, before) (!A_BUTTON(now) && A_BUTTON(before)) argument
54 #define PRESSED_B(now, before) (B_BUTTON(now) && !B_BUTTON(before)) argument
55 #define RELEASED_B(now, before) (!B_BUTTON(now) && B_BUTTON(before)) argument
56 #define PRESSED_Z(now, before) (Z_BUTTON(now) && !Z_BUTTON(before)) argument
57 #define RELEASED_Z(now, before) (!Z_BUTTON(now) && Z_BUTTON(before)) argument
58 #define PRESSED_TL(now, before) (TL_BUTTON(now) && !TL_BUTTON(before)) argument
59 #define RELEASED_TL(now, before) (!TL_BUTTON(now) && TL_BUTTON(before)) argument
60 #define PRESSED_TR(now, before) (TR_BUTTON(now) && !TR_BUTTON(before)) argument
61 #define RELEASED_TR(now, before) (!TR_BUTTON(now) && TR_BUTTON(before)) argument
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_fuse_ops.py25 def before(): function
52 def before(dshape): function
135 def before(dshape): function
175 def before(dshape): function
277 def before(dim): function
315 def before(dim): function
355 def before(x): function
400 def before(x): function
517 def before(): function
548 def before(): function
[all …]
H A Dtest_pass_fold_constant.py33 def before(): function
54 def before(): function
84 def before(): function
109 def before(): function
131 def before(): function
149 def before(dtype): function
170 def before(): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_fuse_ops.py25 def before(): function
52 def before(dshape): function
135 def before(dshape): function
175 def before(dshape): function
277 def before(dim): function
315 def before(dim): function
355 def before(x): function
400 def before(x): function
517 def before(): function
548 def before(): function
[all …]
H A Dtest_pass_fold_constant.py33 def before(): function
54 def before(): function
84 def before(): function
109 def before(): function
131 def before(): function
149 def before(dtype): function
170 def before(): function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/comparator/tests/
H A DClassDeltaTests.java53 IApiBaseline before = getBeforeState(); in test1() local
77 IApiBaseline before = getBeforeState(); in test2() local
101 IApiBaseline before = getBeforeState(); in test3() local
119 IApiBaseline before = getBeforeState(); in test4() local
147 IApiBaseline before = getBeforeState(); in test5() local
172 IApiBaseline before = getBeforeState(); in test6() local
200 IApiBaseline before = getBeforeState(); in test7() local
223 IApiBaseline before = getBeforeState(); in test8() local
246 IApiBaseline before = getBeforeState(); in test9() local
269 IApiBaseline before = getBeforeState(); in test10() local
[all …]
H A DMethodDeltaTests.java48 IApiBaseline before = getBeforeState(); in test1() local
66 IApiBaseline before = getBeforeState(); in test2() local
84 IApiBaseline before = getBeforeState(); in test3() local
113 IApiBaseline before = getBeforeState(); in test4() local
142 IApiBaseline before = getBeforeState(); in test5() local
171 IApiBaseline before = getBeforeState(); in test6() local
200 IApiBaseline before = getBeforeState(); in test7() local
229 IApiBaseline before = getBeforeState(); in test8() local
252 IApiBaseline before = getBeforeState(); in test9() local
275 IApiBaseline before = getBeforeState(); in test10() local
[all …]
H A DFieldDeltaTests.java49 IApiBaseline before = getBeforeState(); in test1() local
72 IApiBaseline before = getBeforeState(); in test10() local
95 IApiBaseline before = getBeforeState(); in test11() local
118 IApiBaseline before = getBeforeState(); in test12() local
146 IApiBaseline before = getBeforeState(); in test13() local
174 IApiBaseline before = getBeforeState(); in test14() local
202 IApiBaseline before = getBeforeState(); in test15() local
225 IApiBaseline before = getBeforeState(); in test16() local
248 IApiBaseline before = getBeforeState(); in test17() local
271 IApiBaseline before = getBeforeState(); in test18() local
[all …]
H A DInterfaceDeltaTests.java47 IApiBaseline before = getBeforeState(); in test1() local
70 IApiBaseline before = getBeforeState(); in test2() local
93 IApiBaseline before = getBeforeState(); in test3() local
111 IApiBaseline before = getBeforeState(); in test4() local
134 IApiBaseline before = getBeforeState(); in test5() local
157 IApiBaseline before = getBeforeState(); in test6() local
185 IApiBaseline before = getBeforeState(); in test7() local
208 IApiBaseline before = getBeforeState(); in test8() local
246 IApiBaseline before = getBeforeState(); in test9() local
274 IApiBaseline before = getBeforeState(); in test10() local
[all …]
H A DEnumDeltaTests.java46 IApiBaseline before = getBeforeState(); in test1() local
69 IApiBaseline before = getBeforeState(); in test2() local
97 IApiBaseline before = getBeforeState(); in test3() local
127 IApiBaseline before = getBeforeState(); in test4() local
157 IApiBaseline before = getBeforeState(); in test5() local
180 IApiBaseline before = getBeforeState(); in test6() local
198 IApiBaseline before = getBeforeState(); in test7() local
222 IApiBaseline before = getBeforeState(); in test8() local
246 IApiBaseline before = getBeforeState(); in test9() local
270 IApiBaseline before = getBeforeState(); in test10() local
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/opt/
H A Dpass_merge_return_test.cpp30 const std::string before = in TEST_F() local
53 const std::string before = in TEST_F() local
103 const std::string before = in TEST_F() local
175 const std::string before = in TEST_F() local
226 const std::string before = in TEST_F() local
280 const std::string before = in TEST_F() local
337 const std::string before = in TEST_F() local
423 const std::string before = in TEST_F() local
469 const std::string before = in TEST_F() local
531 const std::string before = in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_merge_return_test.cpp30 const std::string before = in TEST_F() local
53 const std::string before = in TEST_F() local
103 const std::string before = in TEST_F() local
175 const std::string before = in TEST_F() local
226 const std::string before = in TEST_F() local
280 const std::string before = in TEST_F() local
337 const std::string before = in TEST_F() local
423 const std::string before = in TEST_F() local
469 const std::string before = in TEST_F() local
531 const std::string before = in TEST_F() local
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/opt/
H A Dpass_merge_return_test.cpp30 const std::string before = in TEST_F() local
53 const std::string before = in TEST_F() local
103 const std::string before = in TEST_F() local
175 const std::string before = in TEST_F() local
226 const std::string before = in TEST_F() local
280 const std::string before = in TEST_F() local
337 const std::string before = in TEST_F() local
423 const std::string before = in TEST_F() local
469 const std::string before = in TEST_F() local
531 const std::string before = in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/opt/
H A Dpass_merge_return_test.cpp30 const std::string before = in TEST_F() local
53 const std::string before = in TEST_F() local
103 const std::string before = in TEST_F() local
175 const std::string before = in TEST_F() local
226 const std::string before = in TEST_F() local
280 const std::string before = in TEST_F() local
337 const std::string before = in TEST_F() local
423 const std::string before = in TEST_F() local
469 const std::string before = in TEST_F() local
531 const std::string before = in TEST_F() local
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/wave/util/
H A Dinsert_whitespace_detection.hpp51 boost::wave::token_id before, StringT const &value) in handle_identifier()
81 handle_intlit(boost::wave::token_id prev, boost::wave::token_id before) in handle_intlit()
97 boost::wave::token_id before) in handle_floatlit()
113 boost::wave::token_id before) in handle_alt_leftbrace()
126 boost::wave::token_id before) in handle_alt_leftbracket()
139 boost::wave::token_id before) in handle_fixedpointlit()
154 handle_dot(boost::wave::token_id prev, boost::wave::token_id before) in handle_dot()
168 boost::wave::token_id before) in handle_questionmark()
181 boost::wave::token_id before) in handle_newline()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dconvert_integer_literal.rs108 let before = "const _: i32 = 1000$0;"; in convert_decimal_integer() localVariable
134 let before = "const _: i32 = 0xFF$0;"; in convert_hexadecimal_integer() localVariable
160 let before = "const _: i32 = 0b11111111$0;"; in convert_binary_integer() localVariable
186 let before = "const _: i32 = 0o377$0;"; in convert_octal_integer() localVariable
212 let before = "const _: i32 = 1_00_0$0;"; in convert_integer_with_underscores() localVariable
238 let before = "const _: i32 = 1000i32$0;"; in convert_integer_with_suffix() localVariable
264 let before = "const _: i32 = in convert_overflowing_literal() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dconvert_integer_literal.rs108 let before = "const _: i32 = 1000$0;"; in convert_decimal_integer() localVariable
134 let before = "const _: i32 = 0xFF$0;"; in convert_hexadecimal_integer() localVariable
160 let before = "const _: i32 = 0b11111111$0;"; in convert_binary_integer() localVariable
186 let before = "const _: i32 = 0o377$0;"; in convert_octal_integer() localVariable
212 let before = "const _: i32 = 1_00_0$0;"; in convert_integer_with_underscores() localVariable
238 let before = "const _: i32 = 1000i32$0;"; in convert_integer_with_suffix() localVariable
264 let before = "const _: i32 = in convert_overflowing_literal() localVariable
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A Dpass_merge_return_test.cpp30 const std::string before = in TEST_F() local
53 const std::string before = in TEST_F() local
103 const std::string before = in TEST_F() local
154 const std::string before = in TEST_F() local
208 const std::string before = in TEST_F() local
265 const std::string before = in TEST_F() local
311 const std::string before = in TEST_F() local
360 const std::string before = in TEST_F() local
411 const std::string before = in TEST_F() local
1029 const std::string before = in TEST_F() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A Dpass_merge_return_test.cpp30 const std::string before = in TEST_F() local
53 const std::string before = in TEST_F() local
103 const std::string before = in TEST_F() local
154 const std::string before = in TEST_F() local
208 const std::string before = in TEST_F() local
265 const std::string before = in TEST_F() local
311 const std::string before = in TEST_F() local
360 const std::string before = in TEST_F() local
411 const std::string before = in TEST_F() local
1029 const std::string before = in TEST_F() local
[all …]

12345678910>>...204