/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 169 _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 …]
|
D | ExtractDialog.h | 66 NExtract::CInfo _info; variable
|
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 511 _info.lsda = reinterpret_cast<unw_word_t>(_dispContext.HandlerData); in stepWithSEHData() 513 _info.handler = reinterpret_cast<unw_word_t>(__libunwind_seh_personality); in stepWithSEHData() 515 _info.handler = 0; in stepWithSEHData() 520 unw_proc_info_t _info; member in libunwind::UnwindCursor 533 memset(&_info, 0, sizeof(_info)); in UnwindCursor() 634 memset(&_info, 0, sizeof(_info)); in UnwindCursor() 916 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info), in stepWithEHABI() 931 (pint_t)_info.unwind_info, in stepWithDwarfFDE() 951 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 958 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() [all …]
|
/external/libunwind/doc/ |
D | unw_get_proc_info.tex | 8 \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 …]
|
D | unw_get_proc_info_by_ip.tex | 8 …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)},
|
D | 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… 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 …]
|
D | libunwind-ptrace.tex | 23 \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
|
D | unw_step.tex | 48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}. 51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
|
D | _U_dyn_cancel.tex | 15 \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.tex | 15 \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
|
D | libunwind-dynamic.tex | 87 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 …]
|
D | libunwind.tex | 50 \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)},
|
/external/python/cpython2/Lib/ |
D | sunau.py | 199 self._info = file.read(self._hdr_size - 24) 200 for i in range(len(self._info)): 201 if self._info[i] == '\0': 202 self._info = self._info[:i] 205 self._info = '' 312 self._info = '' 453 header_size = 25 + len(self._info) 469 self._file.write(self._info) 470 self._file.write('\0'*(header_size - len(self._info) - 24))
|
D | gettext.py | 250 self._info = {} 306 return self._info 382 self._info[k] = v 385 self._info[lastk] += '\n' + item
|
D | mailbox.py | 1487 self._info = '' 1504 if self._info.startswith('2,'): 1505 return self._info[2:] 1511 self._info = '2,' + ''.join(sorted(flags)) 1535 return self._info 1540 self._info = info
|
/external/python/cpython3/Lib/ |
D | sunau.py | 215 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))
|
D | gettext.py | 255 self._info = {} 303 return self._info 393 self._info[k] = v 396 self._info[lastk] += '\n' + item
|
/external/python/cpython2/Lib/hotshot/ |
D | log.py | 32 self._info = self._reader.info 33 if 'current-directory' in self._info: 34 self.cwd = self._info['current-directory']
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_config_cmd.py | 15 def _info(self, msg, *args): member in ConfigTestCase 23 log.info = self._info
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_config_cmd.py | 15 def _info(self, msg, *args): member in ConfigTestCase 23 log.info = self._info
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | RegexLookup.java | 269 if (firstNode._info != null) { in getAll() 270 firstInfo.value = firstNode._info.value; in getAll() 276 firstInfo.value = n._info.value; in getAll() 339 _info = new Info(); in RTNode() 484 if (child._info != null) { in addToList() 486 child._info.value = firstInfo.value; in addToList() 489 child._info = new Info(); in addToList() 491 child._info.value = firstInfo.value; in addToList() 674 Info _info = new Info(); field in RegexLookup.NodeBase
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | find_usb_devices.py | 163 self._info = {} if info is None else info 168 return self._info.get('desc') 173 return self._info
|
/external/perfetto/docs/ |
D | heapprofd.md | 171 **malloc\_info** is a libc function that gives you information about the 184 | | heapprofd | malloc\_info | RSS | 192 If you observe high RSS or malloc\_info metrics but heapprofd does not match,
|
/external/python/cpython2/Lib/test/ |
D | test_hotshot.py | 82 info = log._info
|
/external/icu/icu4c/source/test/intltest/ |
D | svccoll.cpp | 271 TestFactory(CollatorInfo** _info) in TestFactory() argument 272 : info(_info) in TestFactory()
|