Home
last modified time | relevance | path

Searched refs:elephant (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/dports/devel/py-hg-evolve/hg-evolve-10.4.1/tests/
H A Dtest-topic-dest.t35 @ 4 (elephant) babar
65 | o 4 (elephant) babar
112 $ hg up elephant
119 @ 7 (elephant) babar
142 | o 7 (elephant) babar
186 | o 7 (elephant) babar
216 | o 7 (elephant) babar
228 $ hg up elephant
320 $ hg up elephant
460 $ hg topic elephant
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/srfi/
H A D%3a69.scm33 (hash-table-set! ht 'elephant 'pink)
37 (test-assert (hash-table-exists? ht 'elephant))
41 (test 'pink (hash-table-ref ht 'elephant))
55 (test-assert (hash-table-exists? ht 'elephant))
58 (test 'pink (hash-table-ref ht 'elephant))
73 (test-assert (hash-table-exists? ht 'elephant))
76 (test 'pink (hash-table-ref ht 'elephant))
83 '((cat . calico) (elephant . pink))
95 (test-assert (hash-table-exists? ht2 'elephant))
98 (test 'pink (hash-table-ref ht2 'elephant))
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/69/
H A Dtest.sld24 (hash-table-set! ht 'elephant 'pink)
28 (test-assert (hash-table-exists? ht 'elephant))
32 (test 'pink (hash-table-ref ht 'elephant))
46 (test-assert (hash-table-exists? ht 'elephant))
49 (test 'pink (hash-table-ref ht 'elephant))
67 (test 'pink (hash-table-ref ht 'elephant))
74 '((cat . calico) (elephant . pink))
89 (test 'pink (hash-table-ref ht2 'elephant))
139 (hash-table-set! ht "elephant" 'pink)
143 (test 'pink (hash-table-ref ht "elephant"))
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dvtab3.test42 CREATE TABLE elephant(
56 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
80 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
87 } {elephant}
92 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
99 } {elephant}
104 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
111 } {elephant pachyderm}
126 } {elephant pachyderm}
138 } {elephant}
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dvtab3.test42 CREATE TABLE elephant(
56 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
80 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
87 } {elephant}
92 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
99 } {elephant}
104 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
111 } {elephant pachyderm}
126 } {elephant pachyderm}
138 } {elephant}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dvtab3.test42 CREATE TABLE elephant(
56 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
80 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
87 } {elephant}
92 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
99 } {elephant}
104 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
111 } {elephant pachyderm}
126 } {elephant pachyderm}
138 } {elephant}
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dvtab3.test42 CREATE TABLE elephant(
56 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
80 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
87 } {elephant}
92 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
99 } {elephant}
104 CREATE VIRTUAL TABLE pachyderm USING echo(elephant);
111 } {elephant pachyderm}
126 } {elephant pachyderm}
138 } {elephant}
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dordered-hash-map-tests.cc63 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
75 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
84 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
96 ASSERT_EQ (kvs[1].first, elephant); in test_map_of_strings_to_int()
120 const char *elephant = "elephant"; in test_map_of_int_to_strings() local
132 ASSERT_EQ (false, m.put (4, elephant)); in test_map_of_int_to_strings()
141 ASSERT_EQ (*m.get (4), elephant); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
/dports/sysutils/pacman/pacman-5.1.3/scripts/
H A DMakefile.am15 repo-elephant \
229 repo-elephant: $(srcdir)/repo-add.sh.in
230 $(AM_V_at)$(RM) repo-elephant
231 $(AM_V_at)$(LN_S) repo-add repo-elephant
273 $(RM) repo-elephant && \
274 ( $(LN_S) repo-add repo-elephant || \
275 ln repo-add repo-elephant || \
276 cp repo-add repo-elephant )
285 $(RM) repo-remove repo-elephant
/dports/devel/libcwd/libcwd-1.0.6/documentation/tutorial/examples5/
H A Dtest5.4.6.cc12 Dout(dc::mouse|dc::elephant, "The mouse chases the elephant."); in main()
17 Dout(dc::elephant, "The elephant looks around:"); in main()
18 Dout(dc::elephant|blank_label_cf|blank_marker_cf, "where did the mouse go?"); in main()
/dports/devel/p5-List-Group/List-Group-1.3/t/
H A Dfunctions.t10 mouse rat cat dog lion bear rhino elephant giraffe
17 [ 'rhino', 'elephant' ],
23 [ qw[bear rhino elephant giraffe] ],
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c49 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
61 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
70 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dhash-map-tests.c49 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
61 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
70 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c49 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
61 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
70 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c49 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
61 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
70 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-map-tests.c49 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
61 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
70 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dhash-map-tests.c49 const char *elephant = "elephant"; in test_map_of_strings_to_int() local
61 ASSERT_EQ (false, m.put (elephant, 4)); in test_map_of_strings_to_int()
70 ASSERT_EQ (4, *m.get (elephant)); in test_map_of_strings_to_int()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtikzlings-elephants.cwl6 \elephant
7 \elephant[options%keyvals]
9 #keyvals:\elephant#c
20 #keyvals:\elephant#c,\thing#c
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/
H A Dapp-test.sld24 (test '((camel elephant) "today")
27 '("zoo" "--animals" "camel,elephant" "feed" "today")))
28 (test '((lions camel elephant) "tomorrow")
31 '("zoo" "--animals" "camel,elephant" "--lions" "feed" "tomorrow")))

12345678910>>...55