Searched defs:other (Results 1 - 25 of 1518) sorted by path

1234567891011>>

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java449 // Two stars next to each other, skip the first one.
497 boolean caseSensitive, char ch, char other) {
499 ? ch != other
500 : Character.toUpperCase(ch) != Character.toUpperCase(other);
496 different( boolean caseSensitive, char ch, char other) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs17 * documentation and/or other materials provided with the distribution.
195 public override bool Equals(object other) { argument
196 if (other == null || !(other is BitSet)) {
200 BitSet otherSet = (BitSet)other;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java13 documentation and/or other materials provided with the distribution.
194 public boolean equals(Object other) { argument
195 if ( other == null || !(other instanceof BitSet) ) {
199 BitSet otherSet = (BitSet)other;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java13 * documentation and/or other materials provided with the distribution.
256 public boolean matches(Label other) { argument
257 if ( other.isSet() ) {
258 return matches(other.getSet());
260 if ( other.isAtom() ) {
261 return matches(other.getAtom());
346 return "!other preds";
H A DLookaheadSet.java13 * documentation and/or other materials provided with the distribution.
36 * cannot be stored in my BitSet, I set a condition here. There may be other
55 public LookaheadSet(LookaheadSet other) { argument
57 this.tokenTypeSet.addAll(other.tokenTypeSet);
60 public void orInPlace(LookaheadSet other) { argument
61 this.tokenTypeSet.addAll(other.tokenTypeSet);
64 public LookaheadSet or(LookaheadSet other) { argument
65 return new LookaheadSet(tokenTypeSet.or(other.tokenTypeSet));
68 public LookaheadSet subtract(LookaheadSet other) { argument
69 return new LookaheadSet(this.tokenTypeSet.subtract(other
94 equals(Object other) argument
[all...]
H A DNFAContext.java13 * documentation and/or other materials provided with the distribution.
31 * other NFAs. These trees only have to point upwards to their parents
139 NFAContext other = ((NFAContext)o);
140 if ( this.cachedHashCode != other.cachedHashCode ) {
143 if ( this==other ) {
146 // System.out.println("comparing "+this+" with "+other);
148 while ( sp.parent!=null && other.parent!=null ) {
149 if ( sp.invokingState != other.invokingState ) {
153 other = other
183 conflictsWith(NFAContext other) argument
207 suffix(NFAContext other) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java13 * documentation and/or other materials provided with the distribution.
101 IntervalSet other = (IntervalSet)set;
103 for (Iterator iter = other.intervals.iterator(); iter.hasNext();) {
215 public boolean equals(Object other) { argument
216 if ( other == null || !(other instanceof BitSet) ) {
220 BitSet otherSet = (BitSet)other;
H A DInterval.java13 * documentation and/or other materials provided with the distribution.
68 Interval other = (Interval)o;
69 return this.a==other.a && this.b==other.b;
72 /** Does this start completely before other? Disjoint */
73 public boolean startsBeforeDisjoint(Interval other) { argument
74 return this.a<other.a && this.b<other.a;
77 /** Does this start at or before other? Nondisjoint */
78 public boolean startsBeforeNonDisjoint(Interval other) { argument
83 startsAfter(Interval other) argument
86 startsAfterDisjoint(Interval other) argument
91 startsAfterNonDisjoint(Interval other) argument
96 disjoint(Interval other) argument
101 adjacent(Interval other) argument
105 properlyContains(Interval other) argument
110 union(Interval other) argument
115 intersection(Interval other) argument
124 differenceNotProperlyContained(Interval other) argument
[all...]
H A DIntervalSet.java13 * documentation and/or other materials provided with the distribution.
113 // next to each other, make a single larger interval
157 // next to each other, make a single larger interval
196 IntervalSet other = (IntervalSet)set;
198 int n = other.intervals.size();
200 Interval I = (Interval) other.intervals.get(i);
255 /** Compute this-other via this&~other.
256 * Return a new set containing all elements in this but not in other.
257 * other i
260 subtract(IntSet other) argument
403 and(IntSet other) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java13 * documentation and/or other materials provided with the distribution.
170 * this and other.
172 public Set intersection(AttributeScope other) { argument
173 if ( other==null || other.size()==0 || size()==0 ) {
180 if ( other.attributes.get(key)!=null ) {
H A DGrammarAST.java13 * documentation and/or other materials provided with the distribution.
445 public boolean hasSameTreeStructure(Tree other) { argument
447 if (this.getType() != other.getType()) return false;
450 Iterator<Tree> otherDescendants = descendants(other, true).iterator();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java95 * values that may be based on some other property that
118 * other than attributes with names in the XSLT namespace.
1121 public boolean isSameNode(Node other) { argument
1123 return this == other;
1135 public short compareDocumentPosition(Node other) throws DOMException { argument
1356 // to be tested against other implementations.
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java163 * @param other
167 public final boolean sameNodeAs(Node other) argument
170 if (!(other instanceof DTMNodeProxy))
173 DTMNodeProxy that = (DTMNodeProxy) other;
1413 * On the other hand, it may be more practically useful to return
1521 * exists in the other map and is equal, although not necessarily at the
1525 * for <code>Attr</code> nodes as for any other type of node. Note that
1534 * <br>On the other hand, the following do not affect equality: the
1556 // who knows what other implementations may be doing?...
1837 * @param other Th
1842 isSameNode(Node other) argument
1954 compareDocumentPosition(Node other) argument
[all...]
H A DExtendedType.java104 * @param other The other ExtendedType object to test for equality
107 public boolean equals(ExtendedType other) argument
111 return other.nodetype == this.nodetype &&
112 other.localName.equals(this.localName) &&
113 other.namespace.equals(this.namespace);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java206 * exists in the other map and is equal, although not necessarily at the
210 * for <code>Attr</code> nodes as for any other type of node. Note that
219 * <br>On the other hand, the following do not affect equality: the
241 // who knows what other implementations may be doing?...
530 * @param other The node to test against.
535 public boolean isSameNode(Node other) { argument
537 return this == other;
642 * @param other The node to compare against this node.
647 public short compareDocumentPosition(Node other) throws DOMException { argument
667 * on other node
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1271 * exists in the other map and is equal, although not necessarily at the
1275 * for <code>Attr</code> nodes as for any other type of node. Note that
1284 * <br>On the other hand, the following do not affect equality: the
1306 // who knows what other implementations may be doing?...
1595 * @param other The node to test against.
1600 public boolean isSameNode(Node other) { argument
1602 return this == other;
1707 * @param other The node to compare against this node.
1712 public short compareDocumentPosition(Node other) throws DOMException { argument
1732 * on other node
[all...]
/external/blktrace/
H A Drbtree.c139 struct rb_node *other; local
145 other = parent->rb_right;
146 if (rb_is_red(other))
148 rb_set_black(other);
151 other = parent->rb_right;
153 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
154 (!other->rb_right || rb_is_black(other->rb_right)))
156 rb_set_red(other);
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1EncodableVector.java19 public void addAll(ASN1EncodableVector other) argument
21 for (Enumeration en = other.v.elements(); en.hasMoreElements();)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensions.java157 Extensions other)
159 if (extensions.size() != other.extensions.size())
170 if (!extensions.get(key).equals(other.extensions.get(key)))
156 equivalent( Extensions other) argument
H A DX509Extensions.java425 X509Extensions other)
427 if (extensions.size() != other.extensions.size())
438 if (!extensions.get(key).equals(other.extensions.get(key)))
424 equivalent( X509Extensions other) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java317 public void reset(Memoable other) argument
319 MD5Digest d = (MD5Digest)other;
H A DSHA1Digest.java9 * It is interesting to ponder why the, apart from the extra IV, the other difference here from MD5
298 public void reset(Memoable other) argument
300 SHA1Digest d = (SHA1Digest)other;
H A DSHA224Digest.java304 public void reset(Memoable other) argument
306 SHA224Digest d = (SHA224Digest)other;

Completed in 4637 milliseconds

1234567891011>>