HomeSort by relevance Sort by last modified time
    Searched defs:orphans (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 99 short orphans; member in class:WebCore::StyleRareInheritedData
RenderStyle.h 731 short orphans() const { return rareInheritedData->orphans; } function in class:WebCore::RenderStyle
    [all...]
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 545 RTreeNodes orphans; local
549 test_parent->RemoveChild(test_parent->child(1), &orphans));
550 EXPECT_EQ(0U, orphans.size());
557 test_parent->RemoveChild(test_parent->child(1), &orphans));
558 EXPECT_EQ(0U, orphans.size());
565 test_parent->RemoveChild(test_parent->child(0), &orphans));
566 EXPECT_EQ(0U, orphans.size());
602 // Now remove all of the level 0 nodes so we get the record nodes as orphans.
603 RTreeNodes orphans; local
605 level_1_children[i / 2]->RemoveChild(level_0_children[i], &orphans);
    [all...]
r_tree_base.cc 131 NodeBase* child_node, Nodes* orphans) {
136 orphans->push_back(orphan.release());
606 Nodes orphans; local
607 scoped_ptr<NodeBase> removed_node(parent->RemoveChild(node, &orphans));
622 parent->RemoveChild(child, &orphans);
633 while (!orphans.empty()) {
634 Nodes::iterator last_element = orphans.end() - 1;
636 orphans.weak_erase(last_element);
  /external/opencv/cv/src/
cvstereogc.cpp 81 GCVtx** orphans; member in struct:CvStereoGCState2
123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans )
126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) );
128 newOrphans[i] = orphans[i];
129 cvFree( &orphans );
130 orphans = newOrphans;
142 GCVtx** orphans = _orphans; local
242 // modify weights of the edges along the path and collect orphans
258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
259 orphans[norphans++] = v
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2394 Orphans orphans; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 1117 int orphans = style()->hasAutoOrphans() ? style()->initialOrphans() : style()->orphans(); local
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 409 * @param table the table whose orphans are to be removed
767 final Cursor orphans = db.rawQuery(ORPHAN_BODY_MESSAGE_ID_SELECT, null); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /external/chromium_org/v8/test/cctest/
test-api.cc 7593 uint16_t orphans[8] = { 0x61, 0x62, 0xd800, 0x63, 0x64, 0xdc00, 0x65, 0x66 }; local
    [all...]

Completed in 666 milliseconds