HomeSort by relevance Sort by last modified time
    Searched refs:hasattr (Results 1 - 25 of 36) 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'):
autoinstall.py 362 if hasattr(netstream, "getcode"):
executive.py 324 if hasattr(input, "read"): # Check if the input is a file.
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 31 if not hasattr(builtins, 'set'):
tokenize.py 36 if not hasattr(builtins, 'set'):
  /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'):
base.py 137 if not hasattr(self._options, 'configuration') or self._options.configuration is None:
534 # hasattr(), and we should be able to just do
536 if hasattr(self._options, name):
541 if not hasattr(self._options, name):
    [all...]
  /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"))
  /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'):
  /external/clang/tools/scan-view/
startfile.py 65 if hasattr(self, 'fixreturncode'):
  /external/llvm/utils/lit/lit/
Util.py 8 if hasattr(os, "sysconf"):
TestFormats.py 204 elif hasattr(test, 'source_path'):
  /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):
manager_worker_broker.py 279 if not hasattr(self, 'ident'):
  /build/tools/releasetools/
img_from_target_files 47 if not hasattr(os, "SEEK_SET"):
  /development/tools/axl/
singletonmixin.py 82 return hasattr(cls, 'cInstance')
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 422 if not srcs or not hasattr(env, component):
  /external/markdown/markdown/
html4.py 185 if not hasattr(f, "write"):
  /external/clang/bindings/python/clang/
cindex.py 866 if not hasattr(self, '_spelling'):
879 if not hasattr(self, '_displayname'):
889 if not hasattr(self, '_loc'):
899 if not hasattr(self, '_extent'):
909 if not hasattr(self, '_type'):
    [all...]

Completed in 318 milliseconds

1 2