Searched refs:_function (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/test/mjsunit/runtime-gen/
H A Dclearfunctiontypefeedback.js4 var _function = function() {}; function
5 %ClearFunctionTypeFeedback(_function);
H A Ddeoptimizefunction.js4 var _function = function() {}; function
5 %DeoptimizeFunction(_function);
H A Dgetoptimizationcount.js4 var _function = function() {}; function
5 %GetOptimizationCount(_function);
H A Dneveroptimizefunction.js4 var _function = function() {}; function
5 %NeverOptimizeFunction(_function);
H A Dexecuteindebugcontext.js4 var _function = function() {}; function
6 %ExecuteInDebugContext(_function, _without_debugger);
H A Dgetfunctioncodepositionfromsource.js4 var _function = function() {}; function
6 %GetFunctionCodePositionFromSource(_function, _source_position);
H A Dgetoptimizationstatus.js4 var _function = function() {}; function
6 %GetOptimizationStatus(_function, _sync);
H A Doptimizefunctiononnextcall.js4 var _function = function() {}; function
6 %OptimizeFunctionOnNextCall(_function, _type);
H A Dsetfunctionbreakpoint.js4 var _function = function() {}; function
7 %SetFunctionBreakPoint(_function, arg1, _break_point_object_arg);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmemoized.py37 self._function = function
45 result = self._function(*args)
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dobject_prototype_tostring.js49 var _function = new Function(); function
50 _function.toString = Object.prototype.toString;
51 shouldBe("_function.toString()","\"[object Function]\"");
/external/chromium_org/v8/src/
H A Dcodegen.cc58 static UnaryMathFunction fast_##name##_function = NULL; \
59 void init_fast_##name##_function() { \
60 fast_##name##_function = generator; \
63 return (*fast_##name##_function)(x); \
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h287 void (*_function)(sigval_t); member in struct:sigevent::__anon21963::__anon21964
293 #define sigev_notify_function _sigev_un._sigev_thread._function
/external/stlport/stlport/
H A Dfunctional29 # include <stl/_function.h>
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
469 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
H A Dgki_common.h74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member in struct:_buffer_hdr
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
469 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
H A Dgki_common.h74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member in struct:_buffer_hdr
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h558 * and \c ir_function_signature::_function is private for a reason. The
562 * its \c _function) are met.
568 return this->_function;
611 class ir_function *_function; member in class:ir_function_signature
660 sig->_function = this;
707 return this->_function->name;
H A Dir.cpp1540 : return_type(return_type), is_defined(false), _function(NULL)
/external/mesa3d/src/glsl/
H A Dir.h558 * and \c ir_function_signature::_function is private for a reason. The
562 * its \c _function) are met.
568 return this->_function;
611 class ir_function *_function; member in class:ir_function_signature
660 sig->_function = this;
707 return this->_function->name;
H A Dir.cpp1540 : return_type(return_type), is_defined(false), _function(NULL)
/external/stlport/stlport/stl/
H A D_string.c36 # include <stl/_function.h>
/external/valgrind/main/include/vki/
H A Dvki-linux.h559 void (*_function)(vki_sigval_t); member in struct:vki_sigevent::__anon32038::__anon32039

Completed in 353 milliseconds