Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Scripts/
DUpdateBuildVersions.py81 returnValue = 0
91 returnValue = err_val.returncode
101 returnValue = errno
111 returnValue = errno
120 returnValue = 1
134 if returnValue > 0:
135 return returnValue
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py577 def GuidTool(Output, Input, ToolPath, Options='', returnValue=[]): argument
587 GenFdsGlobalVariable.CallExternalTool(Cmd, "Failed to call " + ToolPath, returnValue)
589 def CallExternalTool (cmd, errorMess, returnValue=[]): argument
616 if returnValue != [] and returnValue[0] != 0:
618 returnValue[0] = PopenObject.returncode
/device/generic/goldfish-opengl/system/egl/
Degl.cpp63 static T setErrorFunc(GLint error, T returnValue) { in setErrorFunc() argument
65 return returnValue; in setErrorFunc()