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

1 2 3 4 5 6 7 8 91011>>

  /system/media/camera/src/
camera_metadata_tag_info.c 401 TIDX(JPEG, SIZE) =
402 { "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 97 private static final int INTEGER_BYTE_COUNT = Integer.SIZE / Byte.SIZE;
371 final int size = data.getDataSize(); local
383 byte[] localeData = new byte[size];
384 data.readEntityData(localeData, 0, size);
385 mSettingsHelper.setLocaleData(localeData, size);
451 public void onRestoreFile(ParcelFileDescriptor data, long size,
795 private void restoreFileData(String filename, byte[] bytes, int size) {
801 os.write(bytes, 0, size);
890 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
  /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/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...]
WebFrame.cpp 595 if (SUCCEEDED(data->Read(dataBuffer.data(), static_cast<ULONG>(dataBuffer.size()), &read)))
596 sharedBuffer->append(dataBuffer.data(), static_cast<int>(dataBuffer.size()));
931 /* [retval][out] */ SIZE* offset)
1151 for (unsigned int i = 0; i < elements.size(); i++) {
1569 size_t size = textFieldValues.size(); local
2436 HRESULT STDMETHODCALLTYPE WebFrame::size( function in class:WebFrame
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 35 * (fixed size thread pool) and {@link
46 * pool size (see {@link #getPoolSize})
57 * create a fixed-size thread pool. By setting maximumPoolSize to an
304 * bookkeeping before terminating. The user-visible pool size is
305 * reported as the current size of the workers set.
344 private static final int COUNT_BITS = Integer.SIZE - 3;
439 * Tracks largest attained pool size. Accessed only under
492 * Core pool size is the minimum number of workers to keep alive
499 * Maximum pool size. Note that the actual maximum is internally
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
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/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 201 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %d", sharedBuffer->pointer(), sharedBuffer->size());
792 frameCount = sharedBuffer->size();
821 frameCount = sharedBuffer->size()/channelCount/sizeof(int16_t);
857 ALOGV("Minimum buffer size corrected from %d to %d",
953 audioBuffer->size = 0;
1045 audioBuffer->size = framesReq * cblk->frameSize;
1081 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 766 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());
  /frameworks/base/core/java/android/provider/
MediaStore.java 287 * Specify the maximum allowed size.
321 * The size of the file in bytes
324 public static final String SIZE = "_size";
452 * Table also contains MediaColumns._ID, DATA, SIZE and DATE_MODIFIED.
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 258 int storageId, long size, long modified) {
287 values.put(Files.FileColumns.SIZE, size);
806 // use screen size as max image size
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 205 // update file size in the database
207 values.put(MediaStore.Images.ImageColumns.SIZE, new File(mImageFilePath).length());
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 450 int i = reports.size();
470 int i = mAuthorities.size();
516 int i = mAuthorities.size();
692 for (int i = 0, N = authority.periodicSyncs.size(); i < N; i++) {
709 status.setPeriodicSyncTime(authority.periodicSyncs.size() - 1, 0);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 190 return string(utf8Vector.data(), utf8Vector.size() - 1);
208 return wstring(v.data(), v.size());
215 for (unsigned i = openWindows().size() - 1; i >= 0; --i) {
257 DWORD size = GetEnvironmentVariable(fontsEnvironmentVariable, 0, 0); local
258 Vector<TCHAR> buffer(size);
259 if (GetEnvironmentVariable(fontsEnvironmentVariable, buffer.data(), buffer.size())) {
296 if (!GetEnvironmentVariableW(pathEnvironmentVariable, oldPath.data(), oldPath.size()))
303 newPath.append(oldPath.data(), oldPath.size());
408 SIZE scrollPosition;
660 int currentItemIndex = itemsToPrint.size() - 1
1061 unsigned size = windows.size(); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java 501 public static final int SIZE = 16;
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 436 + AttachmentColumns.SIZE + " integer, "
    [all...]

Completed in 1307 milliseconds

1 2 3 4 5 6 7 8 91011>>