HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 301 - 325 of 422) sorted by null

<<11121314151617

  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 62 #define SIZE 4
123 const GLuint sz = VB->ClipPtr->size; \
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 204 * Size of a document, in bytes, or {@code null} if unknown. This column
209 public static final String COLUMN_SIZE = OpenableColumns.SIZE;
588 if (paths.size() < 2) {
611 if (paths.size() < 2) {
625 if (paths.size() < 2) {
658 * @param size optimal thumbnail size desired. A provider may return a
659 * thumbnail of a different size, but never more than double the
660 * requested size.
668 ContentResolver resolver, Uri documentUri, Point size, CancellationSignal signal)
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 85 count = columns.size();
110 column = Files.FileColumns.SIZE;
184 return new Property(code, type, columns.size() - 1);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 98 private static final int INTEGER_BYTE_COUNT = Integer.SIZE / Byte.SIZE;
399 final int size = data.getDataSize(); local
411 byte[] localeData = new byte[size];
412 data.readEntityData(localeData, 0, size);
413 mSettingsHelper.setLocaleData(localeData, size);
479 public void onRestoreFile(ParcelFileDescriptor data, long size,
920 int size; local
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 38 private static final int FLOAT_SIZE = Float.SIZE / Byte.SIZE;
146 // Viewport size
153 // Screen size for when we aren't bound to a texture
298 int size = values.length * FLOAT_SIZE; local
299 FloatBuffer buffer = ByteBuffer.allocateDirect(size).order(ByteOrder.nativeOrder())
807 if (mUnboundTextures.size() > 0) {
808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0);
813 if (ids.size() > 0) {
814 mGLId.glDeleteBuffers(null, ids.size(), ids.getInternalArray(), 0)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 320 MediaStore.Images.ImageColumns.SIZE, // 9, long
377 Log.w(TAG, "PhotoData skipped. Bitmap size 0 for " + path);
503 // For correctness, we need to double check the size here. The
529 " correct size!");
610 MediaStore.Video.VideoColumns.SIZE, // 9 long
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 146 AttachmentUtilities.Columns.SIZE },
153 assertEquals(200, c.getInt(3)); // size
159 new String[] { AttachmentUtilities.Columns.SIZE,
169 assertEquals(300, c.getInt(0)); // size
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 38 private static final int FLOAT_SIZE = Float.SIZE / Byte.SIZE;
146 // Viewport size
153 // Screen size for when we aren't bound to a texture
298 int size = values.length * FLOAT_SIZE; local
299 FloatBuffer buffer = ByteBuffer.allocateDirect(size).order(ByteOrder.nativeOrder())
807 if (mUnboundTextures.size() > 0) {
808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0);
813 if (ids.size() > 0) {
814 mGLId.glDeleteBuffers(null, ids.size(), ids.getInternalArray(), 0)
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 38 private static final int FLOAT_SIZE = Float.SIZE / Byte.SIZE;
146 // Viewport size
153 // Screen size for when we aren't bound to a texture
298 int size = values.length * FLOAT_SIZE; local
299 FloatBuffer buffer = ByteBuffer.allocateDirect(size).order(ByteOrder.nativeOrder())
807 if (mUnboundTextures.size() > 0) {
808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0);
813 if (ids.size() > 0) {
814 mGLId.glDeleteBuffers(null, ids.size(), ids.getInternalArray(), 0)
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
Policy.java 124 new String[] {EmailContent.RECORD_ID, AttachmentColumns.SIZE, AttachmentColumns.FLAGS};
189 // Get maximum allowed size (0 if we don't allow attachments at all)
194 int size = c.getInt(ATTACHMENT_RESET_PROJECTION_SIZE); local
196 boolean isRestricted = size > policyMax;
453 public Policy[] newArray(int size) {
454 return new Policy[size];
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 152 OpenableColumns.SIZE,
167 sColumnsMap.put(OpenableColumns.SIZE,
168 Downloads.Impl.COLUMN_TOTAL_BYTES + " AS " + OpenableColumns.SIZE);
218 String[] array = new String[mParameters.size()];
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 524 int count, size; local
526 hr = stream_config->GetNumberOfCapabilities(&count, &size);
555 SIZE size; local
556 size.cx = capability.width;
557 size.cy = capability.height;
564 hr = video_control->GetFrameRateList(output_capture_pin_, i, size,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_surface.c 256 BEGIN_NV04(push, NV03_SIFM(SIZE), 4);
  /external/guava/guava-tests/test/com/google/common/math/
LongMathTest.java 48 assertEquals(BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Long.SIZE - 1), FLOOR).longValue(),
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 599 public static final int SIZE = 20;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 256 BEGIN_NV04(push, NV03_SIFM(SIZE), 4);
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 37 * (fixed size thread pool) and {@link
48 * pool size (see {@link #getPoolSize})
59 * the same, you create a fixed-size thread pool. By setting
308 * bookkeeping before terminating. The user-visible pool size is
309 * reported as the current size of the workers set.
348 private static final int COUNT_BITS = Integer.SIZE - 3;
443 * Tracks largest attained pool size. Accessed only under
501 * Core pool size is the minimum number of workers to keep alive
508 * Maximum pool size. Note that the actual maximum is internally
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
SaveImage.java 499 values.put(Images.Media.SIZE, file.length());
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 204 // Incoming attachment: Try to pull size from disposition (if not downloaded yet)
205 long size = 0; local
208 String s = MimeUtility.getHeaderParameter(disposition, "size");
210 size = Long.parseLong(s);
224 localAttachment.mSize = size; // May be reset below if file handled
324 cv.put(AttachmentColumns.SIZE, copySize);
450 if (sServerMailboxNames.size() == 0) {
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /frameworks/av/media/libmedia/
AudioTrack.cpp 220 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %d", sharedBuffer->pointer(),
221 sharedBuffer->size());
882 frameCount = sharedBuffer->size();
908 frameCount = sharedBuffer->size()/mChannelCount/sizeof(int16_t);
931 ALOGV("Minimum buffer size corrected from %d to %d",
    [all...]
  /external/qemu/target-arm/
neon_helper.c     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 234 /* Setup Picture Size and Preview size tables */
236 LOGD("%s: Picture table size: %d", __func__, mPictureSizeCount);
243 LOGD("%s: Preview table size: %d", __func__, mPreviewSizeCount);
250 LOGD("%s: Video table size: %d", __func__, mVideoSizeCount);
440 const size_t SIZE = 256;
441 char buffer[SIZE];
444 write(fd, result.string(), result.size());
751 snapshots larger than internal size of ZSL queue. So we'll need
963 * since they might have been changed when video size
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 124 RECT InsetRect(const RECT* rect, int size) {
126 result.Inset(size, size);
176 gfx::Size NativeThemeWin::GetThemeBorderSize(ThemeName theme) const {
181 return gfx::Size(border, border);
183 return gfx::Size(GetSystemMetrics(SM_CXEDGE), GetSystemMetrics(SM_CYEDGE));
227 gfx::Size NativeThemeWin::GetPartSize(Part part,
230 gfx::Size part_size = CommonThemeGetPartSize(part, state, extra);
234 // The GetThemePartSize call below returns the default size without
236 SIZE size
    [all...]

Completed in 2719 milliseconds

<<11121314151617