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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiPlatform.cpp 31 void Window::resize (const tcu::UVec2&) function in class:vk::wsi::Window
33 TCU_THROW(InternalError, "resize() called on window not supporting it");
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawable_ShaderFactoryTest.java 37 assertNull(impl.resize(0, 0));
42 public Shader resize(int width, int height) { method in class:ShapeDrawable_ShaderFactoryTest.ShaderFactoryImpl
  /external/eigen/Eigen/src/StlSupport/
StdList.h 47 #if !EIGEN_HAS_CXX11_CONTAINERS && !(defined(_GLIBCXX_LIST) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::list::resize(size_type,const T&). */
80 void resize(size_type new_size) function in class:std::list
81 { resize(new_size, T()); }
83 void resize(size_type new_size, const value_type& x) function in class:std::list
StdVector.h 80 void resize(size_type new_size) function in class:std::vector
81 { resize(new_size, T()); }
85 void resize(size_type new_size, const value_type& x) function in class:std::vector
100 /* Note that before gcc-4.1 we already have: std::vector::resize(size_type,const T&).
102 void resize(size_type new_size, const value_type& x) function in class:std::vector
104 vector_base::resize(new_size,x);
108 void resize(size_type new_size, const value_type& x) function in class:std::vector
118 void resize(size_type new_size, const value_type& x) function in class:std::vector
StdDeque.h 48 #if !EIGEN_HAS_CXX11_CONTAINERS && !(defined(_GLIBCXX_DEQUE) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::deque::resize(size_type,const T&). */
80 void resize(size_type new_size) function in class:std::deque
81 { resize(new_size, T()); }
85 void resize(size_type new_size, const value_type& x) function in class:std::deque
103 void resize(size_type new_size, const value_type& x) function in class:std::deque
113 void resize(size_type new_size, const value_type& x) function in class:std::deque
  /external/skia/tools/sk_app/
GLWindowContext.cpp 88 void GLWindowContext::resize(int w, int h) { function in class:sk_app::GLWindowContext
  /external/skqp/tools/sk_app/
GLWindowContext.cpp 88 void GLWindowContext::resize(int w, int h) { function in class:sk_app::GLWindowContext
  /external/deqp/framework/opengl/
gluObjectWrapper.cpp 93 resize(numObjects);
101 void ObjectVector::resize (size_t newSize) function in class:glu::ObjectVector
111 m_objects.resize(newSize, 0);
117 m_objects.resize(newSize);
  /external/eigen/unsupported/Eigen/CXX11/src/util/
MaxSizeVector.h 41 // Construct a new MaxSizeVector, reserve and resize to n.
58 void resize(size_t n) { function in class:Eigen::MaxSizeVector
  /external/libbrillo/brillo/
secure_blob.cc 20 void SecureBlob::resize(size_type count) { function in class:brillo::SecureBlob
24 Blob::resize(count);
27 void SecureBlob::resize(size_type count, const value_type& value) { function in class:brillo::SecureBlob
31 Blob::resize(count, value);
  /external/llvm/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);
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.h 56 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm::BitcodeReaderValueList
76 ValuePtrs.resize(N);
103 void resize(unsigned N) { MDValuePtrs.resize(N); }
117 MDValuePtrs.resize(N);
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
bitmap_helpers_impl.h 37 void resize(T* out, uint8_t* in, int image_height, int image_width, function in namespace:tflite::label_image
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
SHCircularBuffer.h 31 resize(maxSize);
33 void resize(size_t maxSize) { function in class:SHCircularBuffer
34 mBuffer.resize(maxSize);
  /frameworks/base/core/java/android/net/metrics/
DnsEvent.java 68 resize((int) (1.4 * eventCount)); method
80 public void resize(int newLength) { method in class:DnsEvent
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 55 * Before calling this, you must call {@link #resize(float,float)}.
70 public final void resize(float width, float height) { method in class:Shape
97 * Callback method called when {@link #resize(float,float)} is executed.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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/darwin-x86/clang-4393122/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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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-4393122/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);

Completed in 1222 milliseconds

1 2 3 4 5 6 7 8 91011>>