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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control_container.css 6 cursor: ns-resize;
10 cursor: ew-resize;
  /external/eigen/doc/snippets/
Matrix_resize_int.cpp 2 v.resize(3);
4 w.resize(3); // this is legal, but has no effect
Matrix_resize_NoChange_int.cpp 2 m.resize(NoChange, 5);
Matrix_resize_int_NoChange.cpp 2 m.resize(5, NoChange);
Matrix_resize_int_int.cpp 4 cout << "let's resize m to 3x2. This is a conservative resizing because 2*3==3*2." << endl;
5 m.resize(3,2);
7 cout << "now let's resize m to size 2x2. This is NOT a conservative resizing, so it becomes uninitialized:" << endl;
8 m.resize(2,2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/
resize_size.pass.cpp 12 // void resize(size_type sz);
25 v.resize(50);
28 v.resize(200);
34 v.resize(50);
37 v.resize(200);
44 v.resize(50);
47 v.resize(200);
53 v.resize(50);
56 v.resize(200);
64 v.resize(50)
    [all...]
resize_size_value.pass.cpp 12 // void resize(size_type sz, const value_type& x);
23 v.resize(50, 1);
27 v.resize(200, 1);
37 v.resize(50, 1);
40 v.resize(200, 1);
47 v.resize(50, 1);
51 v.resize(200, 1);
61 v.resize(50, 1);
64 v.resize(200, 1);
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNILib.java 28 public static native void resize(int width, int height); method in class:GLES3JNILib
  /frameworks/native/services/surfaceflinger/tests/resize/
Android.mk 5 resize.cpp
13 LOCAL_MODULE:= test-resize
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
resize_size.pass.cpp 13 // void resize(size_type sz);
24 v.resize(50);
27 v.resize(200);
34 v.resize(50);
37 v.resize(200);
resize_size_value.pass.cpp 13 // void resize(size_type sz, const value_type& x);
24 v.resize(50, 1);
28 v.resize(200, 1);
39 v.resize(50, 1);
43 v.resize(200, 1);
  /external/chromium/base/
base64.cc 13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
21 temp.resize(output_size); // strips off null byte
28 temp.resize(modp_b64_decode_len(input.size()));
36 temp.resize(output_size);
  /external/chromium_org/base/
base64.cc 13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
23 temp.resize(output_size); // strips off null byte
30 temp.resize(modp_b64_decode_len(input.size()));
38 temp.resize(output_size);
  /external/eigen/doc/examples/
tut_matrix_resize_fixed_size.cpp 9 m.resize(4,4); // no operation
tut_matrix_resize.cpp 9 m.resize(4,3);
14 v.resize(5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size.pass.cpp 12 // void resize(size_type n);
26 c.resize(0);
28 c.resize(10);
30 c.resize(20);
32 c.resize(5);
34 c.resize(0);
43 c.resize(3);
49 c.resize(6);
58 c.resize(6);
72 c.resize(0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/
resize.pass.cpp 14 // void resize(size_t n, value_type x = value_type());
26 v1.resize(8);
30 v1.resize(0);
32 v1.resize(80);
36 v1.resize(40);
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.cpp 41 m_axes.resize(count);
48 m_buttons.resize(count);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/
resize_size.pass.cpp 12 // void resize(size_type sz);
23 l.resize(2);
30 l.resize(10);
39 l.resize(5);
45 l.resize(20);
53 l.resize(2);
60 l.resize(10);
69 l.resize(5);
75 l.resize(20);
  /external/chromium_org/chrome/installer/setup/eula/
oem.js 17 function resize() { function
25 window.onresize = resize;
26 window.onload = resize
  /external/chromium_org/third_party/flot/
jquery.flot.resize.min.js 1 (function(n,p,u){var w=n([]),s=n.resize=n.extend(n.resize,{}),o,l="setTimeout",m="resize",t=m+"-special-event",v="delay",r="throttleWindow";s[v]=250;s[r]=true;n.event.special[m]={setup:function(){if(!s[r]&&this[l]){return false}var a=n(this);w=w.add(a);n.data(this,t,{w:a.width(),h:a.height()});if(w.length===1){q()}},teardown:function(){if(!s[r]&&this[l]){return false}var a=n(this);w=w.not(a);a.removeData(t);if(!w.length){clearTimeout(o)}},add:function(b){if(!s[r]&&this[l]){return false}var c;function a(d,h,g){var f=n(this),e=n.data(this,t);e.w=h!==u?h:f.width();e.h=g!==u?g:f.height();c.apply(this,arguments)}if(n.isFunction(b)){c=b;return a}else{c=b.handler;b.handler=a}}};function q(){o=p[l](function(){w.each(function(){var d=n(this),a=d.width(),b=d.height(),c=n.data(this,t);if(a!==c.w||b!==c.h){d.trigger(m,[c.w=a,c.h=b])}});q()},s[v])}})(jQuery,this);(function(b){var a={};function c(f){function e(){var h=f.getPlaceholder();if(h.width()==0||h.height()==0){return}f.resize();f.setupGrid();f.draw()}function g(i,h){i.getPlaceholder().resize(e)}function d(i,h){i.getPlaceholder().unbind("resize",e)}f.hooks.bindEvents.push(g);f.hooks.shutdown.push(d)}b.plot.plugins.push({init:c,options:a,name:"resize",version:"1.0"})})(jQuery)
  /external/sfntly/cpp/src/test/
memory_io_test.cc 38 test_buffer.resize(kTestBufferLen);
52 b.resize(7);
56 b.resize(17);
62 b.resize(10);
67 b.resize(10);
77 b.resize(10);
86 test_buffer.resize(kTestBufferLen);
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 38 Vec.resize(5, true);
46 Vec.resize(11);
70 Vec.resize(23, true);
71 Vec.resize(25, false);
72 Vec.resize(26, true);
73 Vec.resize(29, false);
74 Vec.resize(33, true);
75 Vec.resize(57, false);
87 Vec.resize(61, false);
91 Alt.resize(6, true)
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_utils.cc 19 result.resize(size);
24 result.resize(size);
41 result.resize(size);
46 result.resize(size);
  /external/chromium_org/crypto/
signature_creator_openssl.cc 36 signature->resize(RSA_size(rsa_key));
45 signature->resize(len);
65 signature->resize(EVP_PKEY_size(key));
73 signature->resize(len);

Completed in 1047 milliseconds

1 2 3 4 5 6 7 8 91011>>