HomeSort by relevance Sort by last modified time
    Searched full:totalsize (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 589 int totalSize = 0;
616 totalSize += INTEGER_BYTE_COUNT + keyBytes.length;
620 totalSize += INTEGER_BYTE_COUNT + valueBytes.length;
631 byte[] result = new byte[totalSize];
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
ArrayPrototype.cpp 182 unsigned totalSize = length ? length - 1 : 0;
203 totalSize += str.length();
212 if (!totalSize)
215 buffer.reserveCapacity(totalSize);
225 ASSERT(buffer.size() == totalSize);
    [all...]
  /external/libmtp/src/
ptp-pack.c 985 uint32_t totalsize = 0; local
990 totalsize = sizeof(uint32_t); /* 4 bytes to store the number of elements */
995 totalsize += sizeof(uint32_t); /* Object ID */
998 totalsize += sizeof(uint16_t);
1001 totalsize += sizeof(uint16_t);
1004 totalsize += packedpropslens[noitems];
1010 opldata = malloc(totalsize);
1030 return totalsize;
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 886 int32_t totalSize = headerSize + spoofDataLength;
888 return totalSize;
894 if (length < totalSize) {
971 return totalSize;
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 181 return ((orientation == VerticallScrollbar) && m_vBar) ? (m_vBar->totalSize() - m_vBar->visibleSize()) : 0;
  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp 232 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
voyager.h 314 __u32 TotalSize;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java 36 public static final String TOTAL_SIZE_KW = "TotalSize:";
HandleHeap.java 517 int totalSize;
520 totalSize = data.getInt();
557 totalSize, (short) threadId, steArray));
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 249 this.totalSize = maxVisibleSize;
359 tq.fixNormalEdges(new BoundingBox(tq.getWorldTranslation(), totalSize*2, Float.MAX_VALUE, totalSize*2));
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 430 size_t totalSize = 0;;
432 totalSize += page->mLace[i];
447 return sizeof(header) + page->mNumSegments + totalSize;
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 443 size_t totalSize = 0;
479 size_t auSize = 4 * nals.size() + totalSize;
539 totalSize += nalSize;
  /frameworks/base/core/java/android/os/
AsyncTask.java 69 * long totalSize = 0;
71 * totalSize += Downloader.downloadFile(urls[i]);
76 * return totalSize;
  /frameworks/rs/
rsg_generator.c 456 fprintf(f, " size_t totalSize = 0;\n");
459 fprintf(f, " totalSize += cmd->%s_length;\n", api->params[ct2].name);
463 fprintf(f, " if ((totalSize != 0) && (cmdSizeBytes == sizeof(RS_CMD_%s))) {\n", api->name);
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 406 private void computePreviewDrawingParams(int drawableSize, int totalSize) {
407 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
409 mTotalWidth = totalSize;

Completed in 543 milliseconds

1 2 34 5 6 7