/external/autotest/client/cros/audio/ |
D | cras_utils.py | 250 def node_type_is_plugged(node_type, nodes_info): argument 273 match = re.search(r'string "Type"\s+variant\s+string "%s"' % node_type, 303 node_type = str(node['Type']) 304 if node_type not in CRAS_NODE_TYPES: 306 'node type %s is not valid' % node_type) 308 input_node_types.append(node_type) 310 output_node_types.append(node_type) 375 def set_single_selected_output_node(node_type): argument 388 if node['Type'] == node_type: 392 def set_single_selected_input_node(node_type): argument [all …]
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
D | snippet.py | 218 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/redshift/ |
D | test_layer1.py | 38 self.node_type = 'dw.hs1.xlarge' 52 cluster_id, self.node_type, 73 cluster_id, self.node_type,
|
/external/autotest/utils/ |
D | run_pylint.py | 195 def _check_docstring(self, node_type, node): argument 203 super(CustomDocStringChecker, self)._check_docstring(node_type, node) 211 (node_type is 'method' or 212 node_type is 'function')):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
D | layer1.py | 313 def create_cluster(self, cluster_identifier, node_type, master_username, argument 575 'NodeType': node_type, 1945 node_type=None, max_records=None, argument 1995 if node_type is not None: 1996 params['NodeType'] = node_type 2253 node_type=None, number_of_nodes=None, argument 2455 if node_type is not None: 2456 params['NodeType'] = node_type
|
/external/libdrm/ |
D | xf86drm.c | 2999 const char *node, int node_type, in drmProcessPciDevice() argument 3016 (*device)->available_nodes = 1 << node_type; in drmProcessPciDevice() 3026 memcpy((*device)->nodes[node_type], node, max_node_str); in drmProcessPciDevice() 3053 int node_type, i, j; in drmFoldDuplicatedDevices() local 3059 node_type = log2(local_devices[j]->available_nodes); in drmFoldDuplicatedDevices() 3060 memcpy(local_devices[i]->nodes[node_type], in drmFoldDuplicatedDevices() 3061 local_devices[j]->nodes[node_type], drmGetMaxNodeName()); in drmFoldDuplicatedDevices() 3085 int node_type, subsystem_type; in drmGetDevice() local 3116 node_type = drmGetNodeType(dent->d_name); in drmGetDevice() 3117 if (node_type < 0) in drmGetDevice() [all …]
|
/external/opencv3/3rdparty/jinja2/ |
D | nodes.py | 177 def find(self, node_type): argument 181 for result in self.find_all(node_type): 184 def find_all(self, node_type): argument 189 if isinstance(child, node_type): 191 for result in child.find_all(node_type):
|
/external/v8/test/cctest/ |
D | expression-type-collector.cc | 51 AstNode::NodeType type = expression->node_type(); in VisitExpression()
|
/external/kernel-headers/original/uapi/rdma/ |
D | rdma_netlink.h | 55 __u8 node_type; member
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | wizard.rb | 264 node_type = @token_scheme[ token_name ] || INVALID_TOKEN_TYPE 265 node = @adaptor.create_from_type( node_type, text )
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 625 attribute node_type; 805 type node_t, node_type; 806 type compat_ipv4_node_t alias node_compat_ipv4_t, node_type; 807 type inaddr_any_node_t alias node_inaddr_any_t, node_type; 808 type node_internal_t, node_type; 809 type link_local_node_t alias node_link_local_t, node_type; 810 type lo_node_t alias node_lo_t, node_type; 811 type mapped_ipv4_node_t alias node_mapped_ipv4_t, node_type; 812 type multicast_node_t alias node_multicast_t, node_type; 813 type site_local_node_t alias node_site_local_t, node_type; [all …]
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1198 #define CV_TREE_NODE_FIELDS(node_type) \ argument 1201 struct node_type* h_prev; /* Previous sequence. */ \ 1202 struct node_type* h_next; /* Next sequence. */ \ 1203 struct node_type* v_prev; /* 2nd previous sequence. */ \ 1204 struct node_type* v_next /* 2nd next sequence. */
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1227 #define CV_TREE_NODE_FIELDS(node_type) \ argument 1230 struct node_type* h_prev; /**< Previous sequence. */ \ 1231 struct node_type* h_next; /**< Next sequence. */ \ 1232 struct node_type* v_prev; /**< 2nd previous sequence. */ \ 1233 struct node_type* v_next /**< 2nd next sequence. */
|
/external/libxml2/ |
D | c14n.c | 185 xmlC14NErrInvalidNode(const char *node_type, const char *extra) in xmlC14NErrInvalidNode() argument 190 "Node %s is invalid here : %s\n", node_type, extra); in xmlC14NErrInvalidNode() 200 xmlC14NErrUnknownNode(int node_type, const char *extra) in xmlC14NErrUnknownNode() argument 205 "Unknown node type %d found : %s\n", node_type, extra); in xmlC14NErrUnknownNode()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 3191 int node_type; in cvStartReadRawData() local 3197 node_type = CV_NODE_TYPE(src->tag); in cvStartReadRawData() 3198 if( node_type == CV_NODE_INT || node_type == CV_NODE_REAL ) in cvStartReadRawData() 3206 else if( node_type == CV_NODE_SEQ ) in cvStartReadRawData() 3210 else if( node_type == CV_NODE_NONE ) in cvStartReadRawData() 5327 int node_type = _node->tag & FileNode::TYPE_MASK; in FileNodeIterator() local 5330 … if( !(_node->tag & FileNode::USER) && (node_type == FileNode::SEQ || node_type == FileNode::MAP) ) in FileNodeIterator()
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 3191 int node_type; in cvStartReadRawData() local 3197 node_type = CV_NODE_TYPE(src->tag); in cvStartReadRawData() 3198 if( node_type == CV_NODE_INT || node_type == CV_NODE_REAL ) in cvStartReadRawData() 3206 else if( node_type == CV_NODE_SEQ ) in cvStartReadRawData() 3210 else if( node_type == CV_NODE_NONE ) in cvStartReadRawData()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 4519 int test_case, int node_type, double x, in Float64CompareHelper() argument 4525 CHECK(0 <= node_type && node_type < kFloat64CompareHelperNodeType); in Float64CompareHelper() 4527 bool load_a = node_type / 2 == 1; in Float64CompareHelper() 4528 bool load_b = node_type % 2 == 1; in Float64CompareHelper() 4619 for (int node_type = 0; node_type < kFloat64CompareHelperNodeType; in TEST() local 4620 node_type++) { in TEST() 4623 int expected = Float64CompareHelper(&m, test, node_type, inputs[input], in TEST()
|
/external/v8/src/ast/ |
D | ast.h | 125 AstNode::NodeType node_type() const final { return AstNode::k##type; } \ 196 virtual NodeType node_type() const = 0; in DEFINE_OPERATORS_FOR_FLAGS() 201 bool Is##type() const { return node_type() == AstNode::k##type; } \ in DEFINE_OPERATORS_FOR_FLAGS()
|
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 177 Type* node_type = NodeProperties::GetType(node_); in ChangeToPureOperator() local 178 NodeProperties::SetType(node_, Type::Intersect(node_type, type, zone())); in ChangeToPureOperator()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 665 0.22^6559671^HTMLParserThrea^chrome ^[.] v8::internal::VariableProxy::node_type() con… 667 --- v8::internal::VariableProxy::node_type() const
|