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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
Policy.java 121 new String[] {EmailContent.RECORD_ID, AttachmentColumns.SIZE, AttachmentColumns.FLAGS};
186 // Get maximum allowed size (0 if we don't allow attachments at all)
191 int size = c.getInt(ATTACHMENT_RESET_PROJECTION_SIZE); local
193 boolean isRestricted = size > policyMax;
448 public Policy[] newArray(int size) {
449 return new Policy[size];
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 397 values.put(Images.Media.SIZE, output.length());
436 values.put(Images.Media.SIZE, output.length());
469 values.put(Images.Media.SIZE, output.length());
574 // the size of drawing area in output bitmap
617 // 1. The size of the decoded bitmap match the destination's size
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 142 OpenableColumns.SIZE,
157 sColumnsMap.put(OpenableColumns.SIZE,
158 Downloads.Impl.COLUMN_TOTAL_BYTES + " AS " + OpenableColumns.SIZE);
206 String[] array = new String[mParameters.size()];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 514 case InternalPerformanceMeter.SIZE:
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 50 BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Integer.SIZE - 1), FLOOR).intValue(),
LongMathTest.java 48 assertEquals(BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Long.SIZE - 1), FLOOR).longValue(),
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 83 count = columns.size();
108 column = Files.FileColumns.SIZE;
182 return new Property(code, type, columns.size() - 1);
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 72 // default preview size is QVGA
85 extern uint8_t* (*cam_mmap_preview)(uint32_t size,
88 extern uint8_t* (*cam_mmap_snapshot)(uint32_t size,
92 uint32_t size,
95 uint32_t size,
108 uint32_t size,
147 uint32_t size,
153 uint32_t size,
157 uint32_t size,
163 uint32_t size,
1437 uint32_t size = encInfo->size; local
    [all...]
  /system/media/camera/src/
camera_metadata_tag_info.c 349 TIDX(SCALER, SIZE) =
350 { "size", TYPE_INT32 },
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 43 PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels)
45 RefPtr<SharedBitmap> resultantBitmap = adoptRef(new SharedBitmap(size, bitCount, initPixels));
51 PassRefPtr<SharedBitmap> SharedBitmap::create(const Vector<unsigned>& data, const IntSize& size, bool hasAlpha)
53 RefPtr<SharedBitmap> result = create(size, BitmapInfo::BitCount32, false);
56 memcpy(result->bytes(), data.data(), data.size() * sizeof(unsigned));
61 SharedBitmap::SharedBitmap(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels)
62 : m_bmpInfo(BitmapInfo::createBottomUp(size, bitCount))
68 , m_validHeight(abs(size.height()))
133 BitmapInfo newBmpInfo = BitmapInfo::create(m_bmpInfo.size(), BitmapInfo::BitCount16);
358 static void drawPatternSimple(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 87 private static final int INTEGER_BYTE_COUNT = Integer.SIZE / Byte.SIZE;
288 final int size = data.getDataSize(); local
305 byte[] localeData = new byte[size];
306 data.readEntityData(localeData, 0, size);
307 mSettingsHelper.setLocaleData(localeData, size);
362 public void onRestoreFile(ParcelFileDescriptor data, long size,
689 private void restoreFileData(String filename, byte[] bytes, int size) {
695 os.write(bytes, 0, size);
752 private void restoreWifiSupplicant(String filename, byte[] bytes, int size) {
795 int size; local
    [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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 438 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \
439 arm_optimization_options ((LEVEL), (SIZE))
766 /* When optimizing for size on Thumb-1, it's better not \
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 599 public static final int SIZE = 20;
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 52 // HUD Size
216 if (videoSize.aspectRatio() > layerBounds.size().aspectRatio())
548 SIZE size = { windowWidth, windowHeight }; local
551 BOOL result = UpdateLayeredWindow(m_hudWindow, 0, &destPoint, &size, bitmapDC, &sourcePoint, 0, &blendFunction, ULW_ALPHA);
WebView.h     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 31 * (fixed size thread pool) and {@link
42 * pool size (see {@link #getPoolSize})
53 * create a fixed-size thread pool. By setting maximumPoolSize to an
300 * bookkeeping before terminating. The user-visible pool size is
301 * reported as the current size of the workers set.
340 private static final int COUNT_BITS = Integer.SIZE - 3;
435 * Tracks largest attained pool size. Accessed only under
488 * Core pool size is the minimum number of workers to keep alive
495 * Maximum pool size. Note that the actual maximum is internally
    [all...]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 200 // Incoming attachment: Try to pull size from disposition (if not downloaded yet)
201 long size = 0; local
204 String s = MimeUtility.getHeaderParameter(disposition, "size");
206 size = Long.parseLong(s);
217 localAttachment.mSize = size; // May be reset below if file handled
317 cv.put(AttachmentColumns.SIZE, copySize);
442 if (sServerMailboxNames.size() == 0) {
  /frameworks/av/media/libmedia/
AudioTrack.cpp 195 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %d", sharedBuffer->pointer(), sharedBuffer->size());
786 frameCount = sharedBuffer->size();
815 frameCount = sharedBuffer->size()/channelCount/sizeof(int16_t);
851 ALOGV("Minimum buffer size corrected from %d to %d",
947 audioBuffer->size = 0;
1039 audioBuffer->size = framesReq * cblk->frameSize;
1075 ALOGE("AudioTrack::write(buffer=%p, size=%u (%d)",
    [all...]
  /external/qemu/target-arm/
neon_helper.c     [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 189 var sizeTag = "<#TEST CASES SIZE>";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 149 var sizeTag = "<#TEST CASES SIZE>";
  /frameworks/base/media/java/android/media/
MediaScanner.java 749 map.put(MediaStore.MediaColumns.SIZE, mFileSize);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 77 SIZE* psz);
217 // FIXME: A hard-coded size of 13 is used. This is wrong but necessary for now. It matches Firefox.
218 // At different DPI settings on Windows, querying the theme gives you a larger size that accounts for
357 // Override padding size to match AppKit text positioning.
388 paintInfo.context->drawLine(xBounds.location(), xBounds.location() + xBounds.size());

Completed in 1240 milliseconds

1 2 3 4 5 6 7 8 91011>>