| /device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
| D | gles_dispatch.h | 295 …glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc =… in set_glAlphaFunc() local 296 …glClearColor_t set_glClearColor(glClearColor_t f) { glClearColor_t retval = glClearColor; glClearC… in set_glClearColor() local 297 …glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glC… in set_glClearDepthf() local 298 …glClipPlanef_t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPl… in set_glClipPlanef() local 299 …glColor4f_t set_glColor4f(glColor4f_t f) { glColor4f_t retval = glColor4f; glColor4f = f; return r… in set_glColor4f() local 300 …glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glD… in set_glDepthRangef() local 301 glFogf_t set_glFogf(glFogf_t f) { glFogf_t retval = glFogf; glFogf = f; return retval;} in set_glFogf() local 302 glFogfv_t set_glFogfv(glFogfv_t f) { glFogfv_t retval = glFogfv; glFogfv = f; return retval;} in set_glFogfv() local 303 …glFrustumf_t set_glFrustumf(glFrustumf_t f) { glFrustumf_t retval = glFrustumf; glFrustumf = f; re… in set_glFrustumf() local 304 …glGetClipPlanef_t set_glGetClipPlanef(glGetClipPlanef_t f) { glGetClipPlanef_t retval = glGetClipP… in set_glGetClipPlanef() local [all …]
|
| D | egl_dispatch.h | 67 …eglGetError_t set_eglGetError(eglGetError_t f) { eglGetError_t retval = eglGetError; eglGetError =… in set_eglGetError() local 68 …eglGetDisplay_t set_eglGetDisplay(eglGetDisplay_t f) { eglGetDisplay_t retval = eglGetDisplay; egl… in set_eglGetDisplay() local 69 …eglInitialize_t set_eglInitialize(eglInitialize_t f) { eglInitialize_t retval = eglInitialize; egl… in set_eglInitialize() local 70 …eglTerminate_t set_eglTerminate(eglTerminate_t f) { eglTerminate_t retval = eglTerminate; eglTermi… in set_eglTerminate() local 71 …eglQueryString_t set_eglQueryString(eglQueryString_t f) { eglQueryString_t retval = eglQueryString… in set_eglQueryString() local 72 …eglGetConfigs_t set_eglGetConfigs(eglGetConfigs_t f) { eglGetConfigs_t retval = eglGetConfigs; egl… in set_eglGetConfigs() local 73 …eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseC… in set_eglChooseConfig() local 74 …_t set_eglGetConfigAttrib(eglGetConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttr… in set_eglGetConfigAttrib() local 75 …eateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowS… in set_eglCreateWindowSurface() local 76 …ePbufferSurface(eglCreatePbufferSurface_t f) { eglCreatePbufferSurface_t retval = eglCreatePbuffer… in set_eglCreatePbufferSurface() local [all …]
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
| D | SysCalls.c | 59 BOOLEAN retval = FALSE; in ValidateFD() local 107 int retval = 0; in DeleteOnClose() local 131 int retval = 0; in isatty() local 189 int retval = 0; in _closeX() local 254 int retval = -1; in unlink() local 356 int retval = -1; in fcntl() local 468 int retval = -1; in dup2() local 570 int retval = 0; in mkdir() local 931 int retval = -1; in rename() local 963 int retval = -1; in rmdir() local [all …]
|
| D | Xform.c | 119 int retval; in EFI2errno() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | thread_beos.h | 39 status_t retval = benaphore_timedlock( ben, 0 ); in benaphore_destroy() local 67 status_t retval = acquire_sem_etc( ben->_sem, 1, B_TIMEOUT, micros ); in benaphore_timedlock() local 174 status_t retval; in PyThread_allocate_lock() local 201 status_t retval; in PyThread_free_lock() local 215 status_t retval; in PyThread_acquire_lock() local 239 status_t retval; in PyThread_release_lock() local
|
| D | dynload_beos.c | 55 status_t retval; in beos_nuke_dyn() local 125 int retval; in beos_add_dyn() local 162 status_t retval; in _PyImport_GetDynLoadFunc() local
|
| D | getargs.c | 56 int retval; in PyArg_Parse() local 68 int retval; in _PyArg_Parse_SizeT() local 81 int retval; in PyArg_ParseTuple() local 93 int retval; in _PyArg_ParseTuple_SizeT() local 198 cleanreturn(int retval, PyObject *freelist) in cleanreturn() 1427 int retval; in PyArg_ParseTupleAndKeywords() local 1451 int retval; in _PyArg_ParseTupleAndKeywords_SizeT() local 1477 int retval; in PyArg_VaParseTupleAndKeywords() local 1509 int retval; in _PyArg_VaParseTupleAndKeywords_SizeT() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
| D | Environs.c | 71 int retval = 1; in atexit() local 178 char *retval = NULL; in getenv() local 217 int retval; in setenv() local
|
| /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
| D | subr_prf.c | 102 int retval; in sprintf() local 118 int retval; in vsprintf() local 131 int retval; in snprintf() local 147 int retval; in vsnprintf() local 176 int retval; in vsnrprintf() local 249 int stop = 0, retval = 0; in kvprintf() local
|
| /device/generic/goldfish-opengl/system/renderControl_enc/ |
| D | renderControl_enc.cpp | 45 GLint retval; in rcGetRendererVersion_enc() local 92 EGLint retval; in rcGetEGLVersion_enc() local 137 EGLint retval; in rcQueryEGLString_enc() local 182 EGLint retval; in rcGetGLString_enc() local 225 EGLint retval; in rcGetNumConfigs_enc() local 269 EGLint retval; in rcGetConfigs_enc() local 319 EGLint retval; in rcChooseConfig_enc() local 359 EGLint retval; in rcGetFBParam_enc() local 401 uint32_t retval; in rcCreateContext_enc() local 468 uint32_t retval; in rcCreateWindowSurface_enc() local [all …]
|
| /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
| D | access.c | 52 int retval = -1; in access() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
| D | daShell.c | 171 int retval = -1; in da_ShellMkdir() local 395 int retval = 0; in da_ShellIoctl() local 475 int retval; in da_ShellOpen() local 598 short retval = 0; in da_ShellPoll() local
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | strUtils.cpp | 30 std::string retval = str.substr(pos, *last - pos); in getNextToken() local
|
| /device/linaro/hikey/gralloc960/ |
| D | mali_gralloc_reference.cpp | 62 int retval = -EINVAL; in mali_gralloc_reference_retain() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | getargs.c | 56 int retval; in PyArg_Parse() local 68 int retval; in _PyArg_Parse_SizeT() local 81 int retval; in PyArg_ParseTuple() local 93 int retval; in _PyArg_ParseTuple_SizeT() local 198 cleanreturn(int retval, PyObject *freelist) in cleanreturn() 1427 int retval; in PyArg_ParseTupleAndKeywords() local 1451 int retval; in _PyArg_ParseTupleAndKeywords_SizeT() local 1477 int retval; in PyArg_VaParseTupleAndKeywords() local 1509 int retval; in _PyArg_VaParseTupleAndKeywords_SizeT() local
|
| /device/linaro/hikey/uefi-tools/ |
| D | parse-platforms.py | 76 retval = commands[args.command]() variable
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| D | flockfile.c | 77 int retval; in ftrylockfile() local
|
| /device/google/crosshatch/json-c/ |
| D | json_util.c | 148 int json_parse_double(const char *buf, double *retval) in json_parse_double() 179 int json_parse_int64(const char *buf, int64_t *retval) in json_parse_int64()
|
| /device/google/bonito/json-c/ |
| D | json_util.c | 148 int json_parse_double(const char *buf, double *retval) in json_parse_double() 179 int json_parse_int64(const char *buf, int64_t *retval) in json_parse_int64()
|
| /device/google/cuttlefish_common/common/libs/utils/ |
| D | users.cpp | 66 int retval = getgroups(groups.size(), groups.data()); in GetSuplementaryGroups() local
|
| D | subprocess.cpp | 164 int retval = 0; in Wait() local 185 auto retval = waitpid(pid_, wstatus, options); in Wait() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/String/ |
| D | Misc.c | 47 int retval = 0; in strerror_r() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | zlibmodule.c | 683 compobject *retval = NULL; in PyZlib_copy() local 734 compobject *retval = NULL; in PyZlib_uncopy() local 791 PyObject * retval = NULL; in PyZlib_unflush() local 888 PyObject * retval; in Decomp_getattr() local
|
| D | _hashopenssl.c | 87 EVPobject *retval = (EVPobject *)PyObject_New(EVPobject, &EVPtype); in DEFINE_CONSTS_FOR_NEW() local 164 PyObject *retval; in EVP_digest() local 184 PyObject *retval; in EVP_hexdigest() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | zlibmodule.c | 709 compobject *retval = NULL; in PyZlib_copy() local 760 compobject *retval = NULL; in PyZlib_uncopy() local 817 PyObject * retval = NULL; in PyZlib_unflush() local 923 PyObject * retval; in Decomp_getattr() local
|