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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Analysis/
blocks.m 41 - (id)initWithFormat:(NSString *)format arguments:(va_list)argList __attribute__((format(__NSString__, 1, 0)));
  /external/clang/test/SemaObjC/
arc.m 679 __builtin_va_list arglist;
680 __builtin_va_start(arglist, first);
681 id obj = __builtin_va_arg(arglist, id);
682 __builtin_va_end(arglist);
  /external/clang/tools/driver/
cc1_main.cpp 29 #include "llvm/Option/ArgList.h"
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /art/test/046-reflect/src/
Main.java 147 Object[] argList = new Object[] {
153 + ((Float)argList[1]).floatValue());
156 boxval = (Integer) meth.invoke(instance, argList);
  /external/google-benchmark/src/
benchmark.cc 425 std::vector<int> arglist; local
426 AddRange(&arglist, start, limit, kRangeMultiplier);
428 for (int i : arglist) {
  /external/libchrome/base/
bind_helpers.h 635 template <typename R, typename ArgList>
647 template <typename R, typename ArgList>
648 using MakeFunctionType = typename MakeFunctionTypeImpl<R, ArgList>::Type;
  /external/libweave/third_party/chromium/base/
bind_helpers.h 574 template <typename R, typename ArgList>
586 template <typename R, typename ArgList>
587 using MakeFunctionType = typename MakeFunctionTypeImpl<R, ArgList>::Type;
  /external/e2fsprogs/e2fsck/
dict.c 1230 va_list arglist; local
1233 va_start(arglist, string);
1234 tokptr = va_arg(arglist, char **);
1243 tokptr = va_arg(arglist, char **);
1249 va_end(arglist);
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 30 #include "llvm/Option/ArgList.h"
298 const ArgList &Args,
373 void Driver::setLTOMode(const llvm::opt::ArgList &Args) {
397 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
415 ParseDriverMode(ArgList.slice(1));
422 InputArgList Args = ParseArgStrings(ArgList.slice(1));
524 static void printArgList(raw_ostream &OS, const llvm::opt::ArgList &Args) {
    [all...]
Multilib.cpp 18 #include "llvm/Option/ArgList.h"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 142 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
283 # keyword arguments after *arglist
821 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 142 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
283 # keyword arguments after *arglist
821 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 147 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
285 # keyword arguments after *arglist
795 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
py3_test_grammar.py 151 ### decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
287 # keyword arguments after *arglist
740 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 142 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
283 # keyword arguments after *arglist
821 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 147 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
285 # keyword arguments after *arglist
795 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
py3_test_grammar.py 151 ### decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
287 # keyword arguments after *arglist
740 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 142 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
283 # keyword arguments after *arglist
821 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 361 ^( ARGLIST
  /frameworks/base/tools/aapt2/link/
Link.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 291 # NB: we hold on to references to functions in the arglist due to the
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 291 # NB: we hold on to references to functions in the arglist due to the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 291 # NB: we hold on to references to functions in the arglist due to the

Completed in 902 milliseconds

1 2 3 4 5 6 7 891011>>