Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 25 of 187) sorted by relevance

12345678

/external/eigen/Eigen/src/StlSupport/
DStdVector.h77 void resize(size_type new_size) in resize() function
82 void resize(size_type new_size, const value_type& x) in resize() function
99 void resize(size_type new_size, const value_type& x) in resize() function
105 void resize(size_type new_size, const value_type& x) in resize() function
115 void resize(size_type new_size, const value_type& x) in resize() function
DStdDeque.h88 void resize(size_type new_size) in resize() function
93 void resize(size_type new_size, const value_type& x) in resize() function
111 void resize(size_type new_size, const value_type& x) in resize() function
121 void resize(size_type new_size, const value_type& x) in resize() function
DStdList.h88 void resize(size_type new_size) in resize() function
91 void resize(size_type new_size, const value_type& x) in resize() function
/external/libbrillo/brillo/
Dsecure_blob.cc20 void SecureBlob::resize(size_type count) { in resize() function in brillo::SecureBlob
27 void SecureBlob::resize(size_type count, const value_type& value) { in resize() function in brillo::SecureBlob
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp31 void Window::resize (const tcu::UVec2&) in resize() function in vk::wsi::Window
/external/v8/test/webkit/
Dresize-array-assign.js26 function resize(X) { function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_option.hpp106 void resize(const Protocol&, std::size_t s) in resize() function in asio::detail::socket_option::boolean
197 void resize(const Protocol&, std::size_t s) in resize() function in asio::detail::socket_option::integer
290 void resize(const Protocol&, std::size_t s) in resize() function in asio::detail::socket_option::linger
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DDpiTest.java34 public void resize (int width, int height) { in resize() method in DpiTest
DLifeCycleTest.java54 public void resize (int width, int height) { in resize() method in LifeCycleTest
DDirtyRenderingTest.java42 public void resize (int width, int height) { in resize() method in DirtyRenderingTest
DPixelPerfectTest.java49 public void resize (int width, int height) { in resize() method in PixelPerfectTest
DTouchpadTest.java48 public void resize (int width, int height) { in resize() method in TouchpadTest
DTextButtonTest.java59 public void resize (int width, int height) { in resize() method in TextButtonTest
DImageScaleTest.java62 public void resize (int width, int height) { in resize() method in ImageScaleTest
DScrollPane2Test.java87 public void resize (int width, int height) { in resize() method in ScrollPane2Test
DTextAreaTest.java67 public void resize (int width, int height) { in resize() method in TextAreaTest
DImageTest.java69 public void resize (int width, int height) { in resize() method in ImageTest
DDragAndDropTest.java114 public void resize (int width, int height) { in resize() method in DragAndDropTest
/external/libgdx/gdx/src/com/badlogic/gdx/
DApplicationAdapter.java27 public void resize (int width, int height) { in resize() method in ApplicationAdapter
DApplicationListener.java40 public void resize (int width, int height); in resize() method
DScreen.java36 public void resize (int width, int height); in resize() method
DScreenAdapter.java27 public void resize (int width, int height) { in resize() method in ScreenAdapter
DGame.java50 public void resize (int width, int height) { in resize() method in Game
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/
DGdxTest.java44 public void resize (int width, int height) { in resize() method in GdxTest
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
DInternationalFontsTest.java90 public void resize (int width, int height) { in resize() method in InternationalFontsTest

12345678