HomeSort by relevance Sort by last modified time
    Searched refs:indexName (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h 60 int createIndex(const String& indexName, const String& tableName);
61 int createTempIndex(const String& indexName, const String& tableName);
62 int dropIndex(const String& indexName, const String& tableName);
63 int dropTempIndex(const String& indexName, const String& tableName);
86 int allowReindex(const String& indexName);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 73 const char *indexName, const char *dataName,
writesrc.c 175 const char *indexName, const char *data32Name,
187 indexName,
188 indexName,
197 indexName,
  /external/icu4c/tools/toolutil/
writesrc.h 73 const char *indexName, const char *dataName,
writesrc.c 180 const char *indexName, const char *data32Name,
192 indexName,
193 indexName,
202 indexName,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.h 61 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback>);
InspectorIndexedDBAgent.cpp 218 static PassRefPtr<IDBIndex> indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName)
221 RefPtr<IDBIndex> idbIndex = idbObjectStore->index(indexName, exceptionState);
476 static PassRefPtr<DataLoader> create(ExecutionContext* context, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize)
478 return adoptRef(new DataLoader(context, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize));
517 DataLoader(ExecutionContext* executionContext, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize)
522 , m_indexName(indexName)
641 void InspectorIndexedDBAgent::requestData(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback> requestCallback)
665 RefPtr<DataLoader> dataLoader = DataLoader::create(document, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize);
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 257 android::String8 indexName;
258 indexName.append(StringUtil::substr(orig, matchStart, matchEnd - matchStart));
260 if (!findIndex(indexName, val)) {
261 LOGE("TaskCase::translateVarName no index with name %s", indexName.string());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IndexedDBModel.js 342 * @param {string} indexName
348 loadIndexData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
350 this._requestData(databaseId, databaseId.name, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback);
357 * @param {string} indexName
363 _requestData: function(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
391 IndexedDBAgent.requestData(databaseId.securityOrigin, databaseName, objectStoreName, indexName, skipCount, pageSize, keyRange ? keyRange : undefined, innerCallback.bind(this));
ResourcesPanel.js     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h 298 void appendArrayAccess(const char* indexName, SkString* out) const {
301 indexName,
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 298 void appendArrayAccess(const char* indexName, SkString* out) const {
301 indexName,
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 84 public void setMesh(String mesh, String indexName) {
86 mMeshIndexName = indexName;
  /external/jdiff/src/jdiff/
HTMLIndexes.java 164 private void emitIndexHeader(String indexName, int indexType,
167 String linkIndexName = indexName.toLowerCase();
169 if (indexName.compareTo("All Differences") == 0) {
174 h_.writeText("<table summary=\"Index for " + indexName + "\" width=\"100%\" class=\"index\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
186 h_.writeText("<b>" + indexName + "</b>"); }
188 h_.writeText("<a href=\"" + linkIndexName + "_index_all" + h_.reportFileExt + "\" class=\"hiddenlink\">" + indexName + "</a>");
191 h_.writeText("<a href=\"" + linkIndexName + "_index_all" + h_.reportFileExt + "\" class=\"staysblack\">All " + indexName + "</a>");
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 319 int indexName = insertHelper.getColumnIndex("name");
326 DatabaseUtils.cursorStringToInsertHelper(cursor, "name", insertHelper, indexName);
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 221 milliseconds

1 2