Home
last modified time | relevance | path

Searched refs:_info (Results 1 - 25 of 35) sorted by relevance

12

/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp171 _info.Load(); in OnInit()
173 if (_info.PathMode == NExtract::NPathMode::kCurPaths) in OnInit()
174 _info.PathMode = NExtract::NPathMode::kFullPaths; in OnInit()
176 if (!PathMode_Force && _info.PathMode_Force) in OnInit()
177 PathMode = _info.PathMode; in OnInit()
178 if (!OverwriteMode_Force && _info.OverwriteMode_Force) in OnInit()
179 OverwriteMode = _info.OverwriteMode; in OnInit()
181 // CheckButton_TwoBools(IDX_EXTRACT_ALT_STREAMS, AltStreams, _info.AltStreams); in OnInit()
182 CheckButton_TwoBools(IDX_EXTRACT_NT_SECUR, NtSecurity, _info.NtSecurity); in OnInit()
183 CheckButton_TwoBools(IDX_EXTRACT_ELIM_DUP, ElimDup, _info in OnInit()
[all...]
H A DExtractDialog.h66 NExtract::CInfo _info; member in CExtractDialog
/third_party/libunwind/libunwind/doc/
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_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 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 Dunw_step.tex48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
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 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 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.tex52 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}, \Type{unw\_proc\_info\_t~*});\\
62 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*});\\
64 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*});\\
332 \SeeAlso{unw\_get\_proc\_info(3)},
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py4 info as _info,
9 _KIND = _info.KIND
62 kind, storage, _, _, _ = _info.get_parsed_vartype(vardecl)
78 _, _, _, typespec, abstract = _info.get_parsed_vartype(vardecl)
102 _, _, typequal, _, _ = _info.get_parsed_vartype(vardecl)
172 _info.set_flag(item, 'is_public', item.id in public)
189 if _info.get_effective_storage(decl) == 'static':
196 return _info.get_effective_storage(decl) == 'static'
200 return _info.get_effective_storage(decl) == 'static'
204 # return _info
[all...]
H A Ddatafiles.py5 import c_parser.info as _info namespace
107 varid = _info.DeclID.from_row(varidinfo)
/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py3 from . import info as _info namespace
7 _KIND = _info.KIND
11 default = _info.get_default_storage(decl)
18 expected = _info.STORAGE
21 storage = _info.get_effective_storage(decl, default=default)
43 _, _, _, typespec, _ = _info.get_parsed_vartype(typespec)
50 _, _, _, _, abstract = _info.get_parsed_vartype(vartype)
83 if _info.get_effective_storage(decl) != 'extern':
95 return _info.get_actual_storage(decl) == 'static'
H A Ddatafiles.py5 import c_parser.info as _info namespace
36 yield _info.ParsedItem.from_row(row, columns)
89 decl = _info.Declaration.from_row(info)
147 if not isinstance(decl, _info.Declaration):
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp337 const BY_HANDLE_FILE_INFORMATION &info = _info; in GetProps()
359 const BY_HANDLE_FILE_INFORMATION &info = _info; in GetProps2()
427 const UInt64 size = (((UInt64)_info.nFileSizeHigh) << 32) + _info.nFileSizeLow; in GetProperty()
431 case kpidAttrib: prop = (UInt32)_info.dwFileAttributes; break; in GetProperty()
432 case kpidCTime: PropVariant_SetFrom_FiTime(prop, _info.ftCreationTime); break; in GetProperty()
433 case kpidATime: PropVariant_SetFrom_FiTime(prop, _info.ftLastAccessTime); break; in GetProperty()
434 case kpidMTime: PropVariant_SetFrom_FiTime(prop, _info.ftLastWriteTime); break; in GetProperty()
437 Get_PosixMode_From_WinAttrib(_info.dwFileAttributes); in GetProperty()
452 memset(&_info, in ReloadProps()
[all...]
H A DFileStreams.h83 BY_HANDLE_FILE_INFORMATION _info; in Z7_class_final() local
85 struct stat _info; in Z7_class_final() local
/third_party/python/Lib/
H A Dsunau.py218 self._info = file.read(self._hdr_size - 24)
219 self._info, _, _ = self._info.partition(b'\0')
221 self._info = b''
344 self._info = b''
495 header_size = 25 + len(self._info)
511 self._file.write(self._info)
512 self._file.write(b'\0'*(header_size - len(self._info) - 24))
H A Dgettext.py260 self._info = {}
302 return self._info
388 self._info[k] = v
391 self._info[lastk] += '\n' + item
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py27 import c_analyzer.info as _info namespace
140 if typedeps is _info.UNKNOWN:
204 elif typedecl is _info.UNKNOWN:
263 class Analyzed(_info.Analyzed):
328 class Analysis(_info.Analysis):
/third_party/python/Lib/distutils/tests/
H A Dtest_config_cmd.py18 def _info(self, msg, *args): member in ConfigTestCase
26 log.info = self._info
/third_party/rust/crates/serde/test_suite/no_std/src/
H A Dmain.rs15 fn panic(_info: &core::panic::PanicInfo) -> ! { in panic()
/third_party/rust/crates/bindgen/bindgen/
H A Dcallbacks.rs117 fn add_derives(&self, _info: &DeriveInfo<'_>) -> Vec<String> { in add_derives()
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D__init__.py120 from ._info import SourceInfo
/third_party/node/lib/
H A Dzlib.js158 if (this._info)
179 if (engine._info)
304 this._info = opts && opts.info;

Completed in 10 milliseconds

12