OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customfunctions
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java
89
public final ArrayList<SQLiteCustomFunction>
customFunctions
=
147
customFunctions
.clear();
148
customFunctions
.addAll(other.
customFunctions
);
SQLiteConnection.java
221
final int functionCount = mConfiguration.
customFunctions
.size();
223
SQLiteCustomFunction function = mConfiguration.
customFunctions
.get(i);
403
final int functionCount = configuration.
customFunctions
.size();
405
SQLiteCustomFunction function = configuration.
customFunctions
.get(i);
406
if (!mConfiguration.
customFunctions
.contains(function)) {
[
all
...]
SQLiteDatabase.java
[
all
...]
/external/libexif/libexif/canon/
mnote-canon-tag.c
45
{MNOTE_CANON_TAG_CUSTOM_FUNCS, "
CustomFunctions
", N_("Custom Functions"), ""},
Completed in 50 milliseconds