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

  /external/chromium_org/tools/binary_size/
explain_binary_size_delta.py 78 bucket2 = cache2.get(key)
79 if not bucket2:
86 size2 = bucket2.get(symbol_name)
88 # Symbol no longer exists in bucket2.
91 del bucket2[symbol_name] # Symbol is not new, delete from cache2.
92 if len(bucket2) == 0:
104 for key, bucket2 in cache2.iteritems():
105 for symbol_name, symbol_size in bucket2.items():
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 177 bucket2 = Bucket([0x18242, 0x1381], 'malloc', 0x9492, '_Z')
178 bucket2.symbolize(symbol_mapping_cache)
183 self.assertEqual('malloc-WebKit', policy.find_malloc(bucket2))
  /external/elfutils/0.153/src/
elfcmp.c 848 const Hash_Word *const bucket2 = &hash2[2]; \
849 const Hash_Word *const chain2 = &bucket2[nbucket]; \
857 if (bucket1[i] >= nchain || bucket2[i] >= nchain) \
868 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 752 milliseconds