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

<<51525354555657585960>>

  /hardware/qcom/display/msm8994/libmemtrack/
kgsl.c 88 unsigned long size, mapsize; local
99 * gpuaddr useraddr size id flags type usage sglen mapsize
103 &size, flags, line_type, line_usage, &mapsize);
112 unaccounted_size += size - mapsize;
115 unaccounted_size += size;
119 unaccounted_size += size;
  /hardware/qcom/display/msm8996/libgralloc/
memalloc.h 47 unsigned int size; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
69 virtual int map_buffer(void **pBase, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
  /hardware/qcom/display/msm8996/libmemtrack/
kgsl.c 86 unsigned long size, mapsize; local
97 * gpuaddr useraddr size id flags type usage sglen mapsize
101 &size, flags, line_type, line_usage, &mapsize);
110 unaccounted_size += size - mapsize;
112 unaccounted_size += size;
116 unaccounted_size += size;
  /hardware/qcom/display/msm8996/sdm/include/core/
buffer_allocator.h 65 uint32_t size = 0; //!< Specifies the size of the allocated buffer. member in struct:sdm::AllocatedBufferInfo
112 /*! @brief Method to get the buffer size.
114 @details This method returns buffer size for a specific configuration mentioned in buffer info.
  /hardware/qcom/display/msmcobalt/libgralloc/
memalloc.h 47 unsigned int size; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
69 virtual int map_buffer(void **pBase, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
  /hardware/qcom/display/msmcobalt/libmemtrack/
kgsl.c 86 unsigned long size, mapsize; local
97 * gpuaddr useraddr size id flags type usage sglen mapsize
101 &size, flags, line_type, line_usage, &mapsize);
110 unaccounted_size += size - mapsize;
112 unaccounted_size += size;
116 unaccounted_size += size;
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 78 ALOGE("Insufficient object size(%u) v/s expected(%zu) for type %s",\
99 int size; member in class:AutoUnmap
102 AutoUnmap(void *vaddr, int size) {
104 this->size = size;
109 munmap(vaddr, size);
  /libcore/luni/src/main/java/java/util/concurrent/
Helpers.java 25 final int size = a.length; local
26 if (size == 0)
31 for (int i = 0; i < size; i++) {
39 return toString(a, size, charLength);
43 * Like Arrays.toString(), but caller guarantees that size > 0,
44 * each element with index 0 <= i < size is a non-null String,
47 static String toString(Object[] a, int size, int charLength) {
49 // assert size > 0;
52 // Length of [ , , , ] == 2 * size
53 final char[] chars = new char[charLength + 2 * size];
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EvilMapTest.java 39 @Override public int size() { return 0; } method in class:EvilMapTest.EvilMap
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
MacThread.java 28 int size = 256; local
29 byte[] src1 = new byte[size];
30 byte[] src2 = new byte[size];
31 byte[] src3 = new byte[size];
34 for (i = 0; i < size; i++) {
37 src3[i] = (byte)(size - i - 1);
  /libcore/ojluni/src/main/java/java/io/
InputStream.java 47 // MAX_SKIP_BUFFER_SIZE is used to determine the maximum buffer size to
219 int size = (int)Math.min(MAX_SKIP_BUFFER_SIZE, remaining); local
220 byte[] skipBuffer = new byte[size];
222 nr = read(skipBuffer, 0, (int)Math.min(size, remaining));
  /libcore/ojluni/src/main/java/java/util/
Set.java 95 int size(); method in interface:Set
153 * specified array and the size of this set.
360 * have the same size, and every member of the specified set is
  /libcore/support/src/test/java/tests/support/
Support_ASimpleWriter.java 20 public int size; field in class:Support_ASimpleWriter
37 size = bufferSize;
66 pos = size;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.h 106 ptrdiff_t size() const { return _M_len; } function in class:_Temporary_buffer
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 32 size_t size __attribute__((aligned)); member in struct:object
41 extern "C" void *malloc (size_t size)
48 p->size = size;
49 size = (size + __alignof__(object) - 1) & - __alignof__(object);
50 pos += size + sizeof(object);
63 extern "C" void *realloc (void *p, size_t size)
70 size_t old_size = o->size;
72 if (old_size >= size)
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 32 size_t size __attribute__((aligned)); member in struct:object
41 extern "C" void *malloc (size_t size)
48 p->size = size;
49 size = (size + __alignof__(object) - 1) & - __alignof__(object);
50 pos += size + sizeof(object);
63 extern "C" void *realloc (void *p, size_t size)
70 size_t old_size = o->size;
72 if (old_size >= size)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
IntArray.java 39 public int size() { method in class:IntArray
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java 58 int size = grid.allAppsIconSizePx + mTouchFeedbackView.getExtraSize(); local
59 addView(mTouchFeedbackView, size, size);
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutFilter.java 56 * @return a subset of shortcuts, in sorted order, with size <= MAX_SHORTCUTS.
61 if (shortcuts.size() <= MAX_SHORTCUTS) {
69 int size = shortcuts.size(); local
70 for (int i = 0; i < size; i++) {
72 int filteredSize = filteredShortcuts.size();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppStoragePreference.java 47 if (candidates.size() > 1 ||
48 (candidates.size() == 1 && !candidates.contains(volumeInfo))) {
56 final String size = mEntry.sizeStr; local
57 if (TextUtils.isEmpty(size)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SeparatedFolderListAdapter.java 44 int size = adapter.getCount(); local
47 if (position < size)
51 position -= size;
79 int size = adapter.getCount(); local
81 if (position < size) {
86 position -= size;
96 int size = adapter.getCount(); local
97 if (position < size) {
101 position -= size;
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
IntArray.java 39 public int size() { method in class:IntArray
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 32 public float size = 20.0f; field in class:Bummer
48 mApology.setTextSize(size);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
HanziToPinyinTest.java 44 assertEquals(tokens.size(), 1);
69 assertEquals(tokens.size(), 1);
74 assertEquals(tokens.size(), 2);
81 assertEquals(tokens.size(), 1);
85 assertEquals(tokens.size(), 1);
89 assertEquals(tokens.size(), 7);
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkListener.cpp 59 int size = values->ByteSize(); local
60 data.writeInt32(size);
61 data.writeBlob(size, false, blob.blob);
62 values->SerializeToArray(blob.blob->data(), size);
102 int32_t size = data.readInt32(); local
103 r = data.readBlob(size, blob.blob);
110 if (!v->ParseFromArray(blob.blob->data(), size)) {

Completed in 742 milliseconds

<<51525354555657585960>>