HomeSort by relevance Sort by last modified time
    Searched defs:parent_id (Results 1 - 15 of 15) sorted by null

  /external/libmtp/examples/
sendfile.c 57 uint32_t parent_id = 0; local
67 parent_id = parse_path (to_path,files,folders);
68 if (parent_id == -1) {
77 genfile->parent_id = parent_id;
pathutils.c 93 uint32_t parent_id = lookup_folder_id(folders,parent,""); local
98 if (file->parent_id == parent_id) {
sendtr.c 170 uint32_t parent_id = 0; local
183 parent_id = parse_path (parent,files,folders);
184 if (parent_id == -1) {
320 trackmeta->parent_id = parent_id;
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 46 syncable::Id parent_id() const { function in class:browser_sync::SyncEntity
get_commit_ids_command.cc 51 syncable::Id parent_id,
57 while (!parent_id.ServerKnows()) {
58 Entry parent(trans, GET_BY_ID, parent_id);
69 parent_id = parent.Get(PARENT_ID);
143 entry.Get(syncable::PARENT_ID), routes);
169 entry.Get(syncable::PARENT_ID));
187 entry.Get(syncable::PARENT_ID) !=
203 legal_delete_parents.insert(entry.Get(syncable::PARENT_ID));
229 syncable::Id parent_id = entry.Get(syncable::PARENT_ID) local
    [all...]
build_and_process_conflict_sets_command.cc 115 entry.Put(syncable::PARENT_ID, backup->ref(syncable::PARENT_ID));
141 entry.Put(syncable::PARENT_ID, trans->root_id());
246 entry.Get(syncable::PARENT_ID) != entry.Get(syncable::SERVER_PARENT_ID);
263 syncable::Id parent_id = entry->Get(syncable::SERVER_PARENT_ID); local
264 syncable::Entry parent(trans, syncable::GET_BY_ID, parent_id);
272 while (!parent_id.IsRoot()) {
273 syncable::Entry parent(trans, syncable::GET_BY_ID, parent_id);
276 << parent_id << " entry: " << *entry;
280 entry->Get(syncable::PARENT_ID) !
322 syncable::Id parent_id = parent.Get(syncable::PARENT_ID); local
356 syncable::Id parent_id = entry.Get(syncable::PARENT_ID); local
396 syncable::Id parent_id = entry->Get(syncable::SERVER_PARENT_ID); local
    [all...]
conflict_resolver.cc 76 if (!entry.Get(syncable::PARENT_ID).ServerKnows()) {
106 bool parent_matches = entry.Get(syncable::PARENT_ID) ==
180 if (entryi.Get(syncable::PARENT_ID) ==
201 parentid = parent.Get(syncable::PARENT_ID);
220 Id parentid = entry.Get(syncable::PARENT_ID);
239 id = parent.Get(syncable::PARENT_ID);
253 id = parent.Get(syncable::PARENT_ID);
266 Id parent_id = entry.Get(syncable::SERVER_PARENT_ID);
267 MutableEntry parent(trans, syncable::GET_BY_ID, parent_id);
269 !binary_search(conflict_set->begin(), conflict_set->end(), parent_id)) {
327 Id parent_id = entry.Get(syncable::PARENT_ID); local
    [all...]
syncer_unittest.cc 78 using syncable::PARENT_ID;
270 syncable::Id parent_id; member in struct:browser_sync::SyncerTest::CommitOrderingTest
292 MutableEntry entry(&trans, CREATE, test->parent_id, name);
298 entry.Put(SERVER_PARENT_ID, test->parent_id);
519 entry_b.Put(PARENT_ID, entry_x.Get(ID));
520 entry_c.Put(PARENT_ID, entry_x.Get(ID));
522 entry_d.Put(PARENT_ID, entry_b.Get(ID));
523 entry_e.Put(PARENT_ID, entry_c.Get(ID));
1198 string parent_id = "0"; local
1954 syncable::Id parent_id = ids_.NewServerId(); local
2212 syncable::Id parent_id = ids_.NewServerId(); local
3576 syncable::Id parent_id = ids_.MakeServer("Parent"); local
    [all...]
syncapi.cc 265 GetEntry()->Get(syncable::PARENT_ID));
768 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID); local
775 syncable::CREATE, parent_id, dummy);
804 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID); local
841 existing_entry->Put(syncable::PARENT_ID, parent_id);
848 syncable::CREATE, parent_id, dummy);
880 if (new_parent_id == entry_->Get(syncable::PARENT_ID)) {
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 51 StackId parent_id; member in struct:fst::PdtStack::StackNode
54 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {}
105 return node.parent_id;
113 return nodes_[stack_id].parent_id;
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 115 Id* parent_id() const { return parent_id_.get(); } function in class:ExtensionMenuItem
220 bool AddChildItem(const ExtensionMenuItem::Id& parent_id,
223 // Makes existing item with |child_id| a child of the item with |parent_id|.
227 // |parent_id|, which means the item should be moved to the top-level.
229 const ExtensionMenuItem::Id* parent_id);
  /external/chromium/chrome/browser/history/
starred_url_database.cc 35 // parent_id Folder ID of the parent this entry is contained in, if 0
39 // NOTE: group_id and parent_id come from the UI, id is assigned by the
49 "starred.visual_order, starred.parent_id, urls.url, urls.id, " \
113 sql += "ORDER BY parent_id, visual_order";
159 "UPDATE starred SET title=?, parent_id=?, visual_order=?, "
178 "WHERE parent_id=? AND visual_order >= ?"));
199 "(type, url_id, group_id, title, date_added, visual_order, parent_id, "
603 history::StarID parent_id = folder_id_to_id_map[i->parent_folder_id]; local
604 BookmarkNode* parent = id_to_node_map[parent_id];
608 id_to_node_map[parent_id] = parent
    [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 506 int64 parent_id = dfs_stack.top(); local
510 if (!sync_parent.InitByIdLookup(parent_id)) {
  /external/libmtp/src/
libmtp.h 612 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_file_struct
626 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_track_struct
655 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_playlist_struct
668 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_album_struct
684 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_folder_struct
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 561 __u32 parent_id; member in struct:hfsplus_catalog_key

Completed in 725 milliseconds