Searched defs:numArgs (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCustomFunction.java26 public final int numArgs; field in class:SQLiteCustomFunction
33 * @param numArgs The number of arguments for the function, or -1 to
37 public SQLiteCustomFunction(String name, int numArgs, argument
44 this.numArgs = numArgs;
H A DSQLiteDatabase.java839 * @param numArgs the number of arguments for the function
843 public void addCustomFunction(String name, int numArgs, CustomFunction function) { argument
845 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function);
/frameworks/base/tools/aapt2/
H A DFlags.h56 size_t numArgs; member in struct:aapt::Flags::Flag
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h98 State() : numArgs(0), ID(-1), severity(None), file(NULL) {}
102 numArgs = 0;
112 int8_t numArgs; member in struct:mcld::DiagnosticEngine::State
/frameworks/native/libs/binder/
H A DBinder.cpp72 const size_t numArgs = args.size(); local
73 send.writeInt32(numArgs);
74 for (size_t i = 0; i < numArgs; i++) {
H A DBpBinder.cpp151 const size_t numArgs = args.size(); local
152 send.writeInt32(numArgs);
153 for (size_t i = 0; i < numArgs; i++) {
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp63 jfieldID numArgs; member in struct:android::__anon869
254 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs); local
259 int err = sqlite3_create_function_v2(connection->db, name, numArgs, SQLITE_UTF16,
851 gSQLiteCustomFunctionClassInfo.numArgs = GetFieldIDOrDie(env, clazz, "numArgs", "I");
H A DAndroidRuntime.cpp312 const size_t numArgs = args.size(); local
314 strArray = env->NewObjectArray(numArgs, stringClass, NULL);
316 for (size_t i = 0; i < numArgs; i++) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2713 size_t numArgs = args.size(); local
2714 if (numArgs) {
2715 if ((index < numArgs) &&
2722 if ((index < numArgs) &&
2729 if ((index < numArgs) &&
2736 if ((index < numArgs) &&
2743 if ((index < numArgs) &&
2750 if ((index < numArgs) &&
H A DSurfaceFlinger_hwc1.cpp2629 size_t numArgs = args.size(); local
2630 if (numArgs) {
2631 if ((index < numArgs) &&
2638 if ((index < numArgs) &&
2645 if ((index < numArgs) &&
2652 if ((index < numArgs) &&
2659 if ((index < numArgs) &&
2666 if ((index < numArgs) &&
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 3074 milliseconds