Searched defs:SIZE (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/provider/
H A DOpenableColumns.java42 public static final String SIZE = "_size"; field in interface:OpenableColumns
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DMetadataMarshalRect.java23 private static final int SIZE = 16; field in class:MetadataMarshalRect
28 return SIZE;
36 return SIZE;
65 return SIZE;
H A DMetadataMarshalSize.java24 private static final int SIZE = 8; field in class:MetadataMarshalSize
29 return SIZE;
35 return SIZE;
58 return SIZE;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSmallCircleActivity.java38 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
41 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
47 private static final int SIZE = 37; field in class:SmallCircleActivity.PathView
55 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.275f, Path.Direction.CW);
56 mPath.addCircle(SIZE * 0.5f, SIZE * 0.
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java47 static final int SIZE = 3; field in class:VoiceMailConstants
101 String[] data = new String[SIZE];
/frameworks/native/include/ui/
H A Dvec2.h49 enum { SIZE = 2 }; enumerator in enum:android::tvec2::__anon1441
50 inline static size_type size() { return SIZE; }
H A Dvec3.h51 enum { SIZE = 3 }; enumerator in enum:android::tvec3::__anon1446
52 inline static size_type size() { return SIZE; }
H A Dvec4.h54 enum { SIZE = 4 }; enumerator in enum:android::tvec4::__anon1451
55 inline static size_type size() { return SIZE; }
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp59 const size_t SIZE = 4096; local
60 char buffer[SIZE];
61 snprintf(buffer, SIZE, "Allocated buffers:\n");
67 snprintf(buffer, SIZE, "%10p: %7.2f KiB | %4u (%4u) x %4u | %8X | 0x%08x\n",
71 snprintf(buffer, SIZE, "%10p: unknown | %4u (%4u) x %4u | %8X | 0x%08x\n",
78 snprintf(buffer, SIZE, "Total allocated (estimate): %.2f KB\n", total/1024.0f);
81 mAllocDev->dump(mAllocDev, buffer, SIZE);
H A DFramebufferNativeWindow.cpp204 const size_t SIZE = 4096; local
205 char buffer[SIZE];
207 fbDev->dump(fbDev, buffer, SIZE);
H A DRegion.cpp798 size_t SIZE = 256; local
799 char buffer[SIZE];
801 snprintf(buffer, SIZE, " Region %s (this=%p, count=%d)\n",
805 snprintf(buffer, SIZE, " [%3d, %3d, %3d, %3d]\n",
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp72 const size_t SIZE = 256; local
73 char buffer[SIZE];
93 snprintf(buffer, SIZE, " Allocation count %i\n", count);
95 snprintf(buffer, SIZE, " Total memory %i\n", totalMemory);
145 snprintf(buffer, SIZE, "size %8i, dup %4i, ", e->size, e->dups);
151 snprintf(buffer, SIZE, "0x%08x", e->backtrace[ct]);
H A DAudioTrack.cpp1761 const size_t SIZE = 256; local
1762 char buffer[SIZE];
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp61 const size_t SIZE = 256; local
62 char buffer[SIZE];
H A DMediaPlayerService.cpp316 const size_t SIZE = 256; local
317 char buffer[SIZE];
338 const size_t SIZE = 256; local
339 char buffer[SIZE];
362 const size_t SIZE = 256; local
363 char buffer[SIZE];
382 const size_t SIZE = 256; local
383 char buffer[SIZE];
386 snprintf(buffer, SIZE, "Permission Denial: "
413 snprintf(buffer, SIZE, "/pro
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java198 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf1Test
200 private String[] statements = new String[SIZE];
207 for (int i = 0; i < SIZE; i++) {
220 for (int i = 0; i < SIZE; i++) {
231 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf2Test
233 private String[] statements = new String[SIZE];
240 for (int i = 0; i < SIZE; i++) {
254 for (int i = 0; i < SIZE; i++) {
265 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf3Test
268 private String[] where = new String[SIZE];
305 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf4Test
343 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf5Test
384 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf6Test
422 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf7Test
462 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf8Test
502 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf9Test
554 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf10Test
593 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf11Test
627 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf12Test
661 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf13Test
694 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf14Test
727 private static final int SIZE = 100; field in class:DatabasePerformanceTests.Perf15Test
768 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf16Test
801 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf17Test
833 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf18Test
870 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf19Test
908 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf20Test
952 private static final int SIZE = 1000; field in class:DatabasePerformanceTests.Perf21Test
994 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf22Test
1026 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf23Test
1059 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf24Test
1091 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf25Test
1125 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf26Test
1163 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf27Test
1202 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf28Test
1236 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf29Test
1274 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf30Test
1311 private static final int SIZE = 10000; field in class:DatabasePerformanceTests.Perf31Test
[all...]
H A DNewDatabasePerformanceTests.java107 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.Insert1000
109 private String[] statements = new String[SIZE];
116 for (int i = 0; i < SIZE; i++) {
128 for (int i = 0; i < SIZE; i++) {
139 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.InsertIndexed1000
141 private String[] statements = new String[SIZE];
148 for (int i = 0; i < SIZE; i++) {
161 for (int i = 0; i < SIZE; i++) {
172 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.Select100
175 private String[] where = new String[SIZE];
211 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectStringComparison100
248 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectIndex100
288 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.InnerJoin100
325 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.InnerJoinOneSide100
364 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.InnerJoinNoIndex100
403 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectSubQIndex100
454 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectIndexStringComparison100
492 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectInteger100
523 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectString100
554 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectIntegerIndex100
586 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectIndexString100
618 private static final int SIZE = 1 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectStringStartsWith100
658 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.DeleteIndexed1000
689 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.Delete1000
719 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.DeleteWhere1000
755 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.DeleteIndexWhere1000
792 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.UpdateIndexWhere1000
835 private static final int SIZE = 10 * kMultiplier; field in class:NewDatabasePerformanceTests.UpdateWhere1000
876 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.InsertInteger10000
907 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.InsertIntegerIndex10000
939 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.InsertString10000
970 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.InsertStringIndexed10000
1003 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectStringStartsWith10000
1041 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectStringIndexedStartsWith10000
1079 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectInteger10000
1112 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectIntegerIndexed10000
1149 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectStringContains10000
1186 private static final int SIZE = 100 * kMultiplier; field in class:NewDatabasePerformanceTests.SelectStringIndexedContains10000
[all...]
/frameworks/base/services/common_time/
H A Dcommon_time_server_api.cpp292 const size_t SIZE = 256; local
293 char buffer[SIZE];
296 snprintf(buffer, SIZE, "Permission Denial: "
368 const size_t SIZE = 256; local
369 char buffer[SIZE];
372 snprintf(buffer, SIZE, "Permission Denial: "
407 const size_t SIZE = 256; local
408 char buffer[SIZE];
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp210 const ssize_t SIZE = 256; local
211 char scrap[SIZE];
223 if ((index>0 && (index<SIZE-1)) && (!strcmp(name+index, "OES"))) {
234 snprintf(scrap, SIZE, "%sOES", name);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp274 const size_t SIZE = 256; local
275 char buffer[SIZE];
278 snprintf(buffer, SIZE, "Permission Denial: "
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp435 const size_t SIZE = 256; local
436 char buffer[SIZE];
437 snprintf(buffer, SIZE, " %s (%p, size=%u)\n",
448 snprintf(buffer, SIZE, " %3u: %08x | 0x%08X | 0x%08X | %s %s\n",
462 snprintf(buffer, SIZE,
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp115 const size_t SIZE = 256; local
116 char buffer[SIZE];
118 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) PID: %d\n",
122 len = (len > SIZE - 1) ? SIZE - 1 : len;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp565 const size_t SIZE = 256; local
566 char buffer[SIZE];
570 snprintf(buffer, SIZE-1, " stream type(%d), left - right volume(%f, %f)\n",
573 snprintf(buffer, SIZE-1, " msec per frame(%f), latency (%d)\n",
/frameworks/av/services/audioflinger/
H A DEffects.cpp809 const size_t SIZE = 256; local
810 char buffer[SIZE];
813 snprintf(buffer, SIZE, "\tEffect ID %d:\n", mId);
823 snprintf(buffer, SIZE, "\t\t%05d %03d %03d 0x%08x\n",
828 snprintf(buffer, SIZE, "\t\t- UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
834 snprintf(buffer, SIZE, "\t\t- TYPE: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
841 snprintf(buffer, SIZE, "\t\t- apiVersion: %08X\n\t\t- flags: %08X\n",
845 snprintf(buffer, SIZE, "\t\t- name: %s\n",
848 snprintf(buffer, SIZE, "\t\t- implementor: %s\n",
854 snprintf(buffer, SIZE, "\
1567 const size_t SIZE = 256; local
[all...]
/frameworks/av/camera/
H A DCameraParameters.cpp470 const size_t SIZE = 256; local
471 char buffer[SIZE];

Completed in 675 milliseconds

12