HomeSort by relevance Sort by last modified time
    Searched defs:resize (Results 226 - 250 of 546) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
ActivityView.java 308 mVirtualDisplay.resize(width, height, getBaseDisplayDensity());
  /frameworks/base/rs/java/android/renderscript/
FieldPacker.java 55 fp.resize(fp.mPos);
777 private boolean resize(int newSize) { method in class:FieldPacker
798 resize(mLen * 2);
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 115 resize(width, height, densityDpi, false /* doLayout */); method
143 public void resize(int width, int height, int densityDpi) { method in class:OverlayDisplayWindow
144 resize(width, height, densityDpi, true /* doLayout */); method
147 private void resize(int width, int height, int densityDpi, boolean doLayout) { method in class:OverlayDisplayWindow
  /frameworks/base/services/core/java/com/android/server/vr/
Vr2dDisplay.java 243 mVirtualDisplay.resize(mVirtualDisplayWidth, mVirtualDisplayHeight,
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 99 r.resize(COLOR_CHIP_SIZE, COLOR_CHIP_SIZE);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 270 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
272 getPointer()->resize(N, t);
437 resize(std::max(size(), RHS.size()));
444 Copy.resize(size());
484 resize(std::max(size(), RHS.size()));
491 Copy.resize(size());
498 resize(std::max(size(), RHS.size()));
505 Copy.resize(size());
541 /// Add '1' bits from Mask to this vector. Don't resize.
550 /// Clear any bits in this vector that are set in Mask. Don't resize
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
BitVector.h 31 /// Iterators get invalidated when resize / reserve is called.
371 /// resize - Grow or shrink the bitvector.
372 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
588 resize(RHS.size());
596 resize(RHS.size());
757 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
764 /// Don't resize. This computes "*this &= ~Mask".
770 /// Don't resize. This computes "*this |= ~Mask".
776 /// Don't resize. This computes "*this &= Mask".
SmallBitVector.h 330 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
332 getPointer()->resize(N, t);
497 resize(std::max(size(), RHS.size()));
504 Copy.resize(size());
544 resize(std::max(size(), RHS.size()));
551 Copy.resize(size());
558 resize(std::max(size(), RHS.size()));
565 Copy.resize(size());
617 /// Add '1' bits from Mask to this vector. Don't resize.
626 /// Clear any bits in this vector that are set in Mask. Don't resize
    [all...]
SmallVector.h 352 void resize(size_type N) { function in class:llvm::SmallVectorImpl
365 void resize(size_type N, const T &NV) { function in class:llvm::SmallVectorImpl
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
BitVector.h 31 /// Iterators get invalidated when resize / reserve is called.
371 /// resize - Grow or shrink the bitvector.
372 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
588 resize(RHS.size());
596 resize(RHS.size());
757 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
764 /// Don't resize. This computes "*this &= ~Mask".
770 /// Don't resize. This computes "*this |= ~Mask".
776 /// Don't resize. This computes "*this &= Mask".
SmallBitVector.h 330 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
332 getPointer()->resize(N, t);
497 resize(std::max(size(), RHS.size()));
504 Copy.resize(size());
544 resize(std::max(size(), RHS.size()));
551 Copy.resize(size());
558 resize(std::max(size(), RHS.size()));
565 Copy.resize(size());
617 /// Add '1' bits from Mask to this vector. Don't resize.
626 /// Clear any bits in this vector that are set in Mask. Don't resize
    [all...]
SmallVector.h 352 void resize(size_type N) { function in class:llvm::SmallVectorImpl
365 void resize(size_type N, const T &NV) { function in class:llvm::SmallVectorImpl
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
BitVector.h 31 /// Iterators get invalidated when resize / reserve is called.
371 /// resize - Grow or shrink the bitvector.
372 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
588 resize(RHS.size());
596 resize(RHS.size());
757 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
764 /// Don't resize. This computes "*this &= ~Mask".
770 /// Don't resize. This computes "*this |= ~Mask".
776 /// Don't resize. This computes "*this &= Mask".
SmallBitVector.h 330 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
332 getPointer()->resize(N, t);
497 resize(std::max(size(), RHS.size()));
504 Copy.resize(size());
544 resize(std::max(size(), RHS.size()));
551 Copy.resize(size());
558 resize(std::max(size(), RHS.size()));
565 Copy.resize(size());
617 /// Add '1' bits from Mask to this vector. Don't resize.
626 /// Clear any bits in this vector that are set in Mask. Don't resize
    [all...]
SmallVector.h 355 void resize(size_type N) { function in class:llvm::SmallVectorImpl
368 void resize(size_type N, const T &NV) { function in class:llvm::SmallVectorImpl
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
BitVector.h 31 /// Iterators get invalidated when resize / reserve is called.
371 /// resize - Grow or shrink the bitvector.
372 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
588 resize(RHS.size());
596 resize(RHS.size());
757 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
764 /// Don't resize. This computes "*this &= ~Mask".
770 /// Don't resize. This computes "*this |= ~Mask".
776 /// Don't resize. This computes "*this &= Mask".
SmallBitVector.h 330 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
332 getPointer()->resize(N, t);
497 resize(std::max(size(), RHS.size()));
504 Copy.resize(size());
544 resize(std::max(size(), RHS.size()));
551 Copy.resize(size());
558 resize(std::max(size(), RHS.size()));
565 Copy.resize(size());
617 /// Add '1' bits from Mask to this vector. Don't resize.
626 /// Clear any bits in this vector that are set in Mask. Don't resize
    [all...]
SmallVector.h 355 void resize(size_type N) { function in class:llvm::SmallVectorImpl
368 void resize(size_type N, const T &NV) { function in class:llvm::SmallVectorImpl
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
BitVector.h 31 /// Iterators get invalidated when resize / reserve is called.
371 /// resize - Grow or shrink the bitvector.
372 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
588 resize(RHS.size());
596 resize(RHS.size());
757 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
764 /// Don't resize. This computes "*this &= ~Mask".
770 /// Don't resize. This computes "*this |= ~Mask".
776 /// Don't resize. This computes "*this &= Mask".
SmallBitVector.h 330 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
332 getPointer()->resize(N, t);
497 resize(std::max(size(), RHS.size()));
504 Copy.resize(size());
544 resize(std::max(size(), RHS.size()));
551 Copy.resize(size());
558 resize(std::max(size(), RHS.size()));
565 Copy.resize(size());
617 /// Add '1' bits from Mask to this vector. Don't resize.
626 /// Clear any bits in this vector that are set in Mask. Don't resize
    [all...]

Completed in 1202 milliseconds

1 2 3 4 5 6 7 8 91011>>