Searched refs:api (Results 1 - 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Dsocketmodule.h230 void *api; local
233 api = PyCapsule_Import(PySocket_CAPSULE_NAME, 1);
234 if (api == NULL)
236 memcpy(&PySocketModule, api, sizeof(PySocketModule));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.h231 void *api; local
234 api = PyCapsule_Import(PySocket_CAPSULE_NAME, 1);
235 if (api == NULL)
237 memcpy(&PySocketModule, api, sizeof(PySocketModule));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.h230 void *api; local
233 api = PyCapsule_Import(PySocket_CAPSULE_NAME, 1);
234 if (api == NULL)
236 memcpy(&PySocketModule, api, sizeof(PySocketModule));
/device/google/contexthub/firmware/os/inc/
H A Dbl.h37 #define BL _BL.api
82 struct BlApiTable api; member in struct:BlTable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobjimpl.h111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
113 PyAPI_FUNC(void) _PyObject_DebugFreeApi(char api, void *p);
114 PyAPI_FUNC(void) _PyObject_DebugCheckAddressApi(char api, const void *p);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
113 PyAPI_FUNC(void) _PyObject_DebugFreeApi(char api, void *p);
114 PyAPI_FUNC(void) _PyObject_DebugCheckAddressApi(char api, const void *p);
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
H A Dprocess_files.sh37 no-fp-api \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobmalloc.c1480 /* generic debug memory api, with an "id" to identify the API in use */
1515 particular, that the FORBIDDENBYTEs with the api ID are still intact).
1520 _PyObject_DebugFreeApi(char api, void *p) argument
1527 _PyObject_DebugCheckAddressApi(api, p);
1536 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) argument
1545 return _PyObject_DebugMallocApi(api, nbytes);
1547 _PyObject_DebugCheckAddressApi(api, p);
1569 assert(q[SST] == (uchar)api);
1592 _PyObject_DebugCheckAddressApi(char api, const void *p) argument
1609 if (id != api) {
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobmalloc.c1431 /* generic debug memory api, with an "id" to identify the API in use */
1466 particular, that the FORBIDDENBYTEs with the api ID are still intact).
1471 _PyObject_DebugFreeApi(char api, void *p) argument
1478 _PyObject_DebugCheckAddressApi(api, p);
1487 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) argument
1496 return _PyObject_DebugMallocApi(api, nbytes);
1498 _PyObject_DebugCheckAddressApi(api, p);
1520 assert(q[SST] == (uchar)api);
1543 _PyObject_DebugCheckAddressApi(char api, const void *p) argument
1560 if (id != api) {
[all...]
/device/google/muskie/self-extractors/qcom/staging/
H A Ddevice-partial.mk30 vendor/qcom/walleye/proprietary/com.quicinc.cne.api-V1.0-java.jar:system/framework/com.quicinc.cne.api-V1.0-java.jar:qcom \
/device/google/taimen/self-extractors/qcom/staging/
H A Ddevice-partial.mk30 vendor/qcom/taimen/proprietary/com.quicinc.cne.api-V1.0-java.jar:system/framework/com.quicinc.cne.api-V1.0-java.jar:qcom \
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl.cpp380 EGLBoolean eglBindAPI(EGLenum api) argument
382 return getDispatch()->eglBindAPI(api);
/device/generic/goldfish-opengl/system/include/EGL/
H A Degl.h277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp877 // look in gles client api's extensions table
1253 EGLBoolean eglBindAPI(EGLenum api) argument
1255 if (api != EGL_OPENGL_ES_API)
/device/google/marlin/camera/QCamera2/HAL/
H A DQCamera2HWI.h350 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
H A DQCamera2HWI.cpp2250 //free all pending api results here
5856 * @api : API to be processed
5863 int QCamera2HardwareInterface::processAPI(qcamera_sm_evt_enum_t api, void *api_payload) argument
5868 ret = m_stateMachine.procAPI(api, api_payload);
6646 LOGE("ERROR: malloc for api result failed, Result will not be sent");

Completed in 131 milliseconds