Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DATokPtrImpl.h45 void ANTLRTokenPtr::ref() const in ref() function
DAToken.h82 virtual void ref() {;} in ref() function
163 void ref() { refcnt_++; } in ref() function
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DATokPtr.cpp39 void ANTLRTokenPtr::ref() const in ref() function in ANTLRTokenPtr
DAToken_traditional.h79 virtual void ref() {;} in ref() function
140 void ref() { refcnt_++; } in ref() function
DAToken.h81 virtual void ref() {;} in ref() function
143 void ref() { refcnt_++; } in ref() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c285 PyWeakReference *ref, *proxy; in weakref___new__() local
758 PyWeakReference *ref, *proxy; in PyWeakref_NewRef() local
817 PyWeakReference *ref, *proxy; in PyWeakref_NewProxy() local
877 PyWeakref_GetObject(PyObject *ref) in PyWeakref_GetObject()
890 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback()
Dtypeobject.c75 PyObject *raw, *ref; in PyType_Modified() local
383 PyObject *ref, *subclasses, *old_mro; in mro_subclasses() local
2664 PyObject *list, *raw, *ref; in type_subclasses() local
4161 PyObject *list, *ref, *newobj; local
4187 PyObject *list, *ref; local
6347 PyObject *ref, *subclasses, *dict; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c274 PyWeakReference *ref, *proxy; in weakref___new__() local
747 PyWeakReference *ref, *proxy; in PyWeakref_NewRef() local
806 PyWeakReference *ref, *proxy; in PyWeakref_NewProxy() local
866 PyWeakref_GetObject(PyObject *ref) in PyWeakref_GetObject()
879 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback()
Dtypeobject.c75 PyObject *raw, *ref; in PyType_Modified() local
377 PyObject *ref, *subclasses, *old_mro; in mro_subclasses() local
2637 PyObject *list, *raw, *ref; in type_subclasses() local
4109 PyObject *list, *ref, *newobj; local
4135 PyObject *list, *ref; local
6311 PyObject *ref, *subclasses, *dict; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsgmllib.py457 def unknown_charref(self, ref): pass argument
458 def unknown_entityref(self, ref): pass argument
499 def unknown_entityref(self, ref): argument
503 def unknown_charref(self, ref): argument
Dxmllib.py28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]') variable
800 def unknown_charref(self, ref): pass argument
862 def unknown_entityref(self, ref): argument
866 def unknown_charref(self, ref): argument
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp24 void fooAlphaFunc(FooInt func, FooFloat ref) in fooAlphaFunc()
Dfoo_enc.cpp22 void fooAlphaFunc_enc(void *self , FooInt func, FooFloat ref) in fooAlphaFunc_enc()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp24 void fooAlphaFunc(FooInt func, FooFloat ref) in fooAlphaFunc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dweakrefobject.h69 #define PyWeakref_GET_OBJECT(ref) (((PyWeakReference *)(ref))->wr_object) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dweakrefobject.h73 #define PyWeakref_GET_OBJECT(ref) \ argument
/device/google/cuttlefish_common/guest/hals/camera/
DExif.cpp356 const char* ref = floatValue < 0.0f ? "S" : "N"; in createExifData() local
366 const char* ref = floatValue < 0.0f ? "W" : "E"; in createExifData() local
377 uint8_t ref = floatValue < 0.0f ? 1 : 0; in createExifData() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]') variable
800 def unknown_charref(self, ref): pass argument
862 def unknown_entityref(self, ref): argument
866 def unknown_charref(self, ref): argument
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
Dgrant_table.h329 grant_ref_t ref; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c523 int ref; in luaL_ref() local
543 LUALIB_API void luaL_unref (lua_State *L, int t, int ref) { in luaL_unref()
/device/generic/goldfish/camera/
DExif.cpp410 const char* ref = entry.data.d[0] < 0.0f ? "S" : "N"; in createExifDataCommon() local
/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp1468 EntryPoint ref; in readSpec() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dmapping_tests.py78 def check_iterandlist(iter, lst, ref): argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp56 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc()
251 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx()
691 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc()
846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp309 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc()
543 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx()
1069 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc()
1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES()

12