HomeSort by relevance Sort by last modified time
    Searched refs:Resize (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/v8/src/
hashmap.h 93 void Resize(AllocationPolicy allocator);
132 Resize(allocator);
275 void TemplateHashMapImpl<AllocationPolicy>::Resize(AllocationPolicy allocator) {
list.h 176 // Resize the list.
177 void Resize(int new_capacity, AllocationPolicy allocator);
hydrogen-gvn.cc 23 Resize(kInitialSize, zone);
54 void Resize(int new_size, Zone* zone);
214 void HInstructionMap::Resize(int new_size, Zone* zone) {
285 if (count_ >= array_size_ >> 1) Resize(array_size_ << 1, zone);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 75 TEST(String, Resize) {
77 s.Resize(10);
84 s.Resize(0);
crazy_linker_rdebug.cpp 27 exe_path->Resize(512);
35 exe_path->Resize(static_cast<size_t>(ret));
crazy_linker_proc_maps.cpp 176 entries_.Resize(0);
crazy_linker_system_mock.cpp 47 entries_.Resize(0);
  /external/lldb/source/Core/
ValueObjectList.cpp 71 ValueObjectList::Resize (size_t size)
73 m_value_objects.resize (size);
101 m_value_objects.resize (idx + 1);
  /art/runtime/base/
hash_set.h 342 Resize(Size() / max_load_factor_);
470 // Resize based on the minimum load factor.
471 Resize(min_index);
477 void Resize(size_t new_size) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 175 // Check if we need to resize dst.
177 dst->Resize(c, nclk_);
222 // Check if we need to resize dst.
224 dst->Resize(c, nclk_);
302 void SyncClock::Resize(ClockCache *c, uptr nclk) {
  /system/vold/fs/
Ext4.cpp 154 status_t Resize(const std::string& source, unsigned int numSectors) {
  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix_test.cc 68 // We should never be able resize and lose data
71 // We should be able to resize while preserving data
95 // Remove all data and then resize the data store
298 TEST(TripletSparseMatrix, Resize) {
309 m.Resize(5, 6);
triplet_sparse_matrix.cc 183 dense_matrix->resize(num_rows_, num_cols_);
214 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) {
compressed_row_sparse_matrix_test.cc 84 row_blocks->resize(num_rows);
88 col_blocks->resize(num_cols);
144 tsm->Resize(num_rows - i, num_cols);
157 tsm_appendage.Resize(i, num_cols);
477 dense_matrix->resize(matrix->m, matrix->n);
block_sparse_matrix.cc 165 dense_matrix->resize(num_rows_, num_cols_);
189 matrix->Resize(num_rows_, num_cols_);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
143 case SWT.Resize :
494 // Resize support
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 105 RESIZE_BICUBIC_SCRIPT ("Resize BiCubic Script"),
106 RESIZE_BICUBIC_INTRINSIC ("Resize BiCubic Intrinsic"),
372 mTest = new Resize(false);
375 mTest = new Resize(true);
  /art/runtime/gc/accounting/
atomic_stack.h 176 void Resize(size_t new_capacity) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 164 Array.Resize(ref _bits, nwords);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 185 Array.Resize(ref _bits, nwords);
  /external/lldb/include/lldb/Symbol/
Symtab.h 46 Symbol * Resize (size_t count);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 82 addListener(SWT.Resize, new Listener() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 458 Resize(new_capacity);
487 void Resize(uptr new_capacity) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 84 if (appended_ < buffer_.length || Resize(1, appended_)) {
127 protected abstract boolean Resize(int appendCapacity, int length);
    [all...]
  /ndk/sources/android/support/tests/minitest/
minitest.h 184 void Resize(size_t new_size);

Completed in 1670 milliseconds

12 3 4