Home
last modified time | relevance | path

Searched defs:fromfile (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py38 def fromfile(cls, filename): member in Annotations
/external/clang/utils/check_cfc/
Dobj_diff.py39 def first_diff(a, b, fromfile, tofile): 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/curl/lib/
Dcookie.c951 bool fromfile=TRUE; in Curl_cookie_init() local
/external/python/cpython2/Lib/test/
Dregrtest.py240 exclude=False, single=False, randomize=False, fromfile=None, argument
/external/pcre/dist2/src/
Dpcre2grep.c2772 compile_pattern(patstr *p, int options, int popts, int fromfile, in compile_pattern()