HomeSort by relevance Sort by last modified time
    Searched refs:hasattr (Results 276 - 300 of 841) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 45 if not hasattr(self, m) and hasattr(f, m):
78 if args and hasattr(args[0], '__class__'):
383 if not hasattr(self, 'save_stdin'):
385 if not hasattr(self, 'delegate_stdin'):
  /external/chromium_org/tools/symsrc/
pefile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 348 if hasattr(sys, "getrefcount"):
463 if not hasattr(socket, 'inet_aton'):
471 if not hasattr(socket, 'inet_pton'):
488 if not hasattr(socket, 'inet_pton'):
507 if not hasattr(socket, 'inet_ntop'):
522 if not hasattr(socket, 'inet_ntop'):
619 self.assertTrue(hasattr(socket.socket, 'ioctl'))
620 self.assertTrue(hasattr(socket, 'SIO_RCVALL'))
621 self.assertTrue(hasattr(socket, 'RCVALL_ON'))
622 self.assertTrue(hasattr(socket, 'RCVALL_OFF')
    [all...]
test_gzip.py 42 if hasattr(os, 'fsync'):
193 self.assertTrue(hasattr(f, "name"))
203 self.assertTrue(hasattr(fRead, 'mtime'))
test_hashlib.py 23 COMPILED_WITH_PYDEBUG = hasattr(sys, 'gettotalrefcount')
74 assert hasattr(_hashlib, 'openssl_md5')
75 assert hasattr(_hashlib, 'openssl_sha1')
test_descr.py 190 if hasattr(dict, '__cmp__'): # PyPy has only rich comparison on dicts
228 if hasattr(a, name):
235 if hasattr(a, name):
588 self.assertTrue(not hasattr(a, "x"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 348 if hasattr(sys, "getrefcount"):
463 if not hasattr(socket, 'inet_aton'):
471 if not hasattr(socket, 'inet_pton'):
488 if not hasattr(socket, 'inet_pton'):
507 if not hasattr(socket, 'inet_ntop'):
522 if not hasattr(socket, 'inet_ntop'):
619 self.assertTrue(hasattr(socket.socket, 'ioctl'))
620 self.assertTrue(hasattr(socket, 'SIO_RCVALL'))
621 self.assertTrue(hasattr(socket, 'RCVALL_ON'))
622 self.assertTrue(hasattr(socket, 'RCVALL_OFF')
    [all...]
test_gzip.py 42 if hasattr(os, 'fsync'):
193 self.assertTrue(hasattr(f, "name"))
203 self.assertTrue(hasattr(fRead, 'mtime'))
test_hashlib.py 23 COMPILED_WITH_PYDEBUG = hasattr(sys, 'gettotalrefcount')
74 assert hasattr(_hashlib, 'openssl_md5')
75 assert hasattr(_hashlib, 'openssl_sha1')
test_descr.py 190 if hasattr(dict, '__cmp__'): # PyPy has only rich comparison on dicts
228 if hasattr(a, name):
235 if hasattr(a, name):
588 self.assertTrue(not hasattr(a, "x"))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 148 if not hasattr(file, "read"):
184 if not hasattr(file, "write"):
309 if hasattr(table, "ERROR"):
558 if not hasattr(self, "_reverseGlyphOrderDict"):
601 if rebuild or not hasattr(self, "_reverseGlyphOrderDict"):
715 if hasattr(glyph, "xMin"):
778 if not hasattr(self, "glyphOrder"):
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
message_pool.py 221 if hasattr(self._worker, 'stop'):
249 if hasattr(worker, 'start'):
269 if hasattr(worker, 'stop'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 58 if os.name != "posix" or not hasattr(os, 'uname'):
231 if hasattr(exc, 'filename') and hasattr(exc, 'strerror'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 54 if not testCaseNames and hasattr(testCaseClass, 'runTest'):
112 elif hasattr(obj, '__call__'):
137 hasattr(getattr(testCaseClass, attrname), '__call__')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 58 if os.name != "posix" or not hasattr(os, 'uname'):
231 if hasattr(exc, 'filename') and hasattr(exc, 'strerror'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 54 if not testCaseNames and hasattr(testCaseClass, 'runTest'):
112 elif hasattr(obj, '__call__'):
137 hasattr(getattr(testCaseClass, attrname), '__call__')
  /external/fonttools/Lib/fontTools/
subset.py 28 assert not hasattr(clazz, method.__name__), \
546 if not hasattr(self.__class__, "__ContextHelpers"):
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 68 if hasattr(page, 'test_rect'):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
platforminfo.py 160 if hasattr(sys_module, 'getwindowsversion'):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 162 if hasattr(value, '__call__'):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 87 if not hasattr(self, function_name):
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_looper.py 160 elif hasattr(getter, '__call__'):
  /external/chromium_org/third_party/jinja2/
_compat.py 16 PYPY = hasattr(sys, 'pypy_translation_info')
  /external/chromium_org/third_party/tlslite/tlslite/utils/
keyfactory.py 120 if hasattr(key, "d"):

Completed in 1135 milliseconds

<<11121314151617181920>>