Searched defs:numArgs (Results 1 - 10 of 10) 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.java929 * @param numArgs the number of arguments for the function
933 public void addCustomFunction(String name, int numArgs, CustomFunction function) { argument
935 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function);
/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp125 int numArgs = argc - optionIndex; local
127 if (numArgs < 1) {
/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.cpp74 const size_t numArgs = args.size(); local
75 send.writeInt32(numArgs);
76 for (size_t i = 0; i < numArgs; i++) {
H A DBpBinder.cpp200 const size_t numArgs = args.size(); local
201 send.writeInt32(numArgs);
202 for (size_t i = 0; i < numArgs; i++) {
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp63 jfieldID numArgs; member in struct:android::__anon832
265 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs); local
270 int err = sqlite3_create_function_v2(connection->db, name, numArgs, SQLITE_UTF16,
870 gSQLiteCustomFunctionClassInfo.numArgs = GetFieldIDOrDie(env, clazz, "numArgs", "I");
H A DAndroidRuntime.cpp337 const size_t numArgs = args.size(); local
339 strArray = env->NewObjectArray(numArgs, stringClass, NULL);
341 for (size_t i = 0; i < numArgs; i++) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3845 size_t numArgs = args.size(); local
3847 if (numArgs) {
3848 if ((index < numArgs) &&
3855 if ((index < numArgs) &&
3862 if ((index < numArgs) &&
3869 if ((index < numArgs) &&
3876 if ((index < numArgs) &&
3883 if ((index < numArgs) &&
3890 if ((index < numArgs) && (args[index] == String16("--wide-color"))) {
3896 if ((index < numArgs)
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 1600 milliseconds