Searched defs:Resize (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/compiler/
H A Dnode-cache.cc45 bool NodeCache<Key>::Resize(Zone* zone) { function in class:v8::internal::compiler::NodeCache
104 if (!Resize(zone)) break; // Don't grow past the maximum size.
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector.h80 void Resize(uptr size) { function in class:__tsan::Vector
H A Dtsan_clock.cc177 dst->Resize(c, nclk_);
224 dst->Resize(c, nclk_);
302 void SyncClock::Resize(ClockCache *c, uptr nclk) { function in class:__tsan::SyncClock
/external/lldb/source/Core/
H A DValueObjectList.cpp71 ValueObjectList::Resize (size_t size) function in class:ValueObjectList
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.cc214 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { function in class:ceres::internal::TripletSparseMatrix
/external/skia/src/core/
H A DSkBitmapScaler.cpp217 // The call to SkBitmapScalerGtv::Resize() above took care of
245 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, function in class:SkBitmapScaler
316 SkBitmap SkBitmapScaler::Resize(const SkBitmap& source, function in class:SkBitmapScaler
321 if (!Resize(&result, source, method, destWidth, destHeight, allocator)) {
/external/v8/src/
H A Dhashmap.h93 void Resize(AllocationPolicy allocator);
132 Resize(allocator);
275 void TemplateHashMapImpl<AllocationPolicy>::Resize(AllocationPolicy allocator) { function in class:v8::TemplateHashMapImpl
H A Dlist-inl.h35 if (capacity_ < result_length) Resize(result_length, alloc);
60 Resize(new_capacity, alloc);
66 void List<T, P>::Resize(int new_capacity, P alloc) { function in class:v8::internal::List
155 Resize(capacity_ / 2, alloc);
H A Dhydrogen-gvn.cc23 Resize(kInitialSize, zone);
54 void Resize(int new_size, Zone* zone);
214 void HInstructionMap::Resize(int new_size, Zone* zone) { function in class:v8::internal::BASE_EMBEDDED::HInstructionMap
285 if (count_ >= array_size_ >> 1) Resize(array_size_ << 1, zone);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java84 if (appended_ < buffer_.length || Resize(1, appended_)) {
127 protected abstract boolean Resize(int appendCapacity, int length); method in class:CollationKeys.SortKeyByteSink
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java1128 if (Resize(n, length)) {
1134 protected boolean Resize(int appendCapacity, int length) { method in class:RuleBasedCollator.CollationKeyByteSink
/external/lldb/source/Symbol/
H A DSymtab.cpp51 Symtab::Resize(size_t count) function in class:Symtab
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h139 // Resize the RepeatedField to a new, smaller size. This is O(1).
149 void Resize(int new_size, const Element& value);
654 inline void RepeatedField<Element>::Resize(int new_size, const Element& value) { function in class:google::protobuf::RepeatedField
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp68 virtual UBool Resize(int32_t appendCapacity, int32_t length);
84 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { function in class:__anon5680::FixedSortKeyByteSink
100 virtual UBool Resize(int32_t appendCapacity, int32_t length);
110 if (Resize(n, length)) {
116 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { function in class:CollationKeyByteSink
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1168 milliseconds