Searched refs:nArgs (Results 1 - 23 of 23) sorted by relevance

/external/xmlrpcpp/test/
H A DFileClient.cpp89 int nArgs = 0; local
91 std::cout << "Parsing arg " << nArgs+1 << std::endl;
97 std::cout << "Adding arg " << nArgs+1 << " to params array." << std::endl;
98 params[nArgs++] = arg;
102 XmlRpcUtil::log(3, "XmlRpcServerConnection::parseRequest: parsed %d params.", nArgs);
H A DHelloServer.cpp52 int nArgs = params.size(); local
54 for (int i=0; i<nArgs; ++i)
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java90 int nArgs = m_argVec.size();
92 for (int i = 0; i < nArgs; i++)
193 int nArgs = m_argVec.size();
195 for (int i = 0; i < nArgs; i++)
305 int nArgs = m_argVec.size();
307 for (int i = 0; i < nArgs; i++)
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp113 static void GetNumberOfArgs(TEXTCHAR* str, INT* nArgs);
131 INT nArgs = 0; local
153 GetNumberOfArgs(str_clean, &nArgs);
155 b_str_opt = (INT*) FDKcalloc(nArgs, sizeof(INT));
156 s_str = (TEXTCHAR*) FDKcalloc(nArgs*CMDL_MAX_ARGC, sizeof(TEXTCHAR) );
157 c_str_type = (TEXTCHAR*) FDKcalloc(nArgs, sizeof(TEXTCHAR));
171 for ( i = 0; i < nArgs; i++ )
188 if (CheckArg(p_arg, s_str, nArgs, c_str_type[i], current_str))
298 void GetNumberOfArgs(TEXTCHAR* str, INT* nArgs) argument
304 *nArgs
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py316 nArgs = len(args)
320 while nArgs:
321 while nWords < nArgs and nWords < 255 and not (0 <= args[nWords] <= 255):
324 while nWords+nBytes < nArgs and nBytes < 255 and 0 <= args[nWords+nBytes] <= 255:
326 if nBytes < 2 and nWords + nBytes < 255 and nWords + nBytes != nArgs:
362 nArgs -= nTotal
369 assert nArgs <= 8, nArgs
370 op = op + nArgs - 1
373 assert nArgs < 25
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py316 nArgs = len(args)
320 while nArgs:
321 while nWords < nArgs and nWords < 255 and not (0 <= args[nWords] <= 255):
324 while nWords+nBytes < nArgs and nBytes < 255 and 0 <= args[nWords+nBytes] <= 255:
326 if nBytes < 2 and nWords + nBytes < 255 and nWords + nBytes != nArgs:
362 nArgs -= nTotal
369 assert nArgs <= 8, nArgs
370 op = op + nArgs - 1
373 assert nArgs < 25
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp286 unsigned int nArgs = CE->getNumArgs(); local
287 if (nArgs != 2)
294 for (i = 0; i < nArgs; i++) {
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java202 int nArgs = argTypes.length;
203 if (nArgs != Descriptor.numOfParameters(desc))
210 return (n == nArgs ? result : NO);
211 else if (n >= nArgs)
/external/clang/include/clang/Basic/
H A DIdentifierTable.h625 Selector(IdentifierInfo *II, unsigned nArgs) { argument
628 assert(nArgs < 2 && "nArgs not equal to 0/1");
629 InfoPtr |= nArgs+1;
/external/xmlrpcpp/src/
H A DXmlRpcServerConnection.cpp241 int nArgs = 0; local
243 params[nArgs++] = XmlRpcValue(_request, &offset);
/external/valgrind/include/
H A Dpub_tool_tooliface.h431 // args. Finally, nArgs merely indicates the length of args[..],
433 // relevant to the syscall. args[0 .. nArgs-1] is guaranteed
438 UWord* args, UInt nArgs),
440 UWord* args, UInt nArgs, SysRes res)
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py1026 nArgs = self.pop()
1027 #print nArgs, subrIndex, "callothersubr"
1028 if subrIndex == 0 and nArgs == 3:
1031 elif subrIndex == 1 and nArgs == 0:
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py1026 nArgs = self.pop()
1027 #print nArgs, subrIndex, "callothersubr"
1028 if subrIndex == 0 and nArgs == 3:
1031 elif subrIndex == 1 and nArgs == 0:
/external/valgrind/VEX/priv/
H A Dir_opt.c3489 Int nArgs; member in struct:__anon19129::__anon19131::__anon19142
3550 Bool eq = a1->u.CCall.nArgs == a2->u.CCall.nArgs
3553 n = a1->u.CCall.nArgs;
3630 Int i, n = ae->u.CCall.nArgs;
3709 Int i, n = ae->u.CCall.nArgs;;
3837 &ae->u.CCall.args, &ae->u.CCall.nArgs,
/external/valgrind/callgrind/
H A Dmain.c1713 UWord* args, UInt nArgs)
1728 UWord* args, UInt nArgs, SysRes res)
1712 pre_syscalltime(ThreadId tid, UInt syscallno, UWord* args, UInt nArgs) argument
1727 post_syscalltime(ThreadId tid, UInt syscallno, UWord* args, UInt nArgs, SysRes res) argument
/external/clang/lib/Sema/
H A DSemaOverload.cpp9713 CompareOverloadCandidatesForDisplay(Sema &S, SourceLocation Loc, size_t nArgs)
9714 : S(S), NumArgs(nArgs) {}
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3451 milliseconds