Searched refs:SIZE (Results 26 - 50 of 107) sorted by relevance

12345

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp84 const size_t SIZE = 256; local
85 char buffer[SIZE];
88 snprintf(buffer, SIZE, "%s %02d %02d ",
92 snprintf(buffer, SIZE, "%04x : %02d, ",
209 const size_t SIZE = 256; local
210 char buffer[SIZE];
212 snprintf(buffer, SIZE, "\nStreams dump:\n");
214 snprintf(buffer, SIZE,
218 snprintf(buffer, SIZE, " %02zu ", i);
H A DDeviceDescriptor.cpp211 const size_t SIZE = 256; local
212 char buffer[SIZE];
214 snprintf(buffer, SIZE, "%*s- %s devices:\n", spaces, "", tag.string());
274 const size_t SIZE = 256; local
275 char buffer[SIZE];
278 snprintf(buffer, SIZE, "%*sDevice %d:\n", spaces, "", index+1);
281 snprintf(buffer, SIZE, "%*s- id: %2d\n", spaces, "", mId);
285 snprintf(buffer, SIZE, "%*s- tag name: %s\n", spaces, "", mTagName.string());
290 snprintf(buffer, SIZE, "%*s- type: %-48s\n", spaces, "", deviceLiteral.c_str());
294 snprintf(buffer, SIZE, "
[all...]
H A DHwModule.cpp222 const size_t SIZE = 256; local
223 char buffer[SIZE];
226 snprintf(buffer, SIZE, " - name: %s\n", getName());
228 snprintf(buffer, SIZE, " - handle: %d\n", mHandle);
230 snprintf(buffer, SIZE, " - version: %u.%u\n", mHalVersion >> 8, mHalVersion & 0xFF);
236 snprintf(buffer, SIZE, " output %zu:\n", i);
244 snprintf(buffer, SIZE, " input %zu:\n", i);
330 const size_t SIZE = 256; local
331 char buffer[SIZE];
333 snprintf(buffer, SIZE, "\nH
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java40 private static final int SIZE = Build.IS_DEBUGGABLE ? 100 : 20; field in class:ZenLog
42 private static final long[] TIMES = new long[SIZE];
43 private static final int[] TYPES = new int[SIZE];
44 private static final String[] MSGS = new String[SIZE];
216 sNext = (sNext + 1) % SIZE;
217 if (sSize < SIZE) {
226 final int start = (sNext - sSize + SIZE) % SIZE;
228 final int j = (start + i) % SIZE;
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableBlackLevelPattern.java32 private static final int SIZE = SIZEOF_INT32 * BlackLevelPattern.COUNT; field in class:MarshalQueryableBlackLevelPattern
60 return SIZE;
H A DMarshalQueryableColorSpaceTransform.java35 private static final int SIZE = SIZEOF_INT32 * ELEMENTS_INT32; field in class:MarshalQueryableColorSpaceTransform
67 return SIZE;
H A DMarshalQueryableRect.java32 private static final int SIZE = SIZEOF_INT32 * 4; field in class:MarshalQueryableRect
63 return SIZE;
H A DMarshalQueryableRggbChannelVector.java32 private static final int SIZE = SIZEOF_FLOAT * RggbChannelVector.COUNT; field in class:MarshalQueryableRggbChannelVector
59 return SIZE;
H A DMarshalQueryableSize.java32 private static final int SIZE = SIZEOF_INT32 * 2; field in class:MarshalQueryableSize
55 return SIZE;
H A DMarshalQueryableSizeF.java33 private static final int SIZE = SIZEOF_FLOAT * 2; field in class:MarshalQueryableSizeF
57 return SIZE;
H A DMarshalQueryableStreamConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 4; field in class:MarshalQueryableStreamConfiguration
64 return SIZE;
H A DMarshalQueryableStreamConfigurationDuration.java38 private static final int SIZE = SIZEOF_INT64 * 4; field in class:MarshalQueryableStreamConfigurationDuration
73 return SIZE;
H A DMarshalQueryableHighSpeedVideoConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 5; field in class:MarshalQueryableHighSpeedVideoConfiguration
68 return SIZE;
H A DMarshalQueryableMeteringRectangle.java32 private static final int SIZE = SIZEOF_INT32 * 5; field in class:MarshalQueryableMeteringRectangle
72 return SIZE;
/frameworks/base/core/java/android/util/
H A DSize.java147 return mHeight ^ ((mWidth << (Integer.SIZE / 2)) | (mWidth >>> (Integer.SIZE / 2)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java35 private static final int SIZE = Build.IS_DEBUGGABLE ? 400 : 50; field in class:DozeLog
88 sTimes = new long[SIZE];
89 sMessages = new String[SIZE];
176 final int start = (sPosition - sCount + SIZE) % SIZE;
178 final int j = (start + i) % SIZE;
206 sPosition = (sPosition + 1) % SIZE;
207 sCount = Math.min(sCount + 1, SIZE);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h33 template <size_t SIZE>
36 enum { EntrySize = SIZE };
H A DPLT.h50 template <size_t SIZE, typename EntryBase = PLTEntryBase>
53 enum { EntrySize = SIZE };
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h17 template <size_t SIZE>
39 template <size_t SIZE>
139 template <size_t SIZE>
140 typename SizeTraits<SIZE>::Word bswap(typename SizeTraits<SIZE>::Word pData);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DDroid.java57 private static final int SIZE = 256; field in class:Droid
65 v.mDimx = v.mDimy = v.mDimz = SIZE;
80 scriptC_bricked.set_size(SIZE);
H A DMandelbulb.java50 private static final int SIZE = 256; field in class:Mandelbulb
58 v.mDimx = v.mDimy = v.mDimz = SIZE;
72 scriptC_mandelbulb.set_size(SIZE);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp202 template <size_t SIZE>
206 typedef typename ELFSizeTraits<SIZE>::Ehdr ElfXX_Ehdr;
207 typedef typename ELFSizeTraits<SIZE>::Shdr ElfXX_Shdr;
208 typedef typename ELFSizeTraits<SIZE>::Phdr ElfXX_Phdr;
217 (SIZE == 32) ? llvm::ELF::ELFCLASS32 : llvm::ELF::ELFCLASS64;
250 header->e_shoff = getLastStartOffset<SIZE>(pModule);
297 template <size_t SIZE>
301 typedef typename ELFSizeTraits<SIZE>::Shdr ElfXX_Shdr;
307 pOutput.request(getLastStartOffset<SIZE>(pModule), header_size);
322 shdr[sectIdx].sh_entsize = getSectEntrySize<SIZE>(*ld_sec
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
H A DShortcutKeyDispatcher.java61 protected final long META_MASK = ((long) KeyEvent.META_META_ON) << Integer.SIZE;
62 protected final long ALT_MASK = ((long) KeyEvent.META_ALT_ON) << Integer.SIZE;
63 protected final long CTRL_MASK = ((long) KeyEvent.META_CTRL_ON) << Integer.SIZE;
64 protected final long SHIFT_MASK = ((long) KeyEvent.META_SHIFT_ON) << Integer.SIZE;
/frameworks/base/libs/common_time/
H A Dcommon_time_server_api.cpp294 const size_t SIZE = 256; local
295 char buffer[SIZE];
298 snprintf(buffer, SIZE, "Permission Denial: "
370 const size_t SIZE = 256; local
371 char buffer[SIZE];
374 snprintf(buffer, SIZE, "Permission Denial: "
409 const size_t SIZE = 256; local
410 char buffer[SIZE];
/frameworks/native/include/ui/
H A Dvec2.h49 enum { SIZE = 2 }; enumerator in enum:android::tvec2::__anon1419
50 inline static size_type size() { return SIZE; }

Completed in 4174 milliseconds

12345