/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 21 struct inode;
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IFeedbackPainter.java | 34 void paint(IGraphics gc, INode targetNode, DropFeedback feedback);
|
INode.java | 42 public interface INode { 84 * This may return null if the {@link INode} was not created using a correct UiNode, 87 INode getRoot(); 94 INode getParent(); 99 INode[] getChildren(); 128 INode appendChild(String viewFqcn); 144 INode insertChildAt(String viewFqcn, int index); 153 void removeChild(INode node); 258 * An XML attribute in an {@link INode} with a namespace URI, a name and its current value.
|
/system/extras/ext4_utils/ |
contents.h | 30 u32 *inode; member in struct:dentry
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 221 fprintf(f, "Inode count: %u\n", sb->s_inodes_count); 235 fprintf(f, "Inode blocks per group: %u\n", inode_blocks_per_group); 293 fprintf(f, "First inode: %d\n", sb->s_first_ino); 294 fprintf(f, "Inode size: %d\n", sb->s_inode_size); 306 fprintf(f, "Journal inode: %u\n", 312 fprintf(f, "First orphan inode: %u\n", 325 fprintf(f, "inode blocks\n");
|
/external/grub/stage2/ |
fsys_iso9660.c | 44 /* iso fs inode data in memory */ 51 #define INODE \ 126 INODE->file_start = 0; 149 INODE->file_start = 0; 371 INODE->file_start = idr->extent.l; 412 if (INODE->file_start == 0) 426 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf))
|
disk_inode_ffs.h | 42 * @(#)inode.h 7.5 (Berkeley) 7/3/89 53 #define IC_FASTLINK 0x0001 /* Symbolic link in inode */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
MoveHandler.java | 33 import com.android.ide.common.api.INode; 53 public MoveHandler(INode layout, IDragElement[] elements, IClientRulesEngine rulesEngine) { 57 List<INode> nodes = new ArrayList<INode>(); 69 for (INode child : layout.getChildren()) { 76 // This tries to determine if an INode corresponds to an 166 INode firstNode = null;
|
GuidelineHandler.java | 58 import com.android.ide.common.api.INode; 85 public INode layout; 88 protected Collection<INode> mDraggedNodes; 116 protected Set<INode> mHorizontalDeps; 123 protected Set<INode> mVerticalDeps; 229 GuidelineHandler(INode layout, IClientRulesEngine rulesEngine) { 271 for (INode node : mDraggedNodes) { 272 INode from = match.edge.node; 274 INode to = node; 310 protected void addBounds(INode node, String id [all...] |
ConstraintPainter.java | 38 import com.android.ide.common.api.INode; 90 INode sourceNode = source.node; 91 INode targetNode = target.node; 111 public static void paintSelectionFeedback(IGraphics graphics, INode parentNode, 112 List<? extends INode> childNodes, boolean showDependents) { 115 Set<INode> horizontalDeps = dependencyGraph.dependsOn(childNodes, false /* vertical */); 116 Set<INode> verticalDeps = dependencyGraph.dependsOn(childNodes, true /* vertical */); 117 Set<INode> deps = new HashSet<INode>(horizontalDeps.size() + verticalDeps.size()); 122 for (INode node : deps) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
BaseLayoutRuleTest.java | 23 import com.android.ide.common.api.INode; 93 INode node = TestNode.create("android.widget.Button").id("@+id/Button012").add( 130 INode node = TestNode.create("android.widget.Button").id("@+id/Button012").add( 151 INode node = TestNode.create("android.widget.Button").id("@+id/Button012").add( 168 INode newNode = TestNode.create("a.w.B").id("@+id/foo").set("u", "key", "value").set("u", 186 INode newNode = TestNode.create("a.w.B").id("@+id/foo").set("u", "key", "value").set("u", 236 INode newNode = TestNode.create("a.w.B").id("@+id/foo");
|
LayoutTestBase.java | 25 import com.android.ide.common.api.INode; 65 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, 142 for (INode child : targetNode.getChildren()) { 272 public void select(Collection<INode> nodes) { 289 public Map<INode, Rect> measureChildren(INode parent, AttributeFilter filter) {
|
/external/e2fsprogs/misc/ |
dumpe2fs.c | 205 fputs(_(", Inode bitmap at "), stdout); 210 fputs(_("\n Inode table at "), stdout); 290 struct ext2_inode inode; local 298 retval = ext2fs_read_inode(fs, ino, &inode); 301 _("while reading journal inode")); 304 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file); 307 _("while opening journal inode")); 339 (inode.i_flags & EXT4_HUGE_FILE_FL)) 340 size = inode.i_blocks / (fs->blocksize / 1024); 342 size = inode.i_blocks >> 1 [all...] |
/external/e2fsprogs/lib/ext2fs/ |
initialize.c | 271 * the inode table blocks in the descriptor. If not, add some 293 * adjust inode count to reflect the adjusted inodes_per_group 319 * descriptors, the block bitmap, the inode bitmap, the inode 368 strcpy(buf, "inode bitmap for "); 386 * Note that although the block bitmap, inode bitmap, and 387 * inode table have not been allocated (and in fact won't be 391 * superblock and group descriptors (the inode tables and
|
/external/e2fsprogs/resize/ |
resize2fs.8.in | 91 \ 4\ \-\ Debug inode relocations 93 \ 8\ \-\ Debug moving the inode table
|
/external/kernel-headers/original/linux/ |
android_pmem.h | 70 int (*release)(struct inode *, struct file *)); 86 int (*release)(struct inode *, struct file *)) { return -ENOSYS; }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 20 import com.android.ide.common.api.INode; 208 Map<NodeProxy, List<INode>> clusters = 209 new HashMap<NodeProxy, List<INode>>(); 212 INode parent = node.getParent(); 214 List<INode> children = clusters.get(parent); 216 children = new ArrayList<INode>(); 226 for (Map.Entry<NodeProxy, List<INode>> entry : clusters.entrySet()) { 228 List<INode> children = entry.getValue();
|