Searched defs:complement (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntSet.java57 IntSet complement(IntSet elements); method in interface:IntSet
H A DIntervalSet.java205 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
H A DBitSet.java287 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/perf-3.12.0/tools/perf/util/
H A Dstring.c190 bool complement = false, ret = true; local
193 complement = true;
219 return complement ? !ret : ret;
/external/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c194 bool complement = false; local
282 complement = true;
352 if (complement) {
/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp139 ((UnicodeSet*) set)->UnicodeSet::complement();
143 uset_complementAll(USet* set, const USet* complement) { argument
144 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement);
/external/icu/icu4c/source/common/
H A Duset.cpp139 ((UnicodeSet*) set)->UnicodeSet::complement();
143 uset_complementAll(USet* set, const USet* complement) { argument
144 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js412 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c721 boolean complement = FALSE; local
725 complement = TRUE;
732 complement = TRUE;
739 complement = TRUE;
750 if (complement)
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c721 boolean complement = FALSE; local
725 complement = TRUE;
732 complement = TRUE;
739 complement = TRUE;
750 if (complement)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java2982 public IntSet complement(IntSet set) { method in class:Grammar
2983 //System.out.println("complement "+set.toString(this));
2985 IntSet c = set.complement(getTokenTypes());
2990 public IntSet complement(int atom) { method in class:Grammar
2991 return complement(IntervalSet.of(atom));
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 871 milliseconds