Home
last modified time | relevance | path

Searched defs:new_entry (Results 1 – 17 of 17) sorted by relevance

/external/oprofile/libutil/
Dop_list.h46 static __inline__ void __list_add(struct list_head * new_entry, in __list_add()
64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) in list_add()
77 static __inline__ void list_add_tail(struct list_head * new_entry, struct list_head * head) in list_add_tail()
/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c60 register struct hash_entry *new_entry; local
/external/chromium/chrome/browser/sync/engine/
Dsyncer_util.cc458 syncable::MutableEntry new_entry(trans, syncable::CREATE_NEW_UPDATE_ITEM, in CreateNewEntry() local
535 MutableEntry new_entry(trans, CREATE_NEW_UPDATE_ITEM, id); in SplitServerInformationIntoNewEntry() local
Dsyncer_unittest.cc2295 MutableEntry new_entry(&wtrans, CREATE, wtrans.root_id(), "Bar.htm"); in TEST_F() local
2363 MutableEntry new_entry(&wtrans, CREATE, wtrans.root_id(), "Bar.htm"); in TEST_F() local
/external/qemu/memcheck/
Dmemcheck_mmrange_map.c191 MMRangeMapEntry* new_entry = in mmrangemap_copy() local
Dmemcheck_malloc_map.c230 AllocMapEntry* new_entry = in allocmap_copy() local
/external/linux-tools-perf/util/
Dstrlist.c40 int strlist__add(struct strlist *self, const char *new_entry) in strlist__add()
/external/qemu/
Dpath.c47 static struct pathelem *new_entry(const char *root, in new_entry() function
Dreadline.c215 char *hist_entry, *new_entry; in readline_hist_add() local
/external/e2fsprogs/lib/ext2fs/
Ddblist.c158 struct ext2_db_entry *new_entry; in ext2fs_add_dir_block() local
/external/bison/lib/
Dhash.c858 struct hash_entry *new_entry = allocate_entry (new_table); in hash_rehash() local
925 struct hash_entry *new_entry = allocate_entry (table); in hash_insert() local
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c333 struct rsn_pmksa_cache_entry *new_entry; in pmksa_cache_clone_entry() local
/external/chromium/chrome/browser/sync/glue/
Dautofill_change_processor.cc328 AutofillEntry new_entry(k, timestamps); in ApplySyncAutofillEntryChange() local
Dautofill_model_associator.cc89 AutofillEntry new_entry(ix->key(), timestamps); in TraverseAndAssociateChromeAutofillEntries() local
/external/oprofile/opjitconv/
Djitsymbol.c252 struct jitentry * new_entry = in split_entry() local
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c332 struct rsn_pmksa_cache_entry *new_entry; in pmksa_cache_clone_entry() local
/external/chromium/net/http/
Dhttp_cache_unittest.cc430 MockDiskEntry* new_entry = new MockDiskEntry(key); in CreateEntry() local