HomeSort by relevance Sort by last modified time
    Searched full:child2 (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /libcore/support/src/test/java/tests/support/
Support_TestResource_fr_FR_VAR.java 26 { "child2", "frFRVARChildValue2" },
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 96 // child1 has started animation, child2 and child3 haven't started
104 // child2 has started animation, child1 has finished and child3 hasn't started
112 // child3 has started animation, child1, child2 have finished
137 // child3 has started animation, child1 and child2 haven't started
145 // child2 has started animation, child3 has finished and child1 hasn't started
153 // child1 has started animation, child2 and child3 has finished
188 // child1 has started animation, child2 and child3 haven't started
196 // child1 has finished, child2 and child3 haven't started
204 // child1 has finished, child2 has started animation, child3 hasn't started.
212 // child1 and child2 have finished, child3 hasn't starte
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 369 child2 = ttk.Label()
374 self.paned.insert('end', child2)
376 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
378 self.paned.insert(0, child2)
379 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
383 (str(child2), str(child), str(child3)))
390 # moving child3 to child2 position should result in child2 ending up
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 369 child2 = ttk.Label()
374 self.paned.insert('end', child2)
376 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
378 self.paned.insert(0, child2)
379 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
383 (str(child2), str(child), str(child3)))
390 # moving child3 to child2 position should result in child2 ending up
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child))
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc 168 // child2
179 tree1_child2.name = UTF8ToUTF16("Child2");
203 // child2
264 // Check that our references to the root, child1, and child2 are still valid,
298 // child2
324 tree1_child2.name = UTF8ToUTF16("Child2");
366 // child2
441 // Check that our references to the root and container and child2 are
587 AccessibilityNodeData child2; local
588 child2.id = 3
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
where3.test 66 CREATE TABLE child2 ( child2key NVARCHAR, value NVARCHAR );
71 INSERT INTO child2 ( child2key, value ) VALUES ( 'C2.1', 'Value for C2.1' );
75 INSERT INTO child2 ( child2key, value ) VALUES ( 'C2.2', 'Value for C2.2' );
80 INSERT INTO child2 ( child2key, value ) VALUES ( 'C2.3', 'Value for C2.3' );
82 SELECT parent1.parent1key, child1.value, child2.value
85 INNER JOIN child2 ON child2.child2key = parent1.child2key;
92 SELECT parent1.parent1key, child1.value, child2.value
95 INNER JOIN child2 ON child2.child2key = parent1.child2key
    [all...]
  /external/bison/tests/
cxx-type.at 208 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
220 node->nterm.children[2] = child2;
221 if (child2)
222 child2->nodeInfo.parents += 1;
261 char *child2;
272 child2 = node_to_string (node->nterm.children[2]);
274 + strlen (child1) + strlen (child2) + 1);
275 sprintf (buffer, node->nterm.form, child0, child1, child2);
278 free (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);
  /external/chromium_org/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);
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane_unittest.cc 40 View* child2 = new FixedSizeView(gfx::Size(5, 5)); local
41 tabbed_pane->AddTab(ASCIIToUTF16("tab2"), child2);
65 EXPECT_EQ(bounds, child2->bounds());
  /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();
  /sdk/emulator/qtools/tests/gtrace/
test.c 7 int child2();
117 a += child2();
163 int child2() function
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 222 def SeekToNode(node1, child2):
224 if child2.nodeType == Node.TEXT_NODE:
228 current_name = child2.getAttribute("Name")
235 if sub_node.nodeName == child2.nodeName:
271 for child2 in node2.childNodes:
272 child1 = SeekToNode(node1, child2)
274 MergeProperties(child1, child2)
276 node1.appendChild(child2.cloneNode(True))
  /libcore/luni/src/test/java/tests/api/java/util/
ListResourceBundleTest.java 46 assertTrue("Missing key child2", result.contains("child2"));
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 110 scoped_ptr<LayerImpl> child2 = local
137 child2->SetPosition(gfx::PointF(11.f, 11.f));
138 child2->SetAnchorPoint(gfx::PointF());
139 child2->SetBounds(gfx::Size(18, 18));
140 child2->SetContentBounds(gfx::Size(18, 18));
141 child2->SetDrawsContent(true);
158 root->AddChild(child2.Pass());
211 LayerImpl* child2 = root->children()[1]; local
218 EXPECT_FALSE(child2->render_surface());
479 LayerImpl* child2 = root->children()[1] local
617 scoped_ptr<LayerImpl> child2 = local
666 scoped_ptr<LayerImpl> child2 = local
700 scoped_ptr<LayerImpl> child2 = local
709 LayerImpl* child2 = root->children()[1]; local
728 LayerImpl* child2 = root->children()[1]; 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...]
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager_unittest.cc 86 TestService child2("child2", shutdown_order(), manager());
88 DependOn(&child2, &parent);
93 EXPECT_STREQ("child2", (*shutdown_order())[0].c_str());
  /libcore/luni/src/test/java/tests/org/w3c/dom/
RemoveNamedItemNS.java 129 // Node child2;
145 // child2 = n2List.item(0);
146 // assertNotNull("notnull", child2);
147 // attributes = child2.getAttributes();
SetNamedItemNS.java 164 // Node child2;
181 // child2 = n2List.item(0);
182 // assertNotNull("notnull", child2);
183 // attributes = child2.getAttributes();
  /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));
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc 135 // child2
146 tree1_child2.name = UTF8ToUTF16("Child2");
170 // child2
187 tree2_child2.name = UTF8ToUTF16("Child2");
242 // Check that our references to the root, child1, and child2 are still valid,
276 // child2
302 tree1_child2.name = UTF8ToUTF16("Child2");
344 // child2
382 tree2_child2.name = UTF8ToUTF16("Child2");
447 // Check that our references to the root and container and child2 ar
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
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_org/cc/layers/
layer_unittest.cc 198 scoped_refptr<Layer> child2 = Layer::Create(); local
220 EXPECT_SET_NEEDS_FULL_TREE_SYNC(1, parent->InsertChild(child2, 1));
223 EXPECT_EQ(child2, parent->children()[1]);
225 EXPECT_EQ(parent.get(), child2->parent());
232 EXPECT_EQ(child2, parent->children()[1]);
243 scoped_refptr<Layer> child2 = Layer::Create(); local
254 parent->InsertChild(child2, 2459);
258 EXPECT_EQ(child2, parent->children()[1]);
264 scoped_refptr<Layer> child2 = Layer::Create(); local
271 EXPECT_SET_NEEDS_FULL_TREE_SYNC(1, parent->InsertChild(child2, 1))
366 scoped_refptr<Layer> child2 = Layer::Create(); local
    [all...]

Completed in 484 milliseconds

12 3 4 5