Searched refs:arglist (Results 1 - 25 of 51) sorted by relevance

123

/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py6 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...]
H A Dfix_intern.py21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
H A Dfix_map.py34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py6 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...]
H A Dfix_intern.py21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
H A Dfix_map.py34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py6 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...]
H A Dfix_intern.py21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
H A Dfix_map.py34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py6 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...]
H A Dfix_intern.py21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
H A Dfix_map.py34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
H A Dansidecl.h197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
H A Dansidecl.h197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dansidecl.h197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dgraminit.h77 #define arglist 330 macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsymbol.py87 arglist = 330 variable
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dgraminit.h77 #define arglist 330 macro
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsymbol.py87 arglist = 330 variable
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dgraminit.h77 #define arglist 330 macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsymbol.py87 arglist = 330 variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dgraminit.h77 #define arglist 330 macro
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsymbol.py87 arglist = 330 variable
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Drtutils.h32 DWORD WINAPI TraceVprintfExA(DWORD dwTraceID,DWORD dwFlags,LPCSTR lpszFormat,va_list arglist);
47 DWORD WINAPI TraceVprintfExW(DWORD dwTraceID,DWORD dwFlags,LPCWSTR lpszFormat,va_list arglist);
84 VOID RouterLogEventValistExA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwErrorCode,DWORD dwMessageId,LPCSTR ptszFormat,va_list arglist);
105 VOID RouterLogEventValistExW(HANDLE hLogHandle,DWORD dwEventType,DWORD dwErrorCode,DWORD dwMessageId,LPCWSTR ptszFormat,va_list arglist);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Drtutils.h32 DWORD WINAPI TraceVprintfExA(DWORD dwTraceID,DWORD dwFlags,LPCSTR lpszFormat,va_list arglist);
47 DWORD WINAPI TraceVprintfExW(DWORD dwTraceID,DWORD dwFlags,LPCWSTR lpszFormat,va_list arglist);
84 VOID RouterLogEventValistExA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwErrorCode,DWORD dwMessageId,LPCSTR ptszFormat,va_list arglist);
105 VOID RouterLogEventValistExW(HANDLE hLogHandle,DWORD dwEventType,DWORD dwErrorCode,DWORD dwMessageId,LPCWSTR ptszFormat,va_list arglist);

Completed in 1567 milliseconds

123