/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/ |
printing.py | 32 subprinters: An iterable object with each element having a `name' 34 Or this is None if there are no subprinters. 37 Subprinters are for situations where "one" pretty-printer is actually a 42 # While one might want to push subprinters into the subclass, it's 46 def __init__(self, name, subprinters=None): 48 self.subprinters = subprinters 126 # to delimit subprinters. 189 self.subprinters.append(self.RegexpSubprinter(name, regexp, 203 for printer in self.subprinters [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/ |
printing.py | 32 subprinters: An iterable object with each element having a `name' 34 Or this is None if there are no subprinters. 37 Subprinters are for situations where "one" pretty-printer is actually a 42 # While one might want to push subprinters into the subclass, it's 46 def __init__(self, name, subprinters=None): 48 self.subprinters = subprinters 126 # to delimit subprinters. 189 self.subprinters.append(self.RegexpSubprinter(name, regexp, 203 for printer in self.subprinters [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/ |
printing.py | 32 subprinters: An iterable object with each element having a `name' 34 Or this is None if there are no subprinters. 37 Subprinters are for situations where "one" pretty-printer is actually a 42 # While one might want to push subprinters into the subclass, it's 46 def __init__(self, name, subprinters=None): 48 self.subprinters = subprinters 126 # to delimit subprinters. 189 self.subprinters.append(self.RegexpSubprinter(name, regexp, 203 for printer in self.subprinters [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/ |
printing.py | 32 subprinters: An iterable object with each element having a `name' 34 Or this is None if there are no subprinters. 37 Subprinters are for situations where "one" pretty-printer is actually a 42 # While one might want to push subprinters into the subclass, it's 46 def __init__(self, name, subprinters=None): 48 self.subprinters = subprinters 126 # to delimit subprinters. 189 self.subprinters.append(self.RegexpSubprinter(name, regexp, 203 for printer in self.subprinters [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 134 if (hasattr(printer, "subprinters") and 135 printer.subprinters is not None): 136 sorted_subprinters = sorted (copy.copy(printer.subprinters), 172 if (hasattr(printer, "subprinters") 173 and printer.subprinters is not None): 175 for subprinter in printer.subprinters: 178 total += len(printer.subprinters) 188 This includes subprinters. 215 We count subprinters individually. 227 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 136 if (hasattr(printer, "subprinters") and 137 printer.subprinters is not None): 138 sorted_subprinters = copy.copy(printer.subprinters) 176 if (hasattr(printer, "subprinters") 177 and printer.subprinters is not None): 179 for subprinter in printer.subprinters: 182 total += len(printer.subprinters) 192 This includes subprinters. 219 We count subprinters individually. 231 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 136 if (hasattr(printer, "subprinters") and 137 printer.subprinters is not None): 138 sorted_subprinters = copy.copy(printer.subprinters) 176 if (hasattr(printer, "subprinters") 177 and printer.subprinters is not None): 179 for subprinter in printer.subprinters: 182 total += len(printer.subprinters) 192 This includes subprinters. 219 We count subprinters individually. 231 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 136 if (hasattr(printer, "subprinters") and 137 printer.subprinters is not None): 138 sorted_subprinters = copy.copy(printer.subprinters) 176 if (hasattr(printer, "subprinters") 177 and printer.subprinters is not None): 179 for subprinter in printer.subprinters: 182 total += len(printer.subprinters) 192 This includes subprinters. 219 We count subprinters individually. 231 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 136 if (hasattr(printer, "subprinters") and 137 printer.subprinters is not None): 138 sorted_subprinters = copy.copy(printer.subprinters) 176 if (hasattr(printer, "subprinters") 177 and printer.subprinters is not None): 179 for subprinter in printer.subprinters: 182 total += len(printer.subprinters) 192 This includes subprinters. 219 We count subprinters individually. 231 subname_re: regular expression object to select subprinters or Non [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/ |
printing.py | 37 subprinters: An iterable object with each element having a `name' 39 Or this is None if there are no subprinters. 42 Subprinters are for situations where "one" pretty-printer is actually a 47 # While one might want to push subprinters into the subclass, it's 51 def __init__(self, name, subprinters=None): 53 self.subprinters = subprinters 131 # to delimit subprinters. 194 self.subprinters.append(self.RegexpSubprinter(name, regexp, 208 for printer in self.subprinters [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/ |
printing.py | 37 subprinters: An iterable object with each element having a `name' 39 Or this is None if there are no subprinters. 42 Subprinters are for situations where "one" pretty-printer is actually a 47 # While one might want to push subprinters into the subclass, it's 51 def __init__(self, name, subprinters=None): 53 self.subprinters = subprinters 131 # to delimit subprinters. 194 self.subprinters.append(self.RegexpSubprinter(name, regexp, 208 for printer in self.subprinters [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/ |
printing.py | 37 subprinters: An iterable object with each element having a `name' 39 Or this is None if there are no subprinters. 42 Subprinters are for situations where "one" pretty-printer is actually a 47 # While one might want to push subprinters into the subclass, it's 51 def __init__(self, name, subprinters=None): 53 self.subprinters = subprinters 131 # to delimit subprinters. 194 self.subprinters.append(self.RegexpSubprinter(name, regexp, 208 for printer in self.subprinters [all...] |