| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
| _deque.h | 811 void resize(size_type __new_size, function in class:deque 814 void resize(size_type __new_size, const value_type& __x) { 824 void resize(size_type __new_size) function in class:deque 825 { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _string.h | 198 void resize(size_type __n, _CharT __c) { function in class:basic_string 203 _M_non_dbg_impl.resize(__n, __c); 205 void resize(size_type __n) { resize(__n, _STLP_DEFAULT_CONSTRUCTED(_CharT)); } function in class:basic_string
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
| _deque.h | 811 void resize(size_type __new_size, function in class:deque 814 void resize(size_type __new_size, const value_type& __x) { 824 void resize(size_type __new_size) function in class:deque 825 { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } [all...] |
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _string.h | 198 void resize(size_type __n, _CharT __c) { function in class:basic_string 203 _M_non_dbg_impl.resize(__n, __c); 205 void resize(size_type __n) { resize(__n, _STLP_DEFAULT_CONSTRUCTED(_CharT)); } function in class:basic_string
|
| /external/chromium/base/ |
| string_util.cc | 327 result.resize(text.size()); 361 result.resize(chars_written); 437 output.resize(wide.size()); [all...] |
| file_path.cc | 310 new_path.path_.resize(letter + 1); 313 new_path.path_.resize(letter + 2); 318 new_path.path_.resize(letter + 3); 321 new_path.path_.resize(last_separator); [all...] |
| md5.cc | 257 ret.resize(32);
|
| string_util.h | 477 // plus a terminating null. This is done because resize() isn't 478 // guaranteed to reserve space for the null. The resize() call is 481 // XXX-performance: the call to wide.resize() takes linear time, since it fills 489 str->resize(length_with_null - 1);
|
| /external/chromium/chrome/browser/autofill/ |
| autofill_manager.cc | 883 icons->resize(values->size()); 911 labels->resize(values->size()); [all...] |
| /external/llvm/lib/MC/ |
| WinCOFFObjectWriter.cpp | 283 Data.resize(4); 379 coff_symbol->Aux.resize(1); 447 coff_symbol->Aux.resize(1);
|
| /external/llvm/utils/TableGen/ |
| CodeGenRegisters.cpp | 279 Orders.resize(1 + AltOrders->size()); 368 Orders.resize(Super.Orders.size()); 469 RC.SubClasses.resize(RegClasses.size());
|
| /external/protobuf/src/google/protobuf/ |
| text_format.cc | 73 debug_string.resize(debug_string.size() - 1); 658 indent_.resize(initial_indent_level_ * 2, ' '); 685 indent_.resize(indent_.size() - 2); [all...] |
| wire_format_unittest.cc | 400 flat_data.resize(size); 401 stream_data.resize(size); 766 data.resize(data.size() - 4);
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| vector-fst.h | 90 states_.resize(nstates); 108 arcs.resize(narcs); 122 states_[s]->arcs.resize(states_[s]->arcs.size() - n);
|
| /external/webkit/Source/JavaScriptCore/wtf/text/ |
| WTFString.cpp | 357 buffer.resize(bufferSize); 368 buffer.resize(bufferSize); 698 // characters, and resize if necessary (i.e. if the buffer contains 997 buffer.resize(length + 1);
|
| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
| ScreenViewer.java | 680 boolean resize = false; 689 resize = true; 705 return resize;
|
| /external/e2fsprogs/misc/ |
| mke2fs.c | 750 } else if (!strcmp(token, "resize")) { 751 unsigned long resize, bpg, rsv_groups; local 762 resize = parse_num_blocks(arg, 765 if (resize == 0) { 767 _("Invalid resize parameter: %s\n"), 772 if (resize <= param->s_blocks_count) { 774 _("The resize maximum must be greater " 789 rsv_groups = ext2fs_div_ceil(resize, bpg); 827 "\tresize=<resize maximum size in blocks>\n" [all...] |
| /external/icu4c/common/ |
| normalizer2impl.cpp | 70 if(remainingCapacity<2 && !resize(2, errorCode)) { 94 if(remainingCapacity<length && !resize(length, errorCode)) { 128 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) { 149 if(remainingCapacity<length && !resize(length, errorCode)) { 178 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { function in class:ReorderingBuffer [all...] |
| /build/tools/droiddoc/templates-pdk/assets/ |
| android-developer-docs.css | 41 #resize-packages-nav { 42 /* keeps the resize handle below the h-scroll handle */ 1226 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1228 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
|
| /external/doclava/res/assets/templates/assets/ |
| doclava-developer-docs.css | 39 #resize-packages-nav { 40 /* keeps the resize handle below the h-scroll handle */ 1083 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1085 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
|
| /external/chromium/crypto/ |
| rsa_private_key_unittest.cc | 162 input.resize(sizeof(private_key_info)); 360 input1.resize(sizeof(short_integer_with_high_bit)); 361 input2.resize(sizeof(short_integer_without_high_bit));
|
| /external/clang/lib/Lex/ |
| PPDirectives.cpp | 719 IntegerBuffer.resize(DigitTok.getLength()); [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| inspector.js | 476 window.addEventListener("resize", this.windowResize.bind(this), true); 562 this.currentPanel.resize(); 563 this.drawer.resize(); 564 this.toolbar.resize(); [all...] |
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| ShapeDrawableTest.java | 296 public Shader resize(int width, int height) { method in class:ShapeDrawableTest.MockShaderFactory
|
| /external/chromium/chrome/browser/password_manager/ |
| password_store_win_unittest.cc | 92 encrypted_data.resize(output.cbData);
|