Searched defs:tofile (Results 1 – 7 of 7) sorted by relevance
/external/clang/utils/check_cfc/ |
D | obj_diff.py | 39 def first_diff(a, b, fromfile, tofile): argument
|
/external/fonttools/Tests/mtiLib/ |
D | mti_test.py | 148 def expect_ttx(self, expected_ttx, actual_ttx, fromfile=None, tofile=None): argument
|
/external/python/cpython2/Lib/plat-mac/ |
D | applesingle.py | 86 def tofile(self, path, resonly=False): member in AppleSingle
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RBNFWriter.java | 57 String tofile = options[TOFILE].value; in main() local
|
/external/python/cpython3/Lib/ |
D | difflib.py | 1136 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/ |
D | difflib.py | 1156 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument 1240 def context_diff(a, b, fromfile='', tofile='', argument
|
/external/lua/src/ |
D | liolib.c | 174 static FILE *tofile (lua_State *L) { in tofile() function
|