/external/wayland/src/ |
D | wayland-util.c | 171 union map_entry { union 197 union map_entry *start, *entry; in wl_map_insert_new() 229 union map_entry *start; in wl_map_insert_at() 257 union map_entry *start; in wl_map_reserve_new() 296 union map_entry *start; in wl_map_remove() 320 union map_entry *start; in wl_map_lookup() 343 union map_entry *start; in wl_map_lookup_flags() 366 union map_entry *start, *end, *p; in for_each_helper() 370 end = (union map_entry *) ((char *) entries->data + entries->size); in for_each_helper()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 978 ResTable_map map_entry = null; // = new ResTable_map(map.myBuf(), curOffset); in GetBag() local 982 map_entry = new ResTable_map(map.myBuf(), curOffset); in GetBag() 1000 map_entry = new ResTable_map(map_entry.myBuf(), curOffset)) { in GetBag() 1001 final Ref<Integer> new_key = new Ref<>(dtohl(map_entry.name.ident)); in GetBag() 1019 new_entry_.value = map_entry.value.copy(); in GetBag() 1032 final int size = dtohs(map_entry.value.size); in GetBag() 1072 …while (map_entry != null && map_entry.myOffset() != map_entry_end && parentEntryIndex != parentEnt… in GetBag() 1073 final Ref<Integer> child_keyRef = new Ref<>(dtohl(map_entry.name.ident)); in GetBag() 1096 new_entry_.value = map_entry.value.copy(); in GetBag() 1111 …map_entry = new ResTable_map(map_entry.myBuf(), map_entry.myOffset() + map_entry.value.size + ResT… in GetBag() [all …]
|
/external/libaom/libaom/examples/ |
D | inspect.c | 160 typedef struct map_entry { struct 163 } map_entry; argument 165 const map_entry refs_map[] = { 171 const map_entry block_size_map[] = { 184 const map_entry tx_size_map[] = { 192 const map_entry tx_type_map[] = { ENUM(DCT_DCT), 209 const map_entry dual_filter_map[] = { ENUM(REG_REG), ENUM(REG_SMOOTH), 215 const map_entry prediction_mode_map[] = { 227 const map_entry motion_mode_map[] = { ENUM(SIMPLE_TRANSLATION), 232 const map_entry compound_type_map[] = { ENUM(COMPOUND_AVERAGE), [all …]
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | bundle_shim.cc | 105 for (const auto& map_entry : input_signature.generic_signature().map()) { in MaybeBuildPredictSignatureDef() local 106 internal::AddInputToSignatureDef(map_entry.second.tensor_name(), in MaybeBuildPredictSignatureDef() 107 tensor_name_to_dtype, map_entry.first, in MaybeBuildPredictSignatureDef() 112 for (const auto& map_entry : output_signature.generic_signature().map()) { in MaybeBuildPredictSignatureDef() local 113 internal::AddOutputToSignatureDef(map_entry.second.tensor_name(), in MaybeBuildPredictSignatureDef() 114 tensor_name_to_dtype, map_entry.first, in MaybeBuildPredictSignatureDef()
|
/external/v8/src/profiler/ |
D | profile-generator.cc | 183 auto map_entry = children_.find({entry, line_number}); in FindChild() local 184 return map_entry != children_.end() ? map_entry->second : nullptr; in FindChild() 188 auto map_entry = children_.find({entry, line_number}); in FindOrAddChild() local 189 if (map_entry == children_.end()) { in FindOrAddChild() 195 return map_entry->second; in FindOrAddChild() 204 auto map_entry = line_ticks_.find(src_line); in IncrementLineTicks() local 205 if (map_entry == line_ticks_.end()) { in IncrementLineTicks() 291 auto map_entry = function_ids_.find(code_entry); in GetFunctionId() local 292 if (map_entry == function_ids_.end()) { in GetFunctionId()
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | sig_node.cc | 57 Link& map_entry = (*link_map)[tag]; in CopyLinksPass1() local 58 if (map_entry.peers.empty()) { in CopyLinksPass1() 59 map_entry.tag = tag; in CopyLinksPass1() 60 map_entry.unique_hash = hval; in CopyLinksPass1() 62 map_entry.peers.push_back(nodeit->second); in CopyLinksPass1()
|
/external/u-boot/drivers/gpio/ |
D | adi_gpio2.c | 50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] macro 51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i)) 52 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) 53 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i))
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-meta-graph-def.pbtxt | 117 map_entry: true 136 map_entry: true
|
D | tensorflow.-config-proto.-device-count-entry.pbtxt | 18 map_entry: true
|
D | tensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt | 18 map_entry: true
|
D | tensorflow.train.-job-def.-tasks-entry.pbtxt | 18 map_entry: true
|
D | tensorflow.-meta-graph-def.-collection-def-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.-name-attr-list.-attr-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.-meta-graph-def.-signature-def-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.-node-def.-attr-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.train.-features.-feature-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.train.-feature-lists.-feature-list-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.profiler.-advice-proto.-checkers-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.train.-feature-lists.pbtxt | 28 map_entry: true
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_map_field.cc | 75 GOOGLE_CHECK(message->options().map_entry()); in KeyField() 82 GOOGLE_CHECK(message->options().map_entry()); in ValueField()
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 807 dwarf2reader::SectionMap::const_iterator map_entry in ReadSourceLines() local 811 if (map_entry == section_map.end()) in ReadSourceLines() 812 map_entry = section_map.find("__debug_line"); in ReadSourceLines() 813 if (map_entry == section_map.end()) { in ReadSourceLines() 817 const char *section_start = map_entry->second.first; in ReadSourceLines() 818 uint64 section_length = map_entry->second.second; in ReadSourceLines()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-job-def.-tasks-entry.pbtxt | 18 map_entry: true
|
D | tensorflow.train.-feature-lists.-feature-list-entry.pbtxt | 19 map_entry: true
|
D | tensorflow.train.-features.-feature-entry.pbtxt | 19 map_entry: true
|