Home
last modified time | relevance | path

Searched defs:func_name (Results 1 – 11 of 11) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
DGLESv1Dispatch.h23 #define GLES1_DISPATCH_DEFINE_TYPE(return_type, func_name, signature, callargs) \ argument
26 #define GLES1_DISPATCH_DECLARE_POINTER(return_type, func_name, signature, callargs) \ argument
DGLESv3Dispatch.h24 #define GLES3_DISPATCH_DEFINE_TYPE(return_type, func_name, signature, callargs) \ argument
27 #define GLES3_DISPATCH_DECLARE_POINTER(return_type, func_name, signature, callargs) \ argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dprofile.py40 def add_cycles_to_function(functions, func_name, addr, cycles): argument
219 func_name = line.split()[1] variable
283 func_name = line.split('\t')[column_function].strip() variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_telnetlib.py199 def _test_read_any_eager_A(self, func_name): argument
220 def _test_read_any_eager_B(self, func_name): argument
242 def _test_read_any_lazy_B(self, func_name): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfuncobject.h28 PyObject *func_name; /* The __name__ attribute, a string object */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfuncobject.h28 PyObject *func_name; /* The __name__ attribute, a string object */ member
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py37 def __init__(self, func_name, return_type, parameters): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpstats.py483 def func_strip_path(func_name): argument
490 def func_std_string(func_name): # match what old profile produced argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_util.py61 def Call(func_name, args=None, prefix=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c262 getcode(enum HandlerTypes slot, char* func_name, int lineno) in getcode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c262 getcode(enum HandlerTypes slot, char* func_name, int lineno) in getcode()