Searched refs:type_idx (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | mpers.awk | 81 special, to_return, type_idx, enc, i) 104 type_idx = array_get(what_idx, "type") 105 what_is(type_idx) 150 type_idx = array_get(what_idx, "type") 151 return leave(what_idx, what_is(type_idx)) 153 type_idx = array_get(what_idx, "type") 154 return leave(what_idx, what_is(type_idx)) 156 type_idx = array_get(what_idx, "type") 157 what_is(type_idx)
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | LoadedArsc.java | 448 int type_idx = type_spec.type_spec.id - 1; in CollectConfigurations() local 450 String type_name16 = type_string_pool_.stringAt(type_idx, type_name_len); in CollectConfigurations() 458 String type_name = type_string_pool_.string8At(type_idx, type_name_len); in CollectConfigurations() 500 int type_idx = type_string_pool_.indexOfString(type_name); in FindEntryByName() local 501 if (type_idx < 0) { in FindEntryByName() 510 TypeSpec type_spec = type_specs_.get(type_idx); in FindEntryByName() 536 … return make_resid((byte) 0x00, (byte) (type_idx + type_id_offset_ + 1), (short) entry_idx); in FindEntryByName() 764 byte type_idx = (byte) entry.getKey().byteValue(); in Load() 776 type_idx = (byte) (dtohs(type_spec_ptr.idmap_entries.target_type_id) - 1); in Load() 779 loaded_package.type_specs_.put((int) type_idx, type_spec_ptr); in Load()
|
D | CppAssetManager2.java | 637 final int type_idx = (byte) (get_type_id(resid) - 1); in FindEntry() local 668 TypeSpec type_spec = loaded_package.GetTypeSpecByTypeIndex(type_idx); in FindEntry() 689 FilteredConfigGroup filtered_group = loaded_package_impl.filtered_configs_.get(type_idx); in FindEntry() 1451 int type_idx = get_type_id(attr_resid); in ApplyStyle() local 1464 if (last_type_idx != type_idx) { in ApplyStyle() 1465 ThemeType type = last_package.types[type_idx]; in ApplyStyle() 1471 type = last_package.types[type_idx] = new ThemeType(); in ApplyStyle() 1489 last_type_idx = type_idx; in ApplyStyle() 1531 int type_idx = get_type_id(resid); in GetAttribute() local 1532 ThemeType type = package_.types[type_idx]; in GetAttribute()
|
/external/strace/tests/ |
D | perf_event_open.c | 742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main() local 756 attr->type = attr_types[type_idx].val; in main() 758 attr->config = attr_configs[type_idx][config_idx].val; in main() 811 attr_types[type_idx].str, in main() 812 attr_configs[type_idx][config_idx].str, in main()
|
/external/strace/tests-mx32/ |
D | perf_event_open.c | 742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main() local 756 attr->type = attr_types[type_idx].val; in main() 758 attr->config = attr_configs[type_idx][config_idx].val; in main() 811 attr_types[type_idx].str, in main() 812 attr_configs[type_idx][config_idx].str, in main()
|
/external/strace/tests-m32/ |
D | perf_event_open.c | 742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main() local 756 attr->type = attr_types[type_idx].val; in main() 758 attr->config = attr_configs[type_idx][config_idx].val; in main() 811 attr_types[type_idx].str, in main() 812 attr_configs[type_idx][config_idx].str, in main()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2420 const unsigned type_idx = in get_type_name_for_precision_qualifier() local 2423 assert(type_idx < 4); in get_type_name_for_precision_qualifier() 2433 return names[type_idx]; in get_type_name_for_precision_qualifier() 2441 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2448 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2456 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2463 return names[type_idx]; in get_type_name_for_precision_qualifier() 2470 return names[type_idx]; in get_type_name_for_precision_qualifier() 2477 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2484 return names[type_idx]; in get_type_name_for_precision_qualifier() [all …]
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 1330 …# define ATTR_MPI_PWT(buffer_idx, type_idx) __attribute__((pointer_with_type_tag(mpi,buffer_idx… 1336 # define ATTR_MPI_PWT(buffer_idx, type_idx)
|