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

1 2 3 45 6 7 8 91011>>

  /system/tools/aidl/
generate_cpp.cpp 105 ArgList BuildArgList(const TypeNamespace& types,
151 return ArgList(method_arguments);
258 ArgList{BuildArgList(types, method, true /* for method decl */)}}};
293 ArgList(var_name))));
311 ArgList(args))));
341 ArgList(kReturnVarName))));
356 ArgList(a->GetName()))));
389 ArgList{StringPrintf("const ::android::sp<::android::IBinder>& %s",
456 ArgList(std::move(status_args)))));
477 ArgList{return_type->WriteCast(kReturnVarName)}}})
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 29 class ArgList;
189 int getLastArgIntValue(const llvm::opt::ArgList &Args,
193 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
199 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
203 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /external/clang/lib/Driver/
ToolChains.cpp 25 #include "llvm/Option/ArgList.h"
44 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
53 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
131 static bool isSoftFloatABI(const ArgList &Args) {
142 StringRef MachO::getMachOArchName(const ArgList &Args) const {
168 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args,
175 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
227 const ArgList &Args)
247 static bool isObjCAutoRefCount(const ArgList &Args) {
251 void DarwinClang::AddLinkARCArgs(const ArgList &Args
    [all...]
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 4 // API_ENTRY(funcname, paramlist, arglist)
6 // API_ENTRY_RET(return_type,funcname, paramlist, arglist)
  /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);
  /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])]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ArgListExpr.java 41 return "ArgList[" + mId + "]" + super.computeUniqueKey();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 32 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/gdb/darwin-x86/include/python2.7/
graminit.h 77 #define arglist 330 macro
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 77 #define arglist 330 macro
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 435 (cl::defun maybe-reorder-args (funcname arglist)
439 (cl::append (cl::last arglist) (cl::butlast arglist))
440 arglist))
442 (cl::defun maybe-return-value (funcname arglist)
445 `(,(cl::if (cl::consp (cl::car arglist))
446 (cl::caar arglist)
447 (cl::car arglist)))))
449 (cl::defun swig-anyvarargs-p (arglist)
450 (cl::member :SWIG__varargs_ arglist))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 77 #define arglist 330 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 77 #define arglist 330 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
parser.so 
  /external/toybox/toys/pending/
ip.c 46 struct arglist { struct
85 static struct arglist *rt_dsfield[RPDB_ENTRIES];
86 static struct arglist *rt_protos[RPDB_ENTRIES];
87 static struct arglist *rt_tables[RPDB_ENTRIES];
88 static struct arglist *rt_realms[RPDB_ENTRIES];
89 static struct arglist *rt_scope[RPDB_ENTRIES];
91 static struct arglist rtmtypes[] = { {"none", RTN_UNSPEC},
107 static int substring_to_idx(char *str, struct arglist *list)
109 struct arglist *alist;
120 static int string_to_idx(char *str, struct arglist *list
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
parse.c 234 { /* body of function, arglist */
258 extern Node *arglist;
259 Node *p = arglist;
  /external/clang/include/clang/Driver/
Driver.h 31 class ArgList;
284 /// ArgList.
379 ConstructPhaseAction(const ToolChain &TC, const llvm::opt::ArgList &Args,
433 void setLTOMode(const llvm::opt::ArgList &Args);
439 const ToolChain &getToolChain(const llvm::opt::ArgList &Args,
463 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 197 #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;
  /toolchain/binutils/binutils-2.25/include/
ansidecl.h 197 #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;
  /external/curl/lib/
mprintf.c 121 /* Data type to read from the arglist */
238 va_list arglist)
495 vto[i + 1].data.num.as_signed = (mp_intmax_t)va_arg(arglist, int);
500 vto[i].data.str = va_arg(arglist, char *);
506 vto[i].data.ptr = va_arg(arglist, void *);
513 (mp_uintmax_t)va_arg(arglist, mp_uintmax_t);
516 (mp_intmax_t)va_arg(arglist, mp_intmax_t);
522 (mp_uintmax_t)va_arg(arglist, unsigned long);
525 (mp_intmax_t)va_arg(arglist, long);
528 (mp_uintmax_t)va_arg(arglist, unsigned int)
    [all...]
  /external/opencv3/modules/python/src2/
gen2.py 425 arglist = []
450 arglist.append((a.name, argno))
452 firstoptarg = min(firstoptarg, len(arglist))
456 arglist += outarr_list
458 arglist.append((a.name, argno))
461 firstoptarg = min(firstoptarg, len(arglist))
462 arglist += outarr_list
463 firstoptarg = min(firstoptarg, len(arglist))
465 noptargs = len(arglist) - firstoptarg
466 argnamelist = [aname for aname, argno in arglist]
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 170 const llvm::Function::ArgumentListType &argList(F.getArgumentList());
175 for (auto arg = argList.begin(); arg != argList.end(); arg++) {

Completed in 905 milliseconds

1 2 3 45 6 7 8 91011>>