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

<<11121314151617181920>>

  /external/python/cpython2/Mac/Modules/fm/
fmscan.py 26 def destination(self, type, name, arglist):
  /external/python/cpython3/Include/
graminit.h 81 #define arglist 334 macro
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 448 va_list arglist; local
450 va_start(arglist, string);
451 vsprintf(buffer, string, arglist);
452 va_end(arglist);
  /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 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
Grammar 22 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
111 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
122 arglist: (argument ',')* (argument [',']
  /external/llvm/include/llvm/Support/
Threading.h 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
94 std::forward<Args>(ArgList)...);
100 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /external/one-true-awk/
parse.c 234 { /* body of function, arglist */
258 extern Node *arglist;
259 Node *p = arglist;
  /external/python/cpython2/Grammar/
Grammar 22 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
111 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
122 arglist: (argument ',')* (argument [',']
  /external/python/cpython2/Mac/Modules/qd/
qdscan.py 50 def destination(self, type, name, arglist):
53 if arglist:
54 t, n, m = arglist[0]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
94 std::forward<Args>(ArgList)...);
100 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,

Completed in 1388 milliseconds

<<11121314151617181920>>