HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 1051 - 1075 of 2129) sorted by null

<<41424344454647484950>>

  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 28 import com.google.clearsilver.jsilver.syntax.node.AAddExpression;
29 import com.google.clearsilver.jsilver.syntax.node.AAndExpression;
30 import com.google.clearsilver.jsilver.syntax.node.ADecimalExpression;
31 import com.google.clearsilver.jsilver.syntax.node.ADescendVariable;
32 import com.google.clearsilver.jsilver.syntax.node.ADivideExpression;
33 import com.google.clearsilver.jsilver.syntax.node.AEqExpression;
34 import com.google.clearsilver.jsilver.syntax.node.AExistsExpression;
35 import com.google.clearsilver.jsilver.syntax.node.AFunctionExpression;
36 import com.google.clearsilver.jsilver.syntax.node.AGtExpression;
37 import com.google.clearsilver.jsilver.syntax.node.AGteExpression
    [all...]
  /external/kernel-headers/original/uapi/linux/
tipc.h 48 __u32 node; member in struct:tipc_portid
64 unsigned int node)
66 return (zone << 24) | (cluster << 12) | node;
  /external/libnl/lib/
addr.c 137 uint16_t node = 0; local
145 pos = dnet_num(src + pos + 1, &node);
146 if ((pos == 0) || (node > 1023))
149 *(uint16_t *)addrbuf = dn_ntohs((area << 10) | node);
  /external/libsepol/src/
conditional.c 37 if ((cur->node->key.specified & AVTAB_TYPE) && (top != cur)) {
136 /* Create a new conditional node, optionally copying
137 * the conditional expression from an existing node.
138 * If node is NULL then a new node will be created
141 cond_node_t *cond_node_create(policydb_t * p, cond_node_t * node)
152 if (node) {
153 new_node->expr = cond_copy_expr(node->expr);
159 new_node->nbools = node->nbools;
160 for (i = 0; i < min(node->nbools, COND_MAX_BOOLS); i++
840 cond_node_t *node, *last = NULL; local
881 avtab_ptr_t node; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 81 struct list_head node; member in union:hist_entry::__anon28974
115 return !list_empty(&he->pairs.node);
121 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node);
128 list_add_tail(&pair->pairs.node, &he->pairs.head);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 343 CurrentGeneration(cg), ChildGeneration(cg), Node(n),
352 DomTreeNode *node() { return Node; } function in class:__anon30046::EarlyCSE::StackNode
370 DomTreeNode *Node;
377 bool processNode(DomTreeNode *Node);
400 bool EarlyCSE::processNode(DomTreeNode *Node) {
401 BasicBlock *BB = Node->getBlock();
404 // of the domtree node and all of the live out memory values are still current
577 // Process the root node.
590 // the node from the stack, and process it
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 102 static void cso_free_node(struct cso_node *node)
104 FREE(node);
112 struct cso_node *node = cso_data_allocate_node(hash->data.d); local
114 if (!node)
117 node->key = akey;
118 node->value = avalue;
120 node->next = (struct cso_node*)(*anextNode);
121 *anextNode = node;
123 return node;
205 struct cso_node **node; local
225 struct cso_node *node = cso_hash_create_node(hash, key, data, nextNode); local
385 struct cso_node **node = cso_hash_find_node(hash, akey); local
419 struct cso_node *node = iter.node; local
437 struct cso_node **node = cso_hash_find_node(hash, key); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 311 AbstractInsnNode node = insns.get(insn); local
314 if (node instanceof JumpInsnNode) {
315 if (node.getOpcode() == JSR) {
317 calls.add(node);
319 JumpInsnNode jnode = (JumpInsnNode) node;
322 } else if (node instanceof TableSwitchInsnNode) {
323 TableSwitchInsnNode tsnode = (TableSwitchInsnNode) node;
329 } else if (node instanceof LookupSwitchInsnNode) {
330 LookupSwitchInsnNode lsnode = (LookupSwitchInsnNode) node;
348 switch (node.getOpcode()) {
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 307 CvSparseNode* node; local
325 for( node = cvInitSparseMatIterator( src1, &iterator );
326 node != 0; node = cvGetNextSparseNode( &iterator ))
329 int tabidx = node->hashval & (dst1->hashsize - 1);
330 CV_MEMCPY_AUTO( node_copy, node, dst1->heap->elem_size );
    [all...]
  /external/opencv/ml/src/
mlnbayes.cpp 463 CvFileNode* node; local
492 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "count" ));
493 seq = node->data.seq;
494 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
503 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "sum" ));
504 seq = node->data.seq;
505 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
514 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "productsum" ));
515 seq = node->data.seq;
516 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses
    [all...]
  /external/qemu/android/
main-common-ui.c 301 AConfig *node = parts->first_child; local
302 while (node) {
304 t->name = node->name;
306 AConfig* bg = aconfig_find(node, "background");
318 node = node->next;
385 AConfig* node; local
404 node = aconfig_find(root, "parts");
405 if (node != NULL) {
406 node = aconfig_find(node, "device")
    [all...]
shaper.c 236 QueuedPacket *pnode, node; local
240 node = *pnode;
241 if (node == NULL || node->expiration > packet->expiration )
243 pnode = &node->next;
401 Session node; local
404 node = *pnode;
405 if (node == NULL)
408 if (node->src_ip == info->src_ip &&
409 node->dst_ip == info->dst_ip &
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 672 // We now have something we presume to be a node of
673 // some sort. Identify it, and call the node to
675 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING ); local
677 if ( node )
679 node->StreamIn( in, tag );
680 bool isElement = node->ToElement() != 0;
681 delete node;
682 node = 0;
756 TiXmlNode* node = Identify( p, encoding ); local
757 if ( node )
1029 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING ); local
1161 TiXmlAttribute* node = attributeSet.Find( attrib->NameTStr() ); local
1163 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); local
1226 TiXmlNode* node = Identify( p, encoding ); local
    [all...]
  /external/skia/src/core/
SkTLList.h 34 struct Node {
36 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Node);
39 typedef SkTInternalLList<Node> NodeList;
55 Node* node = iter.init(fList, Iter::kHead_IterStart); local
56 while (NULL != node) {
57 SkTCast<T*>(node->fObj)->~T();
58 Block* block = node->fBlock;
59 node = iter.next();
62 block->fNodes[i].~Node();
71 Node* node = this->createNode(); local
80 Node* node = this->createNode(); local
89 Node* node = this->createNode(); local
98 Node* node = this->createNode(); local
128 Node* node = fList.head(); local
137 Node* node = fList.head(); local
146 Node* node = reinterpret_cast<Node*>(t); local
245 Node* node = fFreeList.head(); local
346 Node* node = this->createNode(); local
354 Node* node = this->createNode(); local
    [all...]
  /external/skia/src/xml/
SkDOM.cpp 16 bool SkXMLParser::parse(const SkDOM& dom, const SkDOMNode* node)
18 const char* elemName = dom.getName(node);
23 SkDOM::AttrIter iter(dom, node);
30 if ((node = dom.getFirstChild(node)) != NULL)
32 if (!this->parse(dom, node))
34 } while ((node = dom.getNextSibling(node)) != NULL);
76 const SkDOM::Node* SkDOM::getRootNode() const
81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) cons
217 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr), local
    [all...]
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 352 // Set the entity caps node for the server if one is send
355 String node = parser.getAttributeValue(null, "node"); local
357 if (ver != null && node != null) {
358 String capsNode = node + "#" + ver;
360 // we have to set the services caps node in the connection
  /external/smack/src/org/jivesoftware/smackx/provider/
VCardProvider.java 138 Node photoNode = photo.item(0);
142 List<Node> nodes = new ArrayList<Node>(childNodeCount);
148 for (Node n : nodes) {
188 Node node = nodes.item(j); local
189 if (node.getNodeType() != Node.ELEMENT_NODE) continue;
190 String nodeName = node.getNodeName();
192 value = getTextContent(node);
226 Node node = childNodes.item(j); local
259 Node node = childNodes.item(i); local
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 248 FSMnode* node; local
256 node = &fst->FSMnode_list[fr_node];
257 iarc = node->first_prev_arc;
272 node = &fst->FSMnode_list[fr_node];
273 iarc = node->un_ptr.first_next_arc;
346 int traverse_tree(tree_node* node, tree_head *tree_topo, int *num_terminal_nodes)
348 if(node)
351 if(node->node.quest_index < 0) {
354 if( node->term.pelid < tree_topo->low_pel_no)
    [all...]
  /external/tinyxml/
tinyxml.cpp 157 TiXmlNode* node = firstChild; local
160 while ( node )
162 temp = node;
163 node = node->next;
178 TiXmlNode* node = firstChild; local
181 while ( node )
183 temp = node;
184 node = node->next
212 TiXmlNode* node = addThis.Clone(); local
324 const TiXmlNode* node; local
336 TiXmlNode* node; local
348 const TiXmlNode* node; local
359 TiXmlNode* node; local
422 const TiXmlNode* node; local
433 TiXmlNode* node; local
444 const TiXmlNode* node; local
455 TiXmlNode* node; local
466 TiXmlAttribute* node = attributeSet.Find( name ); local
476 const TiXmlNode* node; local
490 TiXmlNode* node; local
504 const TiXmlNode* node; local
518 TiXmlNode* node; local
532 const TiXmlNode* node; local
546 TiXmlNode* node; local
560 const TiXmlNode* node; local
574 TiXmlNode* node; local
589 const TiXmlNode* node; local
601 TiXmlNode* node; local
655 TiXmlAttribute* node = attributeSet.First(); local
664 const TiXmlAttribute* node = attributeSet.Find( name ); local
703 const TiXmlAttribute* node = attributeSet.Find( name ); local
713 const TiXmlAttribute* node = attributeSet.Find( name ); local
747 TiXmlAttribute* node = attributeSet.Find( name ); local
787 TiXmlNode* node; local
830 TiXmlNode* node; local
863 TiXmlNode* node = 0; local
1138 const TiXmlNode* node; local
1148 const TiXmlNode* node; local
1545 TiXmlAttribute* node; local
1563 const TiXmlAttribute* node; local
1575 TiXmlAttribute* node; local
    [all...]
tinyxmlparser.cpp 649 // We now have something we presume to be a node of
650 // some sort. Identify it, and call the node to
652 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING ); local
654 if ( node )
656 node->StreamIn( in, tag );
657 bool isElement = node->ToElement() != 0;
658 delete node;
659 node = 0;
733 TiXmlNode* node = Identify( p, encoding ); local
734 if ( node )
1000 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING ); local
1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); local
1182 TiXmlNode* node = Identify( p, encoding ); local
    [all...]
xmltest.cpp 149 TiXmlNode* node = 0; local
161 node = doc.FirstChild( "ToDo" );
162 assert( node );
163 todoElement = node->ToElement();
168 node = todoElement->FirstChildElement(); // This skips the "PDA" comment.
169 assert( node );
170 itemElement = node->ToElement();
222 // And add the node to the existing list after the first child.
223 node = todoElement->FirstChild( "Item" );
224 assert( node );
882 TiXmlNode* node = docH.Child( 2 ).Node(); local
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 55 static int loadEffect(cnode *node);
56 // To get and add the effect pointed by the passed node to the gSubEffectList
285 uuid->clockSeq, uuid->node[0], uuid->node[1],uuid->node[2],
286 uuid->node[3],uuid->node[4],uuid->node[5]);
406 uuid->clockSeq, uuid->node[0], uuid->node[1],uuid->node[2]
485 cnode *node; local
501 cnode *node; local
567 cnode *node; local
622 cnode *node; local
638 cnode *node; local
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 120 ALOGV("Would have dispatched a message to a node that's already gone.");
190 bool OMX::livesLocally(node_id /* node */, pid_t pid) {
223 const char *name, const sp<IOMXObserver> &observer, node_id *node) {
226 *node = 0;
243 *node = makeNodeID(instance);
244 mDispatchers.add(*node, new CallbackDispatcher(instance));
246 instance->setHandle(*node, handle);
254 status_t OMX::freeNode(node_id node) {
255 OMXNodeInstance *instance = findInstance(node);
262 // same time that a client attempts to free the node explicitly
491 node_id node = (node_id)++mNodeCounter; local
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 116 Log.i(LOG_TAG, "Refreshing cached node.");
128 // The node changed so we will just refresh it right now.
138 * window and the accessibility id of the node.
140 * @param windowId The id of the window hosting the node.
141 * @param accessibilityNodeId The info accessibility node id.
202 * @param info The node to cache.
220 // If the added node is in the cache we have to be careful if
292 * Clears a subtree rooted at the node with the given id that is
334 * node, and for every window there is a single accessibility focused node
385 AccessibilityNodeInfo node = nodes.valueAt(j); local
    [all...]
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 139 RenderNode* node = mPendingAnimatingRenderNodes[i].get(); local
140 context->addAnimatingRenderNode(*node);
225 RootRenderNode* node = new RootRenderNode(env); local
226 node->incStrong(0);
227 node->setName("RootRenderNode");
228 return reinterpret_cast<jlong>(node);
333 RenderNode* node = reinterpret_cast<RenderNode*>(nodePtr); local
334 proxy->buildLayer(node);

Completed in 1979 milliseconds

<<41424344454647484950>>