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

  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 54 * Mark the query as DISTINCT.
56 * @param distinct if true the query is DISTINCT, otherwise it isn't
58 public void setDistinct(boolean distinct) {
59 mDistinct = distinct;
157 * @param distinct true if you want each row to be unique, false otherwise.
181 boolean distinct, String tables, String[] columns, String where,
194 if (distinct) {
195 query.append("DISTINCT ");
SQLiteDatabase.java     [all...]
  /external/openssl/crypto/
sparccpuid.S 45 ! V9-compliant, as V9 returns a distinct value of 0x99,
  /external/grub/docs/
texinfo.tex     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 390 StatusUpdatesColumns.DATA_ID + " IN (SELECT Distinct " + StatusUpdates.DATA_ID +
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 100 milliseconds