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

12

  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 422 if not srcs or not hasattr(env, component):
  /external/llvm/utils/lit/lit/
TestFormats.py 204 elif hasattr(test, 'source_path'):
  /external/markdown/markdown/
html4.py 185 if not hasattr(f, "write"):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py 279 if not hasattr(self, 'ident'):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
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...]
webkit.py 59 if not hasattr(self._options, "pixel_tests") or self._options.pixel_tests == None:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 362 if hasattr(netstream, "getcode"):
executive.py 324 if hasattr(input, "read"): # Check if the input is a file.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 109 if not hasattr(Exception, "__unicode__"):
rebaselineserver.py 104 if not hasattr(self, function_name):
  /build/tools/releasetools/
common.py 37 if not hasattr(os, "SEEK_SET"):
661 if self.module is None or not hasattr(self.module, function_name):
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 470 if hasattr(file_or_string, 'read'):
479 if hasattr(file_object, "name"):
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 78 if hasattr(socket, '_GLOBAL_DEFAULT_TIMEOUT'):
105 if not hasattr(httplib.HTTPResponse, 'getheaders'):
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 308 elif hasattr(data['redirects'], '__iter__'):
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 79 if hasattr(r, 'result'):
t058rewriteAST.py 79 if hasattr(r, 'result'):
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 459 if not hasattr(module, '__file__'):
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker_unittest.py     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 54 if hasattr(self.input, 'dbg'):
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 375 if hasattr(value, '__iter__'):
  /external/protobuf/python/google/protobuf/
reflection.py 161 if not hasattr(descriptor, concrete_class_attr_name):
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 171 if hasattr(self, 'BindCheckBoxFct'):
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 50 if not hasattr(builtins, 'reversed'):
56 if not hasattr(builtins, 'next'):
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 1002 if hgversion >= '1.9' and not hasattr(ctx, 'match'):
    [all...]

Completed in 1598 milliseconds

12