HomeSort by relevance Sort by last modified time
    Searched full:capacity (Results 751 - 775 of 1135) sorted by null

<<31323334353637383940>>

  /external/icu4c/i18n/
zstrfmt.cpp 331 // Ensure capacity. Grow fNodes[] if needed.
    [all...]
transreg.cpp 258 static const int32_t capacity = 10; local
259 UScriptCode script[capacity]={USCRIPT_INVALID_CODE};
261 script, capacity, &status);
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 149 int32_t capacity = 2 * bundle->f16BitUnitsCapacity + length + 1024; local
150 capacity &= ~1; /* ensures padding fits if f16BitUnitsLength needs it */
151 newUnits = (uint16_t *)uprv_malloc(capacity * 2);
164 bundle->f16BitUnitsCapacity = capacity;
660 * Safe because the capacity is a multiple of 4.
    [all...]
  /external/v8/src/
liveobjectlist.cc 919 LiveObjectList::LiveObjectList(LiveObjectList* prev, int capacity)
922 capacity_(capacity),
924 elements_ = NewArray<Element>(capacity);
971 // The heap must have grown and we have more objects than capacity to store
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java     [all...]
  /external/icu4c/test/cintltst/
cloctst.c 2727 int32_t capacity = 256; local
2810 int32_t capacity = 256; local
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 471 uintptr_t *GetNewMemForStackTrace(size_t capacity) {
472 DCHECK(capacity <= (size_t)G_flags->num_callers);
473 return reinterpret_cast<uintptr_t*>(free_lists_[capacity]->Allocate());
476 void TakeStackTraceBack(uintptr_t *mem, size_t capacity) {
477 DCHECK(capacity <= (size_t)G_flags->num_callers);
478 free_lists_[capacity]->Deallocate(mem);
499 size_t capacity = 0) {
503 if (capacity == 0)
504 capacity = size;
505 uintptr_t *mem = g_stack_trace_free_list->GetNewMemForStackTrace(capacity);
519 size_t capacity() const { return capacity_; } function in class:StackTrace
    [all...]
  /external/icu4c/common/
ubidi.c     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 275 settings->setUsesPageCache(WebCore::pageCache()->capacity());
764 int pageCapacity = WebCore::pageCache()->capacity();
799 return WebCore::pageCache()->capacity();
    [all...]
  /dalvik/vm/
InitRefs.cpp 253 { &gDvm.offJavaNioBuffer_capacity, "capacity", "I" },
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMap2Test.java 92 "Failed to throw IllegalArgumentException for initial capacity < 0");
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 131 * capacity and load factor.
  /external/bison/src/
muscle_tab.c 42 /* Initial capacity of muscles hash table. */
state.c 254 /* Initial capacity of states hash table. */
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 262 inline size_t capacity() const { return tab_syncid_pool_.size(); } function in class:browser_sync::SessionModelAssociator::TabNodePool
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.mm 158 // buttons on the bubble have the capacity to change the bookmark
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 339 /// \brief The capacity of the buffer used to store source-location
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 616 // pointer (which points into the ASTContext) but set the capacity to zero to
  /external/clang/test/Analysis/
retain-release-region-store.m 27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFArrayCallBacks *callBacks);
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 327 if (m_baos.capacity () > baosMaxCapacity)
  /external/guava/javadoc/com/google/common/collect/class-use/
ArrayListMultimap.html 144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an empty <code>ArrayListMultimap</code> with enough capacity to hold
HashBiMap.html 127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new, empty <code>HashBiMap</code> with the default initial capacity
HashMultimap.html 144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an empty <code>HashMultimap</code> with enough capacity to hold the
HashMultiset.html 128 capacity.</TD>
LinkedHashMultimap.html 144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an empty <code>LinkedHashMultimap</code> with enough capacity to hold

Completed in 1990 milliseconds

<<31323334353637383940>>