Home
last modified time | relevance | path

Searched refs:_info (Results 1 – 25 of 31) sorted by relevance

12

/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp169 _info.Load(); in OnInit()
171 if (_info.PathMode == NExtract::NPathMode::kCurPaths) in OnInit()
172 _info.PathMode = NExtract::NPathMode::kFullPaths; in OnInit()
174 if (!PathMode_Force && _info.PathMode_Force) in OnInit()
175 PathMode = _info.PathMode; in OnInit()
176 if (!OverwriteMode_Force && _info.OverwriteMode_Force) in OnInit()
177 OverwriteMode = _info.OverwriteMode; in OnInit()
180 CheckButton_TwoBools(IDX_EXTRACT_NT_SECUR, NtSecurity, _info.NtSecurity); in OnInit()
181 CheckButton_TwoBools(IDX_EXTRACT_ELIM_DUP, ElimDup, _info.ElimDup); in OnInit()
183 CheckButton(IDX_PASSWORD_SHOW, _info.ShowPassword.Val); in OnInit()
[all …]
DExtractDialog.h66 NExtract::CInfo _info; variable
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DServiceInfoResolver.java24 private final ServiceInfoImpl _info; field in ServiceInfoResolver
28 this._info = info; in ServiceInfoResolver()
50 if (!_info.isPersistent()) { in cancel()
51 this.getDns().removeListener(_info); in cancel()
63 if (!_info.hasData()) { in addAnswers()
65 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifie… in addAnswers()
66 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifie… in addAnswers()
67 if (_info.getServer().length() > 0) { in addAnswers()
68 …= this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRe… in addAnswers()
69 …= this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRe… in addAnswers()
[all …]
/external/libunwind_llvm/src/
DUnwindCursor.hpp450 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info), in stepWithEHABI()
465 (pint_t)_info.unwind_info, in stepWithDwarfFDE()
484 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
489 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
498 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
507 if ((_info.format & UNWIND_X86_64_MODE_MASK) == UNWIND_X86_64_MODE_DWARF) { in compactSaysUseDwarf()
509 *offset = (_info.format & UNWIND_X86_64_DWARF_SECTION_OFFSET); in compactSaysUseDwarf()
516 if ((_info.format & UNWIND_X86_MODE_MASK) == UNWIND_X86_MODE_DWARF) { in compactSaysUseDwarf()
518 *offset = (_info.format & UNWIND_X86_DWARF_SECTION_OFFSET); in compactSaysUseDwarf()
529 if ((_info.format & UNWIND_ARM64_MODE_MASK) == UNWIND_ARM64_MODE_DWARF) { in compactSaysUseDwarf()
[all …]
/external/libunwind/doc/
Dunw_get_proc_info.tex8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_in…
15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
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}() routine
62 \item[\Type{int} \Var{unwind\_info\_size}] The size of the unwind-info
64 \Func{find\_proc\_info}() call-back (see
66 \Func{unw\_get\_proc\_info}() routine
[all …]
Dunw_get_proc_info_by_ip.tex8 …ame}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_i…
15 …nt} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\…
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\_by\_ip}()
58 \Func{unw\_get\_proc\_info}() is thread-safe. If the local
71 In addition, \Func{unw\_get\_proc\_info}() may return any error
80 \SeeAlso{unw\_get\_proc\_info(3)},
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
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~*}a…
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{a…
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. Argument
[all …]
Dlibunwind-ptrace.tex23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{un…
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}…
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~…
60 individual callback routines (\Func{\_UPT\_find\_proc\_info}(),
61 \Func{\_UPT\_put\_unwind\_info}(), etc.) are also available for direct
Dunw_step.tex48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
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
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
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\_t} and has the following members:
[all …]
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)},
Dunw_get_proc_name.tex72 \SeeAlso{unw\_get\_proc\_info(3)}
Dunw_resume.tex55 will have to do so on its own by obtaining the \Type{unw\_proc\_info\_t}
/external/jmdns/src/javax/jmdns/impl/
DServiceEventImpl.java36 private final ServiceInfo _info; field in ServiceEventImpl
54 this._info = info; in ServiceEventImpl()
111 return _info; in getInfo()
DServiceInfoImpl.java78 private final ServiceInfoImpl _info; field in ServiceInfoImpl.ServiceInfoState
85 _info = info; in ServiceInfoState()
91 if ((this._task == null) && _info.needTextAnnouncing()) { in setTask()
94 if ((this._task == null) && _info.needTextAnnouncing()) { in setTask()
101 _info.setNeedTextAnnouncing(false); in setTask()
/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py154 self._info = {} if info is None else info
159 return self._info.get('desc')
164 return self._info
/external/libmojo/third_party/catapult/devil/devil/utils/
Dfind_usb_devices.py154 self._info = {} if info is None else info
159 return self._info.get('desc')
164 return self._info
/external/opencv/cxcore/src/
Dcxpersistence.cpp4823 CvTypeInfo _info; in CvType() local
4824 _info.flags = 0; in CvType()
4825 _info.header_size = sizeof(_info); in CvType()
4826 _info.type_name = type_name; in CvType()
4827 _info.prev = _info.next = 0; in CvType()
4828 _info.is_instance = is_instance; in CvType()
4829 _info.release = release; in CvType()
4830 _info.clone = clone; in CvType()
4831 _info.read = read; in CvType()
4832 _info.write = write; in CvType()
[all …]
Dcxswitcher.cpp351 CvModule::CvModule( CvModuleInfo* _info ) in CvModule() argument
353 cvRegisterModule( _info ); in CvModule()
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp271 TestFactory(CollatorInfo** _info) in TestFactory() argument
272 : info(_info) in TestFactory()
/external/deqp/external/vulkancts/
DREADME.md233 be bundled into a gzipped tar file named `VK10_<adopter><_info>.tgz`. `<adopter>`
235 The `<_info>` field is optional. It may be used to uniquely identify a submission
/external/opencv/cxcore/include/
Dcxcore.hpp355 CvModule( CvModuleInfo* _info );
/external/libnl/include/netlink-private/
Dtypes.h476 uint32_t pre ##_info; \

12