Searched refs:_info (Results 1 - 24 of 24) sorted by path

/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 ...
/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/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/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/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/libnl/include/
H A Dnetlink-types.h452 uint32_t pre ##_info; \
/external/libunwind/doc/
H A D_U_dyn_cancel.tex15 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
21 is the pointer to the \Type{unw\_dyn\_info\_t} structure that
H A D_U_dyn_register.tex15 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
21 described by a structure of type \Type{unw\_dyn\_info\_t} (see
H A Dlibunwind-dynamic.tex87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
90 \Type{unw\_dyn\_info\_t} structure are described below:
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
129 \Type{unw\_dyn\_proc\_info\_t}. This structure contains the following
151 \item[\Type{unw\_dyn\_region\_info\_t~*}\Var{regions}] A NULL-terminated
165 is described by a structure of type \Type{unw\_dyn\_table\_info}.
207 address-space-specific \Func{find\_proc\_info}() callback (see
220 \Type{unw\_dyn\_region\_info\_
[all...]
H A Dlibunwind-ptrace.tex23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
60 individual callback routines (\Func{\_UPT\_find\_proc\_info}(),
61 \Func{\_UPT\_put\_unwind\_info}(), etc.) are also available for direct
H A Dlibunwind.tex50 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}, \Type{unw\_proc\_info\_t~*});\\
60 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*});\\
62 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*});\\
329 \SeeAlso{unw\_get\_proc\_info(3)},
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...]
H A Dunw_get_proc_info.tex8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
23 return the information. The \Type{unw\_proc\_info\_t} has the
58 for use by the \Func{find\_proc\_info}() call-back (see
60 \Func{unw\_get\_proc\_info}() routin
[all...]
H A Dunw_get_proc_info_by_ip.tex8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
26 than \Func{unw\_get\_proc\_info}().
34 type \Type{unw\_proc\_info\_t} which is used to return the info.
52 On successful completion, \Func{unw\_get\_proc\_info\_b
[all...]
H A Dunw_get_proc_name.tex72 \SeeAlso{unw\_get\_proc\_info(3)}
H A Dunw_resume.tex55 will have to do so on its own by obtaining the \Type{unw\_proc\_info\_t}
H A Dunw_step.tex48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
/external/opencv/cxcore/include/
H A Dcxcore.hpp355 CvModule( CvModuleInfo* _info );
/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...]
H A Dcxswitcher.cpp351 CvModule::CvModule( CvModuleInfo* _info )
353 cvRegisterModule( _info );
/external/qemu/include/migration/
H A Dvmstate.h199 #define VMSTATE_SINGLE_TEST(_field, _state, _test, _version, _info, _type) { \
204 .info = &(_info), \
209 #define VMSTATE_POINTER(_field, _state, _version, _info, _type) { \
212 .info = &(_info), \
218 #define VMSTATE_POINTER_TEST(_field, _state, _test, _info, _type) { \
220 .info = &(_info), \
227 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\
231 .info = &(_info), \
237 #define VMSTATE_2DARRAY(_field, _state, _n1, _n2, _version, _info, _type) { \
241 .info = &(_info), \
[all...]

Completed in 504 milliseconds