Searched
full:database (Results
1076 -
1100 of
2940) sorted by null
<<41424344454647484950>>
/external/icu4c/samples/legacy/ |
README | 6 What is it all about: Let's say you have a 10 Tb database indexed using ICU 1.8.1. sortkeys. New ICU comes out, with neat new features you would like to use, but also with new sortkeys and you don't care to reindex your 10 Tb database. What to do then??? You can use ICU 1.8.1. in one of your compilation units and current version in all the others. So, you can use old collation until you decide to reindex.
|
/external/icu4c/test/cintltst/ |
eurocreg.c | 31 * changing their contents compared to the NLTC (IBM Toronto codepage database) definition. 34 * from the IBM codepage database.
|
/external/iproute2/man/man3/ |
libnetlink.3 | 68 database for 129 simple database dumping with filtering it is better to use the higher level
|
/external/tcpdump/ |
ospf6.h | 26 #define OSPF_TYPE_DB 2 /* Database Description */ 242 /* Database Description packet */
|
/external/webkit/LayoutTests/storage/ |
test-authorizer.js | 93 // the database is closed, but HTML5 doesn't specify a closeDatabase() call. 149 var db = openDatabaseWithSuffix("AuthorizerTest", "1.0", "Tests the database authorizer.", 32768);
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestCallback.cpp | 24 #if ENABLE(DATABASE) 235 #endif /* ENABLE(DATABASE) */
|
/external/webkit/Source/WebCore/inspector/ |
generate-inspector-idl | 87 "Database": "DATABASE",
|
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabase.h | 188 // The following block of methods are called exclusively by the sync thread to manage i/o to and from the database 231 // Track whether the "Safari 2" import is complete and/or set in the database
|
/external/webkit/Source/WebCore/platform/audio/ |
HRTFElevation.h | 49 // Loads and returns an HRTFElevation with the given HRTF database subject name and elevation from browser (or WebKit.framework) resources. 50 // Normally, there will only be a single HRTF database set, but this API supports the possibility of multiple ones with different names.
|
/external/webkit/Source/WebCore/storage/ |
DatabaseTracker.h | 32 #if ENABLE(DATABASE) 179 #endif // ENABLE(DATABASE)
|
IDBDatabase.cpp | 49 PassRefPtr<IDBDatabase> IDBDatabase::create(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseBackendInterface> database) 51 return adoptRef(new IDBDatabase(context, database));
|
/external/webkit/Source/WebKit/android/jni/ |
WebStorage.cpp | 28 #if ENABLE(DATABASE) 188 #endif //ENABLE(DATABASE)
|
/external/webkit/Source/WebKit/chromium/src/ |
WebRuntimeFeatures.cpp | 45 #if ENABLE(DATABASE) 52 #if ENABLE(DATABASE)
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 45 * eap_sim_db_priv - EAP-SIM/AKA database context 169 * This is used to fetch information from user database. The callback
|
/frameworks/base/core/java/android/content/ |
CursorLoader.java | 19 import android.database.ContentObserver; 20 import android.database.Cursor;
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteProgram.java | 17 package android.database.sqlite; 19 import android.database.DatabaseUtils;
|
/frameworks/base/core/java/android/webkit/ |
JniUtil.java | 61 * Called by JNI. Gets the application's database directory, excluding the trailing slash. 62 * @return String The application's database directory
|
/frameworks/base/core/java/android/widget/ |
ResourceCursorAdapter.java | 20 import android.database.Cursor; 100 * android.database.Cursor, ViewGroup)
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
constructors_index_additions.html | 55 <nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_added(java.lang.String)" class="hiddenlink" target="rightframe"><b>CursorWindow</b>
|
packages_index_all.html | 58 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
|
packages_index_changes.html | 58 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.widget.SimpleCursorAdapter.html | 86 <A NAME="android.widget.SimpleCursorAdapter.changeCursorAndColumns_added(android.database.Cursor, java.lang.String[], int[])"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/widget/SimpleCursorAdapter.html#changeCursorAndColumns(android.database.Cursor, java.lang.String[], int[])" target="_top"><code>changeCursorAndColumns</code></A>(<code>Cursor,</nobr> String[]<nobr>,</nobr> int[]<nobr><nobr></code>)</nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.ContactsContract.Groups.html | 86 <A NAME="android.provider.ContactsContract.Groups.newEntityIterator_added(android.database.Cursor)"></A> 87 <nobr><code>EntityIterator</code> <A HREF="../../../../reference/android/provider/ContactsContract.Groups.html#newEntityIterator(android.database.Cursor)" target="_top"><code>newEntityIterator</code></A>(<code>Cursor</code>)</nobr>
|
android.provider.ContactsContract.RawContacts.html | 86 <A NAME="android.provider.ContactsContract.RawContacts.newEntityIterator_added(android.database.Cursor)"></A> 87 <nobr><code>EntityIterator</code> <A HREF="../../../../reference/android/provider/ContactsContract.RawContacts.html#newEntityIterator(android.database.Cursor)" target="_top"><code>newEntityIterator</code></A>(<code>Cursor</code>)</nobr>
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsHelper.java | 57 * whether or not the setting should be saved to the database as well. 60 * @return whether to continue with writing the value to the database. In
|
Completed in 917 milliseconds
<<41424344454647484950>>