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

/external/libunwind/src/
H A DLos-common.c48 move_cached_elf_data (struct map_info *old_list, struct map_info *new_list) argument
58 from the beginning of new_list each time looking for a match to
60 in new_list we checked. */
61 while (new_list && old_list->start <= new_list->start)
63 if (old_list->start == new_list->start
64 && old_list->end == new_list->end)
68 new_list->ei = old_list->ei;
78 new_list = new_list
94 struct map_info *new_list; local
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_unittest.cc76 WindowCapturer::WindowList new_list; local
77 EXPECT_TRUE(capturer_->GetWindowList(&new_list));
78 for (WindowCapturer::WindowList::iterator new_list_it = new_list.begin();
79 new_list_it != new_list.end(); ++new_list_it) {
/external/curl/lib/
H A Dpipeline.c197 struct curl_llist *new_list = NULL; local
200 new_list = Curl_llist_alloc((curl_llist_dtor) site_blacklist_llist_dtor);
201 if(!new_list)
212 Curl_llist_destroy(new_list, NULL);
219 Curl_llist_destroy(new_list, NULL);
236 if(!Curl_llist_insert_next(new_list, new_list->tail, entry)) {
238 Curl_llist_destroy(new_list, NULL);
252 *list_ptr = new_list;
290 struct curl_llist *new_list local
[all...]
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dupdate_gypi_unittest.py34 new_list = ['item1', 'item2', 'item3']
37 gypi_file._GetReplacementListAsString(existing_list, new_list))
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
H A Dutils.py42 new_list = order_list[:]
45 new_list.append( id )
46 return new_list
/external/v8/build/
H A Dinstall-build-deps.sh427 if new_list="$(yes n | LANGUAGE=en LANG=C $new_list_cmd)"; then
433 new_list=$(echo "$new_list" |
435 new_list=$(echo "$new_list" | sed 's/ *$//')
436 if [ -z "$new_list" ] ; then
439 echo "Installing missing packages: $new_list."
440 sudo apt-get install ${do_quietly-} ${new_list}
/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.c128 struct dir_list *list = 0, *new_list = 0; local
146 scan_dir(current->name, device, &new_list, &ret_path);
156 list = new_list;
157 new_list = 0;
164 free_dirlist(&new_list);
/external/selinux/libsepol/cil/src/
H A Dcil_list.c49 struct cil_list *new_list = cil_malloc(sizeof(*new_list)); local
50 new_list->head = NULL;
51 new_list->tail = NULL;
52 new_list->flavor = flavor;
53 *list = new_list;
H A Dcil_post.c1676 struct cil_list *new_list; member in struct:perm_to_list
1683 struct cil_list *new_list = perm_args->new_list; local
1691 cil_list_append(new_list, CIL_DATUM, d);
1696 static int __evaluate_perm_expression(struct cil_list *perms, enum cil_flavor flavor, symtab_t *class_symtab, symtab_t *common_symtab, unsigned int num_perms, struct cil_list **new_list, struct cil_db *db) argument
1713 cil_list_init(new_list, flavor);
1717 args.new_list = *new_list;
1738 struct cil_list *new_list = NULL; local
1744 rc = __evaluate_perm_expression(cp->perms, CIL_PERM, &class->perms, common_symtab, class->num_perms, &new_list, d
[all...]
/external/v8/tools/gyp/tools/
H A Dpretty_vcproj.py114 new_list = []
122 new_list.append(filename)
124 new_list.append(os.path.abspath(filename))
125 return new_list
138 new_list = FixFilenames(path_list, os.path.dirname(ARGUMENTS[1]))
139 node.setAttribute(name, ';'.join(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/libchrome/base/trace_event/
H A Dtrace_event_argument.cc387 auto new_list = new ListValue(); local
390 make_scoped_ptr(new_list));
393 cur_list = new_list;
395 cur_list->Append(make_scoped_ptr(new_list));
397 cur_list = new_list;
/external/libpng/
H A Dpngset.c1311 png_bytep new_list; local
1396 new_list = png_voidcast(png_bytep, png_malloc(png_ptr,
1400 memcpy(new_list, png_ptr->chunk_list, 5*old_num_chunks);
1404 new_list = png_ptr->chunk_list;
1407 new_list = NULL;
1414 if (new_list != NULL)
1422 old_num_chunks = add_one_chunk(new_list, old_num_chunks,
1428 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5)
1442 if (png_ptr->chunk_list != new_list)
1443 png_free(png_ptr, new_list);
[all...]
/external/pdfium/third_party/lpng_v163/
H A Dpngset.c1275 png_bytep new_list; local
1357 new_list = png_voidcast(png_bytep, png_malloc(png_ptr,
1361 memcpy(new_list, png_ptr->chunk_list, 5*old_num_chunks);
1365 new_list = png_ptr->chunk_list;
1368 new_list = NULL;
1375 if (new_list != NULL)
1382 old_num_chunks = add_one_chunk(new_list, old_num_chunks,
1387 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5)
1399 if (png_ptr->chunk_list != new_list)
1400 png_free(png_ptr, new_list);
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
H A Dconnection.py569 new_list = []
572 new_list.append("%s." % record)
574 new_list.append(record)
575 return new_list
/external/freetype/src/cache/
H A Dftccache.c126 FTC_Node new_list = NULL; local
156 node->link = new_list;
157 new_list = node;
163 cache->buckets[p + mask + 1] = new_list;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
H A Dftccache.c126 FTC_Node new_list = NULL; local
156 node->link = new_list;
157 new_list = node;
163 cache->buckets[p + mask + 1] = new_list;
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc493 ScopedPyObjectPtr new_list(Subscript(self, full_slice));
494 if (new_list == NULL) {
497 if (PySequence_SetSlice(new_list, from, to, value) < 0) {
501 return InternalAssignRepeatedField(self, new_list);
533 ScopedPyObjectPtr new_list(Subscript(self, full_slice));
534 if (PyList_Insert(new_list, index, value) < 0) {
537 int ret = InternalAssignRepeatedField(self, new_list);
/external/autotest/client/site_tests/graphics_dEQP/
H A Dprocess_logs.py123 new_list = list(set(data[result].append(test)))
125 data[result] = new_list
/external/opencv3/3rdparty/libpng/
H A Dpngset.c1123 png_bytep new_list, p; local
1149 new_list=(png_bytep)png_malloc(png_ptr,
1154 png_memcpy(new_list, png_ptr->chunk_list,
1160 png_memcpy(new_list + 5*old_num_chunks, chunk_list,
1163 for (p = new_list + 5*old_num_chunks + 4, i = 0; i<num_chunks; i++, p += 5)
1167 png_ptr->chunk_list = new_list;
/external/e2fsprogs/misc/
H A Dmke2fs.c991 char **new_list; local
995 new_list = realloc(sl->list, (sl->max+1) * sizeof(char *));
996 if (!new_list)
998 sl->list = new_list;
/external/selinux/libsepol/src/
H A Dwrite.c683 cond_av_list_t *cur_list, *new_list = NULL; local
693 if (expand_cond_av_list(p, list, &new_list, &expa))
695 list = new_list;
723 cond_av_list_destroy(new_list);
/external/v8/src/arm64/
H A Dassembler-arm64.h420 inline void set_list(RegList new_list) { argument
422 list_ = new_list;
/external/vixl/src/vixl/a64/
H A Dassembler-a64.h572 void set_list(RegList new_list) {
574 list_ = new_list;

Completed in 1334 milliseconds