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

/external/webkit/Tools/Scripts/webkitpy/common/
H A Dmemoized.py37 self._function = function
45 result = self._function(*args)
/external/kernel-headers/original/linux/
H A Dtimer.h22 #define TIMER_INITIALIZER(_function, _expires, _data) { \
23 .function = (_function), \
29 #define DEFINE_TIMER(_name, _function, _expires, _data) \
31 TIMER_INITIALIZER(_function, _expires, _data)
H A Dcompat.h143 compat_uptr_t _function; member in struct:compat_sigevent::__anon6288::__anon6289
/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h216 : _root(NULL), _exit(NULL), _function(F) {}
284 Function& _function; member in class:llvm::BallLarusDag
/external/v8/src/
H A Dplatform-posix.cc133 static UnaryMathFunction fast_##name##_function = NULL; \
134 void init_fast_##name##_function() { \
135 fast_##name##_function = generator; \
138 return (*fast_##name##_function)(x); \
H A Dplatform-win32.cc207 static UnaryMathFunction fast_##name##_function = NULL; \
208 void init_fast_##name##_function() { \
209 fast_##name##_function = generator; \
212 return (*fast_##name##_function)(x); \
/external/kernel-headers/original/asm-generic/
H A Dsiginfo.h260 void (*_function)(sigval_t); member in struct:sigevent::__anon6100::__anon6101
266 #define sigev_notify_function _sigev_un._sigev_thread._function
/external/stlport/stlport/
H A Dfunctional29 # include <stl/_function.h>
/external/mesa3d/src/glsl/
H A Dir.h402 * and \c ir_function_signature::_function is private for a reason. The
406 * its \c _function) are met.
412 return this->_function;
455 class ir_function *_function; member in class:ir_function_signature
486 sig->_function = this;
526 return this->_function->name;
H A Dir.cpp1309 : return_type(return_type), is_defined(false), _function(NULL)
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp239 _root = addNode(&(_function.getEntryBlock()));
355 return(_function);
/external/stlport/stlport/stl/
H A D_string.c36 # include <stl/_function.h>
/external/valgrind/main/include/vki/
H A Dvki-linux.h522 void (*_function)(vki_sigval_t); member in struct:vki_sigevent::__anon12632::__anon12633

Completed in 305 milliseconds