| /external/python/cpython2/Lib/lib2to3/fixes/ |
| fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
| fix_intern.py | 21 ( not(arglist | argument<any '=' any>) obj=any 22 | obj=arglist<(not argument<any '=' any>) any ','> ) 41 if obj.type == syms.arglist: 44 newarglist = pytree.Node(syms.arglist, [obj.clone()])
|
| /external/python/cpython3/Lib/lib2to3/fixes/ |
| fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
| fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
| fix_callable.py | 23 ( not(arglist | argument<any '=' any>) func=any 24 | func=arglist<(not argument<any '=' any>) any ','> )
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
| fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
| fix_callable.py | 23 ( not(arglist | argument<any '=' any>) func=any 24 | func=arglist<(not argument<any '=' any>) any ','> )
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
| fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
| fix_callable.py | 23 ( not(arglist | argument<any '=' any>) func=any 24 | func=arglist<(not argument<any '=' any>) any ','> )
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
| fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
| fix_callable.py | 23 ( not(arglist | argument<any '=' any>) func=any 24 | func=arglist<(not argument<any '=' any>) any ','> )
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
| fix_callable.py | 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
|
| /external/libffi/testsuite/libffi.call/ |
| pyobjc-tc.c | 39 ffi_type* arglist[6]; local 74 arglist[0] = &ffi_type_sint; 75 arglist[1] = &ffi_type_pointer; 76 arglist[2] = &point_type; 77 arglist[3] = &rect_type; 78 arglist[4] = &ffi_type_sint; 79 arglist[5] = NULL; 82 5, &ffi_type_sint, arglist);
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| pyobjc-tc.c | 39 ffi_type* arglist[6]; local 74 arglist[0] = &ffi_type_sint; 75 arglist[1] = &ffi_type_pointer; 76 arglist[2] = &point_type; 77 arglist[3] = &rect_type; 78 arglist[4] = &ffi_type_sint; 79 arglist[5] = NULL; 82 5, &ffi_type_sint, arglist);
|
| /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| pyobjc-tc.c | 39 ffi_type* arglist[6]; local 74 arglist[0] = &ffi_type_sint; 75 arglist[1] = &ffi_type_pointer; 76 arglist[2] = &point_type; 77 arglist[3] = &rect_type; 78 arglist[4] = &ffi_type_sint; 79 arglist[5] = NULL; 82 5, &ffi_type_sint, arglist);
|
| /external/skia/debugger/ |
| debuggermain.cpp | 29 QStringList argList = a.arguments(); 31 if (argList.count() <= 0) { 37 QStringList::const_iterator iter = argList.begin(); 42 for ( ; iter != argList.end(); ++iter) {
|
| /external/skqp/debugger/ |
| debuggermain.cpp | 29 QStringList argList = a.arguments(); 31 if (argList.count() <= 0) { 37 QStringList::const_iterator iter = argList.begin(); 42 for ( ; iter != argList.end(); ++iter) {
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
| mips-elf-flags.exp | 39 # Assemble jr.s using each of the argument lists in ARGLIST. Return the 41 proc assemble_for_flags {arglist} { 47 foreach args $arglist { 58 # Assemble a file using each set of arguments in ARGLIST. Check that 61 proc good_combination {arglist flags} { 65 set testname "MIPS compatible objects: $arglist" 66 set objs [assemble_for_flags $arglist] 100 proc bad_combination {arglist message} { 104 set testname "MIPS incompatible objects: $arglist" 105 set objs [assemble_for_flags $arglist] [all...] |
| /external/llvm/lib/Option/ |
| ArgList.cpp | 1 //===--- ArgList.cpp - Argument List Management ---------------------------===// 10 #include "llvm/Option/ArgList.h" 37 void ArgList::append(Arg *A) { 41 void ArgList::eraseArg(OptSpecifier Id) { 47 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const { 55 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const { 64 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, 74 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, 84 Arg *ArgList::getLastArg(OptSpecifier Id) const { 96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const [all...] |
| /external/python/cpython2/Mac/Modules/ah/ |
| ahscan.py | 27 def destination(self, type, name, arglist): 30 if arglist: 31 t, n, m = arglist[0]
|
| /external/python/cpython2/Mac/Modules/help/ |
| helpscan.py | 27 def destination(self, type, name, arglist): 30 if arglist: 31 t, n, m = arglist[0]
|
| /external/python/cpython2/Mac/Modules/ibcarbon/ |
| IBCarbonscan.py | 26 def destination(self, type, name, arglist): 29 if arglist: 30 t, n, m = arglist[0]
|
| /external/python/cpython2/Mac/Modules/osa/ |
| osascan.py | 27 def destination(self, type, name, arglist): 30 if arglist: 31 t, n, m = arglist[0]
|
| /external/python/cpython2/Mac/Modules/res/ |
| resscan.py | 28 def destination(self, type, name, arglist): 31 if arglist: 32 t, n, m = arglist[0]
|
| /external/python/cpython2/Mac/Modules/scrap/ |
| scrapscan.py | 29 def destination(self, type, name, arglist): 32 if arglist: 33 t, n, m = arglist[0]
|