HomeSort by relevance Sort by last modified time
    Searched refs:keyPath (Results 26 - 46 of 46) sorted by null

12

  /system/extras/verity/
BootSignature.java 111 String keyPath,
115 PrivateKey key = Utils.loadPEMPrivateKeyFromFile(keyPath);
  /external/chromium_org/content/test/data/indexeddb/
object_store_test.js 95 window.objectStore = db.createObjectStore('employees', {keyPath: 'id'});
97 shouldBe("objectStore.keyPath", "'id'");
transaction_test.js 67 db.createObjectStore('employees', {keyPath: 'id'});
index_test.js 98 shouldBe("index.keyPath", "'aKey'");
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.cpp 319 void IDBRequest::onSuccess(PassRefPtr<SharedBuffer> prpValueBuffer, PassOwnPtr<Vector<blink::WebBlobInfo> > blobInfo, IDBKey* prpPrimaryKey, const IDBKeyPath& keyPath)
326 ASSERT(keyPath == effectiveObjectStore(m_source)->metadata().keyPath);
335 assertPrimaryKeyValidOrInjectable(m_scriptState.get(), valueBuffer, m_blobInfo.get(), primaryKey, keyPath);
338 onSuccessInternal(IDBAny::create(valueBuffer, m_blobInfo.get(), primaryKey, keyPath));
InspectorIndexedDBAgent.cpp 70 using WebCore::TypeBuilder::IndexedDB::KeyPath;
230 static PassRefPtr<KeyPath> keyPathFromIDBKeyPath(const IDBKeyPath& idbKeyPath)
232 RefPtr<KeyPath> keyPath;
235 keyPath = KeyPath::create().setType(KeyPath::Type::Null);
238 keyPath = KeyPath::create().setType(KeyPath::Type::String)
    [all...]
IDBIndex.cpp 69 ScriptValue IDBIndex::keyPath(ScriptState* scriptState) const
71 return idbAnyToScriptValue(scriptState, IDBAny::create(m_metadata.keyPath));
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js 68 'sync-chunks', {keyPath: 'sequence', autoIncrement: true});
72 'docs', {keyPath: 'docid'});
77 'user-events', {keyPath: 'sequence', autoIncrement: true});
  /external/chromium_org/third_party/icu/source/common/
uresbund.c 843 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
895 keyPath = locale;
902 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
903 if(keyPath) {
904 *keyPath = 0;
905 keyPath++;
911 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
912 if(keyPath) {
913 *keyPath = 0;
914 keyPath++
    [all...]
usprep.cpp 362 LocalMemory<char> keyPath;
366 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
385 key->path = keyPath.orphan();
  /external/icu/icu4c/source/common/
uresbund.cpp 844 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
896 keyPath = locale;
903 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
904 if(keyPath) {
905 *keyPath = 0;
906 keyPath++;
912 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
913 if(keyPath) {
914 *keyPath = 0;
915 keyPath++
    [all...]
usprep.cpp 353 LocalMemory<char> keyPath;
357 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
376 key->path = keyPath.orphan();
  /external/chromium_org/ui/file_manager/image_loader/
cache.js 93 db.createObjectStore('metadata', {keyPath: 'key'});
94 db.createObjectStore('data', {keyPath: 'key'});
95 db.createObjectStore('settings', {keyPath: 'key'});
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 101 // The keyPath of the object store.
239 // The keyPath of the index.
302 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, keyPath)
310 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, keyPath)
  /sdk/find_java/src/source/
find_java_lib.cpp 150 static bool getRegValue(const char *keyPath,
157 keyPath, // lpSubKey
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 105 web_store_metadata.keyPath =
106 WebIDBKeyPathBuilder::Build(idb_store_metadata.keyPath);
119 web_index_metadata.keyPath =
120 WebIDBKeyPathBuilder::Build(idb_index_metadata.keyPath);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc 252 idb_store_metadata.keyPath = web_store_metadata.key_path;
265 idb_index_metadata.keyPath = web_index_metadata.key_path;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1552 milliseconds

12