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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 419 @unittest.skipUnless(hasattr(os, 'fork'), 'test needs fork()')
487 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
504 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
536 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
609 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
667 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
test_glob.py 37 if hasattr(os, 'symlink'):
147 @unittest.skipUnless(hasattr(os, 'symlink'), "Requires symlink support")
159 @unittest.skipUnless(hasattr(os, 'symlink'), "Requires symlink support")
test_socketserver.py 29 HAVE_UNIX_SOCKETS = hasattr(socket, "AF_UNIX")
30 HAVE_FORKING = hasattr(os, "fork") and os.name != "os2"
34 if hasattr(signal, 'alarm'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 46 have_fork = hasattr(os, 'fork')
47 have_popen2 = hasattr(os, 'popen2')
48 have_popen3 = hasattr(os, 'popen3')
ast.py 120 and hasattr(old_node, attr):
135 if not hasattr(node, 'lineno'):
140 if not hasattr(node, 'col_offset'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 19 if hasattr(self, 'seq'):
22 if hasattr(self, 'd'):
25 if hasattr(self, 'dbenv'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py 37 if hasattr(os, 'symlink'):
147 @unittest.skipUnless(hasattr(os, 'symlink'), "Requires symlink support")
159 @unittest.skipUnless(hasattr(os, 'symlink'), "Requires symlink support")
test_socketserver.py 29 HAVE_UNIX_SOCKETS = hasattr(socket, "AF_UNIX")
30 HAVE_FORKING = hasattr(os, "fork") and os.name != "os2"
34 if hasattr(signal, 'alarm'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 280 if hasattr(self.original_iterator, 'close'):
357 assert_(hasattr(wsgi_input, attr),
363 assert_(hasattr(wsgi_errors, attr),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 46 have_fork = hasattr(os, 'fork')
47 have_popen2 = hasattr(os, 'popen2')
48 have_popen3 = hasattr(os, 'popen3')
ast.py 120 and hasattr(old_node, attr):
135 if not hasattr(node, 'lineno'):
140 if not hasattr(node, 'col_offset'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 19 if hasattr(self, 'seq'):
22 if hasattr(self, 'd'):
25 if hasattr(self, 'dbenv'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 280 if hasattr(self.original_iterator, 'close'):
357 assert_(hasattr(wsgi_input, attr),
363 assert_(hasattr(wsgi_errors, attr),
  /build/tools/releasetools/
img_from_target_files 44 if not hasattr(os, "SEEK_SET"):
img_from_target_files.py 44 if not hasattr(os, "SEEK_SET"):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
misc.py 62 if not hasattr(self, attr):
  /external/chromium_org/third_party/markdown/extensions/
wikilinks.py 172 if hasattr(self.md, 'Meta'):
  /external/chromium_org/tools/auto_bisect/
PRESUBMIT.py 56 if not hasattr(config_file.config):
  /external/chromium_org/tools/checkbins/
checkbins.py 82 (hasattr(pe, "DIRECTORY_ENTRY_LOAD_CONFIG") and
  /external/chromium_org/tools/cr/cr/
loader.py 34 if not hasattr(cr, name):
  /external/chromium_org/tools/grit/grit/node/
io.py 97 if hasattr(self, 'output_filename'):
structure.py 93 if hasattr(self.GetRoot(), 'defines'):
114 if hasattr(self.GetRoot(), 'defines'):
216 if not hasattr(self, 'gatherer'):
364 assert hasattr(self, 'gatherer')
  /external/chromium_org/tools/perf/benchmarks/
benchmark_unittest.py 89 if hasattr(benchmark, 'generated_profile_archive'):
peacekeeper.py 81 if not hasattr(self, 'test_param'):
  /external/chromium_org/tools/perf/measurements/
image_decoding.py 81 if (hasattr(page,

Completed in 1433 milliseconds

1 2 3 4 5 6 78 91011>>