HomeSort by relevance Sort by last modified time
    Searched refs:baseclear (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 874 inquiry baseclear; local
880 while ((baseclear = base->tp_clear) == subtype_clear) {
895 if (baseclear)
896 return baseclear(self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 866 inquiry baseclear; local
872 while ((baseclear = base->tp_clear) == subtype_clear) {
882 if (baseclear)
883 return baseclear(self);
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 894 inquiry baseclear; local
900 while ((baseclear = base->tp_clear) == subtype_clear) {
915 if (baseclear)
916 return baseclear(self);
    [all...]

Completed in 2076 milliseconds