/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
CodeWarrior_suite.py | 22 def add(self, _object, _attributes={}, **_arguments): 34 aetools.keysubst(_arguments, self._argmap_add) 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['----'] 46 def build(self, _no_object=None, _attributes={}, **_arguments) [all...] |
Metrowerks_Shell_Suite.py | 19 def Add_Files(self, _object, _attributes={}, **_arguments): 29 aetools.keysubst(_arguments, self._argmap_Add_Files) 30 _arguments['----'] = _object 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.get('errn', 0): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----'] 45 def Check_Syntax(self, _object, _attributes={}, **_arguments) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
CodeWarrior_suite.py | 22 def add(self, _object, _attributes={}, **_arguments): 34 aetools.keysubst(_arguments, self._argmap_add) 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['----'] 46 def build(self, _no_object=None, _attributes={}, **_arguments) [all...] |
Metrowerks_Shell_Suite.py | 19 def Add_Files(self, _object, _attributes={}, **_arguments): 29 aetools.keysubst(_arguments, self._argmap_Add_Files) 30 _arguments['----'] = _object 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.get('errn', 0): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----'] 45 def Check_Syntax(self, _object, _attributes={}, **_arguments) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
System_Events_Suite.py | 15 def do_script(self, _object, _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['----']
|
Disk_Folder_File_Suite.py | 19 def move(self, _object, _attributes={}, **_arguments): 29 aetools.keysubst(_arguments, self._argmap_move) 30 _arguments['----'] = _object 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.get('errn', 0): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----']
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
System_Events_Suite.py | 15 def do_script(self, _object, _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['----']
|
Disk_Folder_File_Suite.py | 19 def move(self, _object, _attributes={}, **_arguments): 29 aetools.keysubst(_arguments, self._argmap_move) 30 _arguments['----'] = _object 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.get('errn', 0): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----']
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_Basics.py | 15 def copy(self, _no_object=None, _attributes={}, **_arguments): 22 if _arguments: raise TypeError, 'No optional args expected' 26 _reply, _arguments, _attributes = self.send(_code, _subcode, 27 _arguments, _attributes) 28 if _arguments.get('errn', 0): 29 raise aetools.Error, aetools.decodeerror(_arguments) 31 if _arguments.has_key('----'): 32 return _arguments['----'] 38 def sort(self, _object, _attributes={}, **_arguments): 48 aetools.keysubst(_arguments, self._argmap_sort [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_Basics.py | 15 def copy(self, _no_object=None, _attributes={}, **_arguments): 22 if _arguments: raise TypeError, 'No optional args expected' 26 _reply, _arguments, _attributes = self.send(_code, _subcode, 27 _arguments, _attributes) 28 if _arguments.get('errn', 0): 29 raise aetools.Error, aetools.decodeerror(_arguments) 31 if _arguments.has_key('----'): 32 return _arguments['----'] 38 def sort(self, _object, _attributes={}, **_arguments): 48 aetools.keysubst(_arguments, self._argmap_sort [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
aetools.py | 248 _arguments = {'----':_object} 250 _arguments['rtyp'] = mktype(asfile) 252 _reply, _arguments, _attributes = self.send(_code, _subcode, 253 _arguments, _attributes) 254 if 'errn' in _arguments: 255 raise Error, decodeerror(_arguments) 257 if '----' in _arguments: 258 return _arguments['----'] 269 def _set(self, _object, _attributes={}, **_arguments): 278 keysubst(_arguments, self._argmap_set [all...] |
gensuitemodule.py | 738 fp.write("_attributes={}, **_arguments):\n") # include attribute dict and args 764 fp.write(" aetools.keysubst(_arguments, self._argmap_%s)\n"%funcname) 766 fp.write(" if _arguments: raise TypeError, 'No optional args expected'\n") 771 fp.write(" _arguments['----'] = _object\n") 774 fp.write(" _arguments['----'] = _object\n") 786 fp.write(" aetools.enumsubst(_arguments, %r, _Enum_%s)\n" % 793 fp.write(" _reply, _arguments, _attributes = self.send(_code, _subcode,\n") 794 fp.write(" _arguments, _attributes)\n") 798 fp.write(" if _arguments.get('errn', 0):\n") 799 fp.write(" raise aetools.Error, aetools.decodeerror(_arguments)\n" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetools.py | 248 _arguments = {'----':_object} 250 _arguments['rtyp'] = mktype(asfile) 252 _reply, _arguments, _attributes = self.send(_code, _subcode, 253 _arguments, _attributes) 254 if 'errn' in _arguments: 255 raise Error, decodeerror(_arguments) 257 if '----' in _arguments: 258 return _arguments['----'] 269 def _set(self, _object, _attributes={}, **_arguments): 278 keysubst(_arguments, self._argmap_set [all...] |
gensuitemodule.py | 738 fp.write("_attributes={}, **_arguments):\n") # include attribute dict and args 764 fp.write(" aetools.keysubst(_arguments, self._argmap_%s)\n"%funcname) 766 fp.write(" if _arguments: raise TypeError, 'No optional args expected'\n") 771 fp.write(" _arguments['----'] = _object\n") 774 fp.write(" _arguments['----'] = _object\n") 786 fp.write(" aetools.enumsubst(_arguments, %r, _Enum_%s)\n" % 793 fp.write(" _reply, _arguments, _attributes = self.send(_code, _subcode,\n") 794 fp.write(" _arguments, _attributes)\n") 798 fp.write(" if _arguments.get('errn', 0):\n") 799 fp.write(" raise aetools.Error, aetools.decodeerror(_arguments)\n" [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 15 def GetURL(self, _object, _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['----'] 40 def do_script(self, _object, _attributes={}, **_arguments) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 15 def GetURL(self, _object, _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['----'] 40 def do_script(self, _object, _attributes={}, **_arguments) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-seqstrsetchar-ex1.js | 42 var code = %_Arguments(i); 49 var code = %_Arguments(i);
|
/external/v8/src/js/ |
i18n.js | 236 return implementation(that, %_Arguments(0)); 1005 var locales = %_Arguments(0); 1006 var options = %_Arguments(1); 1063 return supportedLocalesOf('collator', locales, %_Arguments(1)); [all...] |
spread.js | 25 var array = %_Arguments(i);
|
string.js | 96 var part = %_Arguments(i); 111 index = %_Arguments(1); // position 130 var position = TO_NUMBER(%_Arguments(1)); 187 var formArg = %_Arguments(0); 729 code = %_Arguments(i) & 0xffff; 740 code = %_Arguments(i) & 0xffff; 885 var arg = %_Arguments(1); // position 916 var arg = %_Arguments(1); // position 946 pos = %_Arguments(1); // position 992 code = %_Arguments(index) [all...] |
math.js | 95 var n = %_Arguments(i); 122 var n = %_Arguments(i); 225 var n = %_Arguments(i);
|
/external/curl/scripts/ |
zsh.pl | 28 _arguments -C -S \\
|
/external/v8/test/mjsunit/compiler/ |
inline-arguments.js | 314 // Test inlining of functions with %_Arguments and %_ArgumentsLength intrinsic. 320 assertSame(c, %_Arguments(i));
|
/external/v8/test/mjsunit/ |
arguments-opt.js | 60 return %_Arguments(key);
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
Python-ast.h | 31 typedef struct _arguments *arguments_ty; 357 struct _arguments { struct
|