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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/surfaceflinger/tests/resize/
Android.mk 5 resize.cpp
13 LOCAL_MODULE:= test-resize
  /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/llvm/unittests/ADT/
BitVectorTest.cpp 29 Vec.resize(5, true);
37 Vec.resize(11);
60 Vec.resize(23, true);
61 Vec.resize(25, false);
62 Vec.resize(26, true);
63 Vec.resize(29, false);
64 Vec.resize(33, true);
65 Vec.resize(57, false);
77 Vec.resize(61, false);
81 Alt.resize(6, true)
    [all...]
SmallBitVectorTest.cpp 26 Vec.resize(5, true);
34 Vec.resize(11);
57 Vec.resize(23, true);
58 Vec.resize(25, false);
59 Vec.resize(26, true);
60 Vec.resize(29, false);
61 Vec.resize(33, true);
62 Vec.resize(57, false);
74 Vec.resize(61, false);
78 Alt.resize(6, true)
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
SSLKeyGeneratorChromium.cpp 45 sizes.resize(2);
  /external/pcre/
pcre_scanner_unittest.cc 84 comments.resize(0);
92 comments.resize(0);
100 comments.resize(0);
107 comments.resize(0);
111 comments.resize(0);
119 comments.resize(0);
125 comments.resize(0);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 56 method = "resize",
64 mockShape.resize(200f, 300f);
69 mockShape.resize(0f, 0f);
73 mockShape.resize(Float.MAX_VALUE, Float.MAX_VALUE);
77 mockShape.resize(-1, -1);
91 mockShape.resize(200f, 300f);
96 mockShape.resize(200f, 300f);
101 mockShape.resize(100f, 200f);
112 shape.resize(100f, 200f);
144 shape.resize(TEST_WIDTH, TEST_HEIGHT)
    [all...]
  /external/chromium/crypto/
signature_creator_openssl.cc 42 signature->resize(EVP_PKEY_size(key));
50 signature->resize(len);
signature_creator_win.cc 47 temp.resize(signature_length);
53 temp.resize(signature_length);
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_resize.c 24 /* Resize event handling code for SDL */
31 /* Keep the last resize event so we don't post duplicates */
58 /* Pull out all old resize events */
67 event.resize.w = w;
68 event.resize.h = h;
  /external/webkit/Source/WebCore/platform/animation/
AnimationList.h 50 void resize(size_t n) { m_animations.resize(n); } function in class:WebCore::AnimationList
  /external/chromium/chrome/browser/resources/sync_internals/
sync_node_browser.css 36 cursor: col-resize;
42 cursor: e-resize;
  /external/chromium/chrome/common/net/
x509_certificate_model.cc 22 output16.resize(input.length());
29 output16.resize(output_chars);
33 output16.resize(output_chars);
40 output16.resize(output_chars); // Just to be safe.
  /external/oprofile/libutil++/
growable_vector.h 46 container.resize(index + 1);
56 container.resize(rhs.container.size());
72 container.resize(rhs.container.size());
90 container.resize(size, value);
  /external/stlport/test/eh/
test_hash_resize.h 27 gTestController.SetCurrentTestName("hash resize");
32 t.resize( 1+random_number(random_base) + t.bucket_count() );
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.h 48 virtual void resize();
  /external/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);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 73 elements_.resize(num_states);
74 class_index_.resize(num_states, -1);
81 // Add a class, resize classes_ and class_size_ resource by 1.
84 classes_.resize(num_classes + 1, 0);
85 class_size_.resize(num_classes + 1, 0);
86 class_split_.resize(num_classes + 1, 0);
87 split_size_.resize(num_classes + 1, 0);
93 classes_.resize(n, 0);
94 class_size_.resize(n, 0);
95 class_split_.resize(n, 0)
    [all...]
union-find.h 68 parent_.resize(2 * item, fail_);
69 rank_.resize(2 * item);
77 parent_.resize(max);
  /external/chromium/googleurl/src/
url_canon_stdstring.h 48 // they expect to be written. We will resize if necessary, but that's slow.
52 // with (by |initial_size|). This ends up being important because resize
64 str_->resize(str_->capacity());
74 str_->resize(cur_len_);
78 virtual void Resize(int sz) {
79 str_->resize(sz);
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui_helpers.cc 36 html_bytes->data.resize(full_html.size());
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 72 Fields.resize(Fields.size() - getCurNumFields());
  /external/skia/include/images/
SkPageFlipper.h 39 void resize(int width, int height);
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
RawURLBuffer.h 55 virtual void resize(int size) function in class:WTF::RawURLBuffer
  /external/webkit/Source/WebCore/html/canvas/
WebGLVertexArrayObjectOES.cpp 48 m_vertexAttribState.resize(ctx->getMaxVertexAttribs());

Completed in 1428 milliseconds

1 2 3 4 5 6 7 8 91011>>