Searched refs:new_list (Results 1 - 19 of 19) sorted by relevance

/external/bluetooth/glib/glib/
H A Dglist.c119 GList *new_list; local
122 new_list = _g_list_alloc ();
123 new_list->data = data;
124 new_list->next = NULL;
130 last->next = new_list;
131 new_list->prev = last;
137 new_list->prev = NULL;
138 return new_list;
167 GList *new_list; local
169 new_list
203 GList *new_list; local
475 GList *new_list = NULL; local
801 GList *new_list; local
[all...]
H A Dgslist.c114 GSList *new_list; local
117 new_list = _g_slist_alloc ();
118 new_list->data = data;
119 new_list->next = NULL;
125 last->next = new_list;
130 return new_list;
158 GSList *new_list; local
160 new_list = _g_slist_alloc ();
161 new_list->data = data;
162 new_list
187 GSList *new_list; local
468 GSList *new_list = NULL; local
756 GSList *new_list; local
[all...]
/external/e2fsprogs/lib/blkid/
H A Ddevno.c143 struct dir_list *list = NULL, *new_list = NULL; local
159 blkid__scan_dir(current->name, devno, &new_list, &devname);
169 list = new_list;
170 new_list = NULL;
174 free_dirlist(&new_list);
/external/e2fsprogs/lib/ext2fs/
H A Dfinddev.c127 struct dir_list *list = 0, *new_list = 0; local
144 scan_dir(current->name, device, &new_list, &ret_path);
154 list = new_list;
155 new_list = 0;
159 free_dirlist(&new_list);
/external/chromium/build/
H A Dinstall-build-deps.sh266 if new_list="$(yes n | LANG=C $new_list_cmd)"; then
272 new_list=$(echo "$new_list" |
274 new_list=$(echo "$new_list" | sed 's/ *$//')
275 if [ -z "$new_list" ] ; then
278 echo "Installing missing packages: $new_list."
279 sudo apt-get install ${new_list}
/external/blktrace/btt/
H A Doutput.c331 struct seek_mode_info *p, *this, *new_list = NULL; local
337 if (new_list == NULL || this->nseeks > new_list->nseeks)
338 new_list = this;
339 else if (this->nseeks == new_list->nseeks) {
340 for (p = new_list; p != NULL; p = p->next)
347 this->next = new_list;
348 new_list = this;
354 sip->median / sip->nseeks, new_list->mode, new_list
[all...]
/external/freetype/src/cache/
H A Dftccache.c127 FTC_Node new_list = NULL; local
157 node->link = new_list;
158 new_list = node;
164 cache->buckets[p + mask + 1] = new_list;
/external/linux-tools-perf/
H A Dbuiltin-timechart.c627 struct per_pid *new_list, *p, *cursor, *prev; local
630 new_list = NULL;
637 if (new_list == NULL) {
638 new_list = p;
643 cursor = new_list;
654 p->next = new_list;
655 new_list = p;
667 all_data = new_list;
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimemagic.c730 XdgMimeMagicMatchlet *new_list; local
736 new_list = NULL;
744 matchlet->next = new_list;
745 new_list = matchlet;
748 return new_list;
/external/chromium/chrome/browser/history/
H A Dhistory_types.cc281 StackVector<size_t, 4> new_list; local
282 new_list->push_back(index);
283 url_to_results_[url] = new_list;
H A Dtop_sites.h147 const MostVisitedURLList& new_list,
H A Dtop_sites.cc454 const MostVisitedURLList& new_list,
467 for (size_t i = 0; i < new_list.size(); i++) {
468 std::map<GURL, size_t>::iterator found = all_old_urls.find(new_list[i].url);
471 added.url = new_list[i];
477 moved.url = new_list[i];
453 DiffMostVisited(const MostVisitedURLList& old_list, const MostVisitedURLList& new_list, TopSitesDelta* delta) argument
H A Dtop_sites_unittest.cc451 std::vector<MostVisitedURL> new_list; local
452 AppendMostVisitedURL(&new_list, stays_the_same); // 0 (unchanged)
453 AppendMostVisitedURL(&new_list, gets_added_1); // 1 (added)
454 AppendMostVisitedURL(&new_list, gets_added_2); // 2 (added)
455 AppendMostVisitedURL(&new_list, gets_moved_1); // 3 (moved from 2)
458 history::TopSites::DiffMostVisited(old_list, new_list, &delta);
/external/libpng/
H A Dpngset.c1083 png_bytep new_list, p; local
1103 new_list=(png_bytep)png_malloc(png_ptr,
1108 png_memcpy(new_list, png_ptr->chunk_list,
1113 png_memcpy(new_list + 5*old_num_chunks, chunk_list,
1115 for (p = new_list + 5*old_num_chunks + 4, i = 0; i<num_chunks; i++, p += 5)
1118 png_ptr->chunk_list = new_list;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngset.c1109 png_bytep new_list, p; local
1129 new_list=(png_bytep)png_malloc(png_ptr,
1133 png_memcpy(new_list, png_ptr->chunk_list,
1138 png_memcpy(new_list+5*old_num_chunks, chunk_list,
1140 for (p=new_list+5*old_num_chunks+4, i=0; i<num_chunks; i++, p+=5)
1143 png_ptr->chunk_list=new_list;
/external/e2fsprogs/misc/
H A Dmke2fs.c906 char **new_list; local
910 new_list = realloc(sl->list, (sl->max+1) * sizeof(char *));
911 if (!new_list)
913 sl->list = new_list;
/external/chromium/chrome/common/extensions/
H A Dextension.h261 // the URL patterns in |new_list| contain additional distinct hosts compared
264 const URLPatternList& old_list, const URLPatternList& new_list);
H A Dextension.cc525 const URLPatternList& old_list, const URLPatternList& new_list) {
530 std::vector<std::string> new_hosts = GetDistinctHosts(new_list, false);
524 IsElevatedHostList( const URLPatternList& old_list, const URLPatternList& new_list) argument
/external/libsepol/src/
H A Dwrite.c650 cond_av_list_t *cur_list, *new_list = NULL; local
660 if (expand_cond_av_list(p, list, &new_list, &expa))
662 list = new_list;
690 cond_av_list_destroy(new_list);

Completed in 320 milliseconds