Searched defs:contains (Results 126 - 150 of 404) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DSingletonImmutableTable.java70 @Override public boolean contains(@Nullable Object rowKey, method in class:SingletonImmutableTable
88 return contains(rowKey, columnKey) ? singleValue : null;
H A DTable.java62 * Returns {@code true} if the table contains a mapping with the specified
68 boolean contains(@Nullable Object rowKey, @Nullable Object columnKey); method in interface:Table
71 * Returns {@code true} if the table contains a mapping with the specified
79 * Returns {@code true} if the table contains a mapping with the specified
87 * Returns {@code true} if the table contains a mapping with the specified
103 /** Returns {@code true} if the table contains no mappings. */
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableCollection.java67 public boolean contains(@Nullable Object object) { method in class:ImmutableCollection
81 if (!contains(target)) {
H A DRegularContiguousSet.java28 * An implementation of {@link ContiguousSet} that contains one or more elements.
50 return contains(target) ? (int) domain.distance(first(), (C) target) : -1;
98 @Override public boolean contains(Object object) { method in class:RegularContiguousSet
100 return range.contains((C) object);
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingCollectionTest.java61 @Override public boolean contains(Object object) { method in class:ForwardingCollectionTest.StandardImplForwardingCollection
161 forward.contains(null);
162 assertEquals("[contains(Object)]", getCalls());
H A DForwardingSetTest.java69 @Override public boolean contains(Object object) { method in class:ForwardingSetTest.StandardImplForwardingSet
168 forward().contains(null);
169 assertEquals("[contains(Object)]", getCalls());
H A DForwardingSortedSetTest.java68 @Override public boolean contains(Object object) { method in class:ForwardingSortedSetTest.StandardImplForwardingSortedSet
H A DSynchronizedSetTest.java96 @Override public boolean contains(@Nullable Object o) { method in class:SynchronizedSetTest.TestSet
98 return super.contains(o);
/external/icu/icu4c/source/common/
H A Dunisetspan.h72 // For fast UnicodeSet::contains(c).
73 inline UBool contains(UChar32 c) const;
149 UBool UnicodeSetStringSpan::contains(UChar32 c) const { function in class:UnicodeSetStringSpan
150 return spanSet.contains(c);
H A Duvectr32.h44 * coarser. The class contains <em>one static flag</em> that is set
112 UBool contains(int32_t elem) const;
147 * Returns true if this vector contains none of the elements
261 inline UBool UVector32::contains(int32_t obj) const { function in class:UVector32
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dbitset.cpp179 UBool contains(UChar32 c) const { function in class:BitSet
185 return restSet->contains(c);
/external/llvm/include/llvm/Analysis/
H A DInterval.h10 // This file contains the declaration of the Interval class, which
68 /// contains - Find out if a basic block is in this interval
69 inline bool contains(BasicBlock *BB) const { function in class:llvm::Interval
H A DTrace.h55 /// getModule - Return this Module that contains this trace's parent
69 /// contains - Returns true if this trace contains the given basic
72 bool contains(const BasicBlock *X) const { function in class:llvm::Trace
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java62 public boolean contains(Object mock) { method in class:HashCodeAndEqualsSafeSet
63 return backingHashSet.contains(HashCodeAndEqualsMockWrapper.of(mock));
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTrie.java144 public boolean contains(char ch) { method in class:Trie
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java80 public boolean contains(int x, int y) { method in class:ShadowRect
86 public boolean contains(Rect r) { method in class:ShadowRect
88 || (contains(r.left, r.top) && contains(r.right, r.top)
89 && contains(r.left, r.bottom) && contains(r.right, r.bottom));
/external/skia/src/animator/
H A DSkDisplayEvent.cpp60 bool SkDisplayEvent::contains(SkDisplayable* match) { function in class:SkDisplayEvent
62 if (fChildren[index] == match || fChildren[index]->contains(match))
68 SkDisplayable* SkDisplayEvent::contains(const SkString& match) { function in class:SkDisplayEvent
71 if (child->contains(match))
/external/skia/src/core/
H A DSkRRect.cpp237 bool SkRRect::contains(const SkRect& rect) const { function in class:SkRRect
238 if (!this->getBounds().contains(rect)) {
/external/skia/src/gpu/
H A DGrTHashTable.h51 bool contains(T*) const;
208 bool GrTHashTable<T, Key, kHashBits>::contains(T* elem) const { function in class:GrTHashTable
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentRoster.java105 if (!listeners.contains(listener)) {
113 if (entries.contains(jid)) {
174 public boolean contains(String jid) { method in class:AgentRoster
238 * "user@domain/resource". If the roster contains an entry associated with the fully qualified
248 if (!contains(user)) {
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java309 public boolean contains(String key) { method in class:RadixTreeImpl
/external/smali/util/src/main/java/org/jf/util/
H A DArraySortedSet.java65 public boolean contains(Object o) { method in class:ArraySortedSet
103 if (!contains(o)) {
/external/srec/shared/include/
H A DESR_Session.h108 ESR_ReturnCode(*contains)(const LCHAR* name, ESR_BOOL* exists); member in struct:ESR_SessionSingleton_t
242 * If the session contains a key that is clobbered by the parser, the old [key, value]
534 * If the session contains a key that is clobbered by the parser, the old [key, value]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeVector.java553 * Tell if the table contains the given node.
559 public boolean contains(int s) method in class:NodeVector
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
H A Dobject.js188 * Whether the object/hash/map contains the given object as a value.
196 goog.object.contains = function(obj, val) {
263 * Whether the object/map/hash contains the given key.
267 * @return {boolean} true If the map contains the key.
275 * Whether the object/map/hash contains the given value. This is O(n).
279 * @return {boolean} true If the map contains the value.
385 throw Error('The object already contains the key "' + key + '"');

Completed in 683 milliseconds

1234567891011>>