HomeSort by relevance Sort by last modified time
    Searched refs:PyCapsule_GetPointer (Results 26 - 41 of 41) sorted by null

12

  /external/python/cpython3/Modules/_ctypes/
callproc.c 93 void *p = PyCapsule_GetPointer(ptr, CTYPES_CAPSULE_NAME_PYMEM);
174 *pspace = (int *)PyCapsule_GetPointer(errobj, CTYPES_CAPSULE_NAME_PYMEM);
    [all...]
cfield.c 14 void *p = PyCapsule_GetPointer(ptr, CTYPES_CFIELD_CAPSULE_NAME_PYMEM);
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c     [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.cc 55 void* fn_ptr = PyCapsule_GetPointer(capsule, name);
  /external/tensorflow/tensorflow/python/eager/
pywrap_tensor.cc 45 reinterpret_cast<TFE_Context*>(PyCapsule_GetPointer(ctx, nullptr));
    [all...]
pywrap_tfe_src.cc     [all...]
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.c     [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c     [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c     [all...]
  /external/python/cpython3/Python/
compile.c 661 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
691 parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 549 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, COMPILER_CAPSULE_NAME_COMPILER_UNIT);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 526 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, COMPILER_CAPSULE_NAME_COMPILER_UNIT);
    [all...]
  /external/libxml2/python/
libxml.c     [all...]
  /external/python/cpython2/Python/
compile.c 549 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, COMPILER_CAPSULE_NAME_COMPILER_UNIT);
    [all...]

Completed in 747 milliseconds

12