Searched refs:resize (Results 1 - 25 of 662) sorted by relevance

1234567891011>>

/external/chromium/base/
H A Dbase64.cc13 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);
H A Dsys_string_conversions_win.cc44 wide.resize(charcount);
63 mb.resize(charcount);
/external/llvm/unittests/ADT/
H A DBitVectorTest.cpp29 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(
[all...]
H A DSmallBitVectorTest.cpp26 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(
[all...]
/external/webkit/Source/WebCore/platform/chromium/
H A DSSLKeyGeneratorChromium.cpp45 sizes.resize(2);
/external/pcre/
H A Dpcre_scanner_unittest.cc84 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);
/external/chromium/crypto/
H A Dsignature_creator_openssl.cc42 signature->resize(EVP_PKEY_size(key));
50 signature->resize(len);
H A Dsignature_creator_win.cc47 temp.resize(signature_length);
53 temp.resize(signature_length);
H A Dencryptor_mac.cc60 output->resize(0);
64 output->resize(output_size);
/external/qemu/distrib/sdl-1.2.12/src/events/
H A DSDL_resize.c31 /* 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/
H A DAnimationList.h50 void resize(size_t n) { m_animations.resize(n); } function in class:WebCore::AnimationList
/external/chromium/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.css36 cursor: col-resize;
42 cursor: e-resize;
/external/chromium/chrome/common/net/
H A Dx509_certificate_model.cc22 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++/
H A Dgrowable_vector.h46 container.resize(index + 1);
56 container.resize(rhs.container.size());
72 container.resize(rhs.container.size());
90 container.resize(size, value);
/external/llvm/include/llvm/ADT/
H A DIndexedMap.h62 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/
H A Dpartition.h73 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(
[all...]
H A Dunion-find.h68 parent_.resize(2 * item, fail_);
69 rank_.resize(2 * item);
77 parent_.resize(max);
/external/chromium/googleurl/src/
H A Durl_canon_stdstring.h48 // 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_);
79 str_->resize(sz);
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui_helpers.cc36 html_bytes->data.resize(full_html.size());
/external/clang/include/clang/Sema/
H A DCXXFieldCollector.h72 Fields.resize(Fields.size() - getCurNumFields());
/external/skia/include/images/
H A DSkPageFlipper.h39 void resize(int width, int height);
/external/stlport/test/eh/
H A Dtest_hash_resize.h27 gTestController.SetCurrentTestName("hash resize");
32 t.resize( 1+random_number(random_base) + t.bucket_count() );
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp48 m_vertexAttribState.resize(ctx->getMaxVertexAttribs());
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.h48 virtual void resize();
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h54 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
58 NumNodesSolelyBlocking.resize(SUnits->size(), 0);

Completed in 548 milliseconds

1234567891011>>