Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py583 def GuidTool(Output, Input, ToolPath, Options='', returnValue=[]): argument
595 def CallExternalTool (cmd, errorMess, returnValue=[]): argument
/device/generic/goldfish-opengl/system/egl/
Degl.cpp70 static T setErrorFunc(GLint error, T returnValue) { in setErrorFunc()