HomeSort by relevance Sort by last modified time
    Searched refs:type_obj (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
163 result = r.recognize(type_obj)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
163 result = r.recognize(type_obj)
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
types.py 158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
163 result = r.recognize(type_obj)
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
types.py 158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
163 result = r.recognize(type_obj)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 823 self.type_obj = None
825 def recognize(self, type_obj):
826 if type_obj.tag is None:
829 if self.type_obj is None:
830 if not self.match in type_obj.tag:
834 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
837 if self.type_obj == type_obj:
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 823 self.type_obj = None
825 def recognize(self, type_obj):
826 if type_obj.tag is None:
829 if self.type_obj is None:
830 if not self.match in type_obj.tag:
834 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
837 if self.type_obj == type_obj:
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 936 self.type_obj = None
938 def recognize(self, type_obj):
939 if type_obj.tag is None:
942 if self.type_obj is None:
943 if not self.match in type_obj.tag:
947 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
950 if self.type_obj == type_obj:
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 823 self.type_obj = None
825 def recognize(self, type_obj):
826 if type_obj.tag is None:
829 if self.type_obj is None:
830 if not self.match in type_obj.tag:
834 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
837 if self.type_obj == type_obj:
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 936 self.type_obj = None
938 def recognize(self, type_obj):
939 if type_obj.tag is None:
942 if self.type_obj is None:
943 if not self.match in type_obj.tag:
947 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
950 if self.type_obj == type_obj:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 823 self.type_obj = None
825 def recognize(self, type_obj):
826 if type_obj.tag is None:
829 if self.type_obj is None:
830 if not self.match in type_obj.tag:
834 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
837 if self.type_obj == type_obj:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 823 self.type_obj = None
825 def recognize(self, type_obj):
826 if type_obj.tag is None:
829 if self.type_obj is None:
830 if not self.match in type_obj.tag:
834 self.type_obj = gdb.lookup_type(self.name).strip_typedefs()
837 if self.type_obj == type_obj:
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 404 def Append(self, type_obj, error_token):
407 self._stack[-1].Append(type_obj)

Completed in 324 milliseconds