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

  /external/libmtp/examples/
emptyfolders.c 36 if(file->parent_id == folderlist->folder_id) { // folder has a child
44 printf("empty folder %u (%s)\n",folderlist->folder_id,folderlist->name);
46 if (LIBMTP_Delete_Object(device,folderlist->folder_id) != 0) {
47 printf("Couldn't delete folder %u\n",folderlist->folder_id);
folders.c 33 printf("%u\t", folderlist->folder_id);
pathutils.c 29 /* Find the folder_id of a given path
48 return folder->folder_id;
  /packages/apps/Launcher2/
fill_screens.py 68 folder_id = id
74 insert = insert % (id, "title", intent, folder_id, 0, 0, 0, 1, 1, 0, -1, 0)
  /external/chromium/chrome/browser/history/
starred_url_database_unittest.cc 38 EXPECT_EQ(entry.folder_id, db_value.folder_id);
112 g_entry.folder_id = 100;
163 entry1.folder_id = entry1.parent_folder_id = 100;
184 entry1.folder_id = 100;
191 entry2.folder_id = 101;
250 entry1.folder_id = 10;
starred_url_database.cc 79 entry->folder_id = s.ColumnInt64(8);
189 UIStarID folder_id,
221 statement.BindInt64(2, folder_id);
269 entry->id = CreateStarredEntryRow(0, entry->folder_id,
288 entry->id = CreateStarredEntryRow(entry->url_id, entry->folder_id,
333 if (folder_id_to_node_map.find(star_entries[i].folder_id) !=
340 folder_id_to_node_map[star_entries[i].folder_id] = node;
374 roots->insert(folder_id_to_node_map[star_entries[i].folder_id]);
379 StarredNode* node = folder_id_to_node_map[star_entries[i].folder_id];
444 entry.folder_id = GetMaxFolderID() + 1
    [all...]
starred_url_database.h 92 UIStarID folder_id,
128 // If a folder_id occurs more than once, all but the first ones id is added to
history_types.cc 105 folder_id(0),
119 std::swap(folder_id, other->folder_id);
history_types.h 270 // url field to uniquely identify starred entries of type URL and the folder_id
273 // type is URL) or folder_id (if the type is not URL).
311 UIStarID folder_id; member in struct:history::StarredEntry
313 // Visual order within the parent. Only valid if folder_id is not 0.
  /external/chromium/chrome/browser/importer/
firefox3_importer.h 69 int folder_id,
firefox3_importer.cc 446 const char* query = "SELECT root_name, folder_id FROM moz_bookmarks_roots";
482 int folder_id,
492 s.BindInt(0, folder_id);
496 item->id = folder_id;
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 281 Id folder_id = id_factory_.NewLocalId(); local
282 CreateUnprocessedCommitResult(folder_id, id_factory_.root(), "A",
290 ASSERT_EQ(folder_id, dir->GetFirstChildId(&trans, id_factory_.root()));
300 CreateUnprocessedCommitResult(id, folder_id, StringPrintf("Item %d", i),
310 CreateUnsyncedItem(id, folder_id, StringPrintf("Item %d", i), false,
324 // folder_id here, because it changed during the commit.
328 EXPECT_FALSE(folder_id.ServerKnows());
329 EXPECT_TRUE(new_fid != folder_id);
apply_updates_command_unittest.cc 385 Id folder_id = id_factory_.NewLocalId(); local
386 CreateUnsyncedItem(folder_id, id_factory_.root(), "folder",
392 CreateUnsyncedItem(id_factory_.NewLocalId(), folder_id,
479 Id folder_id = id_factory_.NewLocalId(); local
480 CreateUnsyncedItem(folder_id, id_factory_.root(), "folder", true,
486 CreateUnsyncedItem(id_factory_.NewLocalId(), folder_id,
syncapi_unittest.cc 295 int64 folder_id; local
307 folder_id = folder_node.GetId();
345 EXPECT_TRUE(folder_node.InitByIdLookup(folder_id));
    [all...]
syncer_unittest.cc 1460 syncable::Id folder_id; local
3595 syncable::Id folder_id = ids_.FromNumber(1); local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 959 syncable::Id folder_id; local
    [all...]
  /external/libmtp/src/
libmtp.h 683 uint32_t folder_id; /**< Unique folder ID */ member in struct:LIBMTP_folder_struct
    [all...]
playlist-spl.c 784 * @param id the folder_id to look up, returns the folder's parent folder_id
810 * @return the folder_id or 0 on failure
821 return folders->folder_id;
libmtp.h.in 682 uint32_t folder_id; /**< Unique folder ID */
libmtp.c     [all...]

Completed in 282 milliseconds