/external/v8/tools/gyp/tools/ |
D | pretty_vcproj.py | 222 def SeekToNode(node1, child2): argument 244 def MergeAttributes(node1, node2): argument 269 def MergeProperties(node1, node2): argument
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-register-optimizer-unittest.cc | 130 BytecodeNode node1(Bytecode::kStar, NewTemporary().ToOperand()); in TEST_F() local 150 BytecodeNode node1(Bytecode::kStar, local.ToOperand()); in TEST_F() local 172 BytecodeNode node1(Bytecode::kMov, parameter.ToOperand(), temp1.ToOperand()); in TEST_F() local 192 BytecodeNode node1(Bytecode::kStar, temp0.ToOperand()); in TEST_F() local
|
/external/libxml2/doc/examples/ |
D | tree2.c | 29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ in main() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | YamlComposeTest.java | 43 ScalarNode node1 = (ScalarNode) node.getValue().get(0).getKeyNode(); in testComposeFromReader() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | gim_box_set.h | 507 SIMD_FORCE_INLINE void retrieve_node1_triangle(GUINT node1) in retrieve_node1_triangle() 529 SIMD_FORCE_INLINE void retrieve_node1_info(GUINT node1) in retrieve_node1_info() 538 SIMD_FORCE_INLINE bool node_collision(GUINT node0 ,GUINT node1) in node_collision() 592 GUINT node1 = stack_collisions.back().m_index2; in find_collision_pairs() local
|
D | btGImpactBvh.cpp | 360 int node0 ,int node1, bool complete_primitive_tests) in _node_collision() 379 int node0, int node1, bool complete_primitive_tests) in _find_collision_pairs_recursive()
|
D | btGImpactQuantizedBvh.cpp | 389 int node0 ,int node1, bool complete_primitive_tests) in _quantized_node_collision() 408 int node0, int node1, bool complete_primitive_tests) in _find_quantized_collision_pairs_recursive()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local 261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
|
/external/clang/test/SemaCXX/ |
D | arrow-operator.cpp | 35 Node** node1; in f() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOM2Helper.java | 229 public static boolean isNodeAfter(Node node1, Node node2) in isNodeAfter()
|
D | DOMHelper.java | 204 public static boolean isNodeAfter(Node node1, Node node2) in isNodeAfter() 339 public static boolean isNodeTheSame(Node node1, Node node2) in isNodeTheSame()
|
/external/snakeyaml/src/test/java/examples/jodatime/ |
D | JodaTimeFlowStylesTest.java | 51 Node node1 = dumper.represent(bean); in testLoadBeanWithBlockFlow() local
|
/external/v8/test/cctest/ |
D | test-profile-generator.cc | 139 ProfileNode* node1 = helper.Walk(&entry1); in TEST() local 199 ProfileNode* node1 = single_child_helper.Walk(&entry1); in TEST() local 389 ProfileNode* node1 = top_down_test_helper.Walk(entry1); in TEST() local
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestPhysicsCar.java | 134 Node node1 = new Node("wheel 1 node"); in buildPlayer() local
|
D | TestAttachDriver.java | 162 Node node1 = new Node("wheel 1 node"); in buildPlayer() local
|
/external/v8/src/compiler/ |
D | instruction-scheduler.cc | 17 ScheduleGraphNode *node1, ScheduleGraphNode *node2) const { in CompareNodes()
|
/external/v8/test/unittests/compiler/ |
D | state-values-utils-unittest.cc | 139 Node* node1 = builder.GetNodeForValues( in TEST_F() local
|
D | schedule-unittest.cc | 107 Node* node1 = Node::New(zone(), 1, &kDummyOperator, 0, nullptr, false); in TEST_F() local
|
D | graph-reducer-unittest.cc | 244 Node* node1 = graph()->NewNode(&kOpA1, node0); in TEST_F() local 263 Node* node1 = graph()->NewNode(&kOpA1, node0); in TEST_F() local 459 Node* node1 = graph()->NewNode(&kOpA1, node0); in TEST_F() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | CycleDetectingLockFactory.java | 527 ExampleStackTrace(LockGraphNode node1, LockGraphNode node2) { in ExampleStackTrace() 574 LockGraphNode node1, in PotentialDeadlockException()
|
/external/zopfli/src/zopfli/ |
D | katajainen.c | 149 Node* node1 = GetFreeNode(0, maxbits, pool); in InitLists() local
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyStructureTest.java | 124 private void compareNodes(Node node1, Node node2) { in compareNodes()
|
/external/valgrind/coregrind/ |
D | m_deduppoolalloc.c | 184 static Word cmp_pool_elt (const void* node1, const void* node2 ) in cmp_pool_elt()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator_unittest.cc | 21 PartitionTreeNode* node1 = in TEST() local
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/ |
D | _base.py | 112 def nodesEqual(self, node1, node2): argument
|