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

  /art/runtime/mirror/
string-inl.h 150 bool compressible = kUseStringCompression && String::IsCompressed(count_); local
156 if (compressible) {
217 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); local
218 const size_t block_size = (compressible) ? sizeof(uint8_t) : sizeof(uint16_t);
253 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible */ true);
263 high_byte &= 0xff; // Extract the relevant bits before determining `compressible`.
264 const bool compressible = local
266 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible);
278 const bool compressible = kUseStringCompression && local
280 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible);
289 const bool compressible = kUseStringCompression && local
    [all...]
string.cc 101 bool compressible = local
106 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible);
112 if (compressible) {
117 if (LIKELY(src->IsCompressed())) { // LIKELY(compressible == src->IsCompressed())
128 if (UNLIKELY(src->IsCompressed())) { // LIKELY(compressible == src->IsCompressed())
142 const bool compressible = kUseStringCompression && local
144 const int32_t length_with_flag = String::GetFlaggedCount(length + length2, compressible);
151 if (compressible) {
178 const bool compressible = kUseStringCompression && local
180 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible);
215 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); local
    [all...]
string.h 207 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) {
210 (static_cast<uint32_t>(compressible
  /external/icu/icu4c/source/i18n/
collationweights.h 50 void initForPrimary(UBool compressible);
collationweights.cpp 106 CollationWeights::initForPrimary(UBool compressible) {
110 if(compressible) {
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 53 bool compressible) {
67 if (compressible) {
133 compressible ? InstallOperation::REPLACE_BZ : InstallOperation::REPLACE;
150 if (compressible) {
180 if (compressible) {
201 if (!compressible && orig_type == InstallOperation::REPLACE) {
208 bool compressible) {
221 if (compressible) {
300 compressible ? InstallOperation::REPLACE_BZ : InstallOperation::REPLACE;
314 if (compressible) {
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
reader_test.go 28 // reasonably compressible.
writer_test.go 132 // Create a random, but compressible stream.
deflatefast.go 92 // small loss (~5% performance, ~0.1% density) for compressible data
93 // due to more bookkeeping, but for non-compressible data (such as
  /prebuilts/go/linux-x86/src/compress/flate/
reader_test.go 28 // reasonably compressible.
writer_test.go 132 // Create a random, but compressible stream.
deflatefast.go 92 // small loss (~5% performance, ~0.1% density) for compressible data
93 // due to more bookkeeping, but for non-compressible data (such as
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationWeights.java 29 public void initForPrimary(boolean compressible) {
33 if(compressible) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationWeights.java 27 public void initForPrimary(boolean compressible) {
31 if(compressible) {
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /external/brotli/go/cbrotli/
cbrotli_test.go 341 // Inputs are compressible, but may be too small to compress.
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 133 milliseconds