Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 25 of 99) sorted by relevance

1234

/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp25 …is_same_v<typename map<K, T, C1, A_map>::node_type, typename map<K, T, C2, A_map>::n…
26 …is_same_v<typename map<K, T, C1, A_map>::node_type, typename multimap<K, T, C2, A_ma…
27 …is_same_v<typename set<K, C1, A_set>::node_type, typename set<K, C2, A_set>::node…
28 …is_same_v<typename set<K, C1, A_set>::node_type, typename multiset<K, C2, A_set>:…
29 …ypename unordered_map<K, T, H1, E1, A_map>::node_type, typename unordered_map<K, T, H2, E2, A_map>…
30 …name unordered_map<K, T, H1, E1, A_map>::node_type, typename unordered_multimap<K, T, H2, E2, A_ma…
31 …v<typename unordered_set<K, H1, E1, A_set>::node_type, typename unordered_set<K, H2, E2, A_set>…
32 …ypename unordered_set<K, H1, E1, A_set>::node_type, typename unordered_multiset<K, H2, E2, A_se…
101 typename Container::node_type nt1, nt2 = c.extract(c.emplace().first); in test_node_handle_operations()
115 typename Container::node_type nt1, nt2 = c.extract(c.emplace()); in test_node_handle_operations_multi()
/external/u-boot/drivers/usb/common/
Dfsl-dt-fixup.c36 int *node_offset, const char **node_type) in fdt_usb_get_node_type() argument
46 *node_type = compat_usb_fsl[i]; in fdt_usb_get_node_type()
60 const char *node_type = NULL; in fdt_fixup_usb_mode_phy_type() local
65 &node_offset, &node_type); in fdt_fixup_usb_mode_phy_type()
74 prop_mode, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type()
82 prop_type, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type()
93 const char *node_type = NULL; in fsl_fdt_fixup_usb_erratum() local
97 &node_offset, &node_type); in fsl_fdt_fixup_usb_erratum()
101 if (!strcmp(node_type, FSL_USB2_MPH) || !strcmp(node_type, FSL_USB2_DR)) in fsl_fdt_fixup_usb_erratum()
104 node_name = node_type; in fsl_fdt_fixup_usb_erratum()
[all …]
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_export_strategy.py138 node_type = gtflow_node.WhichOneof("node")
140 if node_type == "leaf":
154 if node_type == "dense_float_binary_split":
162 elif node_type == "sparse_float_binary_split_default_left":
176 elif node_type == "sparse_float_binary_split_default_right":
193 elif node_type == "categorical_id_binary_split":
204 elif (node_type == "oblivious_dense_float_binary_split" or
205 node_type == "oblivious_categorical_id_binary_split"):
209 raise ValueError("Unexpected node type %s" % node_type)
223 node_type = tree_node.WhichOneof("node")
[all …]
/external/autotest/client/cros/audio/
Dcras_utils.py283 def node_type_is_plugged(node_type, nodes_info): argument
306 match = re.search(r'string "Type"\s+variant\s+string "%s"' % node_type,
336 node_type = str(node['Type'])
337 if node_type not in CRAS_NODE_TYPES:
339 'node type %s is not valid' % node_type)
341 input_node_types.append(node_type)
343 output_node_types.append(node_type)
444 def set_single_selected_output_node(node_type): argument
457 if node['Type'] == node_type:
461 def set_single_selected_input_node(node_type): argument
[all …]
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.cc152 const std::string& node_type = detail.type; in ComputeStatsByType() local
154 (*node_type_map_count)[node_type] += 1; in ComputeStatsByType()
155 (*node_type_map_time)[node_type] += curr_time_val; in ComputeStatsByType()
156 (*node_type_map_memory)[node_type] += curr_memory_val; in ComputeStatsByType()
157 (*node_type_map_times_called)[node_type] += detail.times_called / run_count; in ComputeStatsByType()
183 for (const auto& node_type : node_type_map_time) { in GetStatsByNodeType() local
184 const int64_t mem_used = node_type_map_memory[node_type.first]; in GetStatsByNodeType()
185 timings.emplace(node_type.second, in GetStatsByNodeType()
186 std::pair<std::string, int64_t>(node_type.first, mem_used)); in GetStatsByNodeType()
203 const std::string node_type = entry.second.first; in GetStatsByNodeType() local
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py218 node_type = node[0]
220 if node_type >= token.NT_OFFSET:
223 return Symbol(node_type, children)
234 if node_type == token.NEWLINE:
237 return TokenSnippet(node_type, grabbed_tokens)
241 assert tokens[0].type == token.OP or node_type == tokens[0].type
244 return TokenSnippet(node_type, grabbed_tokens)
/external/libcxx/test/std/containers/associative/multiset/
Dinsert_node_type.pass.cpp23 typename Container::node_type
38 typename Container::node_type node = nf(i); in test()
50 typename Container::node_type def; in test()
57 typename Container::node_type dupl = nf(0); in test()
/external/libcxx/test/std/containers/unord/unord.multiset/
Dinsert_node_type.pass.cpp23 typename Container::node_type
38 typename Container::node_type node = nf(i); in test()
50 typename Container::node_type def; in test()
57 typename Container::node_type dupl = nf(0); in test()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dnoop_elimination_test.cc38 NodeDef *MakeUnaryNode(StringPiece node_type, int count, string input_node, in MakeUnaryNode() argument
41 return graph_utils::AddNode("", node_type, in MakeUnaryNode()
46 NodeDef *MakeUnaryNonConstNode(StringPiece node_type, string input_node, in MakeUnaryNonConstNode() argument
49 return graph_utils::AddNode("", node_type, in MakeUnaryNonConstNode()
83 const string &node_type = std::get<0>(GetParam()); in TEST_P() local
90 MakeUnaryNode(node_type, node_count, range_node->name(), &graph); in TEST_P()
123 const string &node_type = std::get<0>(GetParam()); in TEST_P() local
130 MakeUnaryNode(node_type, node_count, range_node->name(), &graph); in TEST_P()
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dinsert_node_type.pass.cpp23 typename Container::node_type
39 typename Container::node_type node = nf(i, i + 1); in test()
49 typename Container::node_type def; in test()
56 typename Container::node_type dupl = nf(0, 42); in test()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dinsert_node_type.pass.cpp22 typename Container::node_type
38 typename Container::node_type node = nf(i, i + 1); in test()
49 typename Container::node_type def; in test()
56 typename Container::node_type dupl = nf(0, 42); in test()
/external/libcxx/test/std/containers/unord/unord.set/
Dinsert_node_type.pass.cpp23 typename Container::node_type
39 typename Container::node_type node = nf(i); in test()
51 typename Container::node_type def; in test()
60 typename Container::node_type dupl = nf(0); in test()
/external/libcxx/test/std/containers/associative/set/
Dinsert_node_type.pass.cpp23 typename Container::node_type
39 typename Container::node_type node = nf(i); in test()
51 typename Container::node_type def; in test()
60 typename Container::node_type dupl = nf(0); in test()
/external/autotest/client/common_lib/cros/cfm/
Dcras_input_node.py7 def __init__(self, node_id, node_name, gain, node_type, device_id, argument
12 self.node_type = node_type
Dcras_output_node.py7 def __init__(self, node_id, node_type, node_name, volume, device_id, argument
10 self.node_type = node_type
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dinsert_node_type.pass.cpp23 typename Container::node_type
40 typename Container::node_type node = nf(i, i + 1); in test()
52 typename Container::node_type def; in test()
61 typename Container::node_type dupl = nf(0, 42); in test()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dinsert_node_type.pass.cpp22 typename Container::node_type
39 typename Container::node_type node = nf(i, i + 1); in test()
51 typename Container::node_type def; in test()
60 typename Container::node_type dupl = nf(0, 42); in test()
/external/iproute2/rdma/
Ddev.c153 static const char *node_type_to_str(uint8_t node_type) in node_type_to_str() argument
159 if (node_type < ARRAY_SIZE(node_type_str)) in node_type_to_str()
160 return node_type_str[node_type]; in node_type_to_str()
167 uint8_t node_type; in dev_print_node_type() local
172 node_type = mnl_attr_get_u8(tb[RDMA_NLDEV_ATTR_DEV_NODE_TYPE]); in dev_print_node_type()
173 node_str = node_type_to_str(node_type); in dev_print_node_type()
/external/libcxx/include/
Dset43 typedef unspecified node_type; // C++17
44 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
120 node_type extract(const_iterator position); // C++17
121 node_type extract(const key_type& x); // C++17
122 insert_return_type insert(node_type&& nh); // C++17
123 iterator insert(const_iterator hint, node_type&& nh); // C++17
244 typedef unspecified node_type; // C++17
320 node_type extract(const_iterator position); // C++17
321 node_type extract(const key_type& x); // C++17
322 iterator insert(node_type&& nh); // C++17
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_node.h215 using node_type = ilist_node_impl<OptionsT>; member
217 static node_type *getNodePtr(pointer N) { in getNodePtr()
221 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
225 static pointer getValuePtr(node_type *N) { in getValuePtr()
229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h205 typedef ilist_node_impl<OptionsT> node_type; typedef
207 static node_type *getNodePtr(pointer N) { in getNodePtr()
210 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
213 static pointer getValuePtr(node_type *N) { in getValuePtr()
216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/external/v8/src/compiler/
Dvalue-numbering-reducer.cc132 Type node_type = NodeProperties::GetType(node); in ReplaceIfTypesMatch() local
133 if (!replacement_type.Is(node_type)) { in ReplaceIfTypesMatch()
139 if (node_type.Is(replacement_type)) { in ReplaceIfTypesMatch()
140 NodeProperties::SetType(replacement, node_type); in ReplaceIfTypesMatch()
/external/u-boot/fs/ubifs/
Dlpt_commit.c1034 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() argument
1037 switch (node_type) { in make_node_dirty()
1055 static int get_lpt_node_len(const struct ubifs_info *c, int node_type) in get_lpt_node_len() argument
1057 switch (node_type) { in get_lpt_node_len()
1097 int pos = 0, node_type; in get_lpt_node_type() local
1099 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in get_lpt_node_type()
1101 return node_type; in get_lpt_node_type()
1115 int pos = 0, node_type, node_len; in is_a_node() local
1120 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in is_a_node()
1121 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node()
[all …]
/external/u-boot/lib/efi_loader/
Defi_device_path_utilities.c183 uint8_t node_type, uint8_t node_sub_type, uint16_t node_length) in create_device_node() argument
185 EFI_ENTRY("%u, %u, %u", node_type, node_sub_type, node_length); in create_device_node()
186 return EFI_EXIT(efi_dp_create_device_node(node_type, node_sub_type, in create_device_node()
/external/libdrm/
Dxf86drm.c3316 const char *node, int node_type, in drmProcessPciDevice() argument
3324 dev = drmDeviceAlloc(node_type, node, sizeof(drmPciBusInfo), in drmProcessPciDevice()
3425 int node_type, int maj, int min, in drmProcessUsbDevice() argument
3432 dev = drmDeviceAlloc(node_type, node, sizeof(drmUsbBusInfo), in drmProcessUsbDevice()
3531 const char *node, int node_type, in drmProcessPlatformDevice() argument
3539 dev = drmDeviceAlloc(node_type, node, sizeof(drmPlatformBusInfo), in drmProcessPlatformDevice()
3638 const char *node, int node_type, in drmProcessHost1xDevice() argument
3646 dev = drmDeviceAlloc(node_type, node, sizeof(drmHost1xBusInfo), in drmProcessHost1xDevice()
3684 int node_type, i, j; in drmFoldDuplicatedDevices() local
3690 node_type = log2(local_devices[j]->available_nodes); in drmFoldDuplicatedDevices()
[all …]

1234