Searched defs:_info (Results 1 - 10 of 10) sorted by relevance

/external/libunwind/doc/
H A Dunw_create_addr_space.tex54 \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 DServiceInfoResolver.java24 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 DServiceEventImpl.java36 private final ServiceInfo _info; field in class:ServiceEventImpl
54 this._info = info;
111 return _info;
H A DServiceInfoImpl.java78 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/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py74 def _info(message, *args): function
196 _info("Couldn't remove %s", path)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp267 TestFactory(CollatorInfo** _info) argument
268 : info(_info)
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp267 TestFactory(CollatorInfo** _info) argument
268 : info(_info)
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp430 (pint_t)_info.unwind_info,
449 _info.format, _info.start_ip, _addressSpace, _registers);
454 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers);
463 _info.format, _info.start_ip, _addressSpace, _registers);
472 if ((_info.format & UNWIND_X86_64_MODE_MASK) == UNWIND_X86_64_MODE_DWARF) {
474 *offset = (_info.format & UNWIND_X86_64_DWARF_SECTION_OFFSET);
481 if ((_info
529 unw_proc_info_t _info; member in class:libunwind::UnwindCursor
[all...]
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4823 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...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2849 milliseconds