HomeSort by relevance Sort by last modified time
    Searched defs:_info (Results 1 - 18 of 18) 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...]
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.h 66 NExtract::CInfo _info; member in class:CExtractDialog
  /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/autotest/client/tests/kvm/tests/
qemu_img.py 165 def _info(cmd, img, sub_info=None, fmt=None): function in function:run_qemu_img
201 img_info = _info(cmd, image_name)
420 actual_base_img = _info(cmd, sn2, "backing file")
  /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/autotest/client/tools/
boottool 51 =head2 _info()
202 sub _info { subroutine
266 my @sections = $self->_info();
281 my @sections = $self->_info();
308 my @sections=$self->_info();
361 my @sections=$self->_info();
374 @sections=$self->_info();
449 my @sections=$self->_info();
498 my @sections=$self->_info();
568 my @sections=$self->_info();
1268 sub _info { subroutine
1993 sub _info { subroutine
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/jmx/
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/libunwind_llvm/src/
UnwindCursor.hpp 450 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info),
465 (pint_t)_info.unwind_info,
484 _info.format, _info.start_ip, _addressSpace, _registers);
489 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers);
498 _info.format, _info.start_ip, _addressSpace, _registers);
507 if ((_info.format & UNWIND_X86_64_MODE_MASK) == UNWIND_X86_64_MODE_DWARF) {
509 *offset = (_info.format & UNWIND_X86_64_DWARF_SECTION_OFFSET)
564 unw_proc_info_t _info; member in class:libunwind::UnwindCursor
    [all...]
  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 311 } _info; member in class:CFX_Graphics
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
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.format & UNWIND_X86_MODE_MASK) == UNWIND_X86_MODE_DWARF)
550 unw_proc_info_t _info; member in class:libunwind::UnwindCursor
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4823 CvTypeInfo _info; local
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 4765 CvTypeInfo _info; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 378 milliseconds