Home
last modified time | relevance | path

Searched refs:new_list (Results 1 – 24 of 24) sorted by relevance

/external/libunwind/src/
DLos-common.c48 move_cached_elf_data (struct map_info *old_list, struct map_info *new_list) in move_cached_elf_data() argument
61 while (new_list && old_list->start <= new_list->start) in move_cached_elf_data()
63 if (old_list->start == new_list->start in move_cached_elf_data()
64 && old_list->end == new_list->end) in move_cached_elf_data()
68 new_list->ei = old_list->ei; in move_cached_elf_data()
78 new_list = new_list->next; in move_cached_elf_data()
94 struct map_info *new_list; in rebuild_if_necessary() local
98 new_list = map_create_list (UNW_MAP_CREATE_LOCAL, getpid()); in rebuild_if_necessary()
99 map = map_find_from_addr (new_list, addr); in rebuild_if_necessary()
115 move_cached_elf_data (local_map_list, new_list); in rebuild_if_necessary()
[all …]
/external/curl/lib/
Dpipeline.c197 struct curl_llist *new_list = NULL; in Curl_pipeline_set_site_blacklist() local
200 new_list = Curl_llist_alloc((curl_llist_dtor) site_blacklist_llist_dtor); in Curl_pipeline_set_site_blacklist()
201 if(!new_list) in Curl_pipeline_set_site_blacklist()
212 Curl_llist_destroy(new_list, NULL); in Curl_pipeline_set_site_blacklist()
219 Curl_llist_destroy(new_list, NULL); in Curl_pipeline_set_site_blacklist()
236 if(!Curl_llist_insert_next(new_list, new_list->tail, entry)) { in Curl_pipeline_set_site_blacklist()
238 Curl_llist_destroy(new_list, NULL); in Curl_pipeline_set_site_blacklist()
252 *list_ptr = new_list; in Curl_pipeline_set_site_blacklist()
290 struct curl_llist *new_list = NULL; in Curl_pipeline_set_server_blacklist() local
293 new_list = Curl_llist_alloc((curl_llist_dtor) server_blacklist_llist_dtor); in Curl_pipeline_set_server_blacklist()
[all …]
/external/v8/build/
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/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_unittest.cc76 WindowCapturer::WindowList new_list; in TEST_F() local
77 EXPECT_TRUE(capturer_->GetWindowList(&new_list)); in TEST_F()
78 for (WindowCapturer::WindowList::iterator new_list_it = new_list.begin(); in TEST_F()
79 new_list_it != new_list.end(); ++new_list_it) { in TEST_F()
/external/e2fsprogs/lib/ext2fs/
Dfinddev.c128 struct dir_list *list = 0, *new_list = 0; in ext2fs_find_block_device() local
146 scan_dir(current->name, device, &new_list, &ret_path); in ext2fs_find_block_device()
156 list = new_list; in ext2fs_find_block_device()
157 new_list = 0; in ext2fs_find_block_device()
164 free_dirlist(&new_list); in ext2fs_find_block_device()
/external/e2fsprogs/lib/blkid/
Ddevno.c143 struct dir_list *list = NULL, *new_list = NULL; in blkid_devno_to_devname() local
159 blkid__scan_dir(current->name, devno, &new_list, &devname); in blkid_devno_to_devname()
169 list = new_list; in blkid_devno_to_devname()
170 new_list = NULL; in blkid_devno_to_devname()
174 free_dirlist(&new_list); in blkid_devno_to_devname()
/external/selinux/libsepol/cil/src/
Dcil_list.c49 struct cil_list *new_list = cil_malloc(sizeof(*new_list)); in cil_list_init() local
50 new_list->head = NULL; in cil_list_init()
51 new_list->tail = NULL; in cil_list_init()
52 new_list->flavor = flavor; in cil_list_init()
53 *list = new_list; in cil_list_init()
Dcil_post.c1676 struct cil_list *new_list; member
1683 struct cil_list *new_list = perm_args->new_list; in __perm_bits_to_list() local
1691 cil_list_append(new_list, CIL_DATUM, d); in __perm_bits_to_list()
1696 …tab, symtab_t *common_symtab, unsigned int num_perms, struct cil_list **new_list, struct cil_db *d… in __evaluate_perm_expression() argument
1713 cil_list_init(new_list, flavor); in __evaluate_perm_expression()
1717 args.new_list = *new_list; in __evaluate_perm_expression()
1738 struct cil_list *new_list = NULL; in __evaluate_classperms() local
1744 …erm_expression(cp->perms, CIL_PERM, &class->perms, common_symtab, class->num_perms, &new_list, db); in __evaluate_classperms()
1749 if (new_list == NULL) { in __evaluate_classperms()
1755 cp->perms = new_list; in __evaluate_classperms()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
Dutils.py42 new_list = order_list[:]
45 new_list.append( id )
46 return new_list
/external/v8/tools/gyp/tools/
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/chromium-trace/catapult/tracing/tracing_build/
Dupdate_gypi_unittest.py34 new_list = ['item1', 'item2', 'item3']
37 gypi_file._GetReplacementListAsString(existing_list, new_list))
/external/blktrace/btt/
Doutput.c331 struct seek_mode_info *p, *this, *new_list = NULL; in output_seek_mode_info() local
337 if (new_list == NULL || this->nseeks > new_list->nseeks) in output_seek_mode_info()
338 new_list = this; in output_seek_mode_info()
339 else if (this->nseeks == new_list->nseeks) { in output_seek_mode_info()
340 for (p = new_list; p != NULL; p = p->next) in output_seek_mode_info()
347 this->next = new_list; in output_seek_mode_info()
348 new_list = this; in output_seek_mode_info()
354 sip->median / sip->nseeks, new_list->mode, new_list->nseeks); in output_seek_mode_info()
356 if (new_list->next) { in output_seek_mode_info()
358 for (p = new_list->next; p != NULL; p = p->next) in output_seek_mode_info()
/external/pdfium/third_party/lpng_v163/
Dpngset.c1275 png_bytep new_list; in png_set_keep_unknown_chunks() local
1357 new_list = png_voidcast(png_bytep, png_malloc(png_ptr, in png_set_keep_unknown_chunks()
1361 memcpy(new_list, png_ptr->chunk_list, 5*old_num_chunks); in png_set_keep_unknown_chunks()
1365 new_list = png_ptr->chunk_list; in png_set_keep_unknown_chunks()
1368 new_list = NULL; in png_set_keep_unknown_chunks()
1375 if (new_list != NULL) in png_set_keep_unknown_chunks()
1382 old_num_chunks = add_one_chunk(new_list, old_num_chunks, in png_set_keep_unknown_chunks()
1387 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5) in png_set_keep_unknown_chunks()
1399 if (png_ptr->chunk_list != new_list) in png_set_keep_unknown_chunks()
1400 png_free(png_ptr, new_list); in png_set_keep_unknown_chunks()
[all …]
/external/libpng/
Dpngset.c1311 png_bytep new_list; in png_set_keep_unknown_chunks() local
1396 new_list = png_voidcast(png_bytep, png_malloc(png_ptr, in png_set_keep_unknown_chunks()
1400 memcpy(new_list, png_ptr->chunk_list, 5*old_num_chunks); in png_set_keep_unknown_chunks()
1404 new_list = png_ptr->chunk_list; in png_set_keep_unknown_chunks()
1407 new_list = NULL; in png_set_keep_unknown_chunks()
1414 if (new_list != NULL) in png_set_keep_unknown_chunks()
1422 old_num_chunks = add_one_chunk(new_list, old_num_chunks, in png_set_keep_unknown_chunks()
1428 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5) in png_set_keep_unknown_chunks()
1442 if (png_ptr->chunk_list != new_list) in png_set_keep_unknown_chunks()
1443 png_free(png_ptr, new_list); in png_set_keep_unknown_chunks()
[all …]
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc387 auto new_list = new ListValue(); in ToBaseValue() local
390 make_scoped_ptr(new_list)); in ToBaseValue()
393 cur_list = new_list; in ToBaseValue()
395 cur_list->Append(make_scoped_ptr(new_list)); in ToBaseValue()
397 cur_list = new_list; in ToBaseValue()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc493 ScopedPyObjectPtr new_list(Subscript(self, full_slice)); in AssSubscript() local
494 if (new_list == NULL) { in AssSubscript()
497 if (PySequence_SetSlice(new_list, from, to, value) < 0) { in AssSubscript()
501 return InternalAssignRepeatedField(self, new_list); in AssSubscript()
533 ScopedPyObjectPtr new_list(Subscript(self, full_slice)); in Insert() local
534 if (PyList_Insert(new_list, index, value) < 0) { in Insert()
537 int ret = InternalAssignRepeatedField(self, new_list); in Insert()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
Dftccache.c126 FTC_Node new_list = NULL; in ftc_cache_resize() local
156 node->link = new_list; in ftc_cache_resize()
157 new_list = node; in ftc_cache_resize()
163 cache->buckets[p + mask + 1] = new_list; in ftc_cache_resize()
/external/freetype/src/cache/
Dftccache.c126 FTC_Node new_list = NULL; in ftc_cache_resize() local
156 node->link = new_list; in ftc_cache_resize()
157 new_list = node; in ftc_cache_resize()
163 cache->buckets[p + mask + 1] = new_list; in ftc_cache_resize()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dconnection.py569 new_list = []
572 new_list.append("%s." % record)
574 new_list.append(record)
575 return new_list
/external/autotest/client/site_tests/graphics_dEQP/
Dprocess_logs.py123 new_list = list(set(data[result].append(test)))
125 data[result] = new_list
/external/e2fsprogs/misc/
Dmke2fs.c991 char **new_list; in push_string() local
995 new_list = realloc(sl->list, (sl->max+1) * sizeof(char *)); in push_string()
996 if (!new_list) in push_string()
998 sl->list = new_list; in push_string()
/external/selinux/libsepol/src/
Dwrite.c683 cond_av_list_t *cur_list, *new_list = NULL; in cond_write_av_list() local
693 if (expand_cond_av_list(p, list, &new_list, &expa)) in cond_write_av_list()
695 list = new_list; in cond_write_av_list()
723 cond_av_list_destroy(new_list); in cond_write_av_list()
/external/v8/src/arm64/
Dassembler-arm64.h420 inline void set_list(RegList new_list) { in set_list() argument
422 list_ = new_list; in set_list()
/external/vixl/src/vixl/a64/
Dassembler-a64.h572 void set_list(RegList new_list) { in set_list() argument
574 list_ = new_list; in set_list()