/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.h | 137 struct cache_entry *free_list; 138 struct cache_entry *hash_table[65536]; 142 struct cache_entry { struct 149 struct cache_entry *hash_next; argument 150 struct cache_entry *hash_prev; argument 151 struct cache_entry *free_next; argument 152 struct cache_entry *free_prev; argument 195 struct cache_entry *buffer;
|
D | unsquashfs.c | 248 void insert_hash_table(struct cache *cache, struct cache_entry *entry) in insert_hash_table() 261 void remove_hash_table(struct cache *cache, struct cache_entry *entry) in remove_hash_table() 276 void insert_free_list(struct cache *cache, struct cache_entry *entry) in insert_free_list() 291 void remove_free_list(struct cache *cache, struct cache_entry *entry) in remove_free_list() 323 memset(cache->hash_table, 0, sizeof(struct cache_entry *) * 65536); in cache_init() 334 struct cache_entry *cache_get(struct cache *cache, long long block, int size) in cache_get() 344 struct cache_entry *entry; in cache_get() 370 entry = malloc(sizeof(struct cache_entry)); in cache_get() 420 void cache_block_ready(struct cache_entry *entry, int error) in cache_block_ready() 445 void cache_block_wait(struct cache_entry *entry) in cache_block_wait() [all …]
|
/external/selinux/libsemanage/src/ |
D | database_llist.h | 10 typedef struct cache_entry { struct 12 struct cache_entry *prev; argument 13 struct cache_entry *next; argument
|
/external/ppp/pppd/ |
D | chap_ms.c | 388 const struct chapms2_response_cache_entry *cache_entry; in chapms2_make_response() local 393 cache_entry = chapms2_find_in_response_cache(id, challenge, NULL); in chapms2_make_response() 394 if (cache_entry) { in chapms2_make_response() 395 memcpy(response, cache_entry->response, MS_CHAP2_RESPONSE_LEN); in chapms2_make_response()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 1182 cache_entry = self._cache['device_path_checksums'].get(device_path) 1183 if cache_entry and cache_entry[0] == ignore_other_files: 1184 return dict(cache_entry[1]) 1188 cache_entry = [ignore_other_files, sums] 1189 self._cache['device_path_checksums'][device_path] = cache_entry 1223 cache_entry = [ignore_other_files, new_sums] 1224 self._cache['device_path_checksums'][device_path] = cache_entry
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing)); in Map() local 726 if (cache_entry == NULL) return HeapEntry::kNoEntry; in Map() 727 return static_cast<int>(reinterpret_cast<intptr_t>(cache_entry->value)); in Map() 732 HashMap::Entry* cache_entry = entries_.LookupOrInsert(thing, Hash(thing)); in Pair() local 733 DCHECK(cache_entry->value == NULL); in Pair() 734 cache_entry->value = reinterpret_cast<void*>(static_cast<intptr_t>(entry)); in Pair() 764 HashMap::Entry* cache_entry = in GetTag() local 766 return cache_entry != NULL in GetTag() 767 ? reinterpret_cast<const char*>(cache_entry->value) in GetTag() 775 HashMap::Entry* cache_entry = in SetTag() local [all …]
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |