Searched refs:other (Results 1 - 25 of 3814) sorted by path

1234567891011>>

/external/ant-glob/
H A DNOTICE17 * other entities that control, are controlled by, or are under common
34 * and conversions to other media types.
43 * editorial revisions, annotations, elaborations, or other modifications
95 * (a) You must give any other recipients of the Work or
163 * other commercial damages or losses), even if such Contributor
169 * or other liability obligations and/or rights consistent with this
172 * of any other Contributor, and only if You agree to indemnify,
208 This work (and included software, documentation such as READMEs, or other
247 be used with materials other than those owned by the W3C, reflects that ERCIM
/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/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as22 * and other state variables. It's a kind of explicit multiple
458 * V is the set of terminals and nonterminals. In other words,
688 /** For debugging and other purposes, might want the grammar name.
H A DBitSet.as13 documentation and/or other materials provided with the distribution.
144 public function equals(other:Object):Boolean {
145 if ( other == null || !(other is BitSet) ) {
149 var otherSet:BitSet = BitSet(other);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as219 * override this method and any other createToken variant.
237 * override this method and any other createToken variant.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs13 the documentation and/or other materials provided with the
224 KeyCollection other = (KeyCollection) o;
225 if ((Count == 0) && (other.Count == 0))
227 else if (Count == other.Count)
231 if ((_hashList._insertionOrderList[i] == other._hashList._insertionOrderList[i]) ||
232 (_hashList._insertionOrderList[i].Equals(other._hashList._insertionOrderList[i])))
/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/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs17 * documentation and/or other materials provided with the distribution.
224 public override bool Equals( object other )
226 if ( other == null || !( other is BitSet ) )
231 BitSet otherSet = (BitSet)other;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas15 the documentation and/or other materials provided with the
H A DAntlr.Runtime.Tools.pas14 the documentation and/or other materials provided with the
H A DAntlr.Runtime.Tree.pas15 the documentation and/or other materials provided with the
651 /// override this method and any other createToken variant.
668 /// override this method and any other createToken variant.
1179 /// as there are no fields other than the children list, which cannot
1582 /// This method has the common code of two other methods, which differed in only one
4773 // unwind any other markers made after marker and release marker
H A DAntlr.Runtime.pas15 the documentation and/or other materials provided with the
89 /// <see cref="IIntStream.Index"/>, or some other marker.</returns>
108 /// If there are other markers created after the specified marker,
352 /// to the other ToString(Integer,Integer). This is also parallel with
916 /// For debugging and other purposes, might want the grammar name.
923 /// For debugging and other purposes, might want the source name.
1212 /// augmentation or other manipulations.
1998 /// variables and other state variables. It's a kind of explicit multiple
2101 /// V is the set of terminals and nonterminals. In other words,
3278 // unwind any other marker
[all...]
/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/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js180 var other,
188 other = elements;
191 for (Iterator iter = other.intervals.iterator(); iter.hasNext();) {
307 * @param {Object} other the object to compare with.
310 equals: function(other) {
311 if ( !other || !(other instanceof org.antlr.runtime.BitSet) ) {
315 var otherSet = other,
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm68 A list of all the other modules that this module relies upon, including any
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm156 my ($self, $other) = @_;
158 return $self->bits eq $other->bits;
334 A list of all the other modules that this module relies upon, including any
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb18 documentation and/or other materials provided with the distribution.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb18 documentation and/or other materials provided with the distribution.
H A Ddebug.rb20 documentation and/or other materials provided with the distribution.
406 # Track entry into any (...) subrule other EBNF construct
488 # other and back for island grammars etc...
H A Ddfa.rb18 documentation and/or other materials provided with the distribution.
H A Ddot.rb18 documentation and/or other materials provided with the distribution.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb8 A special event listener that intercepts debug events and forwards them to other
H A Dsocket.rb13 a debugger (or any other listener) using a simple text-based protocol;

Completed in 2831 milliseconds

1234567891011>>