HomeSort by relevance Sort by last modified time
    Searched refs:snappy (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 11 # include "third_party/snappy/src/snappy.h"
79 output->resize(snappy::MaxCompressedLength(input_length));
81 snappy::RawCompress(input, input_length, &(*output)[0], &outlen);
93 return snappy::GetUncompressedLength(input_data, input_length, result);
102 return snappy::RawUncompress(input_data, input_length, output);
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.h 45 #ifdef SNAPPY
46 #include <snappy.h>
121 #ifdef SNAPPY
122 output->resize(snappy::MaxCompressedLength(length));
124 snappy::RawCompress(input, length, &(*output)[0], &outlen);
134 #ifdef SNAPPY
135 return snappy::GetUncompressedLength(input, length, result);
143 #ifdef SNAPPY
144 return snappy::RawUncompress(input, length, output);
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 30 // Various type stubs for the open-source version of Snappy.
32 // This file cannot include config.h, as it is included from snappy.h,
33 // which is a public header. Instead, snappy-stubs-public.h is generated by
34 // from snappy-stubs-public.h.in at configure time.
59 namespace snappy { namespace
96 } // namespace snappy
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 30 // Various type stubs for the open-source version of Snappy.
32 // This file cannot include config.h, as it is included from snappy.h,
33 // which is a public header. Instead, snappy-stubs-public.h is generated by
34 // from snappy-stubs-public.h.in at configure time.
59 namespace snappy { namespace
96 } // namespace snappy
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 30 // Various type stubs for the open-source version of Snappy.
32 // This file cannot include config.h, as it is included from snappy.h,
33 // which is a public header. Instead, snappy-stubs-public.h is generated by
34 // from snappy-stubs-public.h.in at configure time.
59 namespace snappy { namespace
101 } // namespace snappy
  /external/chromium_org/content/test/data/indexeddb/
quota_test.js 45 "have more if snappy is used or LevelDB is about to compact.");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 146 * The snappy header has special visibility rules (i.e. no details header,
332 public void setSnappy(boolean snappy) {
333 mIsSnappy = snappy;
    [all...]

Completed in 190 milliseconds