/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());
|
LayoutDirectionTest.java | 112 ViewGroup child2 = (ViewGroup) getActivity().findViewById(child2Id); local 113 assertEquals(child2ResDir, child2.getLayoutDirection());
|
/external/chromium_org/components/browser_context_keyed_service/ |
dependency_graph_unittest.cc | 72 DummyNode child2(&graph); 75 graph.AddEdge(&parent, &child2); 82 EXPECT_EQ(&child2, construction_order[2]); 87 EXPECT_EQ(&child2, destruction_order[0]);
|
browser_context_dependency_manager_unittest.cc | 81 TestService child2("child2", shutdown_order(), manager()); 83 DependOn(&child2, &parent); 88 EXPECT_STREQ("child2", (*shutdown_order())[0].c_str());
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
GridLayoutAnimationControllerTest.java | 116 * @param child2 120 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) { 123 long offsetTime2 = child2.getStartOffset(); 133 // child1 has started animation, child2 and child3 haven't started 135 child2.getTransformation(startTime + 500, transformation2); 141 // child1 has finished, child2 and child3 haven't started 143 child2.getTransformation(startTime + 1200, transformation2); 149 // child1 has finished, child2 has started animation, child3 hasn't started. 151 child2.getTransformation(startTime + 2000, transformation2); 157 // child1 and child2 have finished, child3 hasn't starte [all...] |
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
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...] |
/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/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...] |
tiled_layer_unittest.cc | 1685 scoped_refptr<FakeTiledLayer> child2 = make_scoped_refptr( local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/ |
sample.js | 44 {"title": "Child 2", "parentId": "parent", "id": "child2"}); 45 console.log("parent child1 child2");
|
/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. 362 Node child2) 367 short child2type = child2.getNodeType(); 405 else if (child2 == child || isNodeTheSame(child2, child)) 449 else if (child2 == child || isNodeTheSame(child2, child) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 442 TreePattern child2 = (TreePattern)tpattern.GetChild(i); 443 if (!ParseCore(child1, child2, labels)) { 454 * (root child1 ... child2). 521 object child2 = adaptor.GetChild(t2, i); 522 if (!EqualsCore(child1, child2, adaptor)) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 508 TreePattern child2 = (TreePattern)tpattern.GetChild( i ); 509 if ( !ParseCore( child1, child2, labels ) ) 521 * (root child1 ... child2). 597 object child2 = adaptor.GetChild( t2, i ); 598 if ( !EqualsCore( child1, child2, adaptor ) )
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeScope.cpp | 399 const TreeScope* child2 = chain2[--index2]; local 400 if (child1 != child2) { 402 Node* shadowHost2 = child2->rootNode()->parentOrShadowHostNode(); 406 for (const ShadowRoot* child = toShadowRoot(child2->rootNode())->olderShadowRoot(); child; child = child->olderShadowRoot())
|
/external/chromium_org/ui/aura/ |
window_unittest.cc | 275 Window child2(NULL); 276 child2.Init(ui::LAYER_NOT_DRAWN); 279 child1.AddChild(&child2); 283 EXPECT_TRUE(parent.Contains(&child2)); 287 EXPECT_FALSE(child2.Contains(&child1)); 715 Window child2(NULL); 716 child2.Init(ui::LAYER_NOT_DRAWN); 719 parent.AddChild(&child2); 722 EXPECT_EQ(&child2, parent.children()[1]); 725 EXPECT_EQ(child2.layer(), parent.layer()->children()[1]) [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());
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager_unittest.cc | 693 MenuItem* child2 = CreateTestItem(extension); local 694 child2->set_type(MenuItem::RADIO); 695 child2->SetChecked(true); 697 ASSERT_TRUE(child2->checked()); 702 manager_.AddChildItem(parent->id(), child2); 704 ASSERT_TRUE(child2->checked()); 708 manager_.RemoveContextMenuItem(child2->id()); 709 child2 = NULL;
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 169 // child2 180 tree1_child2.SetName("Child2"); 204 // child2 268 // Check that our references to the root, child1, and child2 are still valid, 302 // child2 328 tree1_child2.SetName("Child2"); 370 // child2 446 // Check that our references to the root and container and child2 are 598 AccessibilityNodeData child2; local 599 child2.id = 3 [all...] |
/external/chromium_org/ui/views/widget/ |
widget_interactive_uitest.cc | 344 Widget* child2 = CreateChildNativeWidgetWithParent(toplevel); local 353 child2->SetBounds(gfx::Rect(200, 10, 200, 200)); 356 child2->GetRootView()->AddChildView(view); 369 EXPECT_FALSE(child2->HasCapture()); 377 EXPECT_FALSE(child2->HasCapture()); 381 // Click on child2 388 EXPECT_TRUE(child2->HasCapture()); 396 EXPECT_FALSE(child2->HasCapture());
|
widget_unittest.cc | 801 Widget* child2 = NewWidget(); local 805 child2->Show(); 812 child2->Hide(); 813 EXPECT_EQ(child2, widget_hidden()); 818 child2->Show(); 819 EXPECT_EQ(child2, widget_shown()); 840 Widget* child2 = NewWidget(); local 845 child2->OnNativeWidgetMove(); 846 EXPECT_EQ(child2, widget_bounds_changed()); 851 child2->OnNativeWidgetSizeChanged(gfx::Size()) [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_common_unittest.cc | 1904 scoped_refptr<Layer> child2 = Layer::Create(); local 2798 scoped_refptr<LayerWithForcedDrawsContent> child2 = local 2946 scoped_refptr<LayerWithForcedDrawsContent> child2 = local 3108 scoped_refptr<LayerWithForcedDrawsContent> child2 = local 3197 scoped_refptr<LayerWithForcedDrawsContent> child2 = local 3444 scoped_refptr<ContentLayer> child2 = CreateDrawableContentLayer(&client); local 3924 scoped_refptr<LayerWithForcedDrawsContent> child2 = local 4071 scoped_refptr<LayerWithForcedDrawsContent> child2 = local 5030 scoped_ptr<LayerImpl> child2 = local 5077 LayerImpl* child2 = root->children()[1]; local 5177 scoped_ptr<LayerImpl> child2 = local 5227 LayerImpl* child2 = root->children()[1]; local 8939 scoped_ptr<LayerImpl> child2 = local [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 353 (root child1 ... child2). 574 child2 = tpattern.getChild(i) 575 if not self._parse(child1, child2, labels): 615 child2 = adaptor.getChild(t2, i) 616 if not self._equals(child1, child2, adaptor):
|
/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...] |