Searched refs:tmp_node (Results 1 - 6 of 6) sorted by relevance

/external/libsepol/src/
H A Dnodes.c19 ocontext_t *tmp_node = NULL; local
23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
24 if (!tmp_node)
39 memcpy(&tmp_node->u.node.addr, addr_buf, addr_bsize);
40 memcpy(&tmp_node->u.node.mask, mask_buf, mask_bsize);
43 memcpy(tmp_node->u.node6.addr, addr_buf, addr_bsize);
44 memcpy(tmp_node->u.node6.mask, mask_buf, mask_bsize);
59 context_cpy(&tmp_node->context[0], tmp_con);
64 *node = tmp_node;
71 if (tmp_node !
[all...]
H A Dnode_record.c577 sepol_node_t *tmp_node = (sepol_node_t *) malloc(sizeof(sepol_node_t)); local
579 if (!tmp_node) {
584 tmp_node->addr = NULL;
585 tmp_node->addr_sz = 0;
586 tmp_node->mask = NULL;
587 tmp_node->mask_sz = 0;
588 tmp_node->proto = SEPOL_PROTO_IP4;
589 tmp_node->con = NULL;
590 *node = tmp_node;
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc887 InternalNode* tmp_node = node; local
888 while (tmp_node->parent()) {
889 int index_in_parent = tmp_node->parent()->GetIndexOf(tmp_node);
893 row += tmp_node->parent()->GetChild(i)->NumExpandedNodes();
894 tmp_node = tmp_node->parent();
/external/opencv/ml/src/
H A Dmlsvm.cpp2124 CvFileNode* tmp_node = cvGetFileNodeByName( fs, svm_node, "svm_type" ); local
2126 if( !tmp_node )
2129 if( CV_NODE_TYPE(tmp_node->tag) == CV_NODE_INT )
2130 svm_type = cvReadInt( tmp_node, -1 );
2133 const char* svm_type_str = cvReadString( tmp_node, "" );
2149 tmp_node = cvGetFileNodeByName( fs, kernel_node, "type" );
2150 if( !tmp_node )
2153 if( CV_NODE_TYPE(tmp_node->tag) == CV_NODE_INT )
2154 kernel_type = cvReadInt( tmp_node, -1 );
2157 const char* kernel_type_str = cvReadString( tmp_node, "" );
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc500 BookmarkNode tmp_node(url);
501 NodesOrderedByURLSet::iterator i = nodes_ordered_by_url_set_.find(&tmp_node);
728 BookmarkNode tmp_node(url);
729 return (nodes_ordered_by_url_set_.find(&tmp_node) !=
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js576 var data, k, node, tmp_node, v, _i, _len;
580 tmp_node = {};
584 tmp_node[k] = v;
588 tmp_node.children = getDataFromNodes(node.children);
590 data.push(tmp_node);

Completed in 200 milliseconds