HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 176 - 200 of 327) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 13 #include "llvm/Option/ArgList.h"
  /ndk/sources/host-tools/nawk-20071023/
main.c 145 argv[0] = cmdname; /* put prog name at front of arglist */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 17 # If the arglist would be destroyed BEFORE the result has been built,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 51 power< list='list' trailer< '(' (not arglist<any+>) any ')' > >
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 17 # If the arglist would be destroyed BEFORE the result has been built,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 51 power< list='list' trailer< '(' (not arglist<any+>) any ')' > >
  /external/openssh/
scp.c 125 arglist args;
126 arglist remote_remote_args;
181 do_local_cmd(arglist *a)
557 arglist alist;
674 arglist alist;
misc.c 453 addargs(arglist *args, char *fmt, ...)
480 replacearg(arglist *args, u_int which, char *fmt, ...)
500 freeargs(arglist *args)
  /external/llvm/lib/AsmParser/
LLParser.h 340 bool ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
362 bool ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &isVarArg);
  /external/llvm/lib/Option/
OptTable.cpp 12 #include "llvm/Option/ArgList.h"
183 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index,
  /external/clang/lib/Lex/
Preprocessor.cpp 161 for (MacroArgs *ArgList = MacroArgCache; ArgList; )
162 ArgList = ArgList->deallocate();
  /external/clang/test/SemaObjC/
arc.m 667 __builtin_va_list arglist;
668 __builtin_va_start(arglist, first);
669 id obj = __builtin_va_arg(arglist, id);
670 __builtin_va_end(arglist);
  /external/dropbear/
scp.c 87 arglist args;
121 do_local_cmd(arglist *a)
458 arglist alist;
544 arglist alist;
  /external/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_windows.h 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList);
  /art/test/046-reflect/src/
Main.java 145 Object[] argList = new Object[] {
151 + ((Float)argList[1]).floatValue());
154 boxval = (Integer) meth.invoke(instance, argList);
  /external/chromium_org/third_party/libpng/
pngconf.h 313 # define PNGARG(arglist) OF(arglist)
317 # define PNGARG(arglist) ()
322 # define PNGARG(arglist) arglist
    [all...]
  /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/libpng/
pngconf.h 317 # define PNGARG(arglist) OF(arglist)
321 # define PNGARG(arglist) ()
326 # define PNGARG(arglist) arglist
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 275 # define PNGARG(arglist) OF(arglist)
279 # define PNGARG(arglist) ()
284 # define PNGARG(arglist) arglist
    [all...]

Completed in 9679 milliseconds

1 2 3 4 5 6 78 91011>>