HomeSort by relevance Sort by last modified time
    Searched refs:other_list (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
java_lang_reflect_Executable.cc 276 const DexFile::TypeList* other_list = other_method->GetParameterTypeList(); local
278 if (this_list == other_list) {
282 if (this_list == nullptr && other_list != nullptr) {
286 if (other_list == nullptr && this_list != nullptr) {
291 const int32_t other_size = other_list->Size();
301 other_list->GetTypeItem(i).type_idx_);
  /external/mesa3d/src/intel/vulkan/
anv_batch_chain.c 52 const struct anv_reloc_list *other_list)
54 if (other_list) {
55 list->num_relocs = other_list->num_relocs;
56 list->array_length = other_list->array_length;
78 if (other_list) {
79 memcpy(list->relocs, other_list->relocs,
81 memcpy(list->reloc_bos, other_list->reloc_bos,
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 324 ScopedPyObjectPtr other_list(
327 if (other_list == NULL) {
330 return PyObject_RichCompare(list.get(), other_list.get(), opid);
  /external/selinux/libsepol/cil/src/
cil_binary.c 1040 cond_av_list_t *other_list; local
1045 other_list = cond_node->false_list;
1048 other_list = cond_node->true_list;
1051 search_datum = cil_cond_av_list_search(&avtab_key, other_list);
    [all...]

Completed in 2751 milliseconds