Searched refs:fromfiledate (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/ |
D | difflib.py | 1095 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument 1136 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm) 1141 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else '' 1181 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument 1224 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm) 1230 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else '' 1274 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument 1295 fromfiledate = decode(fromfiledate) 1299 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
|
/external/python/cpython2/Lib/ |
D | difflib.py | 1156 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument 1201 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else '' 1241 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument 1288 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
|
/external/libchrome/build/ |
D | landmines.py | 75 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/cronet/build/ |
D | landmines.py | 71 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/angle/build/ |
D | landmines.py | 71 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/python/cpython3/Doc/library/ |
D | difflib.rst | 152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet… 172 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally 282 .. function:: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet… 303 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally 324 .. function:: diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', fromfiledate=b'', tofiledate=b'', n… 334 fromfile, tofile, fromfiledate, tofiledate, n, lineterm)``. The output of
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 139 .. function:: context_diff(a, b[, fromfile][, tofile][, fromfiledate][, tofiledate][, n][, lineterm… 159 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally 273 .. function:: unified_diff(a, b[, fromfile][, tofile][, fromfiledate][, tofiledate][, n][, lineterm… 294 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally
|