HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 826 - 850 of 11184) sorted by null

<<31323334353637383940>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
Camera2PreviewSizeSelector.java 21 import com.android.camera.util.Size;
29 * Picks a preview size. TODO Remove dependency on static CaptureModuleUtil
33 private final List<Size> mSupportedPreviewSizes;
35 public Camera2PreviewSizeSelector(List<Size> supportedPreviewSizes) {
39 public Size pickPreviewSize(Size pictureSize) {
47 Size size = CaptureModuleUtil.getOptimalPreviewSize( local
48 (Size[]) mSupportedPreviewSizes.toArray(new Size[mSupportedPreviewSizes.size()])
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 25 public int size(); method in interface:WidgetSource
  /packages/apps/LegacyCamera/src/com/android/camera/
IntArray.java 34 public int size() { method in class:IntArray
PreferenceGroup.java 48 public int size() { method in class:PreferenceGroup
49 return list.size();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OneRowGridView.java 42 int size = mInternalRequestedColumnWidth * n; local
43 widthMeasureSpec = MeasureSpec.makeMeasureSpec(size, MeasureSpec.EXACTLY);
  /packages/apps/TV/src/com/android/tv/ui/
DialogUtils.java 36 int size = itemResIds.length; local
37 SoftPreconditions.checkState(size == runnables.length);
51 for (int i = 0; i < size; ++i) {
  /packages/apps/Tag/src/com/android/apps/tag/message/
ParsedNdefMessage.java 64 final int size = mRecords.size(); local
65 for (int i = 1 ; i < size ; i++) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StoragePreference.java 54 public void setSize(long size) {
55 setSummary(formatSize(getContext(), size)); local
58 public static String formatSize(Context context, long size) {
59 return (size == SIZE_CALCULATING)
61 : Formatter.formatShortFileSize(context, size);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
DomainList.java 47 public int size() { method in class:DomainList
48 return domains.size();
54 * @throws IndexOutOfBoundsException If index is &lt; 0 or &gt;= size().
57 if (0 > index || size() <= index)
68 for (int i = 0; i < domains.size(); i++) {
71 if (i + 1 < domains.size())
MailboxList.java 47 public int size() { method in class:MailboxList
48 return mailboxes.size();
55 if (0 > index || size() <= index)
65 for (int i = 0; i < size(); i++) {
  /packages/inputmethods/LatinIME/native/jni/src/utils/
byte_array_view.h 34 ReadOnlyByteArrayView(const uint8_t *const ptr, const size_t size)
35 : mPtr(ptr), mSize(size) {}
37 AK_FORCE_INLINE size_t size() const { function in class:latinime::ReadOnlyByteArrayView
66 ReadWriteByteArrayView(uint8_t *const ptr, const size_t size)
67 : mPtr(ptr), mSize(size) {}
69 AK_FORCE_INLINE size_t size() const { function in class:latinime::ReadWriteByteArrayView
log_utils.cpp 50 // Get the necessary size. Add 1 for the 0 terminator.
51 const int size = vsnprintf(fixedSizeCString, DEFAULT_LINE_SIZE, format, argList) + 1; local
55 if (size <= DEFAULT_LINE_SIZE) {
61 char variableSizeCString[size];
62 vsnprintf(variableSizeCString, size, format, argList);
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
SparseIntArray.java 30 public int size() { method in class:SparseIntArray
31 return mArray.size();
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
DomainList.java 47 public int size() { method in class:DomainList
48 return domains.size();
54 * @throws IndexOutOfBoundsException If index is &lt; 0 or &gt;= size().
57 if (0 > index || size() <= index)
68 for (int i = 0; i < domains.size(); i++) {
71 if (i + 1 < domains.size())
MailboxList.java 47 public int size() { method in class:MailboxList
48 return mailboxes.size();
55 if (0 > index || size() <= index)
65 for (int i = 0; i < size(); i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hidraw.h 22 __u32 size; member in struct:hidraw_report_descriptor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
slice_array.h 50 * specified by three parameters: start offset, size, and stride. The
52 * of the subset. The size is the total number of elements in the subset.
56 * For example, with an array of size 10, and a slice with offset 1, size 3
76 /// Return size of slice.
77 size_t size() const;
83 size_t _M_sz; // size
102 slice::size() const function in class:slice
202 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
slice_array.h 50 * specified by three parameters: start offset, size, and stride. The
52 * of the subset. The size is the total number of elements in the subset.
56 * For example, with an array of size 10, and a slice with offset 1, size 3
76 /// Return size of slice.
77 size_t size() const;
83 size_t _M_sz; // size
102 slice::size() const function in class:slice
202 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-alias.h 76 /* The size of the access. */
77 HOST_WIDE_INT size; member in struct:ao_ref_s
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
slice_array.h 50 * specified by three parameters: start offset, size, and stride. The
52 * of the subset. The size is the total number of elements in the subset.
56 * For example, with an array of size 10, and a slice with offset 1, size 3
76 /// Return size of slice.
77 size_t size() const;
83 size_t _M_sz; // size
102 slice::size() const function in class:slice
202 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/gdb/darwin-x86/include/python2.7/
asdl.h 21 int size; member in struct:__anon44238
26 int size; member in struct:__anon44239
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size)
38 assert((S) && _asdl_i < (S)->size); \
import.h 60 int size; member in struct:_frozen
  /prebuilts/gdb/linux-x86/include/python2.7/
asdl.h 21 int size; member in struct:__anon44360
26 int size; member in struct:__anon44361
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size)
38 assert((S) && _asdl_i < (S)->size); \
import.h 60 int size; member in struct:_frozen
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_dragonfly_amd64.c 19 size_t size; local
23 pthread_attr_getstacksize(&attr, &size);
24 g->stacklo = (uintptr)&attr - size + 4096;
34 size_t size; local
41 pthread_attr_getstacksize(&attr, &size);
43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;

Completed in 566 milliseconds

<<31323334353637383940>>