HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 101 - 125 of 811) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 12 ArgList, String, syms)
19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
34 open_args = ArgList([filename.clone()], rparen=execfile_paren)
fix_throw.py 14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple
20 trailer< '(' args=arglist< exc=any ',' val=any [',' tb=any] > ')' >
53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
fix_reduce.py 23 arglist< (
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_reduce.py 23 arglist< (
  /external/jline/src/src/main/java/jline/
ConsoleRunner.java 29 List argList = new ArrayList(Arrays.asList(args));
31 if (argList.size() == 0) {
40 String mainClass = (String) argList.remove(0);
75 invoke(null, new Object[] { argList.toArray(new String[0]) });
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_reduce.py 23 arglist< (
  /external/python/cpython2/PC/os2emx/
pythonpm.c 34 } arglist; typedef in typeref:struct:__anon32939
58 arglist args;
106 arglist *args;
112 args = (arglist *)argl;
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_reduce.py 23 arglist< (
fix_intern.py 20 ( not(arglist | argument<any '=' any>) obj=any
21 | obj=arglist<(not argument<any '=' any>) any ','> )
fix_reload.py 17 ( not(arglist | argument<any '=' any>) obj=any
18 | obj=arglist<(not argument<any '=' any>) any ','> )
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_reduce.py 23 arglist< (
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_reduce.py 23 arglist< (
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_reduce.py 23 arglist< (
  /system/chre/platform/linux/
platform_log.cc 72 va_list argList;
73 va_start(argList, formatStr);
74 int result = vasprintf(&formattedStr, formatStr, argList);
75 va_end(argList);
  /system/tools/aidl/
ast_cpp_unittest.cpp 108 ArgList{vector<string>{"int normalarg", "float normal2"}})};
111 ArgList{ "int subarg" },
115 ArgList{ "int subarg" },
156 ArgList simple("foo");
158 ArgList compound({"foo", "bar", "baz"});
162 ArgList nested(std::move(args));
185 ConstructorImpl c("ClassName", ArgList({"a", "b", "c"}),
207 ArgList({"has", "some", "args"}));
236 ArgList{{"arg 1", "arg 2", "arg 3"}},
  /external/llvm/include/llvm/Option/
ArgList.h 1 //===--- ArgList.h - Argument List Management -------------------*- C++ -*-===//
27 class ArgList;
30 /// arg_iterator - Iterates through arguments stored inside an ArgList.
36 const ArgList &Args;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
88 /// ArgList - Ordered collection of driver arguments.
90 /// The ArgList class manages a list of Arg instances as well as
94 class ArgList {
110 ArgList() = default;
116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 1 //===--- ArgList.h - Argument List Management -------------------*- C++ -*-===//
27 class ArgList;
30 /// arg_iterator - Iterates through arguments stored inside an ArgList.
36 const ArgList &Args;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
88 /// ArgList - Ordered collection of driver arguments.
90 /// The ArgList class manages a list of Arg instances as well as
94 class ArgList {
110 ArgList() = default;
116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 1 //===--- ArgList.h - Argument List Management -------------------*- C++ -*-===//
27 class ArgList;
30 /// arg_iterator - Iterates through arguments stored inside an ArgList.
36 const ArgList &Args;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
88 /// ArgList - Ordered collection of driver arguments.
90 /// The ArgList class manages a list of Arg instances as well as
94 class ArgList {
110 ArgList() = default;
116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear();
    [all...]
  /external/autotest/client/tests/aio_dio_bugs/
aio_dio_bugs.py 13 arglist = 1 variable
40 + test[arglist]
  /external/autotest/client/tests/rmaptest/
rmaptest.py 11 arglist = 1 variable
29 cmd = '%s/%s %s %s' % (self.srcdir, test[name], args, test[arglist])
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
ytab.go 7 type argList [6]uint8
16 args argList
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
ytab.go 7 type argList [6]uint8
16 args argList
  /external/ltp/testcases/open_posix_testsuite/tools/
t0.c 19 * $ ./t0 n exe arglist
22 * arglist is the arguments to be passed to executable.
26 * $ exe arglist
76 printf(" $ %s n exe arglist\n", argv[0]);
82 (" arglist is the arguments to be passed to executable.\n\n");
  /external/python/cpython2/Mac/Modules/cf/
cfscan.py 54 def destination(self, type, name, arglist):
57 if arglist and name[:13] != 'CFPreferences':
58 t, n, m = arglist[0]
63 if t == 'CFAllocatorRef' and m == 'InMode' and len(arglist) > 1:
64 t, n, m = arglist[1]
  /external/python/cpython2/Mac/Modules/file/
filescan.py 27 def destination(self, type, name, arglist):
30 if arglist:
32 if len(arglist) > 2:
33 t, n, m = arglist[1]
39 t, n, m = arglist[0]

Completed in 973 milliseconds

1 2 3 45 6 7 8 91011>>