/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 13 call _function // IMAGE_REL_I386_REL32 14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1) 18 .def _function 22 _function: label 58 .long _function@imgrel // IMAGE_REL_I386_DIR32NB 59 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
|
/external/v8/src/ |
D | codegen.cc | 50 static UnaryMathFunctionWithIsolate fast_##name##_function = nullptr; \ 52 void init_fast_##name##_function(Isolate* isolate) { \ 53 if (FLAG_fast_math) fast_##name##_function = generator(isolate); \ 54 if (!fast_##name##_function) fast_##name##_function = std_##name; \ 57 if (!fast_##name##_function) init_fast_##name##_function(isolate); \ 60 return (*fast_##name##_function)(x, isolate); \
|
D | bootstrapper.cc | 2431 Handle<JSFunction> type##_function = InstallFunction( \ in InitializeGlobal_harmony_simd() 2434 native_context()->set_##type##_function(*type##_function); \ in InitializeGlobal_harmony_simd() 2435 type##_function->shared()->set_instance_class_name(*factory->Type##_string()); in InitializeGlobal_harmony_simd()
|
D | factory.cc | 1184 return NewError(isolate()->name##_function(), template_index, arg0, arg1, \
|
D | api.cc | 7699 i::Handle<i::JSFunction> constructor = isolate->name##_function(); \
|
/external/v8/test/webkit/fast/js/kde/ |
D | object_prototype_tostring.js | 49 var _function = new Function(); function 50 _function.toString = Object.prototype.toString;
|
D | object_prototype_tostring-expected.txt | 37 PASS _function.toString() is "[object Function]"
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 294 void (*_function)(sigval_t); member 300 #define sigev_notify_function _sigev_un._sigev_thread._function
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 442 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()
|
D | gki_common.h | 74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 442 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()
|
D | gki_common.h | 74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member
|
/external/mesa3d/src/glsl/ |
D | ir.h | 568 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()
|
D | ir.cpp | 1540 : return_type(return_type), is_defined(false), _function(NULL) in ir_function_signature()
|
/external/libdaemon/m4/ |
D | attributes.m4 | 189 [void __attribute__((visibility("$1"))) $1_function() { }],
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 272 .. _function records:
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 563 void (*_function)(vki_sigval_t); member
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 211 FILE 209 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_function.h
|