HomeSort by relevance Sort by last modified time
    Searched refs:pyautolib (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
pyauto_paths.py 46 import pyautolib namespace
47 dir = os.path.dirname(pyautolib.__file__)
generate_docs.py 19 parser.add_option('-p', '--pyautolib', dest='pyautolib', metavar='FILE',
21 help='Location of pyautolib directory')
28 sys.path.append(os.path.join(options.pyautolib,
30 sys.path.append(options.pyautolib)
34 pydoc.writedocs(options.pyautolib)
pyautolib.i 9 // swig -python -c++ chrome/test/pyautolib/pyautolib.i
10 // would generate pyautolib.py, pyautolib_wrap.cxx
17 %module(docstring="Python interface to Automation Proxy.") pyautolib
24 %include "chrome/test/pyautolib/argc_argv.i"
53 #include "chrome/test/pyautolib/pyautolib.h"
pyauto.py 68 import pyautolib namespace
71 from pyautolib import *
73 print >>sys.stderr, 'Could not locate pyautolib shared libraries. ' \
102 class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
141 pyautolib.PyUITestBase.__init__(self, clear_profile, homepage)
142 self.Initialize(pyautolib.FilePath(self.BrowserPath()))
158 pyautolib.PyUITestBase.__del__(self)
268 same location as the pyautolib binaries.
270 return os.path.normpath(os.path.dirname(pyautolib.__file__))
376 This is typically in the same directory as pyautolib.p
    [all...]
  /external/chromium_org/tools/code_coverage/
coverage_posix.py 717 # We need 'pyautolib' to run pyauto tests and 'pyautolib' itself is not an
719 if testname == 'pyautolib':
    [all...]

Completed in 1965 milliseconds