Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 15554) sorted by relevance

12345678910>>...623

/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/matchers/
H A DShouldPlusOrMinusSpec.scala530 sevenLong should (be (7L plusOrMinus 2L) and be (7L plusOrMinus 2L))
535 sevenLong should (be (7L plusOrMinus 2) and be (7L plusOrMinus 2))
548 sevenInt should ((be (9 plusOrMinus 2)) and (be (9 plusOrMinus 2)))
549 sevenInt should (be (8 plusOrMinus 2) and (be (9 plusOrMinus 2)))
550 sevenInt should (be (7 plusOrMinus 2) and be (7 plusOrMinus 2))
638 sevenLong should (be (7L plusOrMinus 2L) or be (7L plusOrMinus 2L))
642 sevenLong should (be (8L plusOrMinus 2) or (be (9L plusOrMinus 2)))
643 sevenLong should (be (7L plusOrMinus 2) or be (7L plusOrMinus 2))
656 sevenInt should ((be (9 plusOrMinus 2)) or (be (9 plusOrMinus 2)))
657 sevenInt should (be (8 plusOrMinus 2) or (be (9 plusOrMinus 2)))
[all …]
H A DShouldBeMatcherSpec.scala85 1 should (be (odd) and be (odd))
86 1 should (be (odd) and (be (odd)))
87 2 should (be (even) and be (even))
95 2 should (be (odd) and be (odd))
164 1 should (be (odd) or be (odd))
165 1 should (be (odd) or (be (odd)))
166 2 should (be (even) or be (even))
170 1 should (be (even) or be (odd))
172 2 should (be (odd) or be (even))
176 1 should (be (odd) or be (even))
[all …]
H A DShouldBePropertyMatcherSpec.scala136 myFile should ((be (file)) and (be (file)))
137 myFile should (be (file) and (be (file)))
138 myFile should (be (file) and be (file))
141 myFile should (be a (file) and (be a (file)))
142 myFile should (be a (file) and be a (file))
146 myFile should (be an (file) and be an (file))
303 myFile should (be (directory) or be (file))
327 myFile should ((be (file)) or (be (file)))
328 myFile should (be (file) or (be (file)))
329 myFile should (be (file) or be (file))
[all …]
H A DShouldOrderedSpec.scala189 2 should { be < (5) and (be < (2)) }
199 2 should (be < (5) and be < (2))
217 7 should (be > (5) and be > (12))
235 2 should (be <= (2) and be <= (1))
253 7 should (be >= (7) and be >= (8))
262 2 should { be < (2) or (be < (1)) }
267 2 should ((be < (2)) or (be < (1)))
272 2 should (be < (2) or be < (1))
290 1 should (be > (5) or be > (12))
308 3 should (be <= (2) or be <= (1))
[all …]
H A DShouldBeTripleEqualsSpec.scala153 2 should (be === (2) and be === (5))
158 2 should (be === 2 and be === 5)
163 2 should (be === 5 and be === 2)
173 2 should { be === (3) or (be === (5)) }
183 2 should (be === (3) or be === (5))
188 2 should (be === 3 or be === 5)
320 2 should (be === (2) and be === (5))
325 2 should (be === 2 and be === 5)
330 2 should (be === 5 and be === 2)
350 2 should (be === (3) or be === (5))
[all …]
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/concurrent/
H A DConductorMethodsSuite.scala43 aa should be (false)
55 aa should be (true)
56 bb should be (true)
67 aa should be (true)
68 bb should be (true)
69 cc should be (true)
70 dd should be (true)
71 ee should be (true)
208 t1.getState should (be (WAITING) or be (BLOCKED) or be (RUNNABLE))
220 t1.getState should (be (TERMINATED) or be (RUNNABLE))
[all …]
H A DConductorFixtureSuite.scala66 aa should be (true)
67 bb should be (true)
78 aa should be (true)
79 bb should be (true)
80 cc should be (true)
81 dd should be (true)
82 ee should be (true)
92 aa should be (true)
219 t1.getState should (be (WAITING) or be (BLOCKED) or be (RUNNABLE))
231 t1.getState should (be (TERMINATED) or be (RUNNABLE))
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/platform/
H A Dendian_test.cpp48 std::memcpy(&be, be_buf, sizeof(be)); in TEST()
60 std::memcpy(&be, be_buf, sizeof(be)); in TEST()
72 std::memcpy(&be, be_buf, sizeof(be)); in TEST()
84 std::memcpy(&be, be_buf, sizeof(be)); in TEST()
89 ASSERT_EQUALS(be, nativeToBig(be)); in TEST()
104 ASSERT_EQUALS(be, nativeToBig(be)); in TEST()
119 ASSERT_EQUALS(be, nativeToBig(be)); in TEST()
134 ASSERT_EQUALS(be, nativeToBig(be)); in TEST()
149 ASSERT_EQUALS(be, nativeToBig(be)); in TEST()
164 ASSERT_EQUALS(be, nativeToBig(be)); in TEST()
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/
H A DMakefile.am64 be/beabi.c \
66 be/bearch.c \
79 be/bedump.c \
85 be/beifg.c \
86 be/beinfo.c \
87 be/beinsn.c \
88 be/beirg.c \
91 be/belive.c \
100 be/bera.c \
273 be/be_t.h \
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/test/release/
H A Dtest_cibuild.py13 assert be.release_dir
17 be = cibuild.BuildEnviron(
22 assert be.release_dir == be.root_dir / "release"
23 assert be.dist_dir == be.root_dir / "release" / "dist"
24 assert be.build_dir == be.root_dir / "release" / "build"
28 be.dump_info(cs)
36 be.version
38 be.platform_tag
139 assert be.tag is None
177 assert be.archive_path == be.dist_dir / "mitmproxy-0.0.1-osx.tar.gz"
[all …]
/dports/multimedia/obs-ndi/obs-ndi-4.9.1/installer/idp/ansi/idplang/
H A Dbelarusian.iss6 be.IDP_File =����:
7 be.IDP_Speed =��������:
8 be.IDP_Status =����:
12 be.IDP_HideButton =�������
14 be.IDP_IgnoreButton =
15 be.IDP_KBs =��/�
16 be.IDP_MBs =��/�
18 be.IDP_KB =��
19 be.IDP_MB =��
20 be.IDP_GB =��
[all …]
/dports/multimedia/obs-ndi/obs-ndi-4.9.1/installer/idp/unicode/idplang/
H A Dbelarusian.iss6 be.IDP_File =Файл:
7 be.IDP_Speed =Хуткасць:
8 be.IDP_Status =Стан:
12 be.IDP_HideButton =Схаваць
14 be.IDP_IgnoreButton =
15 be.IDP_KBs =КБ/с
16 be.IDP_MBs =МБ/с
18 be.IDP_KB =КБ
19 be.IDP_MB =МБ
20 be.IDP_GB =ГБ
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldc-encoding-bad.l2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldc-encoding-bad.l2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldc-encoding-bad.l2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldc-encoding-bad.l2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldc-encoding-bad.l2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/blocklayout/
H A Dextent_tree.c42 return be->be_f_offset + be->be_length; in ext_f_end()
152 be = ext_try_to_merge_left(root, be); in __ext_tree_insert()
159 be = ext_try_to_merge_right(root, be); in __ext_tree_insert()
231 be = ext_tree_next(be); in __ext_tree_remove()
234 while (be && ext_f_end(be) <= end) { in __ext_tree_remove()
242 if (be && be->be_f_offset < end) { in __ext_tree_remove()
425 for (be = __ext_tree_search(root, start); be; be = ext_tree_next(be)) { in ext_tree_mark_written()
470 be = ext_try_to_merge_left(root, be); in ext_tree_mark_written()
530 for (be = ext_tree_first(&bl->bl_ext_rw); be; be = ext_tree_next(be)) { in ext_tree_encode_commit()
626 for (be = ext_tree_first(root); be; be = ext_tree_next(be)) { in ext_tree_mark_committed()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/blocklayout/
H A Dextent_tree.c42 return be->be_f_offset + be->be_length; in ext_f_end()
152 be = ext_try_to_merge_left(root, be); in __ext_tree_insert()
159 be = ext_try_to_merge_right(root, be); in __ext_tree_insert()
231 be = ext_tree_next(be); in __ext_tree_remove()
234 while (be && ext_f_end(be) <= end) { in __ext_tree_remove()
242 if (be && be->be_f_offset < end) { in __ext_tree_remove()
425 for (be = __ext_tree_search(root, start); be; be = ext_tree_next(be)) { in ext_tree_mark_written()
470 be = ext_try_to_merge_left(root, be); in ext_tree_mark_written()
530 for (be = ext_tree_first(&bl->bl_ext_rw); be; be = ext_tree_next(be)) { in ext_tree_encode_commit()
626 for (be = ext_tree_first(root); be; be = ext_tree_next(be)) { in ext_tree_mark_committed()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/blocklayout/
H A Dextent_tree.c42 return be->be_f_offset + be->be_length; in ext_f_end()
152 be = ext_try_to_merge_left(root, be); in __ext_tree_insert()
159 be = ext_try_to_merge_right(root, be); in __ext_tree_insert()
231 be = ext_tree_next(be); in __ext_tree_remove()
234 while (be && ext_f_end(be) <= end) { in __ext_tree_remove()
242 if (be && be->be_f_offset < end) { in __ext_tree_remove()
425 for (be = __ext_tree_search(root, start); be; be = ext_tree_next(be)) { in ext_tree_mark_written()
470 be = ext_try_to_merge_left(root, be); in ext_tree_mark_written()
530 for (be = ext_tree_first(&bl->bl_ext_rw); be; be = ext_tree_next(be)) { in ext_tree_encode_commit()
626 for (be = ext_tree_first(root); be; be = ext_tree_next(be)) { in ext_tree_mark_committed()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/endian/test/
H A Dconversion_test.cpp101 if( be::order::native == be::order::big ) in test()
144 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
199 be::conditional_reverse_inplace(x, be::order::big, be::order::big); in test()
208 be::conditional_reverse_inplace(x, be::order::big, be::order::little); in test()
211 be::conditional_reverse_inplace(x, be::order::big, be::order::native); in test()
214 be::conditional_reverse_inplace(x, be::order::little, be::order::big); in test()
220 be::conditional_reverse_inplace(x, be::order::native, be::order::big); in test()
245 tmp = be::conditional_reverse<be::order::big, be::order::little>(udt); in udt_test()
250 be::conditional_reverse_inplace<be::order::big, be::order::little>(udt); in udt_test()
260 tmp = be::conditional_reverse<be::order::big, be::order::big>(udt); in udt_test()
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/tic6x/
H A Dpredicate-bad-2.l3 [^:]*:5: Error: instruction 'nop' cannot be predicated
4 [^:]*:6: Error: instruction 'nop' cannot be predicated
5 [^:]*:7: Error: instruction 'nop' cannot be predicated
6 [^:]*:8: Error: instruction 'nop' cannot be predicated
7 [^:]*:9: Error: instruction 'nop' cannot be predicated
8 [^:]*:10: Error: instruction 'nop' cannot be predicated
10 [^:]*:11: Error: instruction 'nop' cannot be predicated
11 [^:]*:12: Error: instruction 'nop' cannot be predicated
12 [^:]*:13: Error: instruction 'nop' cannot be predicated
13 [^:]*:14: Error: instruction 'nop' cannot be predicated
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/tic6x/
H A Dpredicate-bad-2.l3 [^:]*:5: Error: instruction 'nop' cannot be predicated
4 [^:]*:6: Error: instruction 'nop' cannot be predicated
5 [^:]*:7: Error: instruction 'nop' cannot be predicated
6 [^:]*:8: Error: instruction 'nop' cannot be predicated
7 [^:]*:9: Error: instruction 'nop' cannot be predicated
8 [^:]*:10: Error: instruction 'nop' cannot be predicated
10 [^:]*:11: Error: instruction 'nop' cannot be predicated
11 [^:]*:12: Error: instruction 'nop' cannot be predicated
12 [^:]*:13: Error: instruction 'nop' cannot be predicated
13 [^:]*:14: Error: instruction 'nop' cannot be predicated
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/tic6x/
H A Dpredicate-bad-2.l3 [^:]*:5: Error: instruction 'nop' cannot be predicated
4 [^:]*:6: Error: instruction 'nop' cannot be predicated
5 [^:]*:7: Error: instruction 'nop' cannot be predicated
6 [^:]*:8: Error: instruction 'nop' cannot be predicated
7 [^:]*:9: Error: instruction 'nop' cannot be predicated
8 [^:]*:10: Error: instruction 'nop' cannot be predicated
10 [^:]*:11: Error: instruction 'nop' cannot be predicated
11 [^:]*:12: Error: instruction 'nop' cannot be predicated
12 [^:]*:13: Error: instruction 'nop' cannot be predicated
13 [^:]*:14: Error: instruction 'nop' cannot be predicated
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/tic6x/
H A Dpredicate-bad-2.l3 [^:]*:5: Error: instruction 'nop' cannot be predicated
4 [^:]*:6: Error: instruction 'nop' cannot be predicated
5 [^:]*:7: Error: instruction 'nop' cannot be predicated
6 [^:]*:8: Error: instruction 'nop' cannot be predicated
7 [^:]*:9: Error: instruction 'nop' cannot be predicated
8 [^:]*:10: Error: instruction 'nop' cannot be predicated
10 [^:]*:11: Error: instruction 'nop' cannot be predicated
11 [^:]*:12: Error: instruction 'nop' cannot be predicated
12 [^:]*:13: Error: instruction 'nop' cannot be predicated
13 [^:]*:14: Error: instruction 'nop' cannot be predicated
[all …]

12345678910>>...623