Searched defs:contains (Results 276 - 300 of 437) sorted by relevance

<<1112131415161718

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java49 * contains(c), containsNone(...), span(...), spanBack(...) etc.
421 * @exception java.lang.IllegalArgumentException if the pattern contains
434 * @exception java.lang.IllegalArgumentException if the pattern contains
448 * @exception java.lang.IllegalArgumentException if the pattern contains
465 * contains a syntax error.
483 * contains a syntax error.
539 * contains a syntax error.
553 * contains a syntax error.
568 * contains a syntax error.
757 // If the set contains a
1612 public boolean contains(int c) { method in class:UnicodeSet
1800 public boolean contains(int start, int end) { method in class:UnicodeSet
1821 public final boolean contains(CharSequence s) { method in class:UnicodeSet
3097 boolean contains(int codePoint); method in interface:UnicodeSet.Filter
3103 public boolean contains(int ch) { method in class:UnicodeSet.NumericValueFilter
3111 public boolean contains(int ch) { method in class:UnicodeSet.GeneralCategoryMaskFilter
3123 public boolean contains(int ch) { method in class:UnicodeSet.IntPropertyFilter
3131 public boolean contains(int c) { method in class:UnicodeSet.ScriptExtensionsFilter
3142 public boolean contains(int ch) { method in class:UnicodeSet.VersionFilter
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java34 * <p>UCharacterPropertyDB also contains information on accessing indexes to
201 boolean contains(int c) { method in class:UCharacterProperty.BinaryProperty
213 boolean contains(int c) { method in class:UCharacterProperty.CaseBinaryProperty
224 boolean contains(int c) { method in class:UCharacterProperty.NormInertBinaryProperty
237 boolean contains(int c) {
242 boolean contains(int c) {
252 boolean contains(int c) {
269 boolean contains(int c) {
294 boolean contains(int c) {
302 boolean contains(in
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java48 * contains(c), containsNone(...), span(...), spanBack(...) etc.
429 * @exception java.lang.IllegalArgumentException if the pattern contains
443 * @exception java.lang.IllegalArgumentException if the pattern contains
458 * @exception java.lang.IllegalArgumentException if the pattern contains
476 * contains a syntax error.
495 * contains a syntax error.
555 * contains a syntax error.
570 * contains a syntax error.
586 * contains a syntax error.
779 // If the set contains a
1662 public boolean contains(int c) { method in class:UnicodeSet
1851 public boolean contains(int start, int end) { method in class:UnicodeSet
1873 public final boolean contains(CharSequence s) { method in class:UnicodeSet
3170 boolean contains(int codePoint); method in interface:UnicodeSet.Filter
3176 public boolean contains(int ch) { method in class:UnicodeSet.NumericValueFilter
3184 public boolean contains(int ch) { method in class:UnicodeSet.GeneralCategoryMaskFilter
3196 public boolean contains(int ch) { method in class:UnicodeSet.IntPropertyFilter
3204 public boolean contains(int c) { method in class:UnicodeSet.ScriptExtensionsFilter
3215 public boolean contains(int ch) { method in class:UnicodeSet.VersionFilter
[all...]
/external/jetty/lib/
H A Dslf4j-api-1.6.1.jar ... org.slf4j.Marker referenceToRemove int size public boolean contains (org.slf4j.Marker) org.slf4j.Marker ...
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java225 * Returns <code>true</code> if this set contains the specified element. More formally, returns <code>true</code> if and only if this set contains an element <code>e</code> such that
230 * @return <code>true</code> if this set contains the specified element
232 public boolean contains(String subtype) { method in class:JmDNSImpl.ServiceTypeEntry
237 * Adds the specified element to this set if it is not already present. More formally, adds the specified element <code>e</code> to this set if this set contains no element <code>e2</code> such that
238 * <code>(e==null&nbsp;?&nbsp;e2==null&nbsp;:&nbsp;e.equals(e2))</code>. If this set already contains the element, the call leaves the set unchanged and returns <code>false</code>.
245 if (subtype == null || this.contains(subtype)) {
937 if (!list.contains(listener)) {
1112 if ((subtypes != null) && (!subtypes.contains(subtype))) {
1114 if (!subtypes.contains(subtyp
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h165 /// contains - Returns true if this tree contains a subtree (node) that
168 bool contains(key_type_ref K) { return (bool) find(K); } function in class:llvm::ImutAVLTree
1001 /// getEmptySet - Returns an immutable set that contains no elements.
1006 /// add - Creates a new immutable set that contains all of the values
1018 /// remove - Creates a new immutable set that contains all of the values
1043 /// Returns true if the set contains the specified value.
1044 bool contains(value_type_ref V) const { function in class:llvm::ImmutableSet
1045 return Root ? Root->contains(V) : false;
1065 /// isEmpty - Return true if the set contains n
1160 bool contains(value_type_ref V) const { function in class:llvm::ImmutableSetRef
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp280 // Now Orphans contains the inherited subregisters without a direct index.
681 // Default allocation order always contains all registers.
699 if (!contains(Reg))
761 if (contains(RegBank.getReg(Super.Orders[i][j])))
765 bool CodeGenRegisterClass::contains(const CodeGenRegister *Reg) const { function in class:CodeGenRegisterClass
1592 // Create a RegUnitSet for each RegClass that contains all units in the class
1976 if (SubRC.contains(SSPairs[i].second))
2042 /// getRegisterClassForRegister - Find the register class that contains the
2052 if (!RC.contains(Reg))
2055 // If this is the first class that contains th
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes.hpp339 right and bottom boundaries are not. For example, the method Rect_::contains returns true if
400 //! checks whether the rectangle contains the point
401 bool contains(const Point_<_Tp>& pt) const;
1121 return r.contains(*this);
1727 bool Rect_<_Tp>::contains(const Point_<_Tp>& pt) const function in class:cv::Rect_
/external/slf4j/integration/lib/
H A Dslf4j-api-1.5.11.jar ... org.slf4j.Marker referenceToRemove int size public boolean contains (org.slf4j.Marker) org.slf4j.Marker ...
H A Dslf4j-api-1.6.6.jar ... org.slf4j.Marker referenceToRemove int size public boolean contains (org.slf4j.Marker) org.slf4j.Marker ...
H A Dslf4j-api-1.6.99.jar ... org.slf4j.Marker referenceToRemove int size public boolean contains (org.slf4j.Marker) org.slf4j.Marker ...
H A Dslf4j-api-2.0.99.jar ... org.slf4j.Marker referenceToRemove int size public boolean contains (org.slf4j.Marker) org.slf4j.Marker ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar ... key java.util.List result public synchronized boolean contains (org.eclipse.equinox.p2.repository. ...
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js744 contains: function(treeScope) {
1713 function contains(self, child) { function
1956 contains: function(child) {
1957 return contains(this, wrapIfNeeded(child));
4042 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLDocument || window.Document, window.HTMLHeadElement, window.HTMLHtmlElement ], [ "appendChild", "compareDocumentPosition", "contains", "getElementsByClassName", "getElementsByTagName", "getElementsByTagNameNS", "insertBefore", "querySelector", "querySelectorAll", "removeChild", "replaceChild" ]);
4044 forwardMethodsToWrapper([ window.HTMLDocument || window.Document ], [ "adoptNode", "importNode", "contains", "createComment", "createDocumentFragment", "createElement", "createElementNS", "createEvent", "createEventNS", "createRange", "createTextNode", "elementFromPoint", "getElementById", "getElementsByName", "getSelection" ]);
H A Dwebcomponents.js782 contains: function(treeScope) {
1746 function contains(self, child) { function
1989 contains: function(child) {
1990 return contains(this, wrapIfNeeded(child));
4042 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLDocument || window.Document, window.HTMLHeadElement, window.HTMLHtmlElement ], [ "appendChild", "compareDocumentPosition", "contains", "getElementsByClassName", "getElementsByTagName", "getElementsByTagNameNS", "insertBefore", "querySelector", "querySelectorAll", "removeChild", "replaceChild" ]);
4044 forwardMethodsToWrapper([ window.HTMLDocument || window.Document ], [ "adoptNode", "importNode", "contains", "createComment", "createDocumentFragment", "createElement", "createElementNS", "createEvent", "createEventNS", "createRange", "createTextNode", "elementFromPoint", "getElementById", "getElementsByName", "getSelection" ]);
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js744 contains: function(treeScope) {
1713 function contains(self, child) { function
1956 contains: function(child) {
1957 return contains(this, wrapIfNeeded(child));
4042 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLDocument || window.Document, window.HTMLHeadElement, window.HTMLHtmlElement ], [ "appendChild", "compareDocumentPosition", "contains", "getElementsByClassName", "getElementsByTagName", "getElementsByTagNameNS", "insertBefore", "querySelector", "querySelectorAll", "removeChild", "replaceChild" ]);
4044 forwardMethodsToWrapper([ window.HTMLDocument || window.Document ], [ "adoptNode", "importNode", "contains", "createComment", "createDocumentFragment", "createElement", "createElementNS", "createEvent", "createEventNS", "createRange", "createTextNode", "elementFromPoint", "getElementById", "getElementsByName", "getSelection" ]);
H A Dwebcomponents.js782 contains: function(treeScope) {
1746 function contains(self, child) { function
1989 contains: function(child) {
1990 return contains(this, wrapIfNeeded(child));
4042 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLDocument || window.Document, window.HTMLHeadElement, window.HTMLHtmlElement ], [ "appendChild", "compareDocumentPosition", "contains", "getElementsByClassName", "getElementsByTagName", "getElementsByTagNameNS", "insertBefore", "querySelector", "querySelectorAll", "removeChild", "replaceChild" ]);
4044 forwardMethodsToWrapper([ window.HTMLDocument || window.Document ], [ "adoptNode", "importNode", "contains", "createComment", "createDocumentFragment", "createElement", "createElementNS", "createEvent", "createEventNS", "createRange", "createTextNode", "elementFromPoint", "getElementById", "getElementsByName", "getSelection" ]);
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js744 contains: function(treeScope) {
1713 function contains(self, child) { function
1956 contains: function(child) {
1957 return contains(this, wrapIfNeeded(child));
4042 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLDocument || window.Document, window.HTMLHeadElement, window.HTMLHtmlElement ], [ "appendChild", "compareDocumentPosition", "contains", "getElementsByClassName", "getElementsByTagName", "getElementsByTagNameNS", "insertBefore", "querySelector", "querySelectorAll", "removeChild", "replaceChild" ]);
4044 forwardMethodsToWrapper([ window.HTMLDocument || window.Document ], [ "adoptNode", "importNode", "contains", "createComment", "createDocumentFragment", "createElement", "createElementNS", "createEvent", "createEventNS", "createRange", "createTextNode", "elementFromPoint", "getElementById", "getElementsByName", "getSelection" ]);
H A Dwebcomponents.js782 contains: function(treeScope) {
1746 function contains(self, child) { function
1989 contains: function(child) {
1990 return contains(this, wrapIfNeeded(child));
4042 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLDocument || window.Document, window.HTMLHeadElement, window.HTMLHtmlElement ], [ "appendChild", "compareDocumentPosition", "contains", "getElementsByClassName", "getElementsByTagName", "getElementsByTagNameNS", "insertBefore", "querySelector", "querySelectorAll", "removeChild", "replaceChild" ]);
4044 forwardMethodsToWrapper([ window.HTMLDocument || window.Document ], [ "adoptNode", "importNode", "contains", "createComment", "createDocumentFragment", "createElement", "createElementNS", "createEvent", "createEventNS", "createRange", "createTextNode", "elementFromPoint", "getElementById", "getElementsByName", "getSelection" ]);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java675 * Returns true if this reference contains an active value, meaning one that is still considered
2048 * The key reference queue contains entries whose keys have been garbage collected, and which
2054 * The value reference queue contains value references whose values have been garbage collected,
2596 if (accessQueue.contains(e)) {
3591 * of the queue as part of copyWriteEntry, and (2) the contains method is highly optimized
3675 public boolean contains(Object o) { method in class:LocalCache.WriteQueue
3728 * of the queue as part of copyWriteEntry, and (2) the contains method is highly optimized
3812 public boolean contains(Object o) { method in class:LocalCache.AccessQueue
4472 public boolean contains(Object o) { method in class:LocalCache.KeySet
4507 public boolean contains(Objec method in class:LocalCache.Values
4524 public boolean contains(Object o) { method in class:LocalCache.EntrySet
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp660 virtual UBool contains(UChar32 c) const { function in class:TestFilter
3992 if (set.contains(0x200E)) {
/external/skia/src/pathops/
H A DSkPathOpsTSect.h88 bool contains(double t) const;
462 bool SkTSpan<TCurve, OppCurve>::contains(double t) const { function in class:SkTSpan
906 if (sect2->fHead->contains(oppTTest)) {
1482 if (!opp->fHead->contains(oppTTest)) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 944 milliseconds

<<1112131415161718