Searched refs:resize (Results 251 - 275 of 1857) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/src/images/
H A DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
/external/chromium_org/third_party/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/third_party/webrtc/modules/audio_processing/
H A Dprocessing_component.cc74 handles_.resize(num_handles_, NULL);
/external/chromium_org/tools/gn/
H A Dvalue_extractors.h28 dest->resize(input_list.size());
/external/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp47 DstReachability.resize(analyzed.size(), false);
/external/clang/lib/Lex/
H A DMacroArgs.cpp154 PreExpArgTokens.resize(MI->getNumArgs());
235 Result.resize(CurStrLen+Tok.getLength());
248 Result.resize(CurStrLen+ActualTokLen);
303 StringifiedArgs.resize(getNumArguments());
/external/deqp/executor/
H A DxeBatchResult.cpp44 m_data.resize(oldSize+numBytes);
/external/doclava/res/assets/templates/
H A Dhead_tag.cs37 #resize-packages-nav{border-bottom:3px solid #666;}
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DLevenbergMarquardt.h169 wa1.resize(n); wa2.resize(n); wa3.resize(n);
170 wa4.resize(m);
171 fvec.resize(m);
172 fjac.resize(m, n);
174 diag.resize(n);
176 qtf.resize(n);
383 wa1.resize(n); wa2.resize(
[all...]
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dstreambuf.pass.cpp50 str_.resize(str_.capacity());
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dbasic_ios.pass.cpp44 str_.resize(str_.capacity());
H A Dios_base.pass.cpp43 str_.resize(str_.capacity());
H A Dostream.pass.cpp44 str_.resize(str_.capacity());
H A Dstreambuf.pass.cpp50 str_.resize(str_.capacity());
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp43 str_.resize(str_.capacity());
H A Dfloat.pass.cpp43 str_.resize(str_.capacity());
H A Dint.pass.cpp43 str_.resize(str_.capacity());
H A Dlong.pass.cpp43 str_.resize(str_.capacity());
H A Dlong_double.pass.cpp43 str_.resize(str_.capacity());
H A Dlong_long.pass.cpp43 str_.resize(str_.capacity());
H A Dpointer.pass.cpp43 str_.resize(str_.capacity());
H A Dshort.pass.cpp43 str_.resize(str_.capacity());
H A Dunsigned_int.pass.cpp43 str_.resize(str_.capacity());
H A Dunsigned_long.pass.cpp43 str_.resize(str_.capacity());
H A Dunsigned_long_long.pass.cpp43 str_.resize(str_.capacity());

Completed in 474 milliseconds

<<11121314151617181920>>