Home
last modified time | relevance | path

Searched refs:match_1 (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_filterQueue.cpp36 static bool match_1(uintptr_t val) { in match_1() function
58 EXPECT_EQ(queue.contains(match_1), false) << "Must be empty."; in is_empty()
60 EXPECT_EQ(queue.peek(match_1), (uintptr_t)0) << "Must be empty."; in is_empty()
70 EXPECT_EQ(queue.contains(match_1), true) << "Must contain a value."; in TEST_VM()
73 EXPECT_EQ(queue.peek(match_1), (uintptr_t)1) << "Must match 1."; in TEST_VM()
87 EXPECT_EQ(queue.contains(match_1), true) << "Must contain a value."; in TEST_VM()
92 EXPECT_EQ(queue.peek(match_1), (uintptr_t)1) << "Must contain a value."; in TEST_VM()
100 EXPECT_EQ(queue.contains(match_1), false) << "Must not contain a value."; in TEST_VM()
105 EXPECT_EQ(queue.peek(match_1), (uintptr_t)0) << "Must not contain a value."; in TEST_VM()
144 EXPECT_EQ(queue.contains(match_1), true) << "Must contain a value."; in TEST_VM()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_filterQueue.cpp36 static bool match_1(uintptr_t val) { in match_1() function
58 EXPECT_EQ(queue.contains(match_1), false) << "Must be empty."; in is_empty()
68 EXPECT_EQ(queue.contains(match_1), true) << "Must contain a value."; in TEST_VM()
82 EXPECT_EQ(queue.contains(match_1), true) << "Must contain a value."; in TEST_VM()
90 EXPECT_EQ(queue.contains(match_1), false) << "Must not contain a value."; in TEST_VM()
123 EXPECT_EQ(queue.contains(match_1), true) << "Must contain a value."; in TEST_VM()
/dports/cad/horizon-eda/horizon-2.1.0/src/board/
H A Drule_clearance_copper.cpp16 …: Rule(uu, j, import_map), match_1(j.at("match_1"), import_map), match_2(j.at("match_2"), import_m… in RuleClearanceCopper()
56 j["match_1"] = match_1.serialize(); in serialize()
98 ss << "1<sup>st</sup> Match " << match_1.get_brief(block) << "\n"; in get_brief()
106 …return match_1.mode == RuleMatch::Mode::ALL && match_2.mode == RuleMatch::Mode::ALL && layer == 10… in is_match_all()
111 return match_1.can_export() && match_2.can_export(); in can_export()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/z80/
H A Dasm_strstr.asm43 match_1: label
54 jr nz, match_1
91 jr nz, match_1 ; substring cannot fit so abandon early
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dfloat_SUITE.erl166 one = match_1(1.0),
167 two = match_1(2.0),
168 a_lot = match_1(1000.0),
169 {'EXIT',_} = (catch match_1(0.5)),
172 match_1(1.0) -> one; function
173 match_1(2.0) -> two; function
174 match_1(1000.0) -> a_lot. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dfloat_SUITE.erl151 one = match_1(1.0),
152 two = match_1(2.0),
153 a_lot = match_1(1000.0),
154 {'EXIT',_} = (catch match_1(0.5)),
157 match_1(1.0) -> one; function
158 match_1(2.0) -> two; function
159 match_1(1000.0) -> a_lot. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dfloat_SUITE.erl151 one = match_1(1.0),
152 two = match_1(2.0),
153 a_lot = match_1(1000.0),
154 {'EXIT',_} = (catch match_1(0.5)),
157 match_1(1.0) -> one; function
158 match_1(2.0) -> two; function
159 match_1(1000.0) -> a_lot. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dfloat_SUITE.erl166 one = match_1(1.0),
167 two = match_1(2.0),
168 a_lot = match_1(1000.0),
169 {'EXIT',_} = (catch match_1(0.5)),
172 match_1(1.0) -> one; function
173 match_1(2.0) -> two; function
174 match_1(1000.0) -> a_lot. function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dfloat_SUITE.erl166 one = match_1(1.0),
167 two = match_1(2.0),
168 a_lot = match_1(1000.0),
169 {'EXIT',_} = (catch match_1(0.5)),
172 match_1(1.0) -> one; function
173 match_1(2.0) -> two; function
174 match_1(1000.0) -> a_lot. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dfloat_SUITE.erl151 one = match_1(1.0),
152 two = match_1(2.0),
153 a_lot = match_1(1000.0),
154 {'EXIT',_} = (catch match_1(0.5)),
157 match_1(1.0) -> one; function
158 match_1(2.0) -> two; function
159 match_1(1000.0) -> a_lot. function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dfloat_SUITE.erl166 one = match_1(1.0),
167 two = match_1(2.0),
168 a_lot = match_1(1000.0),
169 {'EXIT',_} = (catch match_1(0.5)),
172 match_1(1.0) -> one; function
173 match_1(2.0) -> two; function
174 match_1(1000.0) -> a_lot. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl333 match_1(P, E, Bs)
336 match_1(P, E, Bs) -> function
366 match_1(P, any, Bs)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl379 match_1(P, E, Bs)
382 match_1(P, E, Bs) -> function
412 match_1(P, any, Bs)

123