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

  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
Range.java 24 import com.android.documentsui.selection.SelectionManager.RangeType;
42 void snapSelection(int position, @RangeType int type) {
54 private void establishRange(int position, @RangeType int type) {
70 private void reviseRange(int position, @RangeType int type) {
92 private void reviseAscendingRange(int position, @RangeType int type) {
109 private void reviseDescendingRange(int position, @RangeType int type) {
135 private void updateRange(int begin, int end, boolean selected, @RangeType int type) {
150 void updateForRange(int begin, int end, boolean selected, @RangeType int type);
SelectionManager.java 56 public @interface RangeType {}
326 private void snapRangeSelection(int pos, @RangeType int type) {
488 void updateForRange(int begin, int end, boolean selected, @RangeType int type) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 147 template <class RangeType>
148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /external/v8/src/compiler/
types.cc 28 bool RangeType::Limits::IsEmpty() { return this->min > this->max; }
30 RangeType::Limits RangeType::Limits::Intersect(Limits lhs, Limits rhs) {
38 RangeType::Limits RangeType::Limits::Union(Limits lhs, Limits rhs) {
48 bool Type::Overlap(RangeType* lhs, RangeType* rhs) {
50 return !RangeType::Limits::Intersect(RangeType::Limits(lhs),
51 RangeType::Limits(rhs)
    [all...]
types.h 374 class RangeType : public TypeBase {
380 explicit Limits(RangeType* range) : min(range->Min()), max(range->Max()) {}
408 return AsType(new (zone->New(sizeof(RangeType))) RangeType(bits, lim));
411 static RangeType* cast(Type* type) {
413 return static_cast<RangeType*>(FromType(type));
416 RangeType(BitsetType::bitset bitset, Limits limits)
536 return RangeType::New(min, max, zone);
587 RangeType* AsRange() { return RangeType::cast(this);
    [all...]
operation-typer.h 16 class RangeType;
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 622 /// RangeType is arena-allocated from the Cfg's allocator.
623 using RangeType = CfgVector<RangeElementType>;
663 const RangeType &getSegments() const { return Range; }
671 RangeType Range;
680 RangeType::const_iterator TrimmedBegin;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 132 NDR64_FORMAT_CHAR RangeType;
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 2147 milliseconds