Searched refs:resize (Results 276 - 300 of 1857) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dunsigned_short.pass.cpp43 str_.resize(str_.capacity());
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp44 str_.resize(str_.capacity());
H A Dchar_pointer.pass.cpp44 str_.resize(str_.capacity());
H A Dsigned_char.pass.cpp44 str_.resize(str_.capacity());
H A Dsigned_char_pointer.pass.cpp44 str_.resize(str_.capacity());
H A Dunsigned_char.pass.cpp44 str_.resize(str_.capacity());
H A Dunsigned_char_pointer.pass.cpp44 str_.resize(str_.capacity());
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dendl.pass.cpp46 str_.resize(str_.capacity());
H A Dends.pass.cpp44 str_.resize(str_.capacity());
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
H A DCharT_pointer.pass.cpp47 str_.resize(str_.capacity());
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dput.pass.cpp43 str_.resize(str_.capacity());
H A Dwrite.pass.cpp43 str_.resize(str_.capacity());
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dresize_size.pass.cpp12 // void resize(size_type n);
26 s.resize(n);
/external/lldb/source/Core/
H A DDataBufferHeap.cpp92 m_data.resize(new_size);
/external/llvm/include/llvm/ADT/
H A DUniqueVector.h100 Vector.resize(0, 0);
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h263 InstructionSpecifiers.resize(uid + 1);
/external/regex-re2/re2/testing/
H A Dstring_generator.cc69 digits_.resize(len);
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc54 input_buffer.resize(file_size);
/external/skia/debugger/QT/
H A DSkRasterWidget.cpp32 fDebugger->resize(event->size().width(), event->size().height());
/external/skia/src/core/
H A DSkFontDescriptor.cpp30 string->resize(length);
/external/skia/src/images/
H A DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
/external/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp47 this->resize(fScreen->w, fScreen->h);
158 this->resize(event.resize.w, event.resize.h);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer.cc26 output->resize(output->size() + kRtpDumpFileHeaderSize);
64 output->resize(output->size() + kPacketDumpHeaderSize);
84 dest->resize(old_dest_size + src_len);
194 output->resize(std::max(kMinimumGzipOutputBufferSize, input->size()));
205 output->resize(output->size() - stream_.avail_out);
218 output_buffer.resize(kMinimumGzipOutputBufferSize);
231 output_buffer.resize(output_buffer.size() - stream_.avail_out);
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Darray_unittest.cc232 array.resize(2);
240 array.resize(3);
249 array.resize(capacity);
259 array.resize(capacity + 2);
269 array.resize(0);
284 array.resize(2);
292 array.resize(3);
300 array.resize(capacity);
308 array.resize(capacity + 2);
321 array.resize(
[all...]
/external/chromium_org/ui/events/x/
H A Ddevice_data_manager.cc238 valuator_lookup_[deviceid].resize(DT_LAST_ENTRY, -1);
239 data_type_lookup_[deviceid].resize(
241 valuator_min_[deviceid].resize(DT_LAST_ENTRY, 0);
242 valuator_max_[deviceid].resize(DT_LAST_ENTRY, 0);
244 last_seen_valuator_[deviceid][j].resize(DT_LAST_ENTRY, 0);
628 valuator_lookup_[deviceid].resize(DT_LAST_ENTRY, -1);
629 data_type_lookup_[deviceid].resize(DT_LAST_ENTRY, DT_LAST_ENTRY);
630 valuator_min_[deviceid].resize(DT_LAST_ENTRY, 0);
631 valuator_max_[deviceid].resize(DT_LAST_ENTRY, 0);
633 last_seen_valuator_[deviceid][j].resize(DT_LAST_ENTR
[all...]

Completed in 2109 milliseconds

<<11121314151617181920>>