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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
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/linux-x86/clang-4639204/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/clang/host/linux-x86/clang-4691093/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/linux-x86/clang-4691093/include/llvm/IR/
ValueMap.h 146 void resize(size_t Size) { Map.resize(Size); } function in class:llvm::ValueMap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 658 * This function will %resize the %vector to the specified
664 resize(size_type __new_size) function in class:vector
677 * This function will %resize the %vector to the specified
684 resize(size_type __new_size, const value_type& __x) function in class:vector
697 * This function will %resize the %vector to the specified
704 resize(size_type __new_size, value_type __x = value_type()) function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 448 * This function will %resize the %string to the specified
454 resize(size_type __n, _CharT __c);
460 * This function will resize the %string to the specified
467 resize(size_type __n) function in class:__versa_string
468 { this->resize(__n, _CharT()); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 658 * This function will %resize the %vector to the specified
664 resize(size_type __new_size) function in class:vector
677 * This function will %resize the %vector to the specified
684 resize(size_type __new_size, const value_type& __x) function in class:vector
697 * This function will %resize the %vector to the specified
704 resize(size_type __new_size, value_type __x = value_type()) function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 448 * This function will %resize the %string to the specified
454 resize(size_type __n, _CharT __c);
460 * This function will resize the %string to the specified
467 resize(size_type __n) function in class:__versa_string
468 { this->resize(__n, _CharT()); }
    [all...]
  /bionic/libc/kernel/uapi/scsi/
cxlflash_ioctl.h 123 struct dk_cxlflash_resize resize; member in union:cxlflash_ioctls
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 244 circle.resize(x, y);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 74 ScriptIntrinsicResize resize = ScriptIntrinsicResize.create(mRS); local
75 resize.setInput(rsInput);
76 resize.forEach_bicubic(rsOutput);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py 831 def resize(n): function in function:ByteArrayTest.test_resize_forbidden
    [all...]
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 68 void resize (deUintptr size);
69 void resize (deUintptr size, const T& value);
246 resize(0);
250 inline void PoolArray<T, Alignment>::resize (deUintptr newSize) function in class:de::PoolArray
274 inline void PoolArray<T, Alignment>::resize (deUintptr newSize, const T& value) function in class:de::PoolArray
277 resize(newSize); // value is not used
361 resize(size()+1);
369 resize(size()-1);
  /external/deqp/modules/egl/
teglResizeTests.cpp 117 void resize (IVec2 size);
208 void ResizeTest::resize (IVec2 size) function in class:deqp::egl::ResizeTest
359 this->resize(m_newSize);
405 this->resize(m_newSize);
501 this->resize(m_newSize);
516 : TestCaseGroup(eglTestCtx, "resize", "Tests resizing the native surface")
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 67 // dummy resize function
68 void resize(Index rows, Index cols) function in class:Eigen::TriangularBase
794 dst.resize(dstRows, dstCols);
    [all...]
  /external/kernel-headers/original/uapi/scsi/
cxlflash_ioctl.h 121 __u64 rsrc_handle; /* Resource handle of LUN to resize */
177 struct dk_cxlflash_resize resize; member in union:cxlflash_ioctls
  /external/libvterm/src/
screen.c 480 static int resize(int new_rows, int new_cols, VTermPos *delta, void *user) function
574 if(screen->callbacks && screen->callbacks->resize)
575 return (*screen->callbacks->resize)(new_rows, new_cols, screen->cbdata);
620 .resize = &resize,
772 /* static because it's only used internally for sb_popline during resize */
  /external/llvm/include/llvm/ADT/
SmallVector.h 349 void resize(size_type N) { function in class:llvm::SmallVectorImpl
362 void resize(size_type N, const T &NV) { function in class:llvm::SmallVectorImpl
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 97 /// \brief Resize the hash table, moving the old entries into the new buckets.
98 void resize(size_t NewSize) { function in class:llvm::OnDiskChainedHashTableGenerator
129 resize(NumBuckets * 2);
155 // Now we're done adding entries, resize the bucket list if it's
169 resize(TargetNumBuckets);
  /external/mesa3d/src/util/
ralloc.c 168 resize(void *ptr, size_t size) function
204 return resize(ptr, size);
405 both = resize(*dest, existing_length + n + 1);
535 ptr = resize(*str, *start + new_length + 1);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 293 void resize(unsigned N) { function in class:llvm::SmallVectorTemplateCommon::SmallVectorImpl
305 void resize(unsigned N, const T &NV) { function in class:llvm::SmallVectorTemplateCommon::SmallVectorImpl
ilist.h 684 // Resize members...
685 void resize(size_type newsize, NodeTy val) { function in struct:llvm::ilist
695 void resize(size_type newsize) { resize(newsize, NodeTy()); } function in struct:llvm::ilist

Completed in 1339 milliseconds

<<11121314151617181920>>