HomeSort by relevance Sort by last modified time
    Searched defs:child2 (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1.c 27 pthread_t child1, child2; local
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
44 if (pthread_join(child2, NULL)) {
locked_vs_unlocked3.c 45 pthread_t child1, child2; local
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
57 r= pthread_join(child2, NULL); assert(!r);
locked_vs_unlocked2.c 53 pthread_t child1, child2; local
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
65 r= pthread_join(child2, NULL); assert(!r);
tc22_exit_w_lock.c 37 pthread_t child1, child2; local
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java 29 Preferences child2 = sroot.node("child2"); local
34 assertContains(childNames, "child2");
40 childNames = child2.childrenNames();
46 assertContains(childNames, "child2");
49 child2.removeNode();
52 assertNotContains(childNames, "child2");
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 28 var child2 = chrome.contextMenus.create( variable
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);
  /sdk/emulator/qtools/tests/gtrace/
test.c 7 int child2();
117 a += child2();
163 int child2() function
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 83 Preferences child2 = uroot.node("\u4e2d child2"); local
93 childNames = child2.childrenNames();
100 child2.removeNode();
105 child2 = sroot.node("child2");
115 childNames = child2.childrenNames();
124 child2.removeNode();
AbstractPreferencesTest.java 176 .publicChildSpi("child2");
202 // MockAbstractPreferences child2 = new MockAbstractPreferences(pref,
203 // "child2");
211 pref.node("child2");
520 Preferences child2 = pref.node("child2"); local
521 assertSame(child2, ((MockAbstractPreferences) pref)
522 .publicChildSpi("child2"));
578 assertFalse(pref.nodeExists("child2/grandchild"));
579 pref.node("child2/grandchild")
963 MockAbstractPreferences child2 = new MockAbstractPreferences(p, local
1002 MockAbstractPreferences child2 = new MockAbstractPreferences(p, local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container_unittest.cc 54 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->allocation.y)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetelementsbytagnamens04.java 78 Element child2; local
87 child2 = doc.createElementNS(nullNS, "child");
90 appendedChild = element.appendChild(child2);
removeNamedItemNS03.java 85 Node child2; local
101 child2 = n2List.item(0);
102 assertNotNull("notnull", child2);
103 attributes = child2.getAttributes();
setNamedItemNS04.java 85 Node child2; local
102 child2 = n2List.item(0);
103 assertNotNull("notnull", child2);
104 attributes = child2.getAttributes();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 64 Element child2; local
74 child2 = doc.createElementNS(nullNS, "child");
78 element.appendChild(child2);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 319 ASSERT(node.child2 == NoNode && node.child3 == NoNode);
324 NodeIndex child2 = node.child2; local
325 if (child2 == NoNode) {
329 use(child2);
DFGNode.h 174 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, child3 member in struct:JSC::DFG::Node
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManagerTest.java 54 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); local
55 root.setChildren(Arrays.asList(child1, child2));
105 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); local
106 root.setChildren(Arrays.asList(child1, child2));
CanvasViewInfoTest.java 86 ViewInfo child2 = new ViewInfo("Button", child2Node, 0, 20, 70, 25); local
87 root.setChildren(Arrays.asList(child1, child2));
129 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); local
130 root.setChildren(Arrays.asList(child1, child2));
133 child2.setChildren(Arrays.asList(child21));
169 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); local
170 root.setChildren(Arrays.asList(child1, child2));
172 child2.setChildren(Arrays.asList(child21));
211 ViewInfo child2 = new ViewInfo("RelativeLayout", null /* layoutlib 4 */, 0, 20, 70, 25); local
212 root.setChildren(Arrays.asList(child1, child2));
254 ViewInfo child2 = new ViewInfo("RelativeLayout", null, 0, 20, 70, 25); local
310 ViewInfo child2 = new ViewInfo("RelativeLayout", null, 0, 20, 70, 25); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 386 View child2 = new RelativeLayout(mContext); local
387 tableLayout.addView(child2);
389 assertSame(child2, tableLayout.getChildAt(1));
398 assertSame(child2, tableLayout.getChildAt(1));
422 View child2 = new RelativeLayout(mContext); local
423 tableLayout.addView(child2, 0);
424 assertSame(child2, tableLayout.getChildAt(0));
433 assertSame(child2, tableLayout.getChildAt(0));
466 View child2 = new TableRow(mContext); local
467 assertNull(child2.getLayoutParams())
504 View child2 = new TableRow(mContext); local
    [all...]
TabHostTest.java 295 TextView child2 = (TextView) tabHost.getTabContentView().getChildAt(2); local
297 assertEquals(TabHostStubActivity.INITIAL_VIEW_TEXT, child2.getText().toString());
311 child2 = (TextView) tabHost.getTabContentView().getChildAt(2);
313 assertEquals(TabHostStubActivity.INITIAL_VIEW_TEXT, child2.getText().toString());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 357 TreePattern child2 = (TreePattern)tpattern.getChild(i); local
358 if ( !_parse(child1, child2, labels) ) {
368 * (root child1 ... child2).
425 Object child2 = adaptor.getChild(t2, i); local
426 if ( !_equals(child1, child2, adaptor) ) {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 809 Logger child2 = Logger.getLogger("testGetParent_NormalNamed.a.b.c"); local
810 assertSame(child2.getParent(), log);
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 2258 Node* child2 = chain2[--index2]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/jdiff/
xerces.jar 

Completed in 451 milliseconds

1 2