/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 137 Py_ssize_t nArgs; in _CallPythonObject() local 142 nArgs = PySequence_Length(converters); in _CallPythonObject() 146 if (nArgs < 0) { in _CallPythonObject() 151 arglist = PyTuple_New(nArgs); in _CallPythonObject() 156 for (i = 0; i < nArgs; ++i) { in _CallPythonObject() 301 static CThunkObject* CThunkObject_new(Py_ssize_t nArgs) in CThunkObject_new() argument 306 p = PyObject_GC_NewVar(CThunkObject, &PyCThunk_Type, nArgs); in CThunkObject_new() 321 for (i = 0; i < nArgs + 1; ++i) in CThunkObject_new() 334 Py_ssize_t nArgs, i; in _ctypes_alloc_callback() local 337 nArgs = PySequence_Size(converters); in _ctypes_alloc_callback() [all …]
|
D | _ctypes.c | 2248 Py_ssize_t nArgs; in converters_from_argtypes() local 2257 nArgs = PyTuple_GET_SIZE(ob); in converters_from_argtypes() 2258 converters = PyTuple_New(nArgs); in converters_from_argtypes() 2269 for (i = 0; i < nArgs; ++i) { in converters_from_argtypes()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 218 Py_ssize_t nArgs; in _CallPythonObject() local 225 nArgs = PySequence_Length(converters); in _CallPythonObject() 229 if (nArgs < 0) { in _CallPythonObject() 234 arglist = PyTuple_New(nArgs); in _CallPythonObject() 239 for (i = 0; i < nArgs; ++i) { in _CallPythonObject() 385 static CThunkObject* CThunkObject_new(Py_ssize_t nArgs) in CThunkObject_new() argument 390 p = PyObject_GC_NewVar(CThunkObject, &PyCThunk_Type, nArgs); in CThunkObject_new() 406 for (i = 0; i < nArgs + 1; ++i) in CThunkObject_new() 419 Py_ssize_t nArgs, i; in _ctypes_alloc_callback() local 422 nArgs = PySequence_Size(converters); in _ctypes_alloc_callback() [all …]
|
D | _ctypes.c | 2340 Py_ssize_t nArgs; in converters_from_argtypes() local 2349 nArgs = PyTuple_GET_SIZE(ob); in converters_from_argtypes() 2350 converters = PyTuple_New(nArgs); in converters_from_argtypes() 2361 for (i = 0; i < nArgs; ++i) { in converters_from_argtypes()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncExtFunction.java | 90 int nArgs = m_argVec.size(); in fixupVariables() local 92 for (int i = 0; i < nArgs; i++) in fixupVariables() 193 int nArgs = m_argVec.size(); in execute() local 195 for (int i = 0; i < nArgs; i++) in execute() 305 int nArgs = m_argVec.size(); in exprSetParent() local 307 for (int i = 0; i < nArgs; i++) in exprSetParent()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | ttProgram.py | 353 nArgs = len(args) 357 while nArgs: 358 while nWords < nArgs and nWords < 255 and not (0 <= args[nWords] <= 255): 361 while nWords+nBytes < nArgs and nBytes < 255 and 0 <= args[nWords+nBytes] <= 255: 363 if nBytes < 2 and nWords + nBytes < 255 and nWords + nBytes != nArgs: 399 nArgs -= nTotal 406 assert nArgs <= 8, nArgs 407 op = op + nArgs - 1 410 assert nArgs < 256 412 push(nArgs)
|
/external/honggfuzz/tools/ |
D | createStackBlacklist.sh | 60 nArgs=$# 98 if [ $nArgs -gt 2 ]; then
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnixAPIChecker.cpp | 286 unsigned int nArgs = CE->getNumArgs(); in CheckCallocZero() local 287 if (nArgs != 2) in CheckCallocZero() 294 for (i = 0; i < nArgs; i++) { in CheckCallocZero()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 640 Selector(IdentifierInfo *II, unsigned nArgs) { in Selector() argument 643 assert(nArgs < 2 && "nArgs not equal to 0/1"); in Selector() 644 InfoPtr |= nArgs+1; in Selector()
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 864 nArgs = self.pop() 866 if subrIndex == 0 and nArgs == 3: 869 elif subrIndex == 1 and nArgs == 0:
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 9869 CompareOverloadCandidatesForDisplay(Sema &S, SourceLocation Loc, size_t nArgs) in CompareOverloadCandidatesForDisplay() 9870 : S(S), NumArgs(nArgs) {} in CompareOverloadCandidatesForDisplay()
|
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |