/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...] |
/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntstrsafe.h | 140 IN va_list argList) 148 Return = _vsnprintf(Destination, MaxLength, Format, argList); 231 va_list argList; 239 va_start(argList, Format); 244 argList); 245 va_end(argList); 264 va_list argList; 299 va_start(argList, Format); 304 argList); 305 va_end(argList); [all...] |
/system/tools/aidl/ |
ast_cpp.cpp | 104 ArgList::ArgList(const std::string& single_argument) 105 : ArgList(vector<string>{single_argument}) {} 107 ArgList::ArgList(const std::vector<std::string>& arg_list) { 113 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list) 116 ArgList::ArgList(ArgList&& arg_list [all...] |
/external/clang/include/clang/Driver/ |
SanitizerArgs.h | 15 #include "llvm/Option/ArgList.h" 42 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args); 63 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
strsafe.h | 137 STRSAFEAPI StringVPrintfWorkerA(STRSAFE_LPSTR pszDest,size_t cchDest,STRSAFE_LPCSTR pszFormat,va_list argList); 138 STRSAFEAPI StringVPrintfWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,STRSAFE_LPCWSTR pszFormat,va_list argList); 139 STRSAFEAPI StringVPrintfExWorkerA(STRSAFE_LPSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags,STRSAFE_LPCSTR pszFormat,va_list argList); 140 STRSAFEAPI StringVPrintfExWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPWSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags,STRSAFE_LPCWSTR pszFormat,va_list argList); 486 STRSAFEAPI StringCchVPrintfA(STRSAFE_LPSTR pszDest,size_t cchDest,STRSAFE_LPCSTR pszFormat,va_list argList); 487 STRSAFEAPI StringCchVPrintfW(STRSAFE_LPWSTR pszDest,size_t cchDest,STRSAFE_LPCWSTR pszFormat,va_list argList); 492 STRSAFEAPI StringCchVPrintfA(STRSAFE_LPSTR pszDest,size_t cchDest,STRSAFE_LPCSTR pszFormat,va_list argList) { 494 return StringVPrintfWorkerA(pszDest,cchDest,pszFormat,argList); 497 STRSAFEAPI StringCchVPrintfW(STRSAFE_LPWSTR pszDest,size_t cchDest,STRSAFE_LPCWSTR pszFormat,va_list argList) { 499 return StringVPrintfWorkerW(pszDest,cchDest,pszFormat,argList); [all...] |
invkprxy.h | 14 HRESULT __cdecl _com_invoke_helper(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE vtRet,void *pvRet,const wchar_t *pwParamInfo,va_list argList,IErrorInfo **pperrinfo);
|
/external/clang/lib/Driver/ |
ToolChain.cpp | 21 #include "llvm/Option/ArgList.h" 34 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { 39 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, 68 const ArgList &Args) 271 const ArgList &Args) { 286 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, 306 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, 312 bool ToolChain::needsProfileRT(const ArgList &Args) { 409 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, 497 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args [all...] |
/external/llvm/lib/Option/ |
Arg.cpp | 13 #include "llvm/Option/ArgList.h" 66 std::string Arg::getAsString(const ArgList &Args) const { 82 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { 91 void Arg::render(const ArgList &Args, ArgStringList &Output) const {
|
/external/llvm/utils/emacs/ |
emacs.el | 11 (c-offsets-alist . ((arglist-intro . ++)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_has_key.py | 48 ( not(arglist | argument<any '=' any>) arg=any 49 | arglist<(not argument<any '=' any>) arg=any ','> 63 ( not(arglist | argument<any '=' any>) arg=any 64 | arglist<(not argument<any '=' any>) arg=any ','>
|
fix_apply.py | 21 arglist< 58 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
|
fix_filter.py | 29 arglist< 42 trailer< '(' arglist< none='None' ',' seq=any > ')' >
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_has_key.py | 48 ( not(arglist | argument<any '=' any>) arg=any 49 | arglist<(not argument<any '=' any>) arg=any ','> 63 ( not(arglist | argument<any '=' any>) arg=any 64 | arglist<(not argument<any '=' any>) arg=any ','>
|
fix_apply.py | 21 arglist< 58 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
|
fix_filter.py | 29 arglist< 42 trailer< '(' arglist< none='None' ',' seq=any > ')' >
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_has_key.py | 48 ( not(arglist | argument<any '=' any>) arg=any 49 | arglist<(not argument<any '=' any>) arg=any ','> 63 ( not(arglist | argument<any '=' any>) arg=any 64 | arglist<(not argument<any '=' any>) arg=any ','>
|
fix_apply.py | 21 arglist< 58 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
|
fix_filter.py | 29 arglist< 42 trailer< '(' arglist< none='None' ',' seq=any > ')' >
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_has_key.py | 48 ( not(arglist | argument<any '=' any>) arg=any 49 | arglist<(not argument<any '=' any>) arg=any ','> 63 ( not(arglist | argument<any '=' any>) arg=any 64 | arglist<(not argument<any '=' any>) arg=any ','>
|
fix_apply.py | 21 arglist< 58 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
|
/system/core/libutils/ |
Printer.cpp | 42 va_list arglist; local 43 va_start(arglist, format); 48 if (vasprintf(&formattedString, format, arglist) < 0) { // returns -1 on error 56 va_end(arglist);
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
control.dummyServer | 24 --args="<ARGLIST>" 26 where ARGLIST is a whitespace separated list of the following key=value pairs.
|
control.smoke | 23 test_that -b stumpy_moblab <remote> moblab_SmokeSuite --args="<ARGLIST>" 25 where ARGLIST is a whitespace separated list of the following key=value pairs.
|