Home
last modified time | relevance | path

Searched refs:ostrich (Results 1 – 25 of 902) sorted by relevance

12345678910>>...37

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dordered-hash-map-tests.cc62 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
71 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
83 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
172 const char *ostrich = "ostrich"; in test_removal() local
176 ASSERT_EQ (2, *m.get (ostrich)); in test_removal()
186 m.remove (ostrich); in test_removal()
215 const char *ostrich = "ostrich"; in test_copy_ctor() local
219 ASSERT_EQ (2, *m.get (ostrich)); in test_copy_ctor()
[all …]
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
119 const char *ostrich = "ostrich"; in test_map_of_int_to_strings() local
131 ASSERT_EQ (false, m.put (2, ostrich)); in test_map_of_int_to_strings()
140 ASSERT_EQ (*m.get (2), ostrich); in test_map_of_int_to_strings()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/
H A Dnonmonotonic.doctest188 >>> p3 = read_expr(r'-ostrich(Sam)')
196 all x.(ostrich(x) -> bird(x))
198 -ostrich(Sam)
200 all z7.-ostrich(z7)
256 all x.(ostrich(x) -> bird(x))
257 all x.(flying_ostrich(x) -> ostrich(x))
260 all x.((ostrich(x) & -Ab3(x)) -> -fly(x))
262 all x.(ostrich(x) -> Ab2(x))
266 ostrich(os)
269 all z3.(bird(z3) -> (dove(z3) | ostrich(z3)))
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dhash-map-tests.c48 const char *ostrich = "ostrich"; in test_map_of_strings_to_int() local
57 ASSERT_EQ (NULL, m.get (ostrich)); in test_map_of_strings_to_int()
60 ASSERT_EQ (false, m.put (ostrich, 2)); in test_map_of_strings_to_int()
69 ASSERT_EQ (2, *m.get (ostrich)); in test_map_of_strings_to_int()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/data/styles/ostrich/
H A DMakemodule.am1 ostrich_styledir = $(pkgdatadir)/styles/ostrich
3 dist_ostrich_style_DATA = data/styles/ostrich/theme.cfg

12345678910>>...37