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

<<21222324252627282930>>

  /dalvik/vm/compiler/
Utility.cpp 109 /* Expand the capacity of a growable list */
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 60 // Hard cache, with a fixed maximum capacity and a life duration
  /external/bluetooth/glib/docs/reference/glib/tmpl/
fileutils.sgml 94 more virtual memory because its capacity is full.
  /external/icu4c/common/
triedict.h 33 * have a capacity of at least length.
ubidiimp.h 182 int32_t capacity; /* number of points allocated */ member in struct:InsertPoints
udataswp.h 78 * have a capacity of at least length.
uresimp.h 153 * @param resultCapacity capacity of the fillin buffer
util.h 139 * ensure has enough capacity.
utrie2.h 309 * can be NULL if capacity==0
310 * @param capacity the number of bytes available at data,
314 * - U_ILLEGAL_ARGUMENT_ERROR if the trie is not frozen or the data and capacity
322 void *data, int32_t capacity,
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h     [all...]
  /external/jpeg/
jidctflt.c 15 * on the hardware's floating point capacity.
  /external/libxslt/libxslt/
attrvt.c 41 int max_seg; /* max capacity before re-alloc needed */
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 82 // If the capacity of the array is huge, and the # elements used is small,
  /external/llvm/lib/Archive/
Archive.cpp 121 sys::fs::get_magic(path.str(), magic.capacity(), magic);
  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 396 EXPECT_LE(4u, theVector.capacity());
  /external/v8/src/
factory.h 227 Handle<JSArray> NewJSArray(int capacity,
liveobjectlist.h 123 explicit LiveObjectList(LiveObjectList* prev, int capacity);
  /external/valgrind/main/helgrind/
helgrind.h 275 capacity. _resizable == 0 means the barrier may not be resized, 1
289 capacity). If _newcount >= the existing capacity, then there is no
291 _newcount < the existing capacity, and >= _newcount threads are
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 458 * @param nameCapacity capacity of the fill in buffer.
795 * @param nameCapacity capacity of the fill in buffer.
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 458 * @param nameCapacity capacity of the fill in buffer.
795 * @param nameCapacity capacity of the fill in buffer.
    [all...]
ushape.h 81 * @param destSize The size (capacity) of the destination buffer in UChars.
  /frameworks/base/core/java/android/os/
Bundle.java 102 * @param capacity the initial capacity of the Bundle
104 public Bundle(int capacity) {
105 mMap = new HashMap<String, Object>(capacity);
    [all...]
  /frameworks/base/core/java/android/webkit/
URLUtil.java 113 // Create a new byte array with the same length to ensure capacity
  /frameworks/base/include/media/
AudioRecord.h 325 * Such loss typically occurs when the user space process is blocked longer than the capacity of audio driver buffers.
  /frameworks/base/services/jni/
com_android_server_BatteryService.cpp 274 snprintf(path, sizeof(path), "%s/%s/capacity", POWER_SUPPLY_PATH, name);

Completed in 1040 milliseconds

<<21222324252627282930>>