HomeSort by relevance Sort by last modified time
    Searched full:collate (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/bluetooth/glib/tests/
run-collate-tests.sh 21 for I in ${srcdir:-.}/collate/*.in; do
24 ./unicode-collate $I > collate.out
28 diff collate.out ${srcdir:-.}/collate/$name.unicode ||
30 ./unicode-collate --key $I > collate.out
31 diff collate.out ${srcdir:-.}/collate/$name.unicode ||
33 ./unicode-collate --file $I > collate.ou
    [all...]
.gitignore 9 collate.out
69 unicode-collate
Makefile.am 72 unicode-collate \
146 test_scripts = run-markup-tests.sh run-collate-tests.sh run-bookmark-test.sh
148 test_script_support_programs = markup-test unicode-collate bookmarkfile-test
233 mkdir $(distdir)/collate; \
234 for f in $(srcdir)/collate/* ; do \
235 if test -f $$f; then cp $$f $(distdir)/collate; fi; done
245 collate.out