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

1 2 34 5

  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 112 views::View* MakeParent(views::View* child1, views::View* child2);
  /external/tinyxml/docs/
classTiXmlHandle.html 90 TiXmlElement* child2 = child->NextSiblingElement( "Child" );
91 if ( child2 )
97 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1 ).Element();
98 if ( child2 )
index.html 126 TiXmlElement* child2 = child->NextSiblingElement( "Child" );
127 if ( child2 )
133 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1 ).Element();
134 if ( child2 )
  /external/tinyxml/
readme.txt 285 TiXmlElement* child2 = child->NextSiblingElement( "Child" );
286 if ( child2 )
296 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1 ).Element();
297 if ( child2 )
tinyxml.h     [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 126 pref.node("child2");
390 assertFalse(pref.nodeExists("child2/grandchild"));
391 pref.node("child2/grandchild");
392 assertTrue(pref.nodeExists("child2/grandchild"));
    [all...]
  /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
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 38 scoped_refptr<Layer> child2 = local
42 layer_tree_root->InsertChild(child2, reverse_order ? 0 : 1);
  /external/chromium_org/ui/views/
view_unittest.cc 2429 View* child2 = new View; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 928 MutableEntry child2(&wtrans, CREATE, parent2.Get(ID), "Pete");
929 ASSERT_TRUE(child2.good());
930 child2.Put(IS_DIR, true);
931 child2.Put(ID, id_factory.NewServerId());
932 child2.Put(BASE_VERSION, 1);
933 MutableEntry grandchild2(&wtrans, CREATE, child2.Get(ID), "Pete");
942 // child child2
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ResourceBundleTest.java 92 assertEquals("Wrong value child2", "frFRVARChildValue2", bundle
93 .getString("child2"));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1785 const Node* child2 = chain2[--index2]; local
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 235 TestDragElement.create("a.w.B").id("@+id/child2").set("uri", "childprop2a",
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 529 View child2 = mGridView.getChildAt(2);
531 assertEquals(child0.getLeft(), child2.getLeft());
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 194 { "parent1.child2", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
195 { "parent1.child2", false, Feature::WEB_PAGE_CONTEXT,
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 848 >>> child2 = elem[2]
854 >>> child2 == elem[1]
856 >>> elem[0:2] = [child2, child1]
857 >>> child2 == elem[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 848 >>> child2 = elem[2]
854 >>> child2 == elem[1]
856 >>> elem[0:2] = [child2, child1]
857 >>> child2 == elem[0]
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc     [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/chrome_frame/test/
navigation_test.cc     [all...]

Completed in 2000 milliseconds

1 2 34 5