HomeSort by relevance Sort by last modified time
    Searched defs:sizeInBytes (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.h 52 ArrayBufferContents(void* data, unsigned sizeInBytes, ArrayBufferDeallocationObserver*);
59 unsigned sizeInBytes() const { return m_sizeInBytes; }
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.cpp 165 unsigned long long FormData::sizeInBytes() const
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 267 const UInt32 sizeInBytes = password.Length() * 2;
268 buffer.SetCapacity(sizeInBytes);
275 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
7zEncode.cpp 116 const UInt32 sizeInBytes = _options.Password.Length() * 2;
117 buffer.SetCapacity(sizeInBytes);
124 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 183 unsigned sizeInBytes() const
StringImpl.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 362 jint offsetInBytes, jint sizeInBytes) {
391 sizeInBytes > (jint)recorderBuffSize ?
392 (jint)recorderBuffSize : sizeInBytes );
433 const size_t sizeInBytes = sizeInShorts * sizeof(short);
435 sizeInBytes > recorderBuffSize ?
436 recorderBuffSize : sizeInBytes);
450 jobject jBuffer, jint sizeInBytes) {
472 capacity < sizeInBytes ? capacity : sizeInBytes);
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 165 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
166 if (sizeInBytes / sizeof(CLzRef) != num)
168 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 166 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
167 if (sizeInBytes / sizeof(CLzRef) != num)
169 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
  /external/lzma/C/
LzFind.c 165 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
166 if (sizeInBytes / sizeof(CLzRef) != num)
168 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 88 int width, int height, long sizeInBytes, double latitude,
98 mSizeInBytes = sizeInBytes;
377 long sizeInBytes, double latitude, double longitude) {
379 path, width, height, sizeInBytes, latitude, longitude);
425 long sizeInBytes = c.getLong(COL_SIZE);
430 sizeInBytes, latitude, longitude);
641 String path, int width, int height, long sizeInBytes,
644 path, width, height, sizeInBytes, latitude, longitude);
721 long sizeInBytes = c.getLong(COL_SIZE);
726 dateModifiedInSeconds, path, width, height, sizeInBytes,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 

Completed in 4368 milliseconds

1 2 3