Searched refs:indexName (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DDatabaseAuthorizer.h60 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);
H A DIDBLevelDBBackingStore.cpp1085 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) argument
1091 ret.append(encodeStringWithLength(indexName));
1103 String indexName() const { return m_indexName; } function in class:WebCore::__anon14722::IndexNamesKey
1944 String indexName = decodeString(it->value().begin(), it->value().end()); local
1961 foundNames.append(indexName);
/external/icu4c/tools/toolutil/
H A Dwritesrc.h73 const char *indexName, const char *dataName,
H A Dwritesrc.c175 const char *indexName, const char *data32Name,
187 indexName,
188 indexName,
197 indexName,
172 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h263 void appendArrayAccess(const char* indexName, GrStringBuilder* out) { argument
266 indexName,
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java164 private void emitIndexHeader(String indexName, int indexType, argument
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>");
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2546 milliseconds