/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
Range.java | 25 import com.android.documentsui.selection.DefaultSelectionHelper.RangeType; 42 void extendSelection(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) { 149 int begin, int end, boolean selected, @RangeType int type);
|
DefaultSelectionHelper.java | 78 @interface RangeType {} 302 private void extendRange(int pos, @RangeType int type) { 446 private void updateForRange(int begin, int end, boolean selected, @RangeType int type) {
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
Range.java | 62 @interface RangeType {} 82 void extendRange(int position, @RangeType int type) { 94 private void establishRange(int position, @RangeType int type) { 108 private void reviseRange(int position, @RangeType int type) { 129 private void reviseAscending(int position, @RangeType int type) { 144 private void reviseDescending(int position, @RangeType int type) { 169 int begin, int end, boolean selected, @RangeType int type) { 178 private void log(@RangeType int type, String message) { 188 int begin, int end, boolean selected, @RangeType int type);
|
DefaultSelectionTracker.java | 31 import androidx.recyclerview.selection.Range.RangeType; 296 private void extendRange(int position, @RangeType int type) { 427 private void updateForRange(int begin, int end, boolean selected, @RangeType int type) {
|
/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/darwin-x86/clang-4393122/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/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);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
MemorySSAUpdater.h | 147 template <class RangeType> 148 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/prebuilts/clang/host/linux-x86/clang-4691093/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 | |