HomeSort by relevance Sort by last modified time
    Searched full:table_names (Results 1 - 5 of 5) sorted by null

  /external/libnl/lib/route/
route_utils.c 51 static NL_LIST_HEAD(table_names);
55 return __trans_list_add(id, name, &table_names);
68 __trans_list_clear(&table_names);
73 __trans_list_clear(&table_names);
80 return __list_type2str(table, buf, size, &table_names);
85 return __list_str2type(name, &table_names);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 67 static final String[] TABLE_NAMES = new String[] {
114 // make sure that these match the index of TABLE_NAMES
128 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS],
130 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/#",
132 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES],
134 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES] + "/#",
139 TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/" + SearchManager.SUGGEST_URI_PATH_QUERY,
778 Cursor c = mOpenHelper.getReadableDatabase().query(TABLE_NAMES[match % 10], projection,
    [all...]
BrowserProvider2.java 519 String table = BrowserProvider.TABLE_NAMES[BrowserProvider.URI_MATCH_BOOKMARKS];
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 152 this.rpc_('CheckTable', { 'table_names': tableNames },
282 var message = { 'table_names': this.tableNames_, 'text': text };
319 'table_names': this.tableNames_,
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 292 private static final SparseArray<String> TABLE_NAMES;
307 TABLE_NAMES = array;
643 final String tableName = TABLE_NAMES.valueAt(table);
    [all...]

Completed in 280 milliseconds