HomeSort by relevance Sort by last modified time
    Searched refs:IntSet (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntSet.java 43 public interface IntSet {
50 void addAll(IntSet set);
55 IntSet and(IntSet a);
57 IntSet complement(IntSet elements);
59 IntSet or(IntSet a);
61 IntSet subtract(IntSet a)
    [all...]
BitSet.java 53 public class BitSet implements IntSet, Cloneable {
96 public void addAll(IntSet set) {
151 public IntSet and(IntSet a) {
287 public IntSet complement() {
293 public IntSet complement(IntSet set) {
341 public static BitSet of(IntSet set) {
371 public IntSet or(IntSet a)
    [all...]
IntervalSet.java 39 * "run-length-encoded" like compression (if you view an IntSet like
52 public class IntervalSet implements IntSet {
187 public void addAll(IntSet set) {
192 throw new IllegalArgumentException("can't add non IntSet ("+
205 public IntSet complement(int minElement, int maxElement) {
215 public IntSet complement(IntSet vocabulary) {
260 public IntSet subtract(IntSet other) {
278 public IntSet subtract(IntSet other)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntSet.java 22 public interface IntSet {
52 void merge(IntSet other);
ListIntSet.java 24 public class ListIntSet implements IntSet {
61 public void merge(IntSet other) {
BitIntSet.java 24 public class BitIntSet implements IntSet {
71 public void merge(IntSet other) {
  /dalvik/dx/src/com/android/dx/util/
IntSet.java 22 public interface IntSet {
52 void merge(IntSet other);
ListIntSet.java 24 public class ListIntSet implements IntSet {
61 public void merge(IntSet other) {
BitIntSet.java 24 public class BitIntSet implements IntSet {
71 public void merge(IntSet other) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntSet.java 22 public interface IntSet {
52 void merge(IntSet other);
ListIntSet.java 24 public class ListIntSet implements IntSet {
61 public void merge(IntSet other) {
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 20 import com.android.dx.util.IntSet;
60 * Make IntSet for the dominance-frontier sets.
65 /*package*/ static IntSet makeDomFrontSet(int szBlocks) {
72 * Make IntSet for the interference graph sets. Public because
78 public static IntSet makeInterferenceSet(int countRegs) {
85 * Make IntSet for register live in/out sets.
90 /*package*/ static IntSet makeLivenessSet(int countRegs) {
InterferenceRegisterMapper.java 23 import com.android.dx.util.IntSet;
86 IntSet existing = newRegInterference.get(newReg);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SetFactory.java 20 import com.android.dx.util.IntSet;
60 * Make IntSet for the dominance-frontier sets.
65 /*package*/ static IntSet makeDomFrontSet(int szBlocks) {
72 * Make IntSet for the interference graph sets. Public because
78 public static IntSet makeInterferenceSet(int countRegs) {
85 * Make IntSet for register live in/out sets.
90 /*package*/ static IntSet makeLivenessSet(int countRegs) {
InterferenceRegisterMapper.java 22 import com.android.dx.util.IntSet;
88 IntSet existing = newRegInterference.get(newReg);
  /external/ceres-solver/internal/ceres/
canonical_views_clustering.cc 49 typedef HashSet<int> IntSet;
69 void FindValidViews(IntSet* valid_views) const;
109 IntSet valid_views;
117 for (IntSet::const_iterator view = valid_views.begin();
148 IntSet* valid_views) const {
149 const IntSet& views = graph_->vertices();
150 for (IntSet::const_iterator view = views.begin();
171 const IntSet& neighbors = graph_->Neighbors(candidate);
172 for (IntSet::const_iterator neighbor = neighbors.begin();
198 const IntSet& neighbors = graph_->Neighbors(canonical_view)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
InterferenceGraph.java 20 import com.android.dx.util.IntSet;
31 private final ArrayList<IntSet> interference;
40 interference = new ArrayList<IntSet>(countRegs);
83 public void mergeInterferenceSet(int reg, IntSet set) {
FirstFitAllocator.java 26 import com.android.dx.util.IntSet;
85 IntSet current = new BitIntSet(oldRegCount);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 31 import org.antlr.misc.IntSet;
79 public List<IntSet> getEdgeLabels(DFAState targetState) {
81 List<IntSet> labels = new ArrayList<IntSet>();
97 * Given List<IntSet>, return a String with a useful representation of the
101 public String getInputSequenceDisplay(Grammar g, List<IntSet> labels) {
103 for (IntSet label : labels)
116 List<Set<NFAState>> nfaStates, List<IntSet> labels) {
121 IntSet label = labels.get(i);
LookaheadSet.java 30 import org.antlr.misc.IntSet;
46 public LookaheadSet(IntSet s) {
77 IntSet i = this.tokenTypeSet.and(s.tokenTypeSet);
Label.java 30 import org.antlr.misc.IntSet;
115 //public static final IntSet ALLCHAR = IntervalSet.of(MIN_CHAR_VALUE,MAX_CHAR_VALUE);
122 protected IntSet labelSet;
129 public Label(IntSet labelSet) {
217 public IntSet getSet() {
225 public void setSet(IntSet set) {
244 public boolean matches(IntSet set) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
InterferenceGraph.java 25 import com.android.dx.util.IntSet;
41 private final ArrayList<IntSet> interference;
50 interference = new ArrayList<IntSet>(countRegs);
93 public void mergeInterferenceSet(int reg, IntSet set) {
  /external/emma/core/java12/com/vladium/util/
IntSet.java 7 * $Id: IntSet.java,v 1.1.1.1 2004/05/09 16:57:53 vlad_r Exp $
23 final class IntSet
28 * Equivalent to <CODE>IntSet(11, 0.75F)</CODE>.
30 public IntSet ()
36 * Equivalent to <CODE>IntSet(capacity, 0.75F)</CODE>.
38 public IntSet (final int initialCapacity)
44 * Constructs an IntSet with specified initial capacity and load factor.
49 public IntSet (int initialCapacity, final float loadFactor)
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 18 import com.vladium.util.IntSet;
145 IntSet blockIDs = (IntSet) lineMap.get (line);
149 blockIDs = new IntSet ();
162 final int [] blockIDs = ((IntSet) lineMap.get (line)).values ();
165 lineMap.put (line, blockIDs); // overwrite IntSet as the value
  /external/chromium_org/v8/test/cctest/
test-hashmap.cc 45 class IntSet {
47 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {}
95 IntSet set(hash);

Completed in 775 milliseconds

1 2 3