Home
last modified time | relevance | path

Searched refs:_function (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
Dmemoized.py37 self._function = function
45 result = self._function(*args)
/external/chromium_org/v8/test/webkit/fast/js/kde/
Dobject_prototype_tostring.js49 var _function = new Function(); function
50 _function.toString = Object.prototype.toString;
Dobject_prototype_tostring-expected.txt37 PASS _function.toString() is "[object Function]"
/external/chromium_org/v8/src/
Dcodegen.cc57 static UnaryMathFunction fast_##name##_function = NULL; \
58 void init_fast_##name##_function() { \
59 fast_##name##_function = generator; \
62 return (*fast_##name##_function)(x); \
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h287 void (*_function)(sigval_t); member
293 #define sigev_notify_function _sigev_un._sigev_thread._function
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getbuf_debug()
443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getbuf_debug()
469 …%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line); in GKI_getbuf_debug()
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getpoolbuf_debug()
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getpoolbuf_debug()
602 …LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_li… in GKI_freebuf()
Dgki_common.h74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getbuf_debug()
443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getbuf_debug()
469 …%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line); in GKI_getbuf_debug()
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getpoolbuf_debug()
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getpoolbuf_debug()
602 …LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_li… in GKI_freebuf()
Dgki_common.h74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member
/external/chromium_org/third_party/mesa/src/src/glsl/
Dir.h568 return this->_function; in function()
611 class ir_function *_function;
660 sig->_function = this; in add_signature()
707 return this->_function->name; in function_name()
Dir.cpp1540 : return_type(return_type), is_defined(false), _function(NULL) in ir_function_signature()
/external/mesa3d/src/glsl/
Dir.h568 return this->_function; in function()
611 class ir_function *_function;
660 sig->_function = this; in add_signature()
707 return this->_function->name; in function_name()
Dir.cpp1540 : return_type(return_type), is_defined(false), _function(NULL) in ir_function_signature()
/external/stlport/stlport/
Dfunctional29 # include <stl/_function.h>
/external/stlport/etc/
Dmsvcincl.dat217 _function.h
DChangeLog-5.11676 stl/_function.h include with the smaller _function_base.h include.
1814 * stlport/stl/_function_base.h, _function.h: Move as many functor as
1815 possible from _function_base.h to _function.h to improve
3903 _tree.h: Fix macro guards used to avoid inclusion of _function.h or
5431 * stlport/stl/_algobase.h, _function.h, _iterator_base.h, _move_construct_fwk.h,
5785 * stlport/stl/_function.h, _queue.h, _stack.h, _map.h, _iterator.h:
6494 * stlport/numeric: removal of the _function.h header include.
6620 * stlport/stl/_function.h: Use a call_traits to avoid the reference
7348 * _function.h : all function can now be used in a non-const world (thanks Alexey Kirjushkin)
7366 * _function.h : integration of a new workaround for mem_fun_* family
[all …]
DChangeLog241 * stlport/stl/_function.h, type_traits.h: Adoption of Defect Report 109
1706 * stlport/stl/_function.h, stlport/functional: fix import
1707 of boost::shared_ptr---moved from _function.h to functional;
1759 * stlport/stl/_function.h: import reference_wrapper from boost to
/external/valgrind/main/include/vki/
Dvki-linux.h559 void (*_function)(vki_sigval_t); member