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

  /external/webkit/Source/WebCore/storage/
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);
IDBLevelDBBackingStore.cpp 1085 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName)
    [all...]
  /external/icu4c/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/skia/src/gpu/gl/
GrGLShaderVar.h 263 void appendArrayAccess(const char* indexName, GrStringBuilder* out) {
266 indexName,
  /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());
  /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/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 163 milliseconds