| /external/autotest/client/cros/audio/ |
| D | cras_utils.py | 282 def node_type_is_plugged(node_type, nodes_info): argument 456 def set_single_selected_output_node(node_type): argument 473 def set_single_selected_input_node(node_type): argument 584 def get_node_id_from_node_type(node_type, is_input): argument 624 def get_device_id_from_node_type(node_type, is_input): argument
|
| /external/u-boot/drivers/usb/common/ |
| D | fsl-dt-fixup.c | 36 int *node_offset, const char **node_type) in fdt_usb_get_node_type() 60 const char *node_type = NULL; in fdt_fixup_usb_mode_phy_type() local 93 const char *node_type = NULL; in fsl_fdt_fixup_usb_erratum() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
| D | noop_elimination_test.cc | 38 NodeDef *MakeUnaryNode(StringPiece node_type, int count, string input_node, in MakeUnaryNode() 46 NodeDef *MakeUnaryNonConstNode(StringPiece node_type, string input_node, in MakeUnaryNonConstNode() 83 const string &node_type = std::get<0>(GetParam()); in TEST_P() local 123 const string &node_type = std::get<0>(GetParam()); in TEST_P() local
|
| /external/autotest/client/common_lib/cros/cfm/ |
| D | cras_input_node.py | 7 def __init__(self, node_id, node_name, gain, node_type, device_id, argument
|
| D | cras_output_node.py | 7 def __init__(self, node_id, node_type, node_name, volume, device_id, argument
|
| /external/tensorflow/tensorflow/core/util/ |
| D | stats_calculator.cc | 152 const std::string& node_type = detail.type; in ComputeStatsByType() local 183 for (const auto& node_type : node_type_map_time) { in GetStatsByNodeType() local 203 const std::string node_type = entry.second.first; in GetStatsByNodeType() local
|
| /external/autotest/server/cros/multimedia/ |
| D | audio_facade_adapter.py | 45 node_type=None, block_size=None): argument 87 def start_recording(self, data_format, node_type=None, block_size=None): argument 108 def stop_recording(self, node_type=None): argument
|
| /external/u-boot/fs/ubifs/ |
| D | lpt_commit.c | 1034 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() 1055 static int get_lpt_node_len(const struct ubifs_info *c, int node_type) in get_lpt_node_len() 1097 int pos = 0, node_type; in get_lpt_node_type() local 1115 int pos = 0, node_type, node_len; in is_a_node() local 1150 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local 1609 static int dbg_is_node_dirty(struct ubifs_info *c, int node_type, int lnum, in dbg_is_node_dirty() 1635 int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len; in dbg_check_ltab_lnum() local 1887 int err, len = c->leb_size, node_type, node_num, node_len, offs; in dump_lpt_leb() local
|
| /external/arm-trusted-firmware/drivers/arm/ccn/ |
| D | ccn.c | 500 static unsigned int get_region_id_for_node(node_types_t node_type, in get_region_id_for_node() 575 void ccn_write_node_reg(node_types_t node_type, unsigned int node_id, in ccn_write_node_reg() 600 unsigned long long ccn_read_node_reg(node_types_t node_type, in ccn_read_node_reg()
|
| /external/iproute2/rdma/ |
| D | dev.c | 153 static const char *node_type_to_str(uint8_t node_type) in node_type_to_str() 167 uint8_t node_type; in dev_print_node_type() local
|
| /external/u-boot/lib/efi_loader/ |
| D | efi_device_path_utilities.c | 183 uint8_t node_type, uint8_t node_sub_type, uint16_t node_length) in create_device_node()
|
| /external/autotest/client/cros/multimedia/ |
| D | audio_facade_native.py | 205 def playback(self, file_path, data_format, blocking=False, node_type=None, argument 251 def start_recording(self, data_format, node_type=None, block_size=None): argument 299 def stop_recording(self, node_type=None): argument
|
| /external/v8/src/compiler/ |
| D | value-numbering-reducer.cc | 132 Type node_type = NodeProperties::GetType(node); in ReplaceIfTypesMatch() local
|
| D | redundancy-elimination.cc | 219 Type node_type = NodeProperties::GetType(node); in TypeSubsumes() local
|
| D | typed-optimization.cc | 390 Type const node_type = NodeProperties::GetType(node); in ReducePhi() local 654 Type const node_type = NodeProperties::GetType(node); in ReduceSelect() local
|
| /external/autotest/client/cros/chameleon/ |
| D | audio_widget.py | 693 def start_recording(self, node_type=None, block_size=None): argument 711 def stop_recording(self, node_type=None): argument 848 def start_playback(self, path, blocking=False, node_type=None, argument
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | partitioning_utils.cc | 85 string node_type = node->type_string(); in UpdateArgAndRetvalMetadata() local
|
| /external/mesa3d/src/egl/drivers/dri2/ |
| D | platform_surfaceless.c | 228 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; in surfaceless_probe_device() local
|
| /external/adhd/cras/src/server/ |
| D | cras_empty_iodev.c | 172 enum CRAS_NODE_TYPE node_type) in empty_iodev_create()
|
| D | cras_loopback_iodev.c | 295 enum CRAS_NODE_TYPE node_type; in loopback_iodev_create() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| D | ilist_node.h | 215 using node_type = ilist_node_impl<OptionsT>; member
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | ilist_node.h | 205 typedef ilist_node_impl<OptionsT> node_type; typedef
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | auto_mixed_precision.cc | 547 const NodeTypeId& node_type = node_type_attrs_.at(node_type_idx); in InitializeFromGraph() local 1138 bool IsFloat32(const NodeTypeId& node_type) { in IsFloat32() 1417 NodeTypeId node_type(&node, type_attr); in AddDataStructureOpsToMap() local 1689 for (const NodeTypeId& node_type : all_client_nodes) { in ForceColorMatchBetweenDataStructureOps() local 1705 for (const NodeTypeId& node_type : all_client_nodes) { in ForceColorMatchBetweenDataStructureOps() local 1754 NodeTypeId node_type(node, TypeAttrId("DstT")); in MakeCastsWhiteIfAllOutputsWhite() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | remote_fused_graph_execute_utils.cc | 1200 const RemoteFusedGraphNodeType node_type = in FuseRemoteGraphByPlacedArguments() local 1461 const RemoteFusedGraphNodeType node_type, const int port, const int index, in BuildNodeTypeAttr() 1468 const RemoteFusedGraphNodeType node_type, const int port, const int index) { in BuildNodeTypeAttr() 1473 const RemoteFusedGraphNodeType node_type) { in BuildNodeTypeAttr()
|
| /external/libdrm/ |
| D | xf86drm.c | 3405 const char *node, int node_type, in drmProcessPciDevice() 3514 int node_type, int maj, int min, in drmProcessUsbDevice() 3648 const char *node, int node_type, in drmProcessPlatformDevice() 3688 const char *node, int node_type, in drmProcessHost1xDevice() 3734 int node_type, subsystem_type; in process_device() local 3780 int node_type, i, j; in drmFoldDuplicatedDevices() local 3849 int node_type, subsystem_type; in drmGetDevice2() local
|