HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 79 OpenableColumns.SIZE
328 // Find size, if available, via a number of techniques:
329 long size = 0; local
331 // If upgrading a legacy account, the size must be recaptured from the data source
338 size = metadataCursor.getInt(ATTACHMENT_META_COLUMNS_SIZE);
347 // Incoming attachment: Try to pull size from disposition (if not downloaded yet)
350 String s = MimeUtility.getHeaderParameter(disposition, "size");
352 size = Long.parseLong(s);
364 localAttachment.mSize = size; // May be reset below if file handled
464 cv.put(AttachmentColumns.SIZE, copySize)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 164 AttachmentProviderColumns.SIZE },
171 assertEquals(200, c.getInt(3)); // size
177 new String[] { AttachmentProviderColumns.SIZE,
186 assertEquals(300, c.getInt(0)); // size
644 cv.put("size", newAttachment.mSize);
ProviderTests.java 422 // Now check the attachments; there should be three and they should match name and size
426 // so we specifically ask for ordering by size. The expectedAttachmentSizes array must
427 // be kept sorted by size (ascending) for this test to work properly
435 Attachment.SIZE);
461 // Now check the attachments; there should be three and they should match name and size
466 // so we specifically ask for ordering by size. The expectedAttachmentSizes array must
467 // be kept sorted by size (ascending) for this test to work properly
475 Attachment.SIZE);
491 int size = attachments.length; local
492 assertEquals(3, size);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 438 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \
439 arm_optimization_options ((LEVEL), (SIZE))
766 /* When optimizing for size, it's better not to use \
    [all...]
  /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/webkit/WebKit/win/
FullscreenVideoController.cpp 48 // HUD Size
463 SIZE size = { windowWidth, windowHeight }; local
466 BOOL result = UpdateLayeredWindow(m_hudWindow, 0, &destPoint, &size, bitmapDC, &sourcePoint, 0, &blendFunction, ULW_ALPHA);
WebView.h     [all...]
WebFrame.cpp 565 if (SUCCEEDED(data->Read(dataBuffer.data(), static_cast<ULONG>(dataBuffer.size()), &read)))
566 sharedBuffer->append(dataBuffer.data(), static_cast<int>(dataBuffer.size()));
853 /* [retval][out] */ SIZE* offset)
1077 for (unsigned int i = 0; i < elements.size(); i++) {
1441 size_t size = textFieldValues.size(); local
2220 HRESULT STDMETHODCALLTYPE WebFrame::size( function in class:WebFrame
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 38 * (fixed size thread pool) and {@link
49 * pool size (see {@link #getPoolSize})
60 * create a fixed-size thread pool. By setting maximumPoolSize to an
312 * bookkeeping before terminating. The user-visible pool size is
313 * reported as the current size of the workers set.
352 private static final int COUNT_BITS = Integer.SIZE - 3;
447 * Tracks largest attained pool size. Accessed only under
500 * Core pool size is the minimum number of workers to keep alive
507 * Maximum pool size. Note that the actual maximum is internally
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java     [all...]
EmailProvider.java 503 + AttachmentColumns.SIZE + " integer, "
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 661 LOGD("MemoryHeapBase(fd(%d), size(%d), width(%d), height(%d))", (int)mSecCamera->getCameraFd(), (size_t)(previewHeapSize), width, height);
808 // ssize_t offset; size_t size;
810 // sp<MemoryHeapBase> heap = mem->getMemory(&offset, &size);
811 // sp<IMemoryHeap> heap = mem->getMemory(&offset, &size);
913 LOGV("[BestIQ] real_jpeg size ========> %d\n", jpeg_size);
939 void CameraHardwareSec::save_postview(const char *fname, uint8_t *buf, uint32_t size)
952 LOGD("writing %d bytes to file [%s]\n", size, fname);
953 while (written < size) {
954 nw = ::write(fd, buf + written, size - written);
962 LOGD("done writing %d bytes to file [%s] in %d passes\n",size, fname, cnt)
1391 int size = 0; local
    [all...]
SecCamera.cpp 116 //LOGV("munmap():virt. addr[%d]: 0x%x size = %d\n", i, (unsigned int) buffers[i].start, buffers[i].length);
3562 int size = 0; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 189 var sizeTag = "<#TEST CASES SIZE>";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 149 var sizeTag = "<#TEST CASES SIZE>";
  /external/webkit/WebCore/rendering/
RenderThemeWince.cpp 76 SIZE* psz);
216 // FIXME: A hard-coded size of 13 is used. This is wrong but necessary for now. It matches Firefox.
217 // At different DPI settings on Windows, querying the theme gives you a larger size that accounts for
356 // Override padding size to match AppKit text positioning.
387 paintInfo.context->drawLine(xBounds.location(), xBounds.location() + xBounds.size());
  /frameworks/base/core/java/android/provider/
MediaStore.java 185 * Specify the maximum allowed size.
219 * The size of the file in bytes
222 public static final String SIZE = "_size";
    [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 380 int i = reports.size();
400 int i = mAuthorities.size();
443 int i = mAuthorities.size();
575 for (int i = 0, N = authority.periodicSyncs.size(); i < N; i++) {
592 status.setPeriodicSyncTime(authority.periodicSyncs.size() - 1, 0);
697 int i = mPendingOperations.size();
760 if (mPendingOperations.size() == 0
772 final int N = mPendingOperations.size();
804 num = mPendingOperations.size();
806 final int N = mSyncStatus.size();
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 149 for (unsigned i = openWindows().size() - 1; i >= 0; --i) {
191 DWORD size = GetEnvironmentVariable(fontsEnvironmentVariable, 0, 0); local
192 Vector<TCHAR> buffer(size);
193 if (GetEnvironmentVariable(fontsEnvironmentVariable, buffer.data(), buffer.size())) {
230 if (!GetEnvironmentVariableW(pathEnvironmentVariable, oldPath.data(), oldPath.size()))
237 newPath.append(oldPath.data(), oldPath.size());
342 SIZE scrollPosition;
594 int currentItemIndex = itemsToPrint.size() - 1;
611 for (int i = itemsToPrint.size() - 1; i >= 0; --i) {
622 unsigned count = openWindows().size();
961 unsigned size = windows.size(); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 626 map.put(MediaStore.MediaColumns.SIZE, mFileSize);
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java 500 public static final int SIZE = 16;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 41 import android.hardware.Camera.Size;
1571 Size size = mParameters.getPreviewSize(); local
    [all...]
  /system/core/libacc/
acc.cpp 112 inline size_t size() { function in class:acc::Vector
214 virtual void init(int size) = 0;
264 virtual void init(int size) {
266 mSize = size;
267 pProgramBase = (char*) mmap(NULL, size,
371 * returns address to patch with local variable size.
380 * localVariableSize - the size in bytes of the local variables.
481 * stack size. This will be passed as argument "a" to
487 * Returns stack size of object (typically 4 or 8 bytes)
569 return mExpressionStack.size();
647 size_t size = mExpressionStack.size(); local
1326 int size = sizeOf(pR0Type->pHead); local
1339 int size = sizeOf(pPtrType->pHead); local
1679 int size = sizeOf(pDestType); local
2625 int size = sizeOf(pR0Type->pHead); local
2639 int size = sizeOf(pPtrType->pHead); local
2840 int size = sizeOf(pTargetType); local
3585 inline size_t size() { function in class:acc::Compiler::TokenTable
5493 size_t size = pGen->sizeOf(pItem); local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 113 OpenableColumns.SIZE
1019 long size = -1; local
    [all...]

Completed in 1981 milliseconds

1 2 3 4 5 67 8