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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 199 optitems, arglist = getopt.getopt(args, "k:mdhs:v")
205 if len(arglist) < 1:
209 for i, filespec in enumerate(arglist):
211 arglist[i:i+1] = glob.glob(filespec)
216 for filename in arglist:
222 print 'Cannot open file %s.' % arglist[0]
  /external/python/cpython2/Tools/scripts/
texcheck.py 199 optitems, arglist = getopt.getopt(args, "k:mdhs:v")
205 if len(arglist) < 1:
209 for i, filespec in enumerate(arglist):
211 arglist[i:i+1] = glob.glob(filespec)
216 for filename in arglist:
222 print 'Cannot open file %s.' % arglist[0]
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.in 4 // API_ENTRY(funcname, paramlist, arglist)
6 // API_ENTRY_RET(return_type,funcname, paramlist, arglist)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
  /external/deqp/framework/delibs/deutil/
deProcess.c 112 char** argList = cmdLine ? (char**)deCalloc(sizeof(char*)*((size_t)cmdLine->numArgs+1)) : DE_NULL;
114 if (!cmdLine || !argList)
123 argList[argNdx] = cmdLine->args[argNdx];
124 argList[argNdx] = DE_NULL; /* Terminate with 0. */
127 if (workingDirectory && beginsWithPath(argList[0], workingDirectory))
128 stripLeadingPath(argList[0], workingDirectory);
130 execv(argList[0], argList);
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name('with_traceback')) + [ArgList([tb])]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_raise.py 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
  /system/tools/hidl/docs/src/parser/elements/declarations/
MethodDeclarationParser.kt 83 for (argList in argLists) {
84 list.add(formatArgEntry(argList)) //use tokens to create ArgEntry
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 77 #define arglist 330 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 77 #define arglist 330 macro
  /external/python/cpython2/Doc/tools/extensions/
pyspecific.py 212 opname, arglist = m.groups()
214 if arglist is not None:
217 paramlist += addnodes.desc_parameter(arglist, arglist)
  /external/python/cpython2/Include/
graminit.h 77 #define arglist 330 macro

Completed in 1225 milliseconds

<<11121314151617181920>>