Home
last modified time | relevance | path

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

123

/third_party/lzma/CPP/7zip/UI/GUI/
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()
182 CheckButton_TwoBools(IDX_EXTRACT_NT_SECUR, NtSecurity, _info.NtSecurity); in OnInit()
183 CheckButton_TwoBools(IDX_EXTRACT_ELIM_DUP, ElimDup, _info.ElimDup); in OnInit()
185 CheckButton(IDX_PASSWORD_SHOW, _info.ShowPassword.Val); in OnInit()
[all …]
DExtractDialog.h66 NExtract::CInfo _info; variable
/third_party/libunwind/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.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/
Dmatch.py4 info as _info, unknown
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'
Ddatafiles.py5 import c_parser.info as _info namespace
107 varid = _info.DeclID.from_row(varidinfo)
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py3 from . import info as _info unknown
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'
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/
DFileStreams.cpp337 const BY_HANDLE_FILE_INFORMATION &info = _info; in Z7_COM7F_IMF()
359 const BY_HANDLE_FILE_INFORMATION &info = _info; in Z7_COM7F_IMF()
427 const UInt64 size = (((UInt64)_info.nFileSizeHigh) << 32) + _info.nFileSizeLow; in Z7_COM7F_IMF()
431 case kpidAttrib: prop = (UInt32)_info.dwFileAttributes; break; in Z7_COM7F_IMF()
432 case kpidCTime: PropVariant_SetFrom_FiTime(prop, _info.ftCreationTime); break; in Z7_COM7F_IMF()
433 case kpidATime: PropVariant_SetFrom_FiTime(prop, _info.ftLastAccessTime); break; in Z7_COM7F_IMF()
434 case kpidMTime: PropVariant_SetFrom_FiTime(prop, _info.ftLastWriteTime); break; in Z7_COM7F_IMF()
437 Get_PosixMode_From_WinAttrib(_info.dwFileAttributes); in Z7_COM7F_IMF()
452 memset(&_info, 0, sizeof(_info)); in Z7_COM7F_IMF()
455 _info.nFileSizeHigh = (DWORD)(File.Size >> 32); in Z7_COM7F_IMF()
[all …]
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/
Dsunau.py215 self._info = file.read(self._hdr_size - 24)
216 self._info, _, _ = self._info.partition(b'\0')
218 self._info = b''
339 self._info = b''
488 header_size = 25 + len(self._info)
504 self._file.write(self._info)
505 self._file.write(b'\0'*(header_size - len(self._info) - 24))
Dgettext.py256 self._info = {}
331 return self._info
430 self._info[k] = v
433 self._info[lastk] += '\n' + item
/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py27 import c_analyzer.info as _info namespace
138 if typedeps is _info.UNKNOWN:
202 elif typedecl is _info.UNKNOWN:
261 class Analyzed(_info.Analyzed):
326 class Analysis(_info.Analysis):
/third_party/python/Lib/distutils/tests/
Dtest_config_cmd.py16 def _info(self, msg, *args): member in ConfigTestCase
24 log.info = self._info
/third_party/rust/crates/serde/test_suite/no_std/src/
Dmain.rs15 fn panic(_info: &core::panic::PanicInfo) -> ! { in panic()
/third_party/python/Tools/c-analyzer/c_parser/parser/
D__init__.py120 from ._info import SourceInfo
/third_party/rust/crates/bindgen/bindgen/
Dcallbacks.rs117 fn add_derives(&self, _info: &DeriveInfo<'_>) -> Vec<String> { in add_derives()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c116 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *_info, in rbug_draw_vbo() argument
126 info = *_info; in rbug_draw_vbo()
127 if(_info->index_size && !_info->has_user_indices) in rbug_draw_vbo()
128 info.index.resource = rbug_resource_unwrap(_info->index.resource); in rbug_draw_vbo()

123