/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
AbsoluteLayoutRuleTest.java | 21 import com.android.ide.common.api.INode; 28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, 30 INode layout = TestNode.create("android.widget.AbsoluteLayout").id("@+id/AbsoluteLayout01") 46 INode inserted = dragInto(
|
TestNode.java | 29 import com.android.ide.common.api.INode; 56 /** Test/mock implementation of {@link INode} */ 58 public class TestNode implements INode { 118 // ==== INODE ==== 121 public @NonNull INode appendChild(@NonNull String viewFqcn) { 145 public @NonNull INode[] getChildren() { 146 return mChildren.toArray(new INode[mChildren.size()]); 165 public INode getParent() { 170 public INode getRoot() { 190 public @NonNull INode insertChildAt(@NonNull String viewFqcn, int index) [all...] |
/system/extras/ext4_utils/ |
ext4.h | 25 #define EXT4_ERROR_INODE(inode, fmt, a...) ext4_error_inode(__func__, (inode), (fmt), ## a); 63 struct inode *inode; member in struct:ext4_allocation_request 306 #define EXT4_INODE_SET_XTIME(xtime, inode, raw_inode) do { (raw_inode)->xtime = cpu_to_le32((inode)->xtime.tv_sec); if (EXT4_FITS_IN_INODE(raw_inode, EXT4_I(inode), xtime ## _extra)) (raw_inode)->xtime ## _extra = ext4_encode_extra_time(&(inode)->xtime); } while (0) 308 #define EXT4_INODE_GET_XTIME(xtime, inode, raw_inode) do { (inode)->xtime.tv_sec = (signed)le32_to_cpu((raw_inode)->xtime); if (EXT4_FITS_IN_INODE(raw_inode, EXT4 (…) 535 __le32 inode; member in struct:ext4_dir_entry 542 __le32 inode; member in struct:ext4_dir_entry_2 [all...] |
ext4_utils.c | 303 struct ext4_inode *inode = get_inode(EXT4_RESIZE_INO); local 304 if (inode == NULL) { 305 error("failed to get resize inode"); 322 inode_attach_resize(inode, reserve_inode_alloc); 324 inode->i_mode = S_IFREG | S_IRUSR | S_IWUSR; 325 inode->i_links_count = 1; 330 /* Allocate the blocks to hold a journal inode and connect them to the 331 reserved journal inode */ 334 struct ext4_inode *inode = get_inode(EXT4_JOURNAL_INO); local 335 if (inode == NULL) [all...] |
/external/e2fsprogs/po/ |
es.po | 12 #. "inode", and so on. In order to make it easier for translators, the 25 #. a dynamic %-expansion, which expands %i as an inode number, and so 28 #. expansions; so for example, "%Iu" expands to the inode's user id 29 #. ownership field (inode->i_uid). 34 #. %Di <dirent> -> ino inode number 39 #. %d <dir> inode number 41 #. %i <ino> inode number 42 #. %Is <inode> -> i_size 43 #. %IS <inode> -> i_extra_isize 44 #. %Ib <inode> -> i_block [all...] |
tr.po | 8 #. "inode", and so on. In order to make it easier for translators, the 21 #. a dynamic %-expansion, which expands %i as an inode number, and so 24 #. expansions; so for example, "%Iu" expands to the inode's user id 25 #. ownership field (inode->i_uid). 30 #. %Di <dirent> -> ino inode number 35 #. %d <dir> inode number 37 #. %i <ino> inode number 38 #. %Is <inode> -> i_size 39 #. %IS <inode> -> i_extra_isize 40 #. %Ib <inode> -> i_block [all...] |
vi.po | 9 #. "inode", and so on. In order to make it easier for translators, the 22 #. a dynamic %-expansion, which expands %i as an inode number, and so 25 #. expansions; so for example, "%Iu" expands to the inode's user id 26 #. ownership field (inode->i_uid). 31 #. %Di <dirent> -> ino inode number 36 #. %d <dir> inode number 38 #. %i <ino> inode number 39 #. %Is <inode> -> i_size 40 #. %IS <inode> -> i_extra_isize 41 #. %Ib <inode> -> i_block [all...] |
pl.po | 9 #. "inode", and so on. In order to make it easier for translators, the 22 #. a dynamic %-expansion, which expands %i as an inode number, and so 25 #. expansions; so for example, "%Iu" expands to the inode's user id 26 #. ownership field (inode->i_uid). 31 #. %Di <dirent> -> ino inode number 36 #. %d <dir> inode number 38 #. %i <ino> inode number 39 #. %Is <inode> -> i_size 40 #. %IS <inode> -> i_extra_isize 41 #. %Ib <inode> -> i_block [all...] |
sv.po | 11 #. "inode", and so on. In order to make it easier for translators, the 24 #. a dynamic %-expansion, which expands %i as an inode number, and so 27 #. expansions; so for example, "%Iu" expands to the inode's user id 28 #. ownership field (inode->i_uid). 33 #. %Di <dirent> -> ino inode number 38 #. %d <dir> inode number 40 #. %i <ino> inode number 41 #. %Is <inode> -> i_size 42 #. %IS <inode> -> i_extra_isize 43 #. %Ib <inode> -> i_block [all...] |
ca.po | 9 #. "inode", and so on. In order to make it easier for translators, the 22 #. a dynamic %-expansion, which expands %i as an inode number, and so 25 #. expansions; so for example, "%Iu" expands to the inode's user id 26 #. ownership field (inode->i_uid). 31 #. %Di <dirent> -> ino inode number 36 #. %d <dir> inode number 38 #. %i <ino> inode number 39 #. %Is <inode> -> i_size 40 #. %IS <inode> -> i_extra_isize 41 #. %Ib <inode> -> i_block [all...] |
/external/libcap-ng/libcap-ng-0.7/utils/ |
proc-llist.h | 37 unsigned long inode; // inode of socket member in struct:_lnode
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
IgnoredLayoutRule.java | 23 import com.android.ide.common.api.INode; 37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView,
|
GridLayoutRule.java | 43 import com.android.ide.common.api.INode; 157 final @NonNull INode parentNode, 158 final @NonNull List<? extends INode> children) { 185 @NonNull List<? extends INode> selectedNodes, 190 public void handle(@NonNull INode n) { 274 private String getCurrentOrientation(final INode node) { 283 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, 291 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, 305 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, 327 INode newChild [all...] |
/external/e2fsprogs/misc/ |
tune2fs.c | 270 * Remove the journal inode from the filesystem 274 struct ext2_inode inode; local 278 retval = ext2fs_read_inode(fs, ino, &inode); 281 _("while reading journal inode")); 296 _("while clearing journal inode")); 299 memset(&inode, 0, sizeof(inode)); 303 inode.i_flags &= ~EXT2_IMMUTABLE_FL; 304 retval = ext2fs_write_inode(fs, ino, &inode); 307 _("while writing journal inode")); 1209 struct ext2_inode inode; local [all...] |
mke2fs.conf.5.in | 115 because the inode table isn't being initialized lazily. 149 This relation specifies the default inode ratio if the user does not 152 inode ratio. 155 This relation specifies the default inode size if the user does not 158 inode size. 253 will be used, so the filesystem will have an inode size of 128. 311 This relation is a boolean which specifies whether the inode table should 314 enabled, the inode table will 323 This relation specifies the default inode ratio if the user does not 327 This relation specifies the default inode size if the user does no [all...] |
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 389 struct inode * inode; member in struct:nfs3_setaclargs 544 struct inode *inode; member in struct:nfs_read_data 561 struct inode *inode; member in struct:nfs_write_data 591 int (*lookup) (struct inode *, struct qstr *, 594 int (*access) (struct inode *, struct nfs_access_entry *); 595 int (*readlink)(struct inode *, struct page *, unsigned int, 601 int (*create) (struct inode *, struct dentry * [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
disk_parser.js | 78 var inode = parseInt(event[2]); 80 var key = device + '-' + inode; 93 var inode = parseInt(event[2]); 95 var key = device + '-' + inode; 99 inode: inode,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jffs2.h | 135 /* The JFFS2 raw inode structure: Used for storage on physical media. */ 147 jint32_t ino; /* Inode number. */ 152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ 163 jint32_t node_crc; /* CRC for the raw inode (excluding data) */ 188 jint32_t ino; /* inode number */ 205 jint32_t sum[0]; /* inode summary info */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jffs2.h | 135 /* The JFFS2 raw inode structure: Used for storage on physical media. */ 147 jint32_t ino; /* Inode number. */ 152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ 163 jint32_t node_crc; /* CRC for the raw inode (excluding data) */ 188 jint32_t ino; /* inode number */ 205 jint32_t sum[0]; /* inode summary info */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jffs2.h | 135 /* The JFFS2 raw inode structure: Used for storage on physical media. */ 147 jint32_t ino; /* Inode number. */ 152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ 163 jint32_t node_crc; /* CRC for the raw inode (excluding data) */ 188 jint32_t ino; /* inode number */ 205 jint32_t sum[0]; /* inode summary info */
|
/external/e2fsprogs/e2fsck/ |
journal.c | 52 struct inode *inode = journal->j_inode; 56 if (!inode) { 61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino, 62 &inode->i_ext2, NULL, 0, block, &pblk); 233 struct inode *j_inode = NULL; 272 "journal inode"); 455 /* The journal inode is bogus, remove and force full fsck */ 513 /* If we don't even have JFS_MAGIC, we probably have a wrong inode */ 924 struct ext2_inode inode; local [all...] |
util.c | 226 old_op = ehandler_operation(_("reading inode and block bitmaps")); 243 old_op = ehandler_operation(_("writing block and inode bitmaps")); 248 _("while rewriting block and inode bitmaps for %s"), 384 struct ext2_inode * inode, const char *proc) 388 retval = ext2fs_read_inode(ctx->fs, ino, inode); 391 _("while reading inode %lu in %s"), ino, proc); 397 struct ext2_inode *inode, int bufsize, 402 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize); 405 _("while reading inode %lu in %s"), ino, proc); 411 struct ext2_inode * inode, int bufsize [all...] |
/external/e2fsprogs/debugfs/ |
logdump.c | 164 printf("Inode %u is at group %u, block %u, offset %u\n", 600 * If the block is an inode block for the inode being searched 601 * for, then we need to dump the contents of that inode 632 struct ext2_inode *inode; local 635 fprintf(out_file, " (inode block for inode %u):\n", 638 inode = (struct ext2_inode *) (buf + inode_offset_to_dump); 639 internal_dump_inode(out_file, " ", inode_to_dump, inode, 0); 643 * on-disk inode, not from the journaled copy of th [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DynamicContextMenu.java | 32 import com.android.ide.common.api.INode; 165 List<INode> nodes = new ArrayList<INode>(selections.size()); 187 private List<IContributionItem> getMenuItems(List<INode> nodes) { 188 Map<INode, List<RuleAction>> allActions = new HashMap<INode, List<RuleAction>>(); 189 for (INode node : nodes) { 224 INode parent = selection.get(0).getNode().getParent(); 316 private Set<String> computeApplicableActionIds(Map<INode, List<RuleAction>> actions) { 322 for (Map.Entry<INode, List<RuleAction>> entry : actions.entrySet()) [all...] |
/external/e2fsprogs/lib/e2p/ |
ls.c | 225 fprintf(f, "Inode count: %u\n", sb->s_inodes_count); 239 fprintf(f, "Inode blocks per group: %u\n", inode_blocks_per_group); 297 fprintf(f, "First inode: %d\n", sb->s_first_ino); 298 fprintf(f, "Inode size: %d\n", sb->s_inode_size); 310 fprintf(f, "Journal inode: %u\n", 316 fprintf(f, "First orphan inode: %u\n", 329 fprintf(f, "inode blocks\n"); 336 fprintf(f, "Snapshot inode: %u\n", 358 fprintf(f, "First error inode #: %u\n", 372 fprintf(f, "Last error inode #: %u\n" [all...] |