Home
last modified time | relevance | path

Searched refs:testdict (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
DREADME.zOS56 runsuite$(EXEEXT) testchar$(EXEEXT) testdict$(EXEEXT) \
163 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdict.Po@am__quote@
188 …ER) ./testapi$(EXEEXT) && $(CHECKER) ./testchar$(EXEEXT)&& $(CHECKER) ./testdict$(EXEEXT) && $(CHE…
189 …$(EXEEXT) &&$(CHECKER) && $(CHECKER) ./testchar$(EXEEXT)&& $(CHECKER) ./testdict$(EXEEXT) && $(CHE…
D.gitignore106 testdict
DMakefile.am16 testdict runxmlconf testrecurse testlimits program
89 testdict_SOURCES=testdict.c
206 testchar$(EXEEXT) testdict$(EXEEXT) runxmlconf$(EXEEXT)
213 $(CHECKER) ./testdict$(EXEEXT) && \
DChangeLog419 * Makefile.am testdict.c: add the new test in 'make check' and
424 * testdict.c: added a program to regression test the dictionary code
/external/libxml2/win32/
DMakefile.msvc267 $(BINDIR)\testdict.exe\
431 cd .. && win32\$(BINDIR)\testdict.exe
/external/python/cpython2/Lib/test/
Dtest_io.py2196 testdict = {
2202 tests = [(None, testdict[os.linesep])] + sorted(testdict.items())
/external/python/cpython3/Lib/test/
Dtest_io.py2576 testdict = {
2582 tests = [(None, testdict[os.linesep])] + sorted(testdict.items())