HomeSort by relevance Sort by last modified time
    Searched refs:child1 (Results 51 - 75 of 93) sorted by null

1 23 4

  /libcore/jsr166-tests/src/test/java/jsr166/
PhaserTest.java 191 Phaser child1 = new Phaser(root, 1); local
195 assertState(child1, 0, 1, 1);
199 assertState(child1, 0, 1, 1);
204 assertState(child1, 0, 1, 1);
206 assertEquals(0, child1.arriveAndDeregister());
208 assertTerminated(child1, 1);
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 1694 scoped_refptr<Layer> child1 = Layer::Create(); local
2582 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
2730 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
2963 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
3052 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
3159 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
3230 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
3301 scoped_refptr<ContentLayer> child1 = CreateDrawableContentLayer(&client); local
3945 scoped_refptr<LayerWithForcedDrawsContent> child1 = local
6932 scoped_ptr<LayerImpl> child1 = local
8376 scoped_ptr<LayerImpl> child1 = LayerImpl::Create(host_impl.active_tree(), 2); local
    [all...]
occlusion_tracker_unittest.cc 1297 typename Types::LayerType* child1 = this->CreateSurface( local
1413 typename Types::LayerType* child1 = this->CreateSurface( local
1897 typename Types::ContentLayerType* child1 = this->CreateDrawingLayer( local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 177 // MockAbstractPreferences child1 = new MockAbstractPreferences(pref,
178 // "child1");
184 // MockAbstractPreferences(child1,
186 Preferences child1 = pref.node("child1"); local
190 child1.node("subchild1");
192 assertSame(pref, child1.parent());
560 AbstractPreferences child1 = new MockAbstractPreferences(pref, "child1"); local
561 assertSame(pref, child1.parent())
736 Preferences child1 = pref.node("child1"); local
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc 180 // child1
186 tree1_child1.SetName("Child1");
215 // child1
280 // Check that our references to the root, child1, and child2 are still valid,
312 // child1
327 tree1_child1.SetName("Child1");
380 // child1
597 ui::AXNodeData child1; local
598 child1.id = 2;
599 child1.child_ids.push_back(4)
    [all...]
  /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...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 773 Widget* child1 = NewWidget(); local
777 child1->Show();
782 child1->Hide();
783 EXPECT_EQ(child1, widget_hidden());
788 child1->Show();
789 EXPECT_EQ(child1, widget_shown());
812 Widget* child1 = NewWidget(); local
815 child1->OnNativeWidgetMove();
816 EXPECT_EQ(child1, widget_bounds_changed());
821 child1->OnNativeWidgetSizeChanged(gfx::Size())
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 114 views::View* MakeParent(views::View* child1, views::View* child2);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1624 const Node* child1 = chain1[--index1]; local
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc 1010 BookmarkNode* child1 = AsMutable(parent->GetChild(1)); local
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 655 Node* child1 = Node::Create(window_manager()); local
657 child1->AddChild(child11);
667 node->AddChild(child1);
  /external/chromium_org/ui/views/
view_unittest.cc 2797 View* child1 = new View; local
2855 View* child1 = new View; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 847 >>> child1 = elem[0]
852 >>> child1 == elem[0]
856 >>> elem[0:2] = [child2, child1]
859 >>> child1 == elem[1]
861 >>> child1 == elem[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 847 >>> child1 = elem[0]
852 >>> child1 == elem[0]
856 >>> elem[0:2] = [child2, child1]
859 >>> child1 == elem[1]
861 >>> child1 == elem[0]
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 117 View child1 = mLayoutManager.findViewByPosition(config.mOrientation == VERTICAL ? 1 local
120 assertNotNull(logPrefix + " child position 0 should be laid out", child1);
123 helper.getDecoratedStart(child0) >= helper.getDecoratedEnd(child1));
128 helper.getDecoratedStart(child1) >= helper.getDecoratedEnd(child0));
    [all...]
RecyclerViewLayoutTest.java 617 View child1 = lm.findViewByPosition(0);
619 lm.ignoreView(child1);
628 lm.removeAndRecycleView(child1, mRecyclerView.mRecycler);
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 919 const BookmarkNode* child1 = bookmark_model_->mobile_node()->GetChild(0); local
1653 const BookmarkNode* child1 = bookmark_model_->mobile_node()->GetChild(0); local
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 80 m;b.aabb.upperBound.y=e.upperBound.y+f;this.InsertLeaf(b);return true};u.prototype.Rebalance=function(b){if(b===undefined)b=0;if(this.m_root!=null)for(var e=0;e<b;e++){for(var f=this.m_root,m=0;f.IsLeaf()==false;){f=this.m_path>>m&1?f.child2:f.child1;m=m+1&31}++this.m_path;this.RemoveLeaf(f);this.InsertLeaf(f)}};u.prototype.GetFatAABB=function(b){return b.aabb};u.prototype.GetUserData=function(b){return b.userData};u.prototype.Query=function(b,e){if(this.m_root!=null){var f=new Vector,m=0;for(f[m++]=
81 this.m_root;m>0;){var r=f[--m];if(r.aabb.TestOverlap(e))if(r.IsLeaf()){if(!b(r))break}else{f[m++]=r.child1;f[m++]=r.child2}}}};u.prototype.RayCast=function(b,e){if(this.m_root!=null){var f=e.p1,m=e.p2,r=w.SubtractVV(f,m);r.Normalize();r=w.CrossFV(1,r);var s=w.AbsV(r),v=e.maxFraction,t=new B,x=0,C=0;x=f.x+v*(m.x-f.x);C=f.y+v*(m.y-f.y);t.lowerBound.x=Math.min(f.x,x);t.lowerBound.y=Math.min(f.y,C);t.upperBound.x=Math.max(f.x,x);t.upperBound.y=Math.max(f.y,C);var J=new Vector,T=0;for(J[T++]=this.m_root;T>
82 0;){v=J[--T];if(v.aabb.TestOverlap(t)!=false){x=v.aabb.GetCenter();C=v.aabb.GetExtents();if(!(Math.abs(r.x*(f.x-x.x)+r.y*(f.y-x.y))-s.x*C.x-s.y*C.y>0))if(v.IsLeaf()){x=new S;x.p1=e.p1;x.p2=e.p2;x.maxFraction=e.maxFraction;v=b(x,v);if(v==0)break;if(v>0){x=f.x+v*(m.x-f.x);C=f.y+v*(m.y-f.y);t.lowerBound.x=Math.min(f.x,x);t.lowerBound.y=Math.min(f.y,C);t.upperBound.x=Math.max(f.x,x);t.upperBound.y=Math.max(f.y,C)}}else{J[T++]=v.child1;J[T++]=v.child2}}}}};u.prototype.AllocateNode=function(){if(this.m_freeList){var b=
83 this.m_freeList;this.m_freeList=b.parent;b.parent=null;b.child1=null;b.child2=null;return b}return new H};u.prototype.FreeNode=function(b){b.parent=this.m_freeList;this.m_freeList=b};u.prototype.InsertLeaf=function(b){++this.m_insertionCount;if(this.m_root==null){this.m_root=b;this.m_root.parent=null}else{var e=b.aabb.GetCenter(),f=this.m_root;if(f.IsLeaf()==false){do{var m=f.child1;f=f.child2;f=Math.abs((m.aabb.lowerBound.x+m.aabb.upperBound.x)/2-e.x)+Math.abs((m.aabb.lowerBound.y+m.aabb.upperBound.y)/
84 2-e.y)<Math.abs((f.aabb.lowerBound.x+f.aabb.upperBound.x)/2-e.x)+Math.abs((f.aabb.lowerBound.y+f.aabb.upperBound.y)/2-e.y)?m:f}while(f.IsLeaf()==false)}e=f.parent;m=this.AllocateNode();m.parent=e;m.userData=null;m.aabb.Combine(b.aabb,f.aabb);if(e){if(f.parent.child1==f)e.child1=m;else e.child2=m;m.child1=f;m.child2=b;f.parent=m;b.parent=m;do{if(e.aabb.Contains(m.aabb))break;e.aabb.Combine(e.child1.aabb,e.child2.aabb);m=e;e=e.pa (…)
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 399 { label: 'child1' },
428 new Node('child1')
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 622 int64 child1 = MakeFolderWithParent(user_share(), BOOKMARKS, parent, NULL); local
624 ignore_result(MakeBookmarkWithParent(user_share(), child1, NULL));
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 

Completed in 3408 milliseconds

1 23 4