Home
last modified time | relevance | path

Searched refs:nonames (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/webchecker/
Dwebchecker.py164 nonames = NONAMES
182 nonames = not nonames
198 nonames=nonames
260 nonames = NONAMES variable in Checker
400 if local_fragment and self.nonames:
Dwcgui.py76 webchecker.nonames = webchecker.NONAMES
89 webchecker.nonames = not webchecker.nonames
94 nonames=webchecker.nonames)
Dwebsucker.py47 nonames = 1 variable in Sucker
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java43 private boolean nonames; // true if no names in header field in CodeMangler
133 nonames = true; in CodeMangler()
244 if (!nonames) { in CodeMangler()