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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
52 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
79 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
52 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
79 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
52 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
79 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
52 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
79 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
52 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
79 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
52 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
79 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /external/autotest/server/site_tests/moblab_RunSuite/
control.dummyServer 20 --args="<ARGLIST>"
22 where ARGLIST is a whitespace separated list of the following key=value pairs.
control.dummyServerNoSsp 19 --args="<ARGLIST>"
21 where ARGLIST is a whitespace separated list of the following key=value pairs.
control.smoke 20 test_that -b stumpy_moblab <remote> moblab_SmokeSuite --args="<ARGLIST>"
22 where ARGLIST is a whitespace separated list of the following key=value pairs.
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_apply.py 21 arglist<
69 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_apply.py 21 arglist<
69 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
  /system/tools/aidl/
generate_cpp.cpp 108 ArgList BuildArgList(const TypeNamespace& types,
154 return ArgList(method_arguments);
261 ArgList{BuildArgList(types, method, true /* for method decl */)}}};
303 ArgList(var_name))));
312 ArgList(var_name))));
331 ArgList(args))));
361 ArgList(kReturnVarName))));
376 ArgList(a->GetName()))));
410 ArgList{StringPrintf("const ::android::sp<::android::IBinder>& %s",
484 ArgList{{"ATRACE_TAG_AIDL"
    [all...]
  /external/icu/icu4c/source/io/
uprntf_p.cpp 1062 ufmt_args *arglist = NULL; local
1242 ufmt_args *arglist = NULL; \/* initialized it to avoid compiler warnings *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
142 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
144 arglist: (argument ',')* (argument [',']
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_isinstance.py 21 trailer< '(' arglist< any ',' atom< '('
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 23 #include "llvm/Option/ArgList.h"
34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
42 SmallVector<const char *, 16> Args(ArgList.begin(), ArgList.end());
  /external/clang/test/SemaObjC/
uninit-variables.m 10 + (void)raise:(NSString *)name format:(NSString *)format arguments:(va_list)argList;
  /external/llvm/test/CodeGen/ARM/
fast-isel-crash.ll 18 define void @wrap(i8 addrspace(1)* addrspace(1)* %arglist, i32 addrspace(1)* %gtid) nounwind ssp {
  /external/llvm/test/CodeGen/PowerPC/
fast-isel-crash.ll 19 define void @wrap(i8 addrspace(1)* addrspace(1)* %arglist, i32 addrspace(1)* %gtid) nounwind {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 197 va_list arglist; local
203 va_start(arglist, fmt);
205 params[i] = va_arg(arglist, LLVMValueRef);
207 va_end(arglist);
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 29 va_list argList;
30 va_start(argList, count);
32 int p = va_arg(argList, int);
35 va_end(argList);
  /external/python/cpython2/Lib/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
144 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
146 arglist: argument (',' argument)* [',']
  /external/python/cpython3/Grammar/
Grammar 15 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
112 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
123 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
125 arglist: argument (',' argument)* [',']
  /external/python/cpython3/Lib/lib2to3/
Grammar.txt 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
136 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
147 classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
149 arglist: argument (',' argument)* [',']

Completed in 1097 milliseconds

1 2 3 4 5 6 7 8 91011>>