HomeSort by relevance Sort by last modified time
    Searched defs:_info (Results 1 - 10 of 10) sorted by null

  /external/libunwind/doc/
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(3)} for details. Argumen
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
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.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 36 private final ServiceInfo _info; field in class:ServiceEventImpl
54 this._info = info;
111 return _info;
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);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/H264/
h264_information.h 166 H264Info _info; member in class:webrtc::H264Information
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 430 (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.format & UNWIND_X86_MODE_MASK) == UNWIND_X86_MODE_DWARF)
529 unw_proc_info_t _info; member in class:libunwind::UnwindCursor
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 430 (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.format & UNWIND_X86_MODE_MASK) == UNWIND_X86_MODE_DWARF)
529 unw_proc_info_t _info; member in class:libunwind::UnwindCursor
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4823 CvTypeInfo _info; local
    [all...]

Completed in 340 milliseconds