/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.core.runtime/.manager/ |
.fileTable.10 | 7 .orphans=3
|
.fileTable.9 | 7 .orphans=2
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleRareInheritedData.cpp | 62 , orphans(RenderStyle::initialOrphans()) 114 , orphans(o.orphans) 182 && orphans == o.orphans
|
StyleRareInheritedData.h | 79 short orphans; member in class:WebCore::StyleRareInheritedData
|
RenderStyle.h | 706 short orphans() const { return rareInheritedData->orphans; } function in class:WebCore::RenderStyle [all...] |
/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...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector.py | 252 are orphans and cannot be reached simply by clicking through the server.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
css.php | 82 'max-width', 'min-height', 'min-width', 'orphans', 'outline',
|
/packages/apps/Email/src/com/android/email/provider/ |
AccountReconciler.java | 89 * AccountManager. If there are any orphans (an account in one list without a corresponding
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlockLineLayout.cpp | 1596 int orphans = style()->hasAutoOrphans() ? style()->initialOrphans() : style()->orphans(); local [all...] |
RenderBlock.h | [all...] |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 242 SmallPtrSet<CodeGenRegister*, 8> Orphans; 244 // Clone inherited subregs and place duplicate entries in Orphans. 253 Orphans.insert(SI->second); 277 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second)) 285 // Now Orphans contains the inherited subregisters without a direct index. 301 while (!Indices.empty() && !Orphans.empty()) { 307 if (Orphans.erase(SI->second)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimatableValueFactory.cpp | 362 return createFromDouble(style.orphans());
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSProperties.in | 91 orphans type_name=short, custom_all
|
CSSPropertyNames.in | 160 orphans
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectorAdapter.java | 130 // Need to do the foldersort first with all folders present to avoid dropping orphans
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ext3_fs.h | 328 #define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ext3_fs.h | 328 #define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ext3_fs.h | 328 #define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSMetadata.js | 90 "line-height", "list-style-image", "list-style-position", "list-style-type", "list-style", "orphans", "pitch-range", 671 "orphans": { m: "page" }, [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
css.js | 371 "nav-left", "nav-right", "nav-up", "opacity", "order", "orphans", "outline",
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 462 #define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */
|
/external/kernel-headers/original/linux/ |
ext3_fs.h | 345 #define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
CSSPropertyAnimation.cpp | [all...] |