Home
last modified time | relevance | path

Searched refs:picklefile (Results 1 – 7 of 7) sorted by relevance

/external/ply/ply/ply/
Dyacc.py3218 outputdir=None, debuglog=None, errorlog=None, picklefile=None): argument
3227 if picklefile:
3290 if picklefile:
3291 read_signature = lr.read_pickle(picklefile)
3491 if picklefile:
3493 lr.pickle_table(picklefile, signature)
3495 errorlog.warning("Couldn't create %r. %s" % (picklefile, e))
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py3218 outputdir=None, debuglog=None, errorlog=None, picklefile=None): argument
3227 if picklefile:
3290 if picklefile:
3291 read_signature = lr.read_pickle(picklefile)
3491 if picklefile:
3493 lr.pickle_table(picklefile, signature)
3495 errorlog.warning("Couldn't create %r. %s" % (picklefile, e))
/external/python/pycparser/pycparser/ply/
Dyacc.py3216 outputdir=None, debuglog=None, errorlog=None, picklefile=None): argument
3225 if picklefile:
3284 if picklefile:
3285 read_signature = lr.read_pickle(picklefile)
3483 if picklefile:
3485 lr.pickle_table(picklefile, signature)
3487 errorlog.warning("Couldn't create %r. %s" % (picklefile, e))
/external/libchrome/third_party/ply/
Dyacc.py3038 debuglog=None, errorlog = None, picklefile=None): argument
3044 if picklefile:
3070 if picklefile:
3071 read_signature = lr.read_pickle(picklefile)
3268 if picklefile:
3269 lr.pickle_table(picklefile,signature)
/external/ply/ply/
DCHANGES362 Added a new picklefile option to yacc() to write the parsing
366 yacc(picklefile="parsetab.p")
373 The filename supplied to the picklefile option is opened
/external/python/cpython2/Misc/
DHISTORY3530 It is now [ picklefile ] dbfile. This provides better symmetry with
/external/python/cpython3/Misc/
DHISTORY20914 It is now [ picklefile ] dbfile. This provides better symmetry with