HomeSort by relevance Sort by last modified time
    Searched full:maxbytes (Results 26 - 41 of 41) sorted by null

12

  /external/skia/src/gpu/
GrResourceCache.cpp 50 GrResourceCache::GrResourceCache(int maxCount, size_t maxBytes) :
52 fMaxBytes(maxBytes) {
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c     [all...]
sslimpl.h 211 PRUint32 maxBytes);
237 ssl3_CallHelloExtensionSenders(sslSocket *ss, PRBool append, PRUint32 maxBytes,
245 PRUint32 maxBytes);
    [all...]
ssl3con.c     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 643 int maxBytes = 2 * ((START_WINDOW_MS * mSampleRate) / 1000);
644 maxBytes = ((maxBytes-1) / blockSize + 1) * blockSize;
653 while (count < maxBytes) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 784 const size_t maxBytes = MAX_DICTIONARY_ENTRIES - 1;
789 // and then decode a sequence |maxBytes| long to append.
790 rowBuffer.resize(m_frameContext->width() - 1 + maxBytes);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 98 * @param maxBytes the limit
101 public void setFileSizeLimit(File file, long maxBytes) {
103 mMaxBytes = maxBytes;
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 784 int maxBytes = ((l + 7) >> 3);
785 signature = new byte[maxBytes];
803 int maxBytes = ((l + 7) >> 3);
804 if (signature.length != maxBytes) {
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /external/libmtp/src/
ptp.c 799 * maxbytes - Maximum of bytes to read
803 * allocated 'object'. Start from offset and read at most maxbytes.
809 uint32_t maxbytes, unsigned char** object)
818 ptp.Param3=maxbytes;
    [all...]
ptp.h     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 900 milliseconds

12