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::__anon862
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.cpp311 const size_t numArgs = args.size(); local
313 strArray = env->NewObjectArray(numArgs, stringClass, NULL);
315 for (size_t i = 0; i < numArgs; i++) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2573 size_t numArgs = args.size(); local
2574 if (numArgs) {
2575 if ((index < numArgs) &&
2582 if ((index < numArgs) &&
2589 if ((index < numArgs) &&
2596 if ((index < numArgs) &&
2603 if ((index < numArgs) &&
2611 if ((index < numArgs) &&
H A DSurfaceFlinger_hwc1.cpp2589 size_t numArgs = args.size(); local
2590 if (numArgs) {
2591 if ((index < numArgs) &&
2598 if ((index < numArgs) &&
2605 if ((index < numArgs) &&
2612 if ((index < numArgs) &&
2619 if ((index < numArgs) &&
2627 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 2355 milliseconds