Searched defs:new_id (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dkeyword_table_unittest.cc40 static void SetID(int64 new_id, TemplateURL* url) { argument
41 url->set_id(new_id);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c65 unsigned long new_id)
70 list->head->id = new_id;
64 change_inferior_id(struct inferior_list *list, unsigned long new_id) argument
/external/chromium/chrome/browser/history/
H A Dthumbnail_database_unittest.cc182 FaviconID new_id = db.AddFavicon(url1, TOUCH_ICON); local
183 EXPECT_TRUE(db.UpdateIconMapping(icon_mapping.front().mapping_id, new_id));
189 EXPECT_EQ(new_id, icon_mapping.front().icon_id);
H A Dhistory_backend.cc2182 FaviconID new_id; local
2185 new_id = thumbnail_db_->CopyToTemporaryFaviconTable(old_id);
2186 copied_favicons[old_id] = new_id;
2190 new_id = found->second;
2193 thumbnail_db_->AddToTemporaryIconMappingTable(i->url(), new_id);
2227 URLID new_id = db_->AddTemporaryURL(*i); local
2228 old_to_new[i->id()] = new_id;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_util.cc80 const syncable::Id& new_id,
83 if (!entry->Put(ID, new_id)) {
84 Entry old_entry(trans, GET_BY_ID, new_id);
86 LOG(FATAL) << "Attempt to change ID to " << new_id
102 child_entry.PutParentIdPropertyOnly(new_id);
113 entry->Put(NEXT_ID, new_id);
114 entry->Put(PREV_ID, new_id);
124 const syncable::Id& new_id) {
126 ChangeEntryIDAndUpdateChildren(trans, entry, new_id, &children);
77 ChangeEntryIDAndUpdateChildren( syncable::WriteTransaction* trans, syncable::MutableEntry* entry, const syncable::Id& new_id, syncable::Directory::ChildHandles* children) argument
121 ChangeEntryIDAndUpdateChildren( syncable::WriteTransaction* trans, syncable::MutableEntry* entry, const syncable::Id& new_id) argument
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.cc986 SessionID::id_type new_id) {
992 tab->browser_id = new_id;
985 UpdateTabBrowserIDs(SessionID::id_type old_id, SessionID::id_type new_id) argument
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_cli.c1537 int new_id = -1; local
1551 new_id = atoi(id);
1567 if (!wpa_cli_connected || new_id != wpa_cli_last_id) {
1569 wpa_cli_last_id = new_id;
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc539 bool Directory::ReindexId(EntryKernel* const entry, const Id& new_id) { argument
541 if (NULL != GetEntryById(new_id, &lock))
549 entry->put(ID, new_id);
/external/chromium/net/disk_cache/
H A Dentry_impl.cc559 void EntryImpl::SetPointerForInvalidEntry(int32 new_id) { argument
560 node_.Data()->dirty = new_id;
/external/gcc-demangle/
H A Dcp-demangle.c3145 unsigned int new_id; local
3148 new_id = id * 36 + c - '0';
3150 new_id = id * 36 + c - 'A' + 10;
3153 if (new_id < id)
3155 id = new_id;
/external/libsepol/src/
H A Dexpand.c78 char *id, *new_id; local
99 new_id = strdup(id);
100 if (new_id == NULL) {
108 free(new_id);
117 free(new_id);
126 (hashtab_key_t) new_id,
129 free(new_id);
191 char *id, *new_id; local
205 new_id = strdup(id);
206 if (!new_id) {
228 char *id, *new_id; local
365 char *id, *new_id; local
572 char *id, *new_id; local
738 char *id, *new_id; local
894 char *id, *new_id; local
1006 char *id, *new_id; local
1064 char *id = (char *)key, *new_id = NULL; local
1116 char *id = (char *)key, *new_id = NULL; local
[all...]
H A Dlink.c126 char *perm_id = key, *new_id = NULL; local
149 new_id = strdup(perm_id);
150 if (new_id == NULL) {
163 (hashtab_key_t) new_id,
203 free(new_id);
211 char *id = key, *new_id = NULL; local
264 new_id = strdup(id);
265 if (new_id == NULL) {
271 (hashtab_key_t) new_id,
300 free(new_id);
308 char *id = key, *new_id = NULL; local
398 char *id = key, *new_id = NULL; local
493 char *id = key, *new_id = NULL; local
560 char *id = key, *new_id = NULL; local
805 char *id = key, *new_id = NULL, *target_id; local
1773 char *id = key, *new_id = NULL; local
[all...]
/external/v8/src/
H A Disolate.cc62 int new_id = NoBarrier_AtomicIncrement(&highest_thread_id_, 1); local
63 return new_id;
H A Dliveedit.cc1625 StackFrame::Id new_id = StackFrame::NO_ID; local
1628 new_id = frames[i]->id();
1632 debug->FramesHaveBeenDropped(new_id, drop_mode,
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c2855 unsigned int new_id; local
2858 new_id = id * 36 + c - '0';
2860 new_id = id * 36 + c - 'A' + 10;
2863 if (new_id < id)
2865 id = new_id;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c2912 int new_id = -1; local
2926 new_id = atoi(id);
2942 if (!wpa_cli_connected || new_id != wpa_cli_last_id) {
2944 wpa_cli_last_id = new_id;
/external/dnsmasq/src/
H A Ddnsmasq.h389 unsigned short orig_id, new_id; member in struct:frec
/external/libmtp/src/
H A Dlibmtp.c6760 uint32_t new_id = 0; local
6789 ret = ptp_sendobjectinfo(params, &store, &parenthandle, &new_id, &new_folder);
6800 add_object_to_cache(device, new_id);
6802 return new_id;
/external/valgrind/main/helgrind/
H A Dlibhb_core.c2709 VtsID old_id, new_id; local
2715 new_id = old_te->remap;
2716 new_te = VG_(indexXA)( new_tab, new_id );
2718 *ii = new_id;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2014 milliseconds