/third_party/boost/libs/serialization/test/ |
D | test_list_ptrs.cpp | 52 std::list<A *> alist; in test_list() local 57 alist.push_back(free_a_ptr); in test_list() 58 alist.push_back(new A); in test_list() 60 BOOST_CHECK((*alist.begin()) == free_a_ptr); in test_list() 61 oa << boost::serialization::make_nvp("alist", alist); in test_list() 72 alist.size() == alist1.size() in test_list() 73 && std::equal(alist.begin(),alist.end(),alist1.begin(),ptr_equal_to<A *>()) in test_list() 80 alist.begin(), in test_list() 81 alist.end(), in test_list()
|
D | test_list.cpp | 33 std::list<A> alist; in test_list() local 34 alist.push_back(A()); in test_list() 35 alist.push_back(A()); in test_list() 39 oa << boost::serialization::make_nvp("alist",alist); in test_list() 48 BOOST_CHECK(alist == alist1); in test_list()
|
/third_party/alsa-lib/alsalisp/ |
D | hello.lisp | 20 (setq alist '((one . first) (two . second) (three . third))) 21 (princ "alist = " alist "\n") 22 (princ "alist assoc one = " (assoc 'one alist) "\n") 23 (princ "alist rassoc third = " (rassoc 'third alist) "\n") 24 (unsetq alist)
|
/third_party/toybox/toys/pending/ |
D | ip.c | 129 struct arglist *alist; in substring_to_idx() local 135 for (alist = list; alist->name; alist++) in substring_to_idx() 136 if (!memcmp(str, alist->name, len)) return alist->idx; in substring_to_idx() 142 struct arglist *alist; in string_to_idx() local 145 for (alist = list; alist->name; alist++) in string_to_idx() 146 if (!strcmp(str, alist->name)) return alist->idx; in string_to_idx() 152 struct arglist *alist; in idx_to_string() local 155 for (alist = list; alist->name; alist++) in idx_to_string() 156 if (idx == alist->idx) return alist->name; in idx_to_string() 234 struct arglist **alist; in getlist() local [all …]
|
D | route.c | 177 struct _arglist *alist; in get_action() local 180 for (alist = list; alist->arg; alist++) { //find the given parameter in list in get_action() 181 if (!strcmp(**argv, alist->arg)) { in get_action() 183 return alist->action; in get_action()
|
/third_party/curl/lib/ |
D | checksrc.pl | 38 my @alist; 132 push @alist, $1; 209 push @alist, $1; 261 for my $r (@alist) {
|
/third_party/glib/glib/ |
D | gcharset.c | 725 gchar **alist, **a; in g_get_language_names_with_category() local 731 alist = g_strsplit (languages, ":", 0); in g_get_language_names_with_category() 732 for (a = alist; *a; a++) in g_get_language_names_with_category() 734 g_strfreev (alist); in g_get_language_names_with_category()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 216 sksg::AnimatorList&& alist, in TextAnimatorList() argument 218 : INHERITED(std::move(alist)) in TextAnimatorList()
|
/third_party/python/Lib/test/ |
D | test_weakref.py | 731 alist = [] 737 alist.append(self.c) 746 alist.append("C went away") 750 self.assertEqual(alist, []) # del isn't enough to reclaim anything 757 self.assertEqual(alist, ["C went away"]) 761 del alist[:] 763 self.assertEqual(alist, []) 769 alist = [] 771 alist.append("safe_callback called") 775 alist.append("cb called") [all …]
|
D | test_gc.py | 384 def __init__(self, alist): argument 385 self[:] = alist 520 alist = [1, 3, 5] 521 got = gc.get_referents(alist) 523 self.assertEqual(got, alist) 525 atuple = tuple(alist) 528 self.assertEqual(got, alist)
|
D | test_xmlrpc.py | 28 alist = [{'astring': 'foo@bar.baz.spam', variable 49 dump = xmlrpclib.dumps((alist,)) 51 self.assertEqual(alist, load[0][0]) 181 value = alist + [None] 182 arg1 = (alist + [None],)
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 305 if (auto alist = TextAnimatorList::Make(*animated_props, this, adapter)) { in attachTextLayer() local 306 fCurrentAnimatorScope->push_back(std::move(alist)); in attachTextLayer()
|
/third_party/glib/gio/tests/ |
D | actions.c | 583 gchar **alist; in compare_action_groups() local 594 alist = g_action_group_list_actions (a); in compare_action_groups() 596 equal = strv_strv_cmp (alist, blist); in compare_action_groups() 598 for (i = 0; equal && alist[i]; i++) in compare_action_groups() 600 …ares = g_action_group_query_action (a, alist[i], &aenabled, &aparameter_type, &astate_type, &astat… in compare_action_groups() 601 …bres = g_action_group_query_action (b, alist[i], &benabled, &bparameter_type, &bstate_type, &bstat… in compare_action_groups() 624 g_strfreev (alist); in compare_action_groups()
|
/third_party/libxml2/ |
D | genUnicode.py | 75 alist = string.split(alias[1],',') variable 76 for comp in alist:
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | glnames.py | 5196 def filter_glyph_names( alist, filter ): argument 5202 for name in alist:
|
/third_party/freetype/src/tools/ |
D | glnames.py | 5196 def filter_glyph_names( alist, filter ): argument 5202 for name in alist:
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | glnames.py | 5196 def filter_glyph_names( alist, filter ): argument 5202 for name in alist:
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 1474 attrlist_t *alist; in attr_remove_f() local 1496 alist = (attrlist_t *) buf; in attr_remove_f() 1497 total += alist->al_count; in attr_remove_f() 1498 } while (alist->al_more); in attr_remove_f() 1516 alist = (attrlist_t *) buf; in attr_remove_f() 1517 if (which < ent + alist->al_count) { in attr_remove_f() 1519 & buf[alist->al_offset[which - ent]]; in attr_remove_f() 1523 ent += alist->al_count; in attr_remove_f() 1524 } while (alist->al_more); in attr_remove_f()
|
/third_party/e2fsprogs/contrib/ |
D | fsstress.c | 1506 attrlist_t *alist; in attr_remove_f() local 1528 alist = (attrlist_t *) buf; in attr_remove_f() 1529 total += alist->al_count; in attr_remove_f() 1530 } while (alist->al_more); in attr_remove_f() 1548 alist = (attrlist_t *) buf; in attr_remove_f() 1549 if (which < ent + alist->al_count) { in attr_remove_f() 1551 & buf[alist->al_offset[which - ent]]; in attr_remove_f() 1555 ent += alist->al_count; in attr_remove_f() 1556 } while (alist->al_more); in attr_remove_f()
|
/third_party/python/Lib/logging/ |
D | config.py | 100 def _strip_spaces(alist): argument 101 return map(str.strip, alist)
|
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 2333 struct wordlist *ap, *addr_list, *alist, **app; 2428 app = &alist; 2449 addr_list = alist;
|
/third_party/python/Tools/unicode/ |
D | makeunicodedata.py | 645 aword, alist = a 646 return -len(alist), aword
|
/third_party/python/Doc/library/ |
D | dis.rst | 30 def myfunc(alist): 31 return len(alist) 38 2 LOAD_FAST 0 (alist)
|
/third_party/gettext/gettext-tools/misc/ |
D | ChangeLog.0 | 1188 after (car (nth i po-content-type-charset-alist)) changed from symbol 1227 * po-compat.el (po-content-type-charset-alist): Convert the 1382 * po-mode.el (po-content-type-charset-alist, po-find-charset, 1498 * po-mode.el (po-content-type-charset-alist): Add Emacs20/21 codepages. 1928 * po-mode.el (po-content-type-charset-alist): Add entries for 2022 (po-content-type-charset-alist): Change cars to uppercase. 2024 po-content-type-charset-alist.
|
/third_party/ffmpeg/doc/ |
D | developer.texi | 247 (c-offsets-alist
|