HomeSort by relevance Sort by last modified time
    Searched refs:child1 (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container_unittest.cc 53 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->allocation.y)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java 28 Preferences child1 = sroot.node("child1"); local
30 Preferences grandchild = child1.node("grand");
33 assertContains(childNames, "child1");
37 childNames = child1.childrenNames();
43 child1.removeNode();
45 assertNotContains(childNames, "child1");
51 assertNotContains(childNames, "child1");
OldNodeChangeEventTest.java 61 Preferences child1 = pref.node("mock1"); local
66 child1.removeNode();
109 Preferences child1 = pref.node("mock1"); local
114 child1.removeNode();
OldPreferencesTest.java 122 Preferences child1 = pref.node("child1"); local
126 child1.node("subchild1");
128 assertSame(pref, child1.parent());
130 assertEquals("child1", pref.childrenNames()[0]);
131 assertEquals(1, child1.childrenNames().length);
132 assertEquals("subchild1", child1.childrenNames()[0]);
612 Preferences child1 = pref.node("child1"); local
618 assertFalse(child1.nodeExists(""))
631 Preferences child1 = null; local
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 82 Preferences child1 = uroot.node("child1"); local
84 Preferences grandchild = child1.node("grand");
90 childNames = child1.childrenNames();
96 child1.removeNode();
104 child1 = sroot.node("child1");
106 grandchild = child1.node("grand");
112 childNames = child1.childrenNames();
118 child1.removeNode()
    [all...]
  /external/valgrind/main/helgrind/tests/
bar_bad.c 12 void* child1 ( void* arg ) function
53 pthread_create(&thr1, NULL, child1, (void*)bar3);
65 pthread_create(&thr2, NULL, child1, (void*)bar4);
tc22_exit_w_lock.c 37 pthread_t child1, child2; local
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
43 r= pthread_join(child1, NULL); assert(!r);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetelementsbytagnamens04.java 77 Element child1; local
86 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1", "dom:child");
89 appendedChild = element.appendChild(child1);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 74 if (node.child1 != NoNode)
75 printf("@%u", node.child1);
80 bool hasPrinted = node.child1 != NoNode;
142 if (node.child1 == NoNode) {
146 ref(node.child1);
162 if (node.child1 == NoNode) {
166 deref(node.child1);
DFGNonSpeculativeJIT.cpp 185 JSValueOperand thisValue(this, node.child1);
209 JSValueOperand value(this, node.child1);
218 if (isInt32Constant(node.child1)) {
222 bitOp(op, valueOfInt32Constant(node.child1), op2.registerID(), result.registerID());
226 IntegerOperand op1(this, node.child1);
233 IntegerOperand op1(this, node.child1);
249 IntegerOperand op1(this, node.child1);
260 IntegerOperand op1(this, node.child1);
273 IntegerOperand op1(this, node.child1);
286 IntegerOperand op1(this, node.child1);
    [all...]
DFGNode.h 174 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, child2, child3 member in struct:JSC::DFG::Node
    [all...]
DFGSpeculativeJIT.cpp 262 JSValueOperand value(this, node.child1);
271 if (isInt32Constant(node.child1)) {
275 bitOp(op, valueOfInt32Constant(node.child1), op2.registerID(), result.registerID());
279 SpeculateIntegerOperand op1(this, node.child1);
286 SpeculateIntegerOperand op1(this, node.child1);
302 SpeculateIntegerOperand op1(this, node.child1);
310 SpeculateIntegerOperand op1(this, node.child1);
323 IntegerOperand op1(this, node.child1);
335 SpeculateIntegerOperand op1(this, node.child1);
343 SpeculateIntegerOperand op1(this, node.child1);
    [all...]
DFGAliasTracker.h 63 if (possibleAlias.child1 == base && equalIgnoringLaterNumericConversion(possibleAlias.child2, property))
109 return (node2.op == ValueToNumber || node2.op == ValueToInt32 || node2.op == NumberToInt32) && op1 == node2.child1;
  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.js 52 child1 = new Node();
56 node.appendChild(child1);
69 node.removeChild(child1);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 63 Element child1; local
72 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1",
77 element.appendChild(child1);
  /sdk/emulator/qtools/tests/gtrace/
test.c 6 int child1();
116 a += child1();
153 int child1() function
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManagerTest.java 51 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); local
55 root.setChildren(Arrays.asList(child1, child2));
102 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); local
106 root.setChildren(Arrays.asList(child1, child2));
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 504 View child1 = new TextView(mContext); local
505 tableLayout.addView(child1);
506 assertSame(child1, tableLayout.getChildAt(0));
513 assertSame(child1, tableLayout.getChildAt(0));
522 assertSame(child1, tableLayout.getChildAt(0));
548 View child1 = new TextView(mContext); local
549 tableLayout.addView(child1, 0);
550 assertSame(child1, tableLayout.getChildAt(0));
558 assertSame(child1, tableLayout.getChildAt(1));
567 assertSame(child1, tableLayout.getChildAt(1))
596 View child1 = new TextView(mContext); local
642 View child1 = new TextView(mContext); local
    [all...]
GridViewTest.java 327 View child1 = mGridView.getChildAt(1); local
328 assertEquals(0, child1.getLeft() - child0.getRight());
338 child1 = mGridView.getChildAt(1);
339 assertEquals(5, child1.getLeft() - child0.getRight());
361 View child1 = mGridView.getChildAt(1); local
362 assertEquals(0, child1.getTop() - child0.getBottom());
372 child1 = mGridView.getChildAt(1);
373 assertEquals(5, child1.getTop() - child0.getBottom());
661 View child1 = mGridView.getChildAt(1);
663 assertEquals(child0.getBottom(), child1.getBottom())
    [all...]
HorizontalScrollViewTest.java 128 TextView child1 = new TextView(mActivity); local
130 scrollView.addView(child1);
154 TextView child1 = new TextView(mActivity); local
156 scrollView.addView(child1, 1);
169 child1 = new TextView(mActivity);
171 scrollView.addView(child1, -1);
206 TextView child1 = new TextView(mActivity); local
208 scrollView.addView(child1, new ViewGroup.LayoutParams(200, 100));
244 TextView child1 = new TextView(mActivity); local
246 scrollView.addView(child1, 0, new ViewGroup.LayoutParams(200, 100))
    [all...]
ScrollViewTest.java 147 TextView child1 = new TextView(mActivity); local
149 scrollView.addView(child1);
172 TextView child1 = new TextView(mActivity); local
174 scrollView.addView(child1, 1);
187 child1 = new TextView(mActivity);
189 scrollView.addView(child1, -1);
224 TextView child1 = new TextView(mActivity); local
226 scrollView.addView(child1, new ViewGroup.LayoutParams(200, 100));
262 TextView child1 = new TextView(mActivity); local
264 scrollView.addView(child1, 0, new ViewGroup.LayoutParams(200, 100))
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 26 var child1 = chrome.contextMenus.create( variable
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 159 * @param child1
164 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) {
165 long startTime = child1.getStartTime();
166 long offsetTime1 = child1.getStartOffset();
177 // child1 has started animation, child2 and child3 haven't started
178 child1.getTransformation(startTime + 500, transformation1);
185 // child1 has finished, child2 and child3 haven't started
186 child1.getTransformation(startTime + 1200, transformation1);
193 // child1 has finished, child2 has started animation, child3 hasn't started.
194 child1.getTransformation(startTime + 2000, transformation1)
    [all...]
  /external/antlr/src/org/antlr/runtime/tree/
TreeWizard.java 356 Object child1 = adaptor.getChild(t1, i); local
358 if ( !_parse(child1, child2, labels) ) {
368 * (root child1 ... child2).
424 Object child1 = adaptor.getChild(t1, i); local
426 if ( !_equals(child1, child2, adaptor) ) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 348 * 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,
366 short child1type = child1.getNodeType();
394 if (child1 == child || isNodeTheSame(child1, child))
438 if (child1 == child || isNodeTheSame(child1, child)
    [all...]

Completed in 1033 milliseconds

1 2