HomeSort by relevance Sort by last modified time
    Searched refs:test_node (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 202 scoped_ptr<RTreeNode> test_node(new RTreeNode);
205 test_node->AddChild(scoped_ptr<RTreeNodeBase>(
209 ValidateNode(test_node.get(), 1U, 20U);
212 test_node->RemoveNodesForReinsert(1, &removals);
215 // There should be 19 left in the test_node.
216 EXPECT_EQ(19U, test_node->count());
217 // If we fix up the bounds on the test_node, it should verify.
218 NodeRecomputeLocalBounds(test_node.get());
219 ValidateNode(test_node.get(), 2U, 20U);
225 test_node->RemoveNodesForReinsert(2, &removals)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /external/chromium_org/third_party/libxml/src/
valid.c 6948 xmlNode *test_node; local
    [all...]
  /external/libxml2/
valid.c 6957 xmlNode *test_node; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
UUIDTest.java 168 public void test_node() { method in class:UUIDTest
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 95 def test_node(self): member in class:TestNodes
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 95 def test_node(self): member in class:TestNodes

Completed in 490 milliseconds