HomeSort by relevance Sort by last modified time
    Searched refs:_info (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 24 private final ServiceInfoImpl _info; field in class:ServiceInfoResolver
28 this._info = info;
50 if (!_info.isPersistent()) {
51 this.getDns().removeListener(_info);
63 if (!_info.hasData()) {
65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now);
66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now);
67 if (_info.getServer().length() > 0) {
68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now);
69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now)
    [all...]
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 169 _info.Load();
171 if (_info.PathMode == NExtract::NPathMode::kCurPaths)
172 _info.PathMode = NExtract::NPathMode::kFullPaths;
174 if (!PathMode_Force && _info.PathMode_Force)
175 PathMode = _info.PathMode;
176 if (!OverwriteMode_Force && _info.OverwriteMode_Force)
177 OverwriteMode = _info.OverwriteMode;
179 // CheckButton_TwoBools(IDX_EXTRACT_ALT_STREAMS, AltStreams, _info.AltStreams);
180 CheckButton_TwoBools(IDX_EXTRACT_NT_SECUR, NtSecurity, _info.NtSecurity);
181 CheckButton_TwoBools(IDX_EXTRACT_ELIM_DUP, ElimDup, _info.ElimDup);
    [all...]
ExtractDialog.h 66 NExtract::CInfo _info; member in class:CExtractDialog
  /external/libunwind_llvm/src/
UnwindCursor.hpp 452 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info),
467 (pint_t)_info.unwind_info,
487 _info.format, _info.start_ip, _addressSpace, _registers);
494 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers);
507 _info.format, _info.start_ip, _addressSpace, _registers);
530 if ((_info.format & UNWIND_X86_64_MODE_MASK) == UNWIND_X86_64_MODE_DWARF) {
532 *offset = (_info.format & UNWIND_X86_64_DWARF_SECTION_OFFSET)
638 unw_proc_info_t _info; member in class:libunwind::UnwindCursor
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 36 private final ServiceInfo _info; field in class:ServiceEventImpl
54 this._info = info;
111 return _info;
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 8 \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\_by\_ip}(
    [all...]
unw_get_proc_info.tex 8 \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
54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the
56 equal to to \Const{UNW\_INFO\_FORMAT\_TABLE}. All other values ar
    [all...]
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\_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(3)} for details. Argumen
    [all...]
unw_step.tex 48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
_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
_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
libunwind-ptrace.tex 23 \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
  /frameworks/base/core/java/android/app/
ContentProviderHolder.java 37 public ContentProviderHolder(ProviderInfo _info) {
38 info = _info;
  /external/python/cpython2/Lib/
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)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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 = ''
303 self._info = ''
441 header_size = 25 + len(self._info)
453 self._file.write(self._info)
454 self._file.write('\0'*(header_size - len(self._info) - 24)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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 = ''
303 self._info = ''
441 header_size = 25 + len(self._info)
453 self._file.write(self._info)
454 self._file.write('\0'*(header_size - len(self._info) - 24)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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 = ''
303 self._info = ''
441 header_size = 25 + len(self._info)
453 self._file.write(self._info)
454 self._file.write('\0'*(header_size - len(self._info) - 24)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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 = ''
303 self._info = ''
441 header_size = 25 + len(self._info)
453 self._file.write(self._info)
454 self._file.write('\0'*(header_size - len(self._info) - 24)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /external/python/cpython2/Lib/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /external/python/cpython3/Lib/distutils/tests/
test_config_cmd.py 15 def _info(self, msg, *args): member in class:ConfigTestCase
23 log.info = self._info
  /external/python/cpython3/Lib/
sunau.py 212 self._info = file.read(self._hdr_size - 24)
213 self._info, _, _ = self._info.partition(b'\0')
215 self._info = b''
336 self._info = b''
485 header_size = 25 + len(self._info)
501 self._file.write(self._info)
502 self._file.write(b'\0'*(header_size - len(self._info) - 24))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
log.py 32 self._info = self._reader.info
33 if 'current-directory' in self._info:
34 self.cwd = self._info['current-directory']
63 new values are added. Subclasses can inspect self._info after

Completed in 645 milliseconds

1 2 3 4