Searched defs:lessThan (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebNotification.cpp65 bool WebNotification::lessThan(const WebNotification& other) const function in class:WebKit::WebNotification
H A DWebNode.cpp71 bool WebNode::lessThan(const WebNode& n) const function in class:WebKit::WebNode
/external/guava/guava/src/com/google/common/collect/
H A DRanges.java46 * <dd>{@link #lessThan}
151 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) { method in class:Ranges
171 return lessThan(endpoint);
/external/javassist/src/main/javassist/bytecode/
H A DLocalVariableAttribute.java135 * @param lessThan the index does not change if it
138 public void shiftIndex(int lessThan, int delta) { argument
142 if (org >= lessThan)
H A DCodeAttribute.java479 * @param lessThan If the index of the local variable is
485 private static void shiftIndex(CodeIterator ci, int lessThan, int delta) throws BadBytecode { argument
493 shiftIndex8(ci, index, opcode, lessThan, delta);
497 shiftIndex0(ci, index, opcode, lessThan, delta, ILOAD_0, ILOAD);
503 shiftIndex8(ci, index, opcode, lessThan, delta);
507 shiftIndex0(ci, index, opcode, lessThan, delta, ISTORE_0, ISTORE);
512 if (var < lessThan)
528 shiftIndex8(ci, index, opcode, lessThan, delta);
531 if (var < lessThan)
540 int lessThan, in
539 shiftIndex8(CodeIterator ci, int index, int opcode, int lessThan, int delta) argument
558 shiftIndex0(CodeIterator ci, int index, int opcode, int lessThan, int delta, int opcode_i_0, int opcode_i) argument
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java209 public abstract int lessThan(IntegerValue other); method in class:IntegerValue
245 return -lessThan(other);
445 public int lessThan(UnknownIntegerValue other) method in class:IntegerValue
447 return lessThan((IntegerValue)other);
489 return -lessThan(other);
689 public int lessThan(SpecificIntegerValue other) method in class:IntegerValue
691 return lessThan((IntegerValue)other);
733 return -lessThan(other);
933 public int lessThan(ParticularIntegerValue other) method in class:IntegerValue
935 return lessThan((SpecificIntegerValu
[all...]
H A DParticularIntegerValue.java216 public int lessThan(IntegerValue other) method in class:ParticularIntegerValue
344 public int lessThan(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DSpecificIntegerValue.java184 public int lessThan(IntegerValue other) method in class:SpecificIntegerValue
322 public int lessThan(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DUnknownIntegerValue.java186 public int lessThan(IntegerValue other) method in class:UnknownIntegerValue
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java644 public boolean lessThan(XObject obj2) throws javax.xml.transform.TransformerException method in class:XNodeSet
H A DXObject.java537 public boolean lessThan(XObject obj2) method in class:XObject
595 return obj2.lessThan(this);
/external/icu4c/common/unicode/
H A Dstringtriebuilder.h333 unit(middleUnit), lessThan(lessThanNode), greaterOrEqual(greaterOrEqualNode) {}
339 Node *lessThan; member in class:StringTrieBuilder::SplitBranchNode
/external/icu4c/common/
H A Dstringtriebuilder.cpp134 int32_t lessThan[kMaxSplitBranchLevels]; local
142 lessThan[ltLength]=writeBranchSubNode(start, i, unitIndex, length/2);
195 writeDeltaTo(lessThan[ltLength]);
263 Node *lessThan[kMaxSplitBranchLevels]; local
271 lessThan[ltLength]=makeBranchSubNode(start, i, unitIndex, length/2, errorCode);
310 new SplitBranchNode(middleUnits[ltLength], lessThan[ltLength], node), errorCode);
563 return unit==o.unit && lessThan==o.lessThan && greaterOrEqual==o.greaterOrEqual;
571 offset=edgeNumber=lessThan->markRightEdgesFirst(edgeNumber-1);
579 lessThan
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 259 milliseconds