| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-pp-integral.py | 31 if hasattr(val.type, "name") and val.type.name == "time_t":
|
| py-framefilter-addr.py | 45 if hasattr(itertools, "imap"):
|
| py-framefilter-invalidarg.py | 52 if hasattr(itertools, "imap"):
|
| py-framefilter.py | 79 if hasattr(itertools, "imap"): 164 if hasattr(itertools, "imap"):
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-pp-integral.py | 31 if hasattr(val.type, "name") and val.type.name == "time_t":
|
| py-framefilter-addr.py | 45 if hasattr(itertools, "imap"):
|
| py-framefilter-invalidarg.py | 52 if hasattr(itertools, "imap"):
|
| py-framefilter.py | 79 if hasattr(itertools, "imap"): 164 if hasattr(itertools, "imap"):
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| FrameDecorator.py | 48 if hasattr(self._base, "elided"): 66 if hasattr(self._base, "function"): 86 if hasattr(self._base, "address"): 98 if hasattr(self._base, "frame_args"): 114 if hasattr(self._base, "frame_locals"): 129 if hasattr(self._base, "line"): 147 if hasattr(self._base, "inferior_frame"): 186 if hasattr(self._base, "filename"): 207 if hasattr(self._base, "filename"): 222 if hasattr(self._base, "frame_locals") [all...] |
| printing.py | 107 if not hasattr(printer, "__name__") and not hasattr(printer, "name"): 109 if hasattr(printer, "name") and not hasattr(printer, "enabled"): 111 if not hasattr(printer, "__call__"): 114 if hasattr(printer, "name"): 130 if hasattr(printer, "name"): 144 if hasattr(p, "name") and p.name == printer.name: 392 if hasattr(field, "bitpos") and field.name is not None:
|
| xmethod.py | 214 if not hasattr(matcher, "match"): 216 if not hasattr(matcher, "name"): 218 if not hasattr(matcher, "enabled"):
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/ |
| FrameDecorator.py | 48 if hasattr(self._base, "elided"): 66 if hasattr(self._base, "function"): 86 if hasattr(self._base, "address"): 98 if hasattr(self._base, "frame_args"): 114 if hasattr(self._base, "frame_locals"): 129 if hasattr(self._base, "line"): 147 if hasattr(self._base, "inferior_frame"): 186 if hasattr(self._base, "filename"): 207 if hasattr(self._base, "filename"): 222 if hasattr(self._base, "frame_locals") [all...] |
| printing.py | 107 if not hasattr(printer, "__name__") and not hasattr(printer, "name"): 109 if hasattr(printer, "name") and not hasattr(printer, "enabled"): 111 if not hasattr(printer, "__call__"): 114 if hasattr(printer, "name"): 130 if hasattr(printer, "name"): 144 if hasattr(p, "name") and p.name == printer.name: 354 if hasattr(field, "bitpos") and field.name is not None:
|
| xmethod.py | 214 if not hasattr(matcher, "match"): 216 if not hasattr(matcher, "name"): 218 if not hasattr(matcher, "enabled"):
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| pretty_printers.py | 79 if hasattr(printer, "enabled"): 112 if hasattr(printer, "name"): 114 if hasattr(printer, "__name__"): 134 if hasattr(printer, "subprinters") and printer.subprinters is not None: 189 if hasattr(printer, "subprinters") and printer.subprinters is not None: 256 hasattr(printer, "name") 258 or hasattr(printer, "__name__") 261 if hasattr(printer, "subprinters") and printer.subprinters is not None:
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/ |
| pretty_printers.py | 79 if hasattr(printer, "enabled"): 112 if hasattr(printer, "name"): 114 if hasattr(printer, "__name__"): 134 if hasattr(printer, "subprinters") and printer.subprinters is not None: 189 if hasattr(printer, "subprinters") and printer.subprinters is not None: 256 hasattr(printer, "name") 258 or hasattr(printer, "__name__") 261 if hasattr(printer, "subprinters") and printer.subprinters is not None:
|
| /src/external/mit/isl/dist/ |
| py-compile | 127 import_test="hasattr(imp, 'get_tag')" 132 import_test="hasattr(sys.implementation, 'cache_tag')" 162 if hasattr(sys, 'pypy_translation_info'):
|
| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| common.py | 64 if not hasattr(self, '_self_owned') or not hasattr(self, '_disposer'):
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_token_kind.py | 34 self.assertTrue(hasattr(TokenKind, 'LITERAL'))
|
| util.py | 4 HAS_FSPATH = hasattr(os, 'fspath')
|
| /src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
| git_repository.py | 44 if hasattr(file, 'renamed_file'):
|
| /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| git_repository.py | 42 if hasattr(file, 'renamed_file'):
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| varref.py | 204 return hasattr(self.printer, "children") 222 if isinstance(self.printer, gdb.ValuePrinter) and hasattr( 237 hasattr(self.printer, "display_hint") 256 if isinstance(self.printer, gdb.ValuePrinter) and hasattr(
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| varref.py | 203 return hasattr(self.printer, "children") 221 if isinstance(self.printer, gdb.ValuePrinter) and hasattr( 236 hasattr(self.printer, "display_hint") 255 if isinstance(self.printer, gdb.ValuePrinter) and hasattr(
|
| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| optrecord.py | 122 if not hasattr(self, 'Hotness'): 124 if not hasattr(self, 'Args'): 176 if hasattr(self, 'ArgDict'): 198 if hasattr(self, 'Added'): 285 if not hasattr(remark, 'DebugLoc') or remark.key in all_remarks: 298 if hasattr(remark, 'max_hotness'):
|