HomeSort by relevance Sort by last modified time
    Searched full:node1 (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 839 Node node1 = null; local
841 node1 = findNode(link.mToF.mScript);
843 node1 = findNode(link.mToK.mScript);
845 if (node1.mSeen) {
848 ret &= calcOrderRecurse(node1, node0.mOrder + 1);
    [all...]
  /external/v8/src/compiler/
escape-analysis.cc 303 bool IsEquivalentPhi(Node* node1, Node* node2) {
304 if (node1 == node2) return true;
305 if (node1->opcode() != IrOpcode::kPhi || node2->opcode() != IrOpcode::kPhi ||
306 node1->op()->ValueInputCount() != node2->op()->ValueInputCount()) {
309 for (int i = 0; i < node1->op()->ValueInputCount(); ++i) {
310 Node* input1 = NodeProperties::GetValueInput(node1, i);
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 77 * <p>The <code>//node1//node2</code> pattern will for instance match all nodes named
78 * <code>node2</code> which are descendant of a node named <code>node1</code> located anywhere in
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 527 ExampleStackTrace(LockGraphNode node1, LockGraphNode node2) {
528 super(node1.getLockName() + " -> " + node2.getLockName());
574 LockGraphNode node1,
577 super(node1, node2);
    [all...]
  /external/valgrind/include/
pub_tool_hashtable.h 75 typedef Word (*HT_Cmp_t) ( const void* node1, const void* node2 );
  /ndk/sources/host-tools/nawk-20071023/
proto.h 77 extern Node *node1(int, Node *);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 496 int node1; local
499 while (DTM.NULL != (node1 = list1.nextNode()))
501 XMLString s1 = getStringFromNode(node1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uuid.py 343 node1 = uuid.getnode()
344 self.check_node(node1, "getnode1")
350 self.assertEqual(node1, node2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uuid.py 343 node1 = uuid.getnode()
344 self.check_node(node1, "getnode1")
350 self.assertEqual(node1, node2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 343 node1 = uuid.getnode()
344 self.check_node(node1, "getnode1")
350 self.assertEqual(node1, node2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 343 node1 = uuid.getnode()
344 self.check_node(node1, "getnode1")
350 self.assertEqual(node1, node2)
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 2582 DomTreeNodeT *node1 = postDomTree->getNode(blk1); local
    [all...]
  /external/v8/test/unittests/compiler/
machine-operator-reducer-unittest.cc 723 Node* node1 = graph()->NewNode(machine()->Word32Or(), shl_l, shr_l); local
724 Reduction reduction1 = Reduce(node1);
726 EXPECT_EQ(reduction1.replacement(), node1);
765 Node* node1 = graph()->NewNode(machine()->Word32Or(), shl, shr); local
766 Reduction reduction1 = Reduce(node1);
768 EXPECT_EQ(reduction1.replacement(), node1);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 73 * @param node1 the first node to test
78 public static Node getCommonAncestor(@NonNull Node node1, @NonNull Node node2) {
80 Node current = node1;
    [all...]
  /external/libxml2/include/libxml/
xpath.h 451 xmlXPathCmpNodes (xmlNodePtr node1,
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 542 btSoftBody::Node *node1 = &(psb->m_nodes[1]); local
572 ar = (lr->m_n[0] - node0)/(node1 - node0);
573 br = (lr->m_n[1] - node0)/(node1 - node0);
    [all...]
  /external/libxml2/os400/libxmlrpg/
xpath.rpgle 449 d node1 value like(xmlNodePtr)
  /external/selinux/libsepol/cil/src/
cil_binary.c 1065 ebitmap_node_t *node1, *node2; local
1080 ebitmap_for_each_bit(&src_bitmap, node1, i) {
1126 ebitmap_node_t *node1, *node2; local
1153 ebitmap_for_each_bit(&src_bitmap, node1, i) {
2241 ebitmap_node_t *node1, *node2; local
2941 ebitmap_node_t *node1, *node2; local
    [all...]
  /external/libxml2/python/
libxml.c 3787 xmlNodePtr node1, node2; local
3806 xmlNodePtr node1; local
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
html5parser.py     [all...]
  /external/libxml2/
xpointer.c 207 * @node1: the first node
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
219 if ((node1 == NULL) || (node2 == NULL))
224 if (node1 == node2) {
231 return(xmlXPathCmpNodes(node1, node2));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 758 * F.ex. "node1/node2" would find a child "node1" that contains a child "node2" and
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-xpath.html 103 int <a href="#xmlXPathCmpNodes">xmlXPathCmpNodes</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node1, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlParser.java 159 * only path like "/node1/nodeA | /node1/nodeB" are supported.

Completed in 1086 milliseconds

1 23 4 5