HomeSort by relevance Sort by last modified time
    Searched refs:_arguments (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
40 def count(self, _object, _attributes={}, **_arguments)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
40 def count(self, _object, _attributes={}, **_arguments)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
39 aetools.keysubst(_arguments, self._argmap_OpenURL)
40 _arguments['----'] = _object
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
45 if _arguments.get('errn', 0):
46 raise aetools.Error, aetools.decodeerror(_arguments)
48 if _arguments.has_key('----'):
49 return _arguments['----']
57 def ShowFile(self, _object, _attributes={}, **_arguments)
    [all...]
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
Mozilla_suite.py 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
23 if _arguments: raise TypeError, 'No optional args expected'
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
32 if _arguments.has_key('----'):
33 return _arguments['----']
35 def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments):
43 if _arguments: raise TypeError, 'No optional args expected
    [all...]
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
34 aetools.keysubst(_arguments, self._argmap_GetURL)
35 _arguments['----'] = _object
38 _reply, _arguments, _attributes = self.send(_code, _subcode,
39 _arguments, _attributes)
40 if _arguments.get('errn', 0):
41 raise aetools.Error, aetools.decodeerror(_arguments)
43 if _arguments.has_key('----'):
44 return _arguments['----']
PowerPlant.py 19 def SwitchTellTarget(self, _no_object=None, _attributes={}, **_arguments):
27 aetools.keysubst(_arguments, self._argmap_SwitchTellTarget)
31 _reply, _arguments, _attributes = self.send(_code, _subcode,
32 _arguments, _attributes)
33 if _arguments.get('errn', 0):
34 raise aetools.Error, aetools.decodeerror(_arguments)
36 if _arguments.has_key('----'):
37 return _arguments['----']
43 def select(self, _object, _attributes={}, **_arguments):
52 aetools.keysubst(_arguments, self._argmap_select
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
39 aetools.keysubst(_arguments, self._argmap_OpenURL)
40 _arguments['----'] = _object
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
45 if _arguments.get('errn', 0):
46 raise aetools.Error, aetools.decodeerror(_arguments)
48 if _arguments.has_key('----'):
49 return _arguments['----']
57 def ShowFile(self, _object, _attributes={}, **_arguments)
    [all...]
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
Mozilla_suite.py 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
23 if _arguments: raise TypeError, 'No optional args expected'
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
32 if _arguments.has_key('----'):
33 return _arguments['----']
35 def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments):
43 if _arguments: raise TypeError, 'No optional args expected
    [all...]
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
34 aetools.keysubst(_arguments, self._argmap_GetURL)
35 _arguments['----'] = _object
38 _reply, _arguments, _attributes = self.send(_code, _subcode,
39 _arguments, _attributes)
40 if _arguments.get('errn', 0):
41 raise aetools.Error, aetools.decodeerror(_arguments)
43 if _arguments.has_key('----'):
44 return _arguments['----']
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments)
    [all...]
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
Netscape_Suite.py 15 def Open_bookmark(self, _object=None, _attributes={}, **_arguments):
23 if _arguments: raise TypeError, 'No optional args expected'
24 _arguments['----'] = _object
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
32 if _arguments.has_key('----'):
33 return _arguments['----']
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
28 aetools.keysubst(_arguments, self._argmap_GetURL)
29 _arguments['----'] = _object
32 _reply, _arguments, _attributes = self.send(_code, _subcode,
33 _arguments, _attributes)
34 if _arguments.get('errn', 0):
35 raise aetools.Error, aetools.decodeerror(_arguments)
37 if _arguments.has_key('----'):
38 return _arguments['----']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments)
    [all...]
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
Netscape_Suite.py 15 def Open_bookmark(self, _object=None, _attributes={}, **_arguments):
23 if _arguments: raise TypeError, 'No optional args expected'
24 _arguments['----'] = _object
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
32 if _arguments.has_key('----'):
33 return _arguments['----']
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
28 aetools.keysubst(_arguments, self._argmap_GetURL)
29 _arguments['----'] = _object
32 _reply, _arguments, _attributes = self.send(_code, _subcode,
33 _arguments, _attributes)
34 if _arguments.get('errn', 0):
35 raise aetools.Error, aetools.decodeerror(_arguments)
37 if _arguments.has_key('----'):
38 return _arguments['----']
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
20 if _arguments: raise TypeError, 'No optional args expected'
21 _arguments['----'] = _object
24 _reply, _arguments, _attributes = self.send(_code, _subcode,
25 _arguments, _attributes)
26 if _arguments.get('errn', 0):
27 raise aetools.Error, aetools.decodeerror(_arguments)
29 if _arguments.has_key('----'):
30 return _arguments['----']
32 def run(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
20 if _arguments: raise TypeError, 'No optional args expected'
21 _arguments['----'] = _object
24 _reply, _arguments, _attributes = self.send(_code, _subcode,
25 _arguments, _attributes)
26 if _arguments.get('errn', 0):
27 raise aetools.Error, aetools.decodeerror(_arguments)
29 if _arguments.has_key('----'):
30 return _arguments['----']
32 def run(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 16 def do_script(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 16 def do_script(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']

Completed in 112 milliseconds

1 2 3