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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 314 int ispackage; local
320 code = get_module_code(self, fullname, &ispackage, &modpath);
335 if (ispackage) {
379 int ispackage; local
387 code = get_module_code(self, fullname, &ispackage, &modpath);
1164 int ispackage = zso->type & IS_PACKAGE; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 314 int ispackage; local
320 code = get_module_code(self, fullname, &ispackage, &modpath);
335 if (ispackage) {
379 int ispackage; local
387 code = get_module_code(self, fullname, &ispackage, &modpath);
1136 int ispackage = zso->type & IS_PACKAGE; local
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 314 int ispackage; local
320 code = get_module_code(self, fullname, &ispackage, &modpath);
335 if (ispackage) {
379 int ispackage; local
387 code = get_module_code(self, fullname, &ispackage, &modpath);
1256 int ispackage = zso->type & IS_PACKAGE; local
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 527 int ispackage; local
532 code = get_module_code(self, fullname, &ispackage, &modpath);
545 if (ispackage) {
601 int ispackage; local
605 code = get_module_code(self, fullname, &ispackage, &modpath);
1559 int ispackage = zso->type & IS_PACKAGE; local
    [all...]
  /external/python/cpython3/Python/
import.c 1306 int ispackage; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 1981 int ispackage; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 2066 int ispackage; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 1981 int ispackage; local
    [all...]
  /external/python/cpython2/Python/
import.c 2106 int ispackage; local
    [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py 618 self.assertFalse(pydoc.ispackage(test_dir))
624 self.assertTrue(pydoc.ispackage(test_dir))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 187 def ispackage(path): function
513 name, path, ispackage, shadowed = data
520 if ispackage:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 232 def ispackage(path): function
559 name, path, ispackage, shadowed = data
566 if ispackage:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 187 def ispackage(path): function
513 name, path, ispackage, shadowed = data
520 if ispackage:
    [all...]
  /external/python/cpython2/Lib/
pydoc.py 219 def ispackage(path): function
547 name, path, ispackage, shadowed = data
554 if ispackage:
    [all...]
  /external/python/cpython3/Lib/
pydoc.py 229 def ispackage(path): function
571 name, path, ispackage, shadowed = modpkginfo
578 if ispackage:
    [all...]

Completed in 1706 milliseconds