/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 546 self.child1 = ttk.Label() 548 self.nb.add(self.child1, text='a') 552 self.child1.destroy() 561 self.assertRaises(Tkinter.TclError, self.nb.tab, self.child1) 568 self.nb.add(self.child1, text='a') 598 self.nb.hide(self.child1) 599 self.nb.add(self.child1) 624 child1_index = self.nb.index(self.child1) 625 self.nb.forget(self.child1) 626 self.assertFalse(str(self.child1) in self.nb.tabs() [all...] |
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager_unittest.cc | 85 TestService child1("child1", shutdown_order(), manager()); 87 DependOn(&child1, &parent); 94 EXPECT_STREQ("child1", (*shutdown_order())[1].c_str());
|
/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));
|
CanvasViewInfoTest.java | 84 ViewInfo child1 = new ViewInfo("Button", child1Node, 0, 0, 50, 20); local 87 root.setChildren(Arrays.asList(child1, child2)); 127 ViewInfo child1 = new ViewInfo("CheckBox", null, 0, 0, 50, 20); local 130 root.setChildren(Arrays.asList(child1, child2)); 167 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local 170 root.setChildren(Arrays.asList(child1, child2)); 209 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local 212 root.setChildren(Arrays.asList(child1, child2)); 251 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local 256 root.setChildren(Arrays.asList(child1, child2, child3)) 308 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local [all...] |
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 200 // MockAbstractPreferences child1 = new MockAbstractPreferences(pref, 201 // "child1"); 207 // MockAbstractPreferences(child1, 209 Preferences child1 = pref.node("child1"); local 213 child1.node("subchild1"); 215 assertSame(pref, child1.parent()); 604 AbstractPreferences child1 = new MockAbstractPreferences(pref, "child1"); local 605 assertSame(pref, child1.parent()) 785 Preferences child1 = pref.node("child1"); local [all...] |
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 134 // child1 140 tree1_child1.name = UTF8ToUTF16("Child1"); 169 // child1 181 tree2_child1.name = UTF8ToUTF16("Child1"); 242 // Check that our references to the root, child1, and child2 are still valid, 274 // child1 289 tree1_child1.name = UTF8ToUTF16("Child1"); 342 // child1 369 tree2_child1.name = UTF8ToUTF16("Child1");
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridViewTest.java | 254 View child1 = mGridView.getChildAt(1); local 255 assertEquals(0, child1.getLeft() - child0.getRight()); 265 child1 = mGridView.getChildAt(1); 266 assertEquals(5, child1.getLeft() - child0.getRight()); 282 View child1 = mGridView.getChildAt(1); local 283 assertEquals(0, child1.getTop() - child0.getBottom()); 293 child1 = mGridView.getChildAt(1); 294 assertEquals(5, child1.getTop() - child0.getBottom()); 528 View child1 = mGridView.getChildAt(1); 530 assertEquals(child0.getBottom(), child1.getBottom()) [all...] |
LayoutDirectionTest.java | 109 ViewGroup child1 = (ViewGroup) getActivity().findViewById(child1Id); local 110 assertEquals(child1ResDir, child1.getLayoutDirection());
|
CursorTreeAdapterTest.java | 73 mDatabase.execSQL("CREATE TABLE child1 (_id INTEGER PRIMARY KEY, value TEXT);"); 74 mDatabase.execSQL("INSERT INTO child1 (value) VALUES ('" + CHILD_VALUE_ONE + "');"); 75 mDatabase.execSQL("INSERT INTO child1 (value) VALUES ('" + CHILD_VALUE_TWO + "');"); 80 return mDatabase.query("child1", VALUE_PROJECTION, null, null, null, null, null);
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 70 * <p>The <code>/root/child1/child2</code> pattern will for instance match all nodes named 71 * <code>child2</code> which are children of a node named <code>child1</code> which are themselves 90 * <code>/child1</code> will fetch the text of its child named <code>child1</code> and 91 * <code>//child1</code> will match any <i>descendant</i> named <code>child1</code>. If several 95 * pattern to the previously described syntax. <code>//child1@price</code> will for instance match 96 * the attribute <code>price</code> of any <code>child1</code> descendant.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ListResourceBundleTest.java | 46 assertTrue("Missing key child1", result.contains("child1"));
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host_unittest.cc | 193 // +-- child1 (Widget, attached to host1) 203 scoped_ptr<Widget> child1(CreateChildForHost(toplevel()->GetNativeView(), 253 // +-- child1 (Widget, attached to host1) 268 scoped_ptr<Widget> child1(CreateChildForHost(toplevel()->GetNativeView(),
|
/frameworks/base/core/tests/coretests/res/layout/ |
linear_layout_weight.xml | 28 android:id="@+id/child1"
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager_unittest.cc | 687 MenuItem* child1 = CreateTestItem(extension); local 688 child1->set_type(MenuItem::RADIO); 689 child1->SetChecked(false); 693 ASSERT_FALSE(child1->checked()); 696 manager_.AddChildItem(parent->id(), child1); 697 ASSERT_TRUE(child1->checked()); 700 ASSERT_FALSE(child1->checked()); 707 ASSERT_TRUE(child1->checked()); 711 manager_.ChangeParent(child1->id(), NULL); 713 ASSERT_TRUE(child1->checked()) [all...] |
/external/chromium_org/ui/aura/ |
window_unittest.cc | 297 Window child1(NULL); 298 child1.Init(ui::LAYER_NOT_DRAWN); 302 parent.AddChild(&child1); 303 child1.AddChild(&child2); 306 EXPECT_TRUE(parent.Contains(&child1)); 310 EXPECT_FALSE(child1.Contains(&parent)); 311 EXPECT_FALSE(child2.Contains(&child1)); 738 Window child1(NULL); 739 child1.Init(ui::LAYER_NOT_DRAWN); 743 parent.AddChild(&child1); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.m | 485 ANTLRCommonTree *child1 = [ANTLRCommonTree newTreeWithTokenType:ANTLRTokenTypeUP]; 486 [parent1 addChild:child1]; 494 STAssertEquals([parent2 getChild:0], child1, @"Child for parent 2 should have been from parent 1"); 516 ANTLRCommonTree *child1 = [ANTLRCommonTree newTreeWithTokenType:ANTLRTokenTypeUP]; 517 [parent1 addChild:child1]; 530 STAssertEquals([parent2 getChild:0], child1, @"Child for parent 2 should have been from parent 1"); 537 ANTLRCommonTree *child1 = [ANTLRCommonTree newTreeWithTokenType:ANTLRTokenTypeUP]; 538 [parent1 addChild:child1]; 550 STAssertEquals([parent2 getChild:0], child1, @"Child for parent 2 should have been from parent 1");
|
/libcore/luni/src/test/java/tests/api/java/util/ |
ResourceBundleTest.java | 188 assertEquals("Wrong value child1", 189 "frFRVARChildValue1", bundle.getString("child1")); 300 assertEquals("Wrong value child1", 301 "frFRVARChildValue1", (String)bundle.getObject("child1"));
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common_unittest.cc | 2054 scoped_refptr<Layer> child1 = Layer::Create(); local 2950 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3098 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3216 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3305 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3412 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3483 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3551 scoped_refptr<ContentLayer> child1 = CreateDrawableContentLayer(&client); local 4177 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 5136 scoped_ptr<LayerImpl> child1 = local 5184 LayerImpl* child1 = root->children()[0]; local 5283 scoped_ptr<LayerImpl> child1 = local 5334 LayerImpl* child1 = root->children()[0]; local [all...] |
/external/chromium_org/ui/views/widget/ |
widget_unittest.cc | 458 Widget* child1 = CreateChildNativeWidgetWithParent(toplevel); local 463 child1->SetBounds(gfx::Rect(10, 10, 300, 300)); 466 child1->GetRootView()->AddChildView(view); 476 // Click on child1 483 EXPECT_TRUE(WidgetHasMouseCapture(child1)); 491 EXPECT_FALSE(WidgetHasMouseCapture(child1)); 504 EXPECT_FALSE(WidgetHasMouseCapture(child1)); 510 EXPECT_FALSE(WidgetHasMouseCapture(child1)); 1057 Widget* child1 = NewWidget(); local 1061 child1->Show() 1096 Widget* child1 = NewWidget(); local [all...] |
/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...] |
/external/chromium_org/tools/gyp/tools/ |
pretty_vcproj.py | 272 child1 = SeekToNode(node1, child2) 273 if child1: 274 MergeProperties(child1, child2)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeScope.cpp | 404 const TreeScope* child1 = chain1[--index1]; local 406 if (child1 != child2) { 407 Node* shadowHost1 = child1->rootNode()->parentOrShadowHostNode(); 413 if (child == child1)
|
/external/chromium_org/ui/views/controls/ |
single_split_view_unittest.cc | 148 MinimumSizedView *child1 = local 151 child0, child1, SingleSplitView::VERTICAL_SPLIT, &observer);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 441 object child1 = adaptor.GetChild(t1, i); 443 if (!ParseCore(child1, child2, labels)) { 454 * (root child1 ... child2). 520 object child1 = adaptor.GetChild(t1, i); 522 if (!EqualsCore(child1, child2, adaptor)) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 507 object child1 = adaptor.GetChild( t1, i ); 509 if ( !ParseCore( child1, child2, labels ) ) 521 * (root child1 ... child2). 596 object child1 = adaptor.GetChild( t1, i ); 598 if ( !EqualsCore( child1, child2, adaptor ) )
|