/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/tensorflow/tensorflow/core/kernels/ |
D | scan_ops.cc | 198 #define REGISTER_CUMLOGSUMEXP_KERNEL(device, device_type, type, type_idx) \ argument 203 .TypeConstraint<type_idx>("Tidx") \ 205 ScanOp<device_type, type, functor::LogSumExpReducer<type>, type_idx>)
|
/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/ |
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/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | UdtRecordCompleter.h | 75 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
|
D | UdtRecordCompleter.cpp | 75 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() argument 79 m_ast_builder.GetOrCreateType(PdbTypeSymId(type_idx)); in AddMethod()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2453 const unsigned type_idx = in get_type_name_for_precision_qualifier() local 2456 assert(type_idx < 4); in get_type_name_for_precision_qualifier() 2466 return names[type_idx]; in get_type_name_for_precision_qualifier() 2474 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2481 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2489 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2496 return names[type_idx]; in get_type_name_for_precision_qualifier() 2503 return names[type_idx]; in get_type_name_for_precision_qualifier() 2510 return names[offset + type_idx]; in get_type_name_for_precision_qualifier() 2517 return names[type_idx]; in get_type_name_for_precision_qualifier() [all …]
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_tracker.cc | 109 auto type_idx = in GetClassDescriptor() local 111 return {storage.heap_graph_class_table().name()[type_idx], in GetClassDescriptor() 112 storage.heap_graph_class_table().location()[type_idx]}; in GetClassDescriptor()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision.cc | 152 for (int type_idx = 0; type_idx < num_types; ++type_idx) { in ArgDefIndexes() local 153 argdef_inds.push_back({arg_idx, type_idx}); in ArgDefIndexes()
|
/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)
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AttrDocs.td | 2563 …# define ATTR_MPI_PWT(buffer_idx, type_idx) __attribute__((pointer_with_type_tag(mpi,buffer_idx… 2569 # define ATTR_MPI_PWT(buffer_idx, type_idx)
|