Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 25 of 44) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DManagedImageReader.java96 private AllocatingImageStream createUnallocatedStream(int capacity) { in createUnallocatedStream()
127 public ImageStream createStream(int capacity) { in createStream()
148 public ImageStream createPreallocatedStream(int capacity) throws InterruptedException, in createPreallocatedStream()
DAllocatingImageStream.java55 int capacity, ReservableTicketPool ticketPool, in AllocatingImageStream()
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DSets.java68 int capacity = elements.length * 4 / 3 + 1; in newHashSet() local
107 int capacity = elements.length * 4 / 3 + 1; in newArraySet() local
DLists.java67 int capacity = (elements.length * 110) / 100 + 5; in newArrayList() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_pool.h31 explicit DicNodePool(const int capacity) : mDicNodes(), mPooledDicNodes() { in DicNodePool()
35 void reset(const int capacity) { in reset()
Ddic_node_priority_queue.h32 AK_FORCE_INLINE explicit DicNodePriorityQueue(const int capacity) in DicNodePriorityQueue()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSuggestionResults.java39 public SuggestionResults(final int capacity, final boolean isBeginningOfSentence, in SuggestionResults()
45 private SuggestionResults(final Comparator<SuggestedWordInfo> comparator, final int capacity, in SuggestionResults()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DBytesBufferPool.java35 private BytesBuffer(int capacity) { in BytesBuffer()
44 int capacity = data.length; in readFrom() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/util/
DByteArrayBuffer.java43 public ByteArrayBuffer(int capacity) { in ByteArrayBuffer()
129 public int capacity() { in capacity() method in ByteArrayBuffer
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DResizableIntArray.java31 public ResizableIntArray(final int capacity) { in ResizableIntArray()
91 public void reset(final int capacity) { in reset()
/packages/modules/StatsD/lib/libkll/include/
Dsampler.h53 int64_t capacity() const { in capacity() function
/packages/modules/Bluetooth/system/common/
Dleaky_bonded_queue.h95 LeakyBondedQueue<T>::LeakyBondedQueue(size_t capacity) { in LeakyBondedQueue()
Dlru.h47 LegacyLruCache(const size_t& capacity, const std::string& log_tag) in LegacyLruCache()
/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue.h64 explicit BidiQueue(size_t capacity) in BidiQueue()
Dlru_cache.h62 explicit LruCache(size_t capacity) : capacity_(capacity) { in LruCache()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DByteArrayDictBuffer.java78 public int capacity() { in capacity() method in ByteArrayDictBuffer
/packages/apps/Gallery/src/com/android/camera/gallery/
DLruCache.java33 public LruCache(final int capacity) { in LruCache()
/packages/modules/Bluetooth/system/osi/src/
Dfixed_queue.cc37 size_t capacity; member
46 fixed_queue_t* fixed_queue_new(size_t capacity) { in fixed_queue_new()
Darray.cc34 size_t capacity; member
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DLruCache.java37 public LruCache(final int capacity) { in LruCache()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
DFiniteTicketPool.java85 public FiniteTicketPool(int capacity) { in FiniteTicketPool()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java56 public int capacity(); in capacity() method
108 public int capacity() { in capacity() method in BinaryDictDecoderUtils.ByteBufferDictBuffer
/packages/modules/StatsD/lib/libkll/tests/
Dcompactor_stack_test.cpp37 int capacity; member
43 for (int capacity = 2; capacity < 1030; capacity *= 2) { in GenCompactorsTestParams() local
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAccountKeyStorage.java138 public int capacity() { in capacity() method in FastPairAccountKeyStorage
/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java92 private MountedStorageStatus(boolean mounted, File mountedDir, long capacity) { in MountedStorageStatus()

12