Home
last modified time | relevance | path

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

/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/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
DDownloadCache.java81 public DownloadCache(GalleryApp application, File root, long capacity) { in DownloadCache()
/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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DByteArrayDictBuffer.java78 public int capacity() { in capacity() method in ByteArrayDictBuffer
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DLruCache.java38 public LruCache(int capacity) { in LruCache()
/packages/apps/Gallery/src/com/android/camera/gallery/
DLruCache.java33 public LruCache(final int capacity) { in LruCache()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DLruCache.java37 public LruCache(final int capacity) { in LruCache()
DFileCache.java89 public FileCache(Context context, File rootDir, String dbName, long capacity) { in FileCache()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
DFiniteTicketPool.java85 public FiniteTicketPool(int capacity) { in FiniteTicketPool()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DTimePicker.java158 int capacity = mIs24hFormat ? 2 : 3; in getColumns() local
/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/apps/QuickSearchBox/src/com/android/quicksearchbox/
DListSuggestionCursor.java55 public ListSuggestionCursor(String userQuery, int capacity) { in ListSuggestionCursor()
/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java184 public ConcurrentSharedRingBuffer(int capacity) { in ConcurrentSharedRingBuffer()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java231 private static int[] expandIntArray(int array[], int capacity) { in expandIntArray()