Home
last modified time | relevance | path

Searched refs:noload (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libselinux/src/
Dload_policy.c408 goto noload; in hidden_def()
427 goto noload; in hidden_def()
444 goto noload; in hidden_def()
450 goto noload; in hidden_def()
457 goto noload; in hidden_def()
463 noload: in hidden_def()
/external/syzkaller/sys/linux/
Dfilesystem.txt443 noload stringnoz["noload"]
/external/python/cpython2/Doc/library/
Dpickle.rst323 .. method:: noload()
330 **Note:** the :meth:`noload` method is currently only available on
332 :mod:`pickle` module :class:`Unpickler`\ s do not have the :meth:`noload`
644 conjunction with the :meth:`~Unpickler.noload` method on the Unpickler.
/external/python/cpython2/Modules/
DcPickle.c5142 noload(Unpicklerobject *self) in noload() function
5450 return noload(self); in Unpickler_noload()