HomeSort by relevance Sort by last modified time
    Searched defs:complement (Results 1 - 25 of 29) sorted by null

1 2

  /libcore/luni/src/main/java/java/util/
EnumSet.java 67 set.complement();
120 * Creates an enum set. All the contained elements complement those from the
133 set.complement();
137 abstract void complement(); method in class:EnumSet
MiniEnumSet.java 246 void complement() { method in class:MiniEnumSet
HugeEnumSet.java 174 protected void complement() { method in class:HugeEnumSet
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntSet.java 57 IntSet complement(IntSet elements); method in interface:IntSet
IntervalSet.java 205 public IntSet complement(int minElement, int maxElement) { method in class:IntervalSet
206 return this.complement(IntervalSet.of(minElement,maxElement));
215 public IntSet complement(IntSet vocabulary) { method in class:IntervalSet
220 throw new IllegalArgumentException("can't complement with non IntervalSet ("+
261 // assume the whole unicode range here for the complement
267 return this.and(((IntervalSet)other).complement(COMPLETE_SET));
275 * Keep around, but 10-20-2005, I decided to make complement work w/o
BitSet.java 287 public IntSet complement() { method in class:BitSet
293 public IntSet complement(IntSet set) { method in class:BitSet
295 return this.complement();
306 /** complement bits in the range 0..maxBit. */
311 /** complement bits in the range minBit..maxBit.*/
  /external/linux-tools-perf/util/
string.c 190 bool complement = false, ret = true; local
193 complement = true;
219 return complement ? !ret : ret;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 721 boolean complement = FALSE; local
725 complement = TRUE;
732 complement = TRUE;
739 complement = TRUE;
750 if (complement)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 721 boolean complement = FALSE; local
725 complement = TRUE;
732 complement = TRUE;
739 complement = TRUE;
750 if (complement)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 412 complement: function(set) {
423 * If no arguments are passed sets all bits to the complement of their
425 * beginning of the bit set to index1 (inclusive) to the complement of its
428 * complement of its current value.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 2982 public IntSet complement(IntSet set) { method in class:Grammar
2990 public IntSet complement(int atom) { method in class:Grammar
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 797 milliseconds

1 2