Home
last modified time | relevance | path

Searched refs:pickle (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_htmlparser.py4 import pickle
27 dumped = pickle.dumps(tree, 2)
28 loaded = pickle.loads(dumped)
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker19 import pickle
79 data = b"<event>" + pickle.dumps(event) + b"</event>"
123 data = b"<event>" + pickle.dumps(event) + b"</event>"
436 except pickle.UnpicklingError:
443 self.cookercfg = pickle.loads(data)
449 self.extraconfigdata = pickle.loads(data)
452 self.workerdata = pickle.loads(data)
462 self.workerdata["newhashes"] = pickle.loads(data)
477 …, taskname, taskhash, unihash, quieterrors, appends, taskdepdata, dry_run_exec = pickle.loads(data)
512 worker_fire_prepickled(b"<exitcode>" + pickle.dumps((task, status)) + b"</exitcode>")
H A Dtoaster-eventreplay20 import pickle
49 event = pickle.loads(codecs.decode(event_str, 'base64'))
H A Dbitbake-diffsigs18 import pickle
199 except (pickle.UnpicklingError, EOFError):
H A Dbitbake-dumpsig18 import pickle
199 except (pickle.UnpicklingError, EOFError):
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Ddump_cache.py29 import pickle
49 pickled = pickle.Unpickler(cachefile)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache.py21 import pickle
441 pickled = pickle.Unpickler(cachefile)
691 p = pickle.Pickler(f, pickle.HIGHEST_PROTOCOL)
871 p = pickle.Unpickler(f)
906 p = pickle.Pickler(f, -1)
930 p = pickle.Unpickler(fd)
944 p = pickle.Pickler(f, -1)
977 p = pickle.Unpickler(f)
997 p = pickle.Pickler(f, -1)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Dtesting.py5 import pickle
73 dumped = pickle.dumps(tree, 2)
74 loaded = pickle.loads(dumped)
550 dumped = pickle.dumps(tree, 2)
551 loaded = pickle.loads(dumped)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Duievent.py14 import collections, logging, pickle, socket, threading
99 self.queue_event(pickle.loads(event))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py1849 import cPickle as pickle namespace
1851 import pickle
1855 tabversion = pickle.load(in_f)
1858 self.lr_method = pickle.load(in_f)
1859 signature = pickle.load(in_f)
1860 self.lr_action = pickle.load(in_f)
1861 self.lr_goto = pickle.load(in_f)
1862 productions = pickle.load(in_f)
2670 import cPickle as pickle namespace
2672 import pickle
[all …]
/OK3568_Linux_fs/buildroot/package/python-simplegeneric/
H A DConfig.in5 pickle.dump(), etc.)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cheetah_3.2.6.bb9 RDEPENDS:${PN} = "python3-pickle python3-pprint"
H A Dpython3-networkx_2.7.1.bb15 ${PYTHON_PN}-pickle \
H A Dpython3-diskcache_5.4.0.bb14 ${PYTHON_PN}-pickle \
H A Dpython3-sqlalchemy_1.4.35.bb14 ${PYTHON_PN}-pickle \
H A Dpython3-socketio_5.5.2.bb22 ${PYTHON_PN}-pickle \
H A Dpython3-cachecontrol_0.12.10.bb23 python3-pickle \
H A Dpython3-yappi_1.3.3.bb18 ${PYTHON_PN}-pickle \
H A Dpython3-pyroute2_0.5.19.bb17 ${PYTHON_PN}-pickle \
H A Dpython3-rsa_4.8.bb37 ${PYTHON_PN}-pickle \
H A Dpython3-py-cpuinfo_8.0.0.bb25 …ython3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint pyt…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-serializinghtml_1.1.5.bb1 …rib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).'
H A Dpython3-babel_2.9.1.bb20 ${PYTHON_PN}-pickle \
H A Dpython3-pytz_2022.1.bb14 ${PYTHON_PN}-pickle \
H A Dpython3-scons_4.3.0.bb22 python3-pickle \

12