HomeSort by relevance Sort by last modified time
    Searched refs:IntRange (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 42 * Initial capacity for IntRange clients array list. There will be
49 * <p>When a client is added, the IntRange may merge with one or more
50 * adjacent IntRanges to form a single combined IntRange.
51 * <p>When a client is removed, the IntRange may divide into several
54 private class IntRange {
61 * Create a new IntRange with a single client.
66 IntRange(int startId, int endId, String client) {
74 * Create a new IntRange for an existing ClientRange.
77 IntRange(ClientRange clientRange) {
85 * Create a new IntRange from an existing IntRange. This is used fo
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 179 class IntRange {
187 typedef IntRange<IntType> self;
190 IntRange() : IsEmpty(true) {}
191 IntRange(const self &RHS) :
194 IntRange(const IntType &C) :
197 IntRange(const IntType &L, const IntType &H) : Low(L), High(H),
351 typedef IntRange<IntTy> Range;
IntegersSubsetMapping.h 40 typedef IntRange<IntTy> RangeTy;
  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 31 typedef IntRange<Int> Range;
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 210 milliseconds