Searched defs:contains (Results 26 - 50 of 404) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableCollection.java42 @Override public boolean contains(@Nullable Object object) { method in class:ForwardingImmutableCollection
43 return object != null && delegate.contains(object);
/external/skia/src/animator/
H A DSkDisplayInput.cpp32 SkDisplayable* SkInput::contains(const SkString& string) { function in class:SkInput
/external/skia/src/pathops/
H A DSkPathOpsRect.h30 bool contains(const SkDPoint& pt) const { function in struct:SkDRect
H A DSkPathOpsTriangle.cpp12 bool SkDTriangle::contains(const SkDPoint& pt) const { function in class:SkDTriangle
/external/smali/util/src/main/java/ds/tree/
H A DRadixTree.java82 * Check if the tree contains any entry corresponding to the given key.
87 public boolean contains(String key); method in interface:RadixTree
/external/srec/portable/include/
H A DArrayList.h101 ESR_ReturnCode(*contains)(struct ArrayList_t* self, const void* element, ESR_BOOL* exists); member in struct:ArrayList_t
/external/srec/shared/include/
H A DInt8ArrayList.h72 ESR_ReturnCode(*contains)(struct Int8ArrayList_t* self, asr_int8_t element, ESR_BOOL* exists); member in struct:Int8ArrayList_t
H A DIntArrayList.h72 ESR_ReturnCode(*contains)(struct IntArrayList_t* self, int element, ESR_BOOL* exists); member in struct:IntArrayList_t
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h106 * Indicates if collection contains specified nametag.
112 ESR_ReturnCode(*contains)(struct SR_Nametags_t* self, const LCHAR* id, ESR_BOOL* result); member in struct:SR_Nametags_t
197 * Indicates if collection contains specified nametag.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs105 public static bool contains( this IList list, object value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions
111 public static bool contains<T>( this ICollection<T> list, T value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringToIntTable.java120 * Tell if the table contains the given string.
140 * Tell if the table contains the given string. Ignore case.
162 * Tell if the table contains the given string.
168 public final boolean contains(String key) method in class:StringToIntTable
H A DStringVector.java35 /** @serial Array of strings this contains */
38 /** @serial Number of strings this contains */
126 * Tell if the table contains the given string.
132 public final boolean contains(String s) method in class:StringVector
148 * Tell if the table contains the given string. Ignore case.
170 * Tell if the table contains the given string.
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorage.h56 bool contains(const String& key, ExceptionState& ec) const { return m_storageArea->contains(key, ec, m_frame); } function in class:blink::FINAL
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp96 UBool contains(UChar32 c) const { function in class:TrieSet
102 return restSet->contains(c);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppauth.cc56 static bool contains(const std::vector<std::string>& strings, function
66 contains(mechanisms, buzz::AUTH_MECHANISM_OAUTH2)) {
72 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_TOKEN)) {
78 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_COOKIE)) {
83 if (contains(mechanisms, buzz::AUTH_MECHANISM_PLAIN)) {
/external/chromium_org/v8/test/mjsunit/
H A Deval-stack-trace.js39 String.prototype.contains = function(pattern) {
56 // that contains the expected pattern for every frame.
62 assertTrue((frame[func_name])().contains(element));
/external/guava/guava/src/com/google/common/collect/
H A DSingletonImmutableSet.java65 @Override public boolean contains(Object target) { method in class:SingletonImmutableSet
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp96 UBool contains(UChar32 c) const { function in class:TrieSet
102 return restSet->contains(c);
/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h57 /// \brief Returns true if the character set contains the Unicode code point
59 bool contains(uint32_t C) const { function in class:llvm::sys::UnicodeCharSet
/external/smack/src/org/jivesoftware/smack/
H A DRosterGroup.java141 public boolean contains(RosterEntry entry) { method in class:RosterGroup
143 return entries.contains(entry);
153 public boolean contains(String user) { method in class:RosterGroup
170 if (!entries.contains(entry)) {
212 if (entries.contains(entry)) {
248 if (entries.contains(entry)) {
/external/smack/src/org/xbill/DNS/
H A DTypeBitmap.java143 contains(int typecode) { method in class:TypeBitmap
144 return types.contains(Mnemonic.toInteger(typecode));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntArrayList.java79 public boolean contains(int v) { method in class:IntArrayList
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DStringToIntTable.java127 * Tell if the table contains the given string.
147 * Tell if the table contains the given string. Ignore case.
169 * Tell if the table contains the given string.
175 public final boolean contains(String key) method in class:StringToIntTable
/external/chromium_org/base/i18n/
H A Dfile_util_icu.cc33 bool contains(UChar32 ucs4) { function in class:base::i18n::__anon2275::IllegalCharacters
34 return !!set->contains(ucs4);
96 DCHECK(!(IllegalCharacters::GetInstance()->contains(replace_char)));
125 if (illegal->contains(code_point)) {
/external/chromium_org/chrome/browser/resources/standalone/
H A Dstandalone_hack.js7 * This file contains the code necessary to make the Touch LIS work
261 'String contains an invalid character'
290 classListProto.contains = function(token) {

Completed in 6341 milliseconds

1234567891011>>