Searched defs:child2 (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dlocked_vs_unlocked1.c27 pthread_t child1, child2; local
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
44 if (pthread_join(child2, NULL)) {
H A Dlocked_vs_unlocked2.c53 pthread_t child1, child2; local
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
65 r= pthread_join(child2, NULL); assert(!r);
H A Dlocked_vs_unlocked3.c45 pthread_t child1, child2; local
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
57 r= pthread_join(child2, NULL); assert(!r);
H A Dtc22_exit_w_lock.c37 pthread_t child1, child2; local
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js28 var child2 = chrome.contextMenus.create( variable
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_expanded_container_unittest.cc54 GtkWidget* child2 = gtk_fixed_new(); local
58 gtk_container_add(GTK_CONTAINER(expanded_), child2); local
59 ASSERT_TRUE(FindChild(child2));
64 ASSERT_TRUE(FindChild(child2));
66 gtk_container_remove(GTK_CONTAINER(expanded_), child2); local
67 ASSERT_FALSE(FindChild(child2));
72 GtkWidget* child2 = gtk_fixed_new(); local
75 child2, 10, 20); local
86 EXPECT_EQ(10, child2->allocation.x);
87 EXPECT_EQ(20, child2
[all...]
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.cpp319 ASSERT(node.child2 == NoNode && node.child3 == NoNode);
324 NodeIndex child2 = node.child2; local
325 if (child2 == NoNode) {
329 use(child2);
H A DDFGNode.h174 Node(NodeType op, ExceptionInfo exceptionInfo, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
178 , child2(child2)
186 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
190 , child2(child2)
199 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm1, OpInfo imm2, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
203 , child2(child2)
335 NodeIndex child1, child2, child member in struct:JSC::DFG::Node
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java348 * Figure out if child2 is after child1 in document order.
356 * @param parent Must be the parent of both child1 and child2.
357 * @param child1 Must be the child of parent and not equal to child2.
358 * @param child2 Must be the child of parent and not equal to child1.
362 Node child2)
367 short child2type = child2.getNodeType();
405 else if (child2 == child || isNodeTheSame(child2, child))
449 else if (child2 == child || isNodeTheSame(child2, chil
361 isNodeAfterSibling(Node parent, Node child1, Node child2) argument
[all...]
/external/webkit/Source/WebCore/dom/
H A DNode.cpp2258 Node* child2 = chain2[--index2]; local
2259 if (child1 != child2) {
2263 if (child2->nodeType() == ATTRIBUTE_NODE)
2266 if (!child2->nextSibling())
2271 // Otherwise we need to see which node occurs first. Crawl backwards from child2 looking for child1.
2272 for (Node* child = child2->previousSibling(); child; child = child->previousSibling()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 288 milliseconds