/libcore/luni/src/test/java/libcore/icu/ |
AlphabeticIndexTest.java | 22 private static AlphabeticIndex.ImmutableIndex createIndex(Locale locale) { 35 AlphabeticIndex.ImmutableIndex en = createIndex(Locale.ENGLISH); 41 AlphabeticIndex.ImmutableIndex ja = createIndex(Locale.JAPANESE); 70 AlphabeticIndex.ImmutableIndex ko = createIndex(Locale.KOREAN); 80 AlphabeticIndex.ImmutableIndex cs = createIndex(new Locale("cs")); 94 AlphabeticIndex.ImmutableIndex fr = createIndex(Locale.FRENCH); 101 AlphabeticIndex.ImmutableIndex da = createIndex(new Locale("da")); 110 AlphabeticIndex.ImmutableIndex de = createIndex(Locale.GERMAN); 120 AlphabeticIndex.ImmutableIndex th = createIndex(new Locale("th")); 128 AlphabeticIndex.ImmutableIndex ar = createIndex(new Locale("ar")) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBObjectStore.h | 75 PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const String& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); } 76 PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const Vector<String>& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); } 103 PassRefPtr<IDBIndex> createIndex(ExecutionContext*, const String& name, const IDBKeyPath&, const Dictionary&, ExceptionState&); 104 PassRefPtr<IDBIndex> createIndex(ExecutionContext*, const String& name, const IDBKeyPath&, bool unique, bool multiEntry, ExceptionState&);
|
IDBObjectStore.idl | 42 [CallWith=ExecutionContext, RaisesException] IDBIndex createIndex(DOMString name, sequence<DOMString> keyPath, optional Dictionary options); 43 [CallWith=ExecutionContext, RaisesException] IDBIndex createIndex(DOMString name, DOMString keyPath, optional Dictionary options);
|
IDBObjectStore.cpp | 366 PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState) 374 return createIndex(context, name, keyPath, unique, multiEntry, exceptionState); 377 PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionState& exceptionState) 379 IDB_TRACE("IDBObjectStore::createIndex"); 415 backendDB()->createIndex(m_transaction->id(), id(), indexId, name, keyPath, unique, multiEntry);
|
/external/chromium_org/content/test/data/indexeddb/ |
bug_109187.js | 17 window.index1 = store.createIndex('index1Name', 'prop1'); 18 window.index2 = store.createIndex(
|
index_test.js | 102 request = objectStore.createIndex('myIndex', 'aKey', {unique: true}); 109 function createIndex(expect_error) 113 window.index = objectStore.createIndex('myIndex', 'aKey', {unique: true}); 123 createIndex(false);
|
object_store_test.js | 99 objectStore.createIndex('fname_index', 'fname'); 100 objectStore.createIndex('lname_index', 'fname');
|
cursor_prefetch.js | 22 store.createIndex('index', '');
|
/external/chromium_org/content/child/indexed_db/ |
webidbdatabase_impl.h | 83 virtual void createIndex(long long transactionId,
|
webidbdatabase_impl.cc | 226 void WebIDBDatabaseImpl::createIndex(long long transaction_id,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebIDBDatabase.h | 56 virtual void createIndex(long long transactionId, long long objectStoreId, long long indexId, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { BLINK_ASSERT_NOT_REACHED(); }
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseAuthorizer.h | 60 int createIndex(const String& indexName, const String& tableName);
|
DatabaseAuthorizer.cpp | 173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName)
|
/external/chromium_org/tools/perf/page_sets/endure/ |
indexeddb_app.js | 69 syncStore.createIndex('doc-index', 'docid'); 73 docStore.createIndex( 78 userEventStore.createIndex('doc-index', 'docid');
|
/packages/apps/Email/src/com/android/email/provider/ |
DBHelper.java | 186 static String createIndex(String tableName, String columnName) { 321 db.execSQL(createIndex(Message.TABLE_NAME, columnName)); 408 db.execSQL(createIndex(tableName, MessageChangeLogTable.MESSAGE_KEY)); 409 db.execSQL(createIndex(tableName, MessageChangeLogTable.ACCOUNT_KEY)); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteDatabase.cpp | 369 return auth->createIndex(parameter1, parameter2);
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | [all...] |
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.jar | |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |