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

<<21222324252627282930>>

  /external/python/cpython2/Modules/
parsermodule.c 968 VALIDATER(arglist); VALIDATER(argument); variable
    [all...]
  /external/python/cpython3/Doc/extending/
extending.rst 528 PyObject *arglist;
534 arglist = Py_BuildValue("(i)", arg);
535 result = PyObject_CallObject(my_callback, arglist);
536 Py_DECREF(arglist);
572 PyObject *arglist;
574 arglist = Py_BuildValue("(l)", eventcode);
575 result = PyObject_CallObject(my_callback, arglist);
576 Py_DECREF(arglist);
582 Note the placement of ``Py_DECREF(arglist)`` immediately after the call, before
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
util.py 277 # We hold on to references to functions in the arglist due to the
  /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
  /prebuilts/python/linux-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
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.cpp 858 int ANTLRParser::printMessageV(FILE* pFile, const char* pFormat, va_list arglist) // MR23
860 return vfprintf(pFile, pFormat, arglist);
  /external/libpng/
pngconf.h 94 # define PNGARG(arglist) arglist
  /external/llvm/lib/AsmParser/
LLParser.h 398 bool ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
451 bool ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &isVarArg);
  /external/llvm/test/DebugInfo/COFF/
inlining.ll 74 ; ASM: # ArgList (0x1000) {
119 ; OBJ: ArgList (0x1000) {
  /external/pdfium/third_party/libpng16/
pngconf.h 94 # define PNGARG(arglist) arglist
  /external/valgrind/coregrind/m_demangle/
demangle.h 374 subtree is a list of ARGLIST nodes. Either or both may be
391 the right subtree is either NULL or another ARGLIST node. */
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 477 Object arglist[] = new Object[0]; local
478 Object retobj = sIsVoiceCapable.invoke(telephonyManager, arglist);
  /toolchain/binutils/binutils-2.27/include/
demangle.h 347 subtree is a list of ARGLIST nodes. Either or both may be
364 the right subtree is either NULL or another ARGLIST node. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pycodegen.py     [all...]
  /external/python/cpython2/Lib/compiler/
pycodegen.py     [all...]
  /external/python/cpython3/Lib/test/
test_grammar.py 423 ### decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
566 # keyword arguments after *arglist
    [all...]
  /external/syslinux/doc/
CodingStyle.txt 484 (defun c-lineup-arglist-tabs-only (ignored)
499 (arglist-cont-nonempty
501 c-lineup-arglist-tabs-only))))))
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py     [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 676 ^( ARGLIST
  /external/clang/tools/driver/
cc1as_main.cpp 39 #include "llvm/Option/ArgList.h"

Completed in 1250 milliseconds

<<21222324252627282930>>