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

1 2

  /external/webkit/Tools/Scripts/webkitpy/common/system/
fileutils.py 29 if sys.platform != 'win32' or not hasattr(sys.stdout, 'fileno'):
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 105 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
107 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
109 if not hasattr(printer, "__call__"):
121 if hasattr(printer, "name"):
135 if hasattr(p, "name") and p.name == printer.name:
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 105 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
107 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
109 if not hasattr(printer, "__call__"):
121 if hasattr(printer, "name"):
135 if hasattr(p, "name") and p.name == printer.name:
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 31 if not hasattr(builtins, 'set'):
tokenize.py 36 if not hasattr(builtins, 'set'):
  /external/llvm/bindings/python/llvm/tests/
test_core.py 7 self.assertTrue(hasattr(OpCode, 'Ret'))
  /external/llvm/bindings/python/llvm/
common.py 61 if not hasattr(self, '_self_owned') or not hasattr(self, '_disposer'):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
factory.py 74 if options and hasattr(options, 'chromium') and options.chromium:
81 if options and hasattr(options, 'chromium') and options.chromium:
mac.py 43 if hasattr(platform, 'mac_ver') and platform.mac_ver()[0]:
85 if not hasattr(self._options, 'time-out-ms') or self._options.time_out_ms is None:
chromium_win.py 42 if hasattr(sys, 'getwindowsversion'):
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 213 self.assertTrue(hasattr(unittest_no_generic_services_pb2, "TestMessage"))
214 self.assertTrue(hasattr(unittest_no_generic_services_pb2, "FOO"))
215 self.assertTrue(hasattr(unittest_no_generic_services_pb2, "test_extension"))
216 self.assertFalse(hasattr(unittest_no_generic_services_pb2, "TestService"))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 78 if hasattr(printer, "enabled"):
113 if hasattr(printer, "name"):
115 if hasattr(printer, "__name__"):
136 if (hasattr(printer, "subprinters") and
176 if (hasattr(printer, "subprinters")
241 if (hasattr(printer, "name") and name_re.match(printer.name) or
242 hasattr(printer, "__name__") and name_re.match(printer.__name__)):
243 if (hasattr(printer, "subprinters") and
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 78 if hasattr(printer, "enabled"):
113 if hasattr(printer, "name"):
115 if hasattr(printer, "__name__"):
136 if (hasattr(printer, "subprinters") and
176 if (hasattr(printer, "subprinters")
241 if (hasattr(printer, "name") and name_re.match(printer.name) or
242 hasattr(printer, "__name__") and name_re.match(printer.__name__)):
243 if (hasattr(printer, "subprinters") and
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 238 if hasattr(result, 'tree') and result.tree is not None:
296 assert hasattr(result, 'tree'), "Parser did not return an AST"
302 if hasattr(result, 'tree'):
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 221 if hasattr(func, 'patchings'):
258 elif not create and not hasattr(target, name):
309 return hasattr(obj, name)
BeautifulSoup.py 133 if hasattr(replaceWith, 'parent') and replaceWith.parent == self.parent:
176 while hasattr(lastChild, 'contents') and lastChild.contents:
187 if hasattr(newChild, 'parent') and newChild.parent != None:
603 if not hasattr(other, 'name') or not hasattr(other, 'attrs') or not hasattr(other, 'contents') or self.name != other.name or self.attrs != other.attrs or len(self) != len(other):
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 364 if hasattr(self, 'handle'):
519 if hasattr(self, 'handle'):
568 if hasattr(self, 'handle'):
607 if not hasattr(self, 'config'):
617 if hasattr(self, 'handle'):
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests_unittest.py 179 self.assertFalse(hasattr(target_options, 'chromium'))
185 if not hasattr(self, '_orig_archive'):
324 if not hasattr(self, '_orig_archive'):
  /build/tools/releasetools/
img_from_target_files 47 if not hasattr(os, "SEEK_SET"):
  /external/clang/tools/scan-view/
startfile.py 65 if hasattr(self, 'fixreturncode'):
  /external/llvm/utils/lit/lit/
Util.py 8 if hasattr(os, "sysconf"):
  /external/markdown/markdown/extensions/
wikilinks.py 138 if hasattr(self.md, 'Meta'):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
message_broker2.py 145 if not hasattr(client, 'handle_' + message.name):
  /external/clang/bindings/python/clang/
cindex.py 938 if not hasattr(self, '_spelling'):
951 if not hasattr(self, '_displayname'):
961 if not hasattr(self, '_loc'):
971 if not hasattr(self, '_extent'):
980 if not hasattr(self, '_type'):
991 if not hasattr(self, '_underlying_type'):
1004 if not hasattr(self, '_enum_type'):
1013 if not hasattr(self, '_objc_type_encoding'):
1021 if not hasattr(self, '_hash'):
    [all...]
  /development/tools/axl/
singletonmixin.py 82 return hasattr(cls, 'cInstance')

Completed in 771 milliseconds

1 2