Searched defs:child1 (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dlocked_vs_unlocked1.c27 pthread_t child1, child2; local
29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) {
39 if (pthread_join(child1, NULL)) {
H A Dbar_bad.c12 void* child1 ( void* arg ) function
53 pthread_create(&thr1, NULL, child1, (void*)bar3);
65 pthread_create(&thr2, NULL, child1, (void*)bar4);
H A Dlocked_vs_unlocked2.c53 pthread_t child1, child2; local
62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
64 r= pthread_join(child1, NULL); assert(!r);
H A Dlocked_vs_unlocked3.c45 pthread_t child1, child2; local
54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
56 r= pthread_join(child1, NULL); assert(!r);
H A Dtc22_exit_w_lock.c37 pthread_t child1, child2; local
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
43 r= pthread_join(child1, NULL); assert(!r);
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js26 var child1 = 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.cc53 GtkWidget* child1 = gtk_fixed_new(); local
55 gtk_container_add(GTK_CONTAINER(expanded_), child1); local
56 ASSERT_TRUE(FindChild(child1));
60 ASSERT_TRUE(FindChild(child1));
62 gtk_container_remove(GTK_CONTAINER(expanded_), child1); local
63 ASSERT_FALSE(FindChild(child1));
71 GtkWidget* child1 = gtk_fixed_new(); local
73 gtk_container_add(GTK_CONTAINER(expanded_), child1); local
81 EXPECT_EQ(0, child1->allocation.x);
82 EXPECT_EQ(0, child1
[all...]
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.cpp317 NodeIndex child1 = node.child1; local
318 if (child1 == NoNode) {
322 use(child1);
H A DDFGNode.h174 Node(NodeType op, ExceptionInfo exceptionInfo, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
177 , child1(child1)
186 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
189 , child1(child1)
199 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm1, OpInfo imm2, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
202 , child1(child1)
335 NodeIndex child1, 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.
359 * @return true if child 2 is after child1 in document order.
361 private static boolean isNodeAfterSibling(Node parent, Node child1, argument
366 short child1type = child1.getNodeType();
394 if (child1 == child || isNodeTheSame(child1, child))
438 if (child1
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model_unittest.cc976 BookmarkNode* child1 = AsMutable(parent->GetChild(1)); local
977 child1->set_title(ASCIIToUTF16("a"));
978 delete child1->Remove(child1->GetChild(0));
/external/webkit/Source/WebCore/dom/
H A DNode.cpp2257 Node* child1 = chain1[--index1]; local
2259 if (child1 != child2) {
2261 if (child1->nodeType() == ATTRIBUTE_NODE)
2268 if (!child1->nextSibling())
2271 // Otherwise we need to see which node occurs first. Crawl backwards from child2 looking for child1.
2273 if (child == child1)
/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/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 239 milliseconds