Home
last modified time | relevance | path

Searched refs:_info (Results 1 – 25 of 40) 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/pigweed/pw_rpc/py/tests/console_tools/
Dconsole_tools_test.py131 self._info = ClientInfo(
139 variables = Context([self._info],
140 default_client=self._info.client,
148 self.assertIs(self._info.client, variables['the_client'])
151 client_1_channel = self._info.rpc_client.channel(1).channel
160 context = Context([self._info, info_2],
161 default_client=self._info.client,
175 Context([self._info],
180 context = Context([self._info],
181 default_client=self._info.client,
[all …]
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp512 _info.lsda = reinterpret_cast<unw_word_t>(_dispContext.HandlerData); in stepWithSEHData()
514 _info.handler = reinterpret_cast<unw_word_t>(__libunwind_seh_personality); in stepWithSEHData()
516 _info.handler = 0; in stepWithSEHData()
521 unw_proc_info_t _info; member in libunwind::UnwindCursor
536 memset(&_info, 0, sizeof(_info)); in UnwindCursor()
637 memset(&_info, 0, sizeof(_info)); in UnwindCursor()
919 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info), in stepWithEHABI()
937 (pint_t)_info.unwind_info, in stepWithDwarfFDE()
957 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
964 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
[all …]
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs683 GetDisplayInfo(_info) => f.debug_struct("GetDisplayInfo").finish(), in fmt()
684 ResourceCreate2d(_info) => f.debug_struct("ResourceCreate2d").finish(), in fmt()
685 ResourceUnref(_info) => f.debug_struct("ResourceUnref").finish(), in fmt()
686 SetScanout(_info) => f.debug_struct("SetScanout").finish(), in fmt()
687 SetScanoutBlob(_info) => f.debug_struct("SetScanoutBlob").finish(), in fmt()
688 ResourceFlush(_info) => f.debug_struct("ResourceFlush").finish(), in fmt()
689 TransferToHost2d(_info) => f.debug_struct("TransferToHost2d").finish(), in fmt()
690 ResourceAttachBacking(_info) => f.debug_struct("ResourceAttachBacking").finish(), in fmt()
691 ResourceDetachBacking(_info) => f.debug_struct("ResourceDetachBacking").finish(), in fmt()
692 GetCapsetInfo(_info) => f.debug_struct("GetCapsetInfo").finish(), in fmt()
[all …]
/external/python/cpython2/Lib/
Dsunau.py199 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))
Dgettext.py250 self._info = {}
306 return self._info
382 self._info[k] = v
385 self._info[lastk] += '\n' + item
Dmailbox.py1487 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/autotest/server/cros/storage/
Dstorage_validate.py60 self._info = []
80 self._info = cmd_result.stdout.splitlines()
81 if len(self._info) == 0:
156 for line in self._info:
194 for line in self._info:
229 for line in self._info:
272 for line in self._info:
/external/python/cpython3/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
Dmailbox.py1534 self._info = ''
1551 if self._info.startswith('2,'):
1552 return self._info[2:]
1558 self._info = '2,' + ''.join(sorted(flags))
1582 return self._info
1587 self._info = info
/external/arm-trusted-firmware/include/lib/extensions/
Dras.h30 #define for_each_err_record_info(_i, _info) \ argument
31 for ((_i) = 0, (_info) = err_record_mappings.err_records; \
33 (_i)++, (_info)++)
/external/python/cpython2/Lib/hotshot/
Dlog.py32 self._info = self._reader.info
33 if 'current-directory' in self._info:
34 self.cwd = self._info['current-directory']
/external/python/cpython2/Lib/distutils/tests/
Dtest_config_cmd.py15 def _info(self, msg, *args): member in ConfigTestCase
23 log.info = self._info
/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dhkdf.py82 self._info = info
93 h.update(self._info)
/external/python/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py15 def _info(self, msg, *args): member in ConfigTestCase
23 log.info = self._info
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java273 if (firstNode._info != null) { in getAll()
274 firstInfo.value = firstNode._info.value; in getAll()
280 firstInfo.value = n._info.value; in getAll()
345 _info = new Info(); in RTNode()
490 if (child._info != null) { in addToList()
492 child._info.value = firstInfo.value; in addToList()
495 child._info = new Info(); in addToList()
497 child._info.value = firstInfo.value; in addToList()
690 Info _info = new Info(); field in RegexLookup.NodeBase
/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py162 self._info = {} if info is None else info
167 return self._info.get('desc')
172 return self._info
/external/arm-trusted-firmware/docs/components/spd/
Dtlk-dispatcher.rst66 passes this information to the EL3 software as members of the bl32\_ep\_info
67 struct, where bl32\_ep\_info is part of bl31\_params\_t (passed by BL2 in X0)
/external/crosvm/devices/src/
Dproxy.rs315 fn write(&mut self, _info: BusAccessInfo, data: &[u8]) { in write()
320 fn read(&mut self, _info: BusAccessInfo, data: &mut [u8]) { in read()
/external/python/cpython2/Lib/test/
Dtest_hotshot.py82 info = log._info
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c117 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *_info) in rbug_draw_vbo() argument
123 info = *_info; in rbug_draw_vbo()
124 if(_info->index_size && !_info->has_user_indices) in rbug_draw_vbo()
125 info.index.resource = rbug_resource_unwrap(_info->index.resource); in rbug_draw_vbo()
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp271 TestFactory(CollatorInfo** _info) in TestFactory() argument
272 : info(_info) in TestFactory()
/external/bazelbuild-rules_android/rules/
Dutils.bzl222 def _info(msg):
445 info = _info,

12