HomeSort by relevance Sort by last modified time
    Searched refs:_function (Results 1 - 17 of 17) sorted by null

  /development/ndk/platforms/android-3/include/linux/
timer.h 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 37 self._function = function
45 result = self._function(*args)
  /external/chromium_org/v8/test/webkit/fast/js/kde/
object_prototype_tostring.js 49 var _function = new Function(); function
50 _function.toString = Object.prototype.toString;
51 shouldBe("_function.toString()","\"[object Function]\"");
  /external/chromium_org/v8/src/
codegen.cc 57 static UnaryMathFunction fast_##name##_function = NULL; \
58 void init_fast_##name##_function() { \
59 fast_##name##_function = generator; \
62 return (*fast_##name##_function)(x); \
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 250 void (*_function)(sigval_t); member in struct:sigevent::__anon201::__anon202
256 #define sigev_notify_function _sigev_un._sigev_thread._function
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 203 void (*_function)(sigval_t); member in struct:sigevent::__anon1279::__anon1280
209 #define sigev_notify_function _sigev_un._sigev_thread._function
  /development/ndk/platforms/android-L/include/asm-generic/
siginfo.h 250 void (*_function)(sigval_t); member in struct:sigevent::__anon1898::__anon1899
256 #define sigev_notify_function _sigev_un._sigev_thread._function
  /development/ndk/sources/android/libportable/common/include/asm-generic/
siginfo_portable.h 211 void (*_function)(sigval_portable_t); member in struct:sigevent_portable::__anon2555::__anon2556
217 #define sigev_notify_function _sigev_un._sigev_thread._function
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 287 void (*_function)(sigval_t); member in struct:sigevent::__anon2326::__anon2327
293 #define sigev_notify_function _sigev_un._sigev_thread._function
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.h 558 * 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;
    [all...]
ir.cpp     [all...]
  /external/mesa3d/src/glsl/
ir.h 558 * 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;
    [all...]
ir.cpp     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 442 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);
    [all...]
gki_common.h 74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member in struct:_buffer_hdr
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 442 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);
    [all...]
gki_common.h 74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member in struct:_buffer_hdr

Completed in 626 milliseconds