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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
localintermediate.h 69 void resize(int s) function in class:glslang::TSwizzleSelectors
245 xfbBuffers.resize(TQualifier::layoutXfbBufferEnd);
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 284 mFuelDrawable.resize(tex.width, tex.height);
286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height);
302 bitmap.resize(barWidth, mFuelDrawable.getHeight());
324 bitmap.resize(tex.width, tex.height);
342 bitmap.resize(tex.width, tex.height);
356 mMovementSliderBaseDrawable.resize(tex.width, tex.height);
362 mMovementSliderButtonDrawable.resize(tex.width, tex.height);
368 mMovementSliderButtonDepressedDrawable.resize(tex.width, tex.height);
387 mCoinDrawable.resize(tex.width, tex.height);
407 mRubyDrawable.resize(tex.width, tex.height)
481 mDigitDrawables[x].resize(tex.width, tex.height); method
    [all...]
  /external/deqp/framework/delibs/decpp/
deRingBuffer.hpp 42 void resize (int newSize);
95 void RingBuffer<T>::resize (int newSize) function in class:de::RingBuffer
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorStorage.h 116 EIGEN_DEVICE_FUNC void resize(Index size, const array<Index, NumIndices_>& nbDimensions) function in class:Eigen::TensorStorage
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_option.hpp 106 void resize(const Protocol&, std::size_t s) function in class:asio::detail::socket_option::boolean
120 std::length_error ex("boolean socket option resize");
197 void resize(const Protocol&, std::size_t s) function in class:asio::detail::socket_option::integer
201 std::length_error ex("integer socket option resize");
290 void resize(const Protocol&, std::size_t s) function in class:asio::detail::socket_option::linger
294 std::length_error ex("linger socket option resize");
  /external/skia/tools/sk_app/android/
RasterWindowContext_android.cpp 26 void resize(int w, int h) override;
68 void RasterWindowContext_android::resize(int w, int h) { function in class:__anon34387::RasterWindowContext_android
  /external/skia/tools/sk_app/unix/
RasterWindowContext_unix.cpp 24 void resize(int w, int h) override;
42 this->resize(width, height);
51 this->resize(attrs.width, attrs.height);
54 void RasterWindowContext_xlib::resize(int w, int h) { function in class:__anon34397::RasterWindowContext_xlib
  /external/skia/tools/sk_app/win/
RasterWindowContext_win.cpp 27 void resize(int w, int h) override;
44 this->resize(rect.right - rect.left, rect.bottom - rect.top);
51 this->resize(rect.right - rect.left, rect.bottom - rect.top);
54 void RasterWindowContext_win::resize(int w, int h) { function in class:__anon34402::RasterWindowContext_win
  /external/skqp/tools/sk_app/android/
RasterWindowContext_android.cpp 26 void resize(int w, int h) override;
68 void RasterWindowContext_android::resize(int w, int h) { function in class:__anon35060::RasterWindowContext_android
  /external/skqp/tools/sk_app/unix/
RasterWindowContext_unix.cpp 24 void resize(int w, int h) override;
42 this->resize(width, height);
51 this->resize(attrs.width, attrs.height);
54 void RasterWindowContext_xlib::resize(int w, int h) { function in class:__anon35070::RasterWindowContext_xlib
  /external/skqp/tools/sk_app/win/
RasterWindowContext_win.cpp 27 void resize(int w, int h) override;
44 this->resize(rect.right - rect.left, rect.bottom - rect.top);
51 this->resize(rect.right - rect.left, rect.bottom - rect.top);
54 void RasterWindowContext_win::resize(int w, int h) { function in class:__anon35075::RasterWindowContext_win
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IndexedMap.h 62 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
63 storage_.resize(s, nullVal_);
73 resize(NewSize);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameBuffer1D.java 69 public void resize(int[] newDimensions) { method in class:FrameBuffer1D
70 super.resize(newDimensions);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ByteArrayRingBuffer.java 81 * Resize the buffer, removing existing data if necessary.
84 public void resize(int maxBytes) { method in class:ByteArrayRingBuffer
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LinearLayoutManagerResizeTest.java 54 public void resize() throws Throwable { method in class:LinearLayoutManagerResizeTest
72 // resize the recycler view to half
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 65 void resize (const UVec2& newSize) function in class:tcu::lnx::VulkanWindowXlib
108 void resize (const UVec2& newSize) function in class:tcu::lnx::VulkanWindowXcb
149 void resize (const UVec2& newSize) function in class:tcu::lnx::VulkanWindowWayland
  /external/eigen/Eigen/src/Core/
ArrayWrapper.h 101 * \sa DenseBase::resize(Index) */
103 void resize(Index newSize) { m_expression.resize(newSize); } function in class:Eigen::ArrayWrapper
105 * \sa DenseBase::resize(Index,Index)*/
107 void resize(Index rows, Index cols) { m_expression.resize(rows,cols); } function in class:Eigen::ArrayWrapper
195 * \sa DenseBase::resize(Index) */
197 void resize(Index newSize) { m_expression.resize(newSize); } function in class:Eigen::MatrixWrapper
199 * \sa DenseBase::resize(Index,Index)*
201 void resize(Index rows, Index cols) { m_expression.resize(rows,cols); } function in class:Eigen::MatrixWrapper
    [all...]
DenseStorage.h 214 EIGEN_DEVICE_FUNC void resize(Index,Index,Index) {} function in class:Eigen::DenseStorage
232 EIGEN_DEVICE_FUNC void resize(Index,Index,Index) {} function in class:Eigen::DenseStorage
274 EIGEN_DEVICE_FUNC void resize(Index, Index rows, Index cols) { m_rows = rows; m_cols = cols; } function in class:Eigen::DenseStorage
303 EIGEN_DEVICE_FUNC void resize(Index, Index rows, Index) { m_rows = rows; } function in class:Eigen::DenseStorage
332 void resize(Index, Index, Index cols) { m_cols = cols; } function in class:Eigen::DenseStorage
402 EIGEN_DEVICE_FUNC void resize(Index size, Index rows, Index cols) function in class:Eigen::DenseStorage
477 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize(Index size, Index, Index cols) function in class:Eigen::DenseStorage
551 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize(Index size, Index rows, Index) function in class:Eigen::DenseStorage
  /external/llvm/include/llvm/ADT/
PackedVector.h 108 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } function in class:llvm::PackedVector
118 resize(size()+1);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_endpoint.hpp 137 void resize(std::size_t new_size) function in class:asio::ip::basic_endpoint
139 impl_.resize(new_size);

Completed in 1201 milliseconds

12 3 4 5 6 7 8 91011>>