Home
last modified time | relevance | path

Searched defs:tofile (Results 1 – 7 of 7) sorted by relevance

/external/clang/utils/check_cfc/
Dobj_diff.py39 def first_diff(a, b, fromfile, tofile): argument
/external/fonttools/Tests/mtiLib/
Dmti_test.py148 def expect_ttx(self, expected_ttx, actual_ttx, fromfile=None, tofile=None): argument
/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py86 def tofile(self, path, resonly=False): member in AppleSingle
/external/cldr/tools/java/org/unicode/cldr/icu/
DRBNFWriter.java57 String tofile = options[TOFILE].value; in main() local
/external/python/cpython3/Lib/
Ddifflib.py1136 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1221 def context_diff(a, b, fromfile='', tofile='', argument
1314 def diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', argument
/external/python/cpython2/Lib/
Ddifflib.py1156 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1240 def context_diff(a, b, fromfile='', tofile='', argument
/external/lua/src/
Dliolib.c174 static FILE *tofile (lua_State *L) { in tofile() function