Home
last modified time | relevance | path

Searched refs:other_list (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dtest-list.cc83 List<int, ZeroingAllocationPolicy> other_list(4); in TEST() local
86 list.AddAll(other_list); in TEST()
93 other_list.Add(0); in TEST()
94 other_list.Add(1); in TEST()
95 other_list.Add(2); in TEST()
98 list.AddAll(other_list); in TEST()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc472 ScopedPyObjectPtr other_list( in RichCompare() local
475 if (other_list == NULL) { in RichCompare()
478 return PyObject_RichCompare(list, other_list, opid); in RichCompare()
/external/libweave/third_party/chromium/base/
Dvalues.cc1114 const ListValue* other_list = in Equals() local
1117 for (lhs_it = begin(), rhs_it = other_list->begin(); in Equals()
1118 lhs_it != end() && rhs_it != other_list->end(); in Equals()
1123 if (lhs_it != end() || rhs_it != other_list->end()) in Equals()
/external/libchrome/base/
Dvalues.cc1176 const ListValue* other_list = in Equals() local
1179 for (lhs_it = begin(), rhs_it = other_list->begin(); in Equals()
1180 lhs_it != end() && rhs_it != other_list->end(); in Equals()
1185 if (lhs_it != end() || rhs_it != other_list->end()) in Equals()
/external/selinux/libsepol/cil/src/
Dcil_binary.c1023 cond_av_list_t *other_list; in __cil_insert_type_rule() local
1028 other_list = cond_node->false_list; in __cil_insert_type_rule()
1031 other_list = cond_node->true_list; in __cil_insert_type_rule()
1034 search_datum = cil_cond_av_list_search(&avtab_key, other_list); in __cil_insert_type_rule()