Searched defs:_info (Results 1 - 8 of 8) sorted by relevance
/external/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\ 56 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{need\_unwind\_info}, \Type{void~*}arg);\\ 57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\ 59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\ 77 \subsection{find\_proc\_info} 79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to 84 variable is \Type{unw\_proc\_info\_t}. See 85 \Func{unw\_get\_proc\_info( [all...] |
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
H A D | ServiceInfoResolver.java | 24 private final ServiceInfoImpl _info; field in class:ServiceInfoResolver 28 this._info = info; 50 if (!_info.isPersistent()) { 51 this.getDns().removeListener(_info); 63 if (!_info.hasData()) { 65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now); 66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now); 67 if (_info.getServer().length() > 0) { 68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now); 69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
H A D | ServiceEventImpl.java | 36 private final ServiceInfo _info; field in class:ServiceEventImpl 54 this._info = info; 111 return _info;
|
H A D | ServiceInfoImpl.java | 78 private final ServiceInfoImpl _info; field in class:ServiceInfoImpl.ServiceInfoState 85 _info = info; 91 if ((this._task == null) && _info.needTextAnnouncing()) { 94 if ((this._task == null) && _info.needTextAnnouncing()) { 101 _info.setNeedTextAnnouncing(false);
|
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
H A D | ObjectMBean.java | 79 private MBeanInfo _info; field in class:ObjectMBean 222 if (_info==null) 298 _info = new MBeanInfo(o_class.getName(), 311 return _info;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | svccoll.cpp | 268 TestFactory(CollatorInfo** _info) argument 269 : info(_info)
|
/external/libcxxabi/src/Unwind/ |
H A D | UnwindCursor.hpp | 451 (pint_t)_info.unwind_info, 470 _info.format, _info.start_ip, _addressSpace, _registers); 475 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); 484 _info.format, _info.start_ip, _addressSpace, _registers); 493 if ((_info.format & UNWIND_X86_64_MODE_MASK) == UNWIND_X86_64_MODE_DWARF) { 495 *offset = (_info.format & UNWIND_X86_64_DWARF_SECTION_OFFSET); 502 if ((_info 550 unw_proc_info_t _info; member in class:libunwind::UnwindCursor [all...] |
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 4823 CvTypeInfo _info; local 4824 _info.flags = 0; 4825 _info.header_size = sizeof(_info); 4826 _info.type_name = type_name; 4827 _info.prev = _info.next = 0; 4828 _info.is_instance = is_instance; 4829 _info.release = release; 4830 _info [all...] |
Completed in 317 milliseconds