HomeSort by relevance Sort by last modified time
    Searched refs:PyImport_Import (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
import.h 25 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
import.h 25 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name);
  /external/python/cpython2/Doc/includes/
run-func.c 19 pModule = PyImport_Import(pName);
  /external/python/cpython2/Include/
import.h 25 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name);
  /external/python/cpython3/Doc/includes/
run-func.c 19 pModule = PyImport_Import(pName);
  /external/python/cpython3/Include/
import.h 87 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name);
  /external/tensorflow/tensorflow/python/lib/core/
bfloat16.cc 542 Safe_PyObjectPtr numpy = make_safe(PyImport_Import(numpy_str.get()));
  /external/python/cpython3/Python/
import.c     [all...]
_warnings.c 67 warnings_module = PyImport_Import(warnings_str);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c     [all...]
  /external/python/cpython2/Python/
import.c     [all...]
  /external/python/cpython3/Modules/
_sre.c 717 mod = PyImport_Import(name);
    [all...]
_pickle.c     [all...]
  /external/python/cpython3/Objects/
object.c 1090 mod = PyImport_Import(mod_name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c     [all...]
cPickle.c     [all...]
  /external/python/cpython2/Modules/
_sre.c     [all...]
cPickle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c     [all...]

Completed in 1116 milliseconds

1 2