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

  /external/iproute2/
configure 6 TABLES=
144 TABLES="iptables"
146 TABLES="xtables"
155 for file in $dir/$TABLES/lib*t_*so ; do
157 echo $dir/$TABLES
158 echo "IPT_LIB_DIR:=$dir/$TABLES" >> Config
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 114 private static final String TABLES = ClickLog.TABLE_NAME + " INNER JOIN " +
171 false, TABLES, SHORTCUT_QUERY_COLUMNS, where, GROUP_BY, having, orderBy, null);
178 false, TABLES, SHORTCUT_QUERY_COLUMNS, where, GROUP_BY, having, orderBy, null);
188 final String tables = SourceStats.TABLE_NAME; local
196 false, tables, columns, where, groupBy, having, orderBy, limit);
685 // -------------------------- TABLES --------------------------
778 // -------------------------- END TABLES --------------------------
804 // The shortcuts info is not all that important, so we just drop the tables
    [all...]

Completed in 108 milliseconds