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

<<11121314151617181920>>

  /external/python/cpython3/Lib/lib2to3/fixes/
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
142 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
144 arglist: (argument ',')* (argument [',']
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
142 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
144 arglist: (argument ',')* (argument [',']
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
142 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
144 arglist: (argument ',')* (argument [',']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
142 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
144 arglist: (argument ',')* (argument [',']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /tools/tradefederation/core/src/com/android/tradefed/sandbox/
TradefedSandboxRunner.java 87 List<String> argList = new ArrayList<>(Arrays.asList(args));
90 if (argList.size() < 2) {
100 SerializationUtil.deserialize(new File(argList.remove(0)), false);
112 context, new StubScheduledInvocationListener(), argList.toArray(new String[0]));
  /external/python/cpython3/Modules/_ctypes/
callbacks.c 136 PyObject *arglist = NULL; local
153 arglist = PyTuple_New(nArgs);
154 if (!arglist) {
176 PyTuple_SET_ITEM(arglist, i, v);
197 PyTuple_SET_ITEM(arglist, i, (PyObject *)obj);
234 result = PyObject_CallObject(callable, arglist);
283 Py_XDECREF(arglist);
  /external/clang/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
Utils.h 30 class ArgList;
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
Utils.h 30 class ArgList;
195 int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
205 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
209 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,

Completed in 1092 milliseconds

<<11121314151617181920>>