Home
last modified time | relevance | path

Searched defs:distinct (Results 1 – 15 of 15) sorted by relevance

/external/cronet/net/cookies/
Dsite_for_cookies_unittest.cc41 const std::vector<GURL>& distinct, in TestEquivalentAndDistinct()
106 std::vector<GURL> distinct = {GURL("https://example.org"), in TEST_F() local
120 std::vector<GURL> distinct = { in TEST() local
137 std::vector<GURL> distinct = { in TEST() local
150 std::vector<GURL> distinct = {GURL("file://nonlocal/file.txt")}; in TEST() local
164 std::vector<GURL> distinct = {GURL("chrome-extension://def")}; in TEST_F() local
179 std::vector<GURL> distinct = {GURL("chrome-extension://def"), in TEST() local
189 std::vector<GURL> distinct = {GURL("non-standard://abc"), in TEST() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetRemoveTester.java102 int distinct = getMultiset().elementSet().size(); in testRemove_occurrences_absent() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetRemoveTester.java102 int distinct = getMultiset().elementSet().size(); in testRemove_occurrences_absent() local
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableMultiset.java110 int distinct = multiset.entrySet().size(); in SerializedForm() local
/external/jline/src/src/main/java/jline/
DCandidateListCompletionHandler.java93 Set distinct = new HashSet(candidates); in printCandidates() local
/external/python/cpython3/Doc/library/
Dtyping.rst113 .. _distinct: target in Type aliases
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableMultiset.java44 int distinct = entries.size(); in create() local
DImmutableMultiset.java623 int distinct = multiset.entrySet().size(); in SerializedForm() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOStream.java257 default IOStream<T> distinct() { in distinct() method
/external/autotest/tko/
Dfrontend.py208 def select(klass, db, where={}, distinct=False): argument
Ddb.py305 def select(self, fields, table, where, distinct=False, group_by=None, argument
/external/python/cpython3/Tools/demo/
Dsortvisu.py367 def distinct(array): function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DDeprecated.kt377 public fun <E> ReceiveChannel<E>.distinct(): ReceiveChannel<E> = in distinct() method
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py365 def distinct(array): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc61 bool distinct = true; in IsDistinct() local