HomeSort by relevance Sort by last modified time
    Searched full:distinct (Results 1 - 25 of 520) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/068-classloader/
info.txt 3 classes are distinct and must be treated as such. This test exercises
  /dalvik/vm/jdwp/
README.txt 8 An attempt has been made to keep the implementation distinct from the VM,
  /external/guava/src/com/google/common/collect/
HashMultiset.java 47 * number of distinct elements.
49 * @param distinctElements the expected number of distinct elements
77 * @serialData the number of distinct elements, the first element, its count,
Serialization.java 44 * #writeMap(Map, ObjectOutputStream)}, the number of distinct elements in a
46 * #writeMultiset(Multiset, ObjectOutputStream)}, or the number of distinct
109 * <p>The serialized output consists of the number of distinct elements, the
138 * of distinct elements is determined by a prior call to {@link #readCount}.
158 * <p>The serialized output consists of the number of distinct keys, and then
159 * for each distinct key: the key, the number of values for that key, and the
190 * of distinct keys is determined by a prior call to {@link #readCount}.
LinkedHashMultiset.java 53 * number of distinct elements.
55 * @param distinctElements the expected number of distinct elements
85 * @serialData the number of distinct elements, the first element, its count,
ArrayListMultimap.java 80 * @param expectedKeys the expected number of distinct keys
139 * @serialData expectedValuesPerKey, number of distinct keys, and then for
140 * each distinct key: the key, number of values for that key, and the
HashMultimap.java 67 * @param expectedKeys the expected number of distinct keys
117 * @serialData expectedValuesPerKey, number of distinct keys, and then for
118 * each distinct key: the key, number of values for that key, and the
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Set.java 39 //FIXME implement check for distinct tags
42 // + " MUST have alternatives with distinct tags");
ASN1Sequence.java 39 //FIXME optional components must be checked for distinct identifiers
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 52 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
56 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
60 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
64 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
172 'DISTINCT',
oracle8.php 48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
148 'DISTINCT',
  /frameworks/base/core/java/android/text/style/
CharacterStyle.java 33 * will have the same effect but be a distinct object so that it can
56 * specified CharacterStyle while still being a distinct object,
MetricAffectingSpan.java 46 * while still being a distinct object,
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.h 17 * file with a distinct signature. This prevents someone from trying
  /external/icu4c/tools/tzcode/
tz2icu.h 17 * file with a distinct signature. This prevents someone from trying
  /frameworks/base/data/etc/
android.hardware.touchscreen.multitouch.distinct.xml 22 <feature name="android.hardware.touchscreen.multitouch.distinct" />
android.hardware.touchscreen.multitouch.jazzhand.xml 22 <feature name="android.hardware.touchscreen.multitouch.distinct" />
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewFactory.java 30 * Gets the number of distinct suggestion view types created by this factory.
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 95 * Oddly, these two identical move-params have distinct
96 * debug info. We'll just keep them distinct.
  /external/libvpx/examples/
vp8_set_maps.txt 21 is evenly divisble by 4, then the output will appear to have distinct
26 is evenly divisble by 4, then the output will appear to have distinct
  /bionic/libc/
CAVEATS 23 the values corresponding to root. this will be fixed when we'll be able to have distinct
  /external/ppp/pppd/
md5.h 11 ** -- distinct additive constant for each step **
  /frameworks/base/include/utils/
ZipUtils.h 47 * and gzip as distinct, so there's no value.
  /libcore/luni/src/main/java/java/sql/
SQLData.java 27 * SQL {@code DISTINCT}. When the UDT is returned within a {@code ResultSet}, it
74 * distinct, then read its only data entry. For structured types, read every
102 * Write a single data element for a distinct type. For a structured type,

Completed in 615 milliseconds

1 2 3 4 5 6 7 8 91011>>