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

1 2 3 4 5 67 8 91011>>

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 57 resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), other.lowerSize());
98 void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor = 0) { function in class:Eigen::SkylineStorage
  /external/icu/icu4c/source/common/
cmemory.h 317 if (capacity < newCapacity) { resize(newCapacity); }
378 inline T *resize(int32_t newCapacity, int32_t length=0);
423 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { function in class:MaybeStackArray
426 ::fprintf(::stderr,"MaybeStacArray (resize) alloc %d * %lu\n", newCapacity,sizeof(T));
556 inline H *resize(int32_t newCapacity, int32_t length=0);
598 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, function in class:MaybeStackHeaderAndArray
  /external/libcxx/test/support/
nasty_containers.hpp 120 void resize(size_type sz) { v_.resize(sz); } function in class:nasty_vector
121 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } function in class:nasty_vector
240 void resize(size_type) { l_.resize(); } function in class:nasty_list
241 void resize(size_type, const value_type& c) { l_.resize(c); } function in class:nasty_list
  /external/libtextclassifier/util/utf8/
unicodetext.cc 49 resize(size);
53 void UnicodeText::Repr::resize(int new_size) { function in class:libtextclassifier2::UnicodeText::Repr
  /external/libvncserver/client_examples/
gtkvncviewer.c 386 static rfbBool resize (rfbClient *client) { function
665 cl->MallocFrameBuffer = resize;
  /external/libvncserver/test/
encodingstest.c 102 static rfbBool resize(rfbClient* cl) { function
190 client->MallocFrameBuffer=resize;
  /external/llvm/include/llvm/ADT/
BitVector.h 192 /// resize - Grow or shrink the bitvector.
193 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
409 resize(RHS.size());
417 resize(RHS.size());
481 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
488 /// Don't resize. This computes "*this &= ~Mask".
494 /// Don't resize. This computes "*this |= ~Mask".
500 /// Don't resize. This computes "*this &= Mask".
DenseSet.h 59 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::DenseSet
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 161 public void resize(int width, int height) { method in class:DrawableBitmap
FadeDrawableComponent.java 115 bitmap.resize((int)mTexture.width, (int)mTexture.height);
  /external/skia/include/core/
SkString.h 184 /** Destructive resize, does not preserve contents. */
185 void resize(size_t len) { this->set(nullptr, len); } function in class:SkString
  /external/skia/src/core/
SkTDynamicHash.h 245 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
249 void resize(int newCapacity) { function in class:SkTDynamicHash
  /external/skqp/include/core/
SkString.h 184 /** Destructive resize, does not preserve contents. */
185 void resize(size_t len) { this->set(nullptr, len); } function in class:SkString
  /external/skqp/src/core/
SkTDynamicHash.h 245 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
249 void resize(int newCapacity) { function in class:SkTDynamicHash
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallBitVector.h 245 /// resize - Grow or shrink the bitvector.
246 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
248 getPointer()->resize(N, t);
366 resize(std::max(size(), RHS.size()));
373 Copy.resize(size());
380 resize(std::max(size(), RHS.size()));
387 Copy.resize(size());
394 resize(std::max(size(), RHS.size()));
401 Copy.resize(size());
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
BitVector.h 192 /// resize - Grow or shrink the bitvector.
193 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
409 resize(RHS.size());
417 resize(RHS.size());
481 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
488 /// Don't resize. This computes "*this &= ~Mask".
494 /// Don't resize. This computes "*this |= ~Mask".
500 /// Don't resize. This computes "*this &= Mask".
  /external/swiftshader/third_party/subzero/src/
IceLiveness.h 87 resize(Index);
92 resize(Index);
98 resize(Index);
103 resize(Index);
128 /// Resize Nodes so that Nodes[Index] is valid.
129 void resize(SizeT Index) { function in class:Ice::Liveness
132 Nodes.resize(Index + 1);
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_test.cc 185 Output resize = local
186 ResizeBilinear(root.WithOpName("resize"), input, resize_size,
192 MirrorPad(root.WithOpName("mirror_pad"), resize, paddings, pad_mode);
  /external/valgrind/coregrind/
m_hashtable.c 90 static void resize ( VgHashTable *table ) function
125 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
152 resize(table);
  /external/webrtc/webrtc/system_wrappers/include/
scoped_vector.h 106 // Resize, deleting elements in the disappearing range if we are shrinking.
107 void resize(size_t new_size) { function in class:webrtc::ScopedVector
110 v_.resize(new_size);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) function in class:android::AudioResamplerDyn::InBuffer
471 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs);
  /frameworks/base/libs/hwui/
Texture.h 88 void resize(uint32_t width, uint32_t height, GLint internalFormat, GLint format) { function in class:android::uirenderer::Texture
96 * to call resize() prior to this.
  /frameworks/base/services/core/java/com/android/server/wm/
TaskWindowContainerController.java 154 public void resize(boolean relayout, boolean forced) { method in class:TaskWindowContainerController
180 * @param resizing Whether to put the task into drag resize mode.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 112 outputVideoFrame.resize(new int[] {outputWidth, outputHeight});
GpuVideoTrackDecoder.java 164 outputVideoFrame.resize(new int[] { outputWidth, outputHeight });

Completed in 1172 milliseconds

1 2 3 4 5 67 8 91011>>