HomeSort by relevance Sort by last modified time
    Searched full:inode (Results 326 - 350 of 1335) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridViewRule.java 24 import com.android.ide.common.api.INode;
34 public void onCreate(@NonNull INode node, @NonNull INode parent,
ListViewRule.java 23 import com.android.ide.common.api.INode;
36 public void onCreate(@NonNull INode node, @NonNull INode parent,
QuickContactBadgeRule.java 19 import com.android.ide.common.api.INode;
28 public void onCreate(@NonNull INode node, @NonNull INode parent,
SeekBarRule.java 23 import com.android.ide.common.api.INode;
33 public void onCreate(@NonNull INode node, @NonNull INode parent,
ZoomButtonRule.java 22 import com.android.ide.common.api.INode;
27 public void onCreate(@NonNull INode node, @NonNull INode parent,
SlidingDrawerRule.java 29 import com.android.ide.common.api.INode;
40 public void onCreate(@NonNull INode node, @NonNull INode parent,
57 INode handle = node.appendChild(SdkConstants.FQCN_BUTTON);
62 INode content = node.appendChild(SdkConstants.FQCN_LINEAR_LAYOUT);
TabHostRule.java 31 import com.android.ide.common.api.INode;
44 public void onCreate(@NonNull INode node, @NonNull INode parent,
56 INode linear = node.appendChild(FQCN_LINEAR_LAYOUT);
62 INode tab = linear.appendChild(FQCN_TAB_WIDGET);
67 INode frame = linear.appendChild(FQCN_FRAME_LAYOUT);
73 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT);
  /external/e2fsprogs/debugfs/
htree.c 32 struct ext2_inode *inode,
47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
94 sprintf(tmp, "%u 0x%08x-%08x (%d) %s ", dirent->inode,
110 struct ext2_inode *inode,
116 struct ext2_inode *inode,
148 htree_dump_int_block(fs, ino, inode, rootnode,
151 htree_dump_leaf_node(fs, ino, inode, rootnode,
159 struct ext2_inode *inode,
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
187 htree_dump_int_node(fs, ino, inode, rootnode
199 struct ext2_inode inode; local
357 ext2_ino_t inode; local
    [all...]
util.c 105 * an inode.
116 * inode number.
174 * This routine returns 1 if a filesystem is doesn't have its inode
313 * argument which is a file/inode number specifier.
316 ext2_ino_t *inode, int flags)
321 *inode = string_to_inode(argv[1]);
322 if (!*inode)
354 int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
359 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize);
361 com_err(cmd, retval, "while reading inode %u", ino)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 18 set sql "SELECT parentnode FROM $::O(zTab)_parent WHERE nodeno = $::O(iNode)"
19 set ::O(iNode) [db one $sql]
20 if {$::O(iNode) eq ""} {set ::O(iNode) 1}
24 set O(iNode) 1
58 set ::O(iNode) 1
69 set ::O(iNode) [lindex $::O(listbox_captions) $sel 1]
85 .status configure -text [cell_report db $::O(zTab) $::O(iNode) $i]
118 set iNode $::O(iNode)
    [all...]
  /external/e2fsprogs/e2fsck/
iscan.c 2 * Test to see how quickly we can scan the inode table (not doing
102 struct ext2_inode inode; local
121 com_err(program_name, retval, _("while opening inode scan"));
126 retval = ext2fs_get_next_inode(scan, &ino, &inode);
129 _("while getting next inode"));
  /external/e2fsprogs/po/
nl.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...]
zh_CN.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...]
  /external/kernel-headers/original/linux/
proc_fs.h 103 struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
115 extern struct inode *proc_get_inode(struct super_block *, unsigned int, struct proc_dir_entry *);
127 extern struct dentry *proc_lookup(struct inode *, struct dentry *, struct nameidata *);
252 int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
256 struct inode vfs_inode;
259 static inline struct proc_inode *PROC_I(const struct inode *inode)
261 return container_of(inode, struct proc_inode, vfs_inode);
264 static inline struct proc_dir_entry *PDE(const struct inode *inode)
    [all...]
nfs_xdr.h 381 struct inode * inode; member in struct:nfs3_setaclargs
726 struct inode *inode; member in struct:nfs_read_data
744 struct inode *inode; member in struct:nfs_write_data
777 int (*lookup) (struct inode *, struct qstr *,
779 int (*access) (struct inode *, struct nfs_access_entry *);
780 int (*readlink)(struct inode *, struct page *, unsigned int,
785 int (*create) (struct inode *, struct dentry *
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 79 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef in struct:__gnu_pbds::detail::trie_traits
81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator;
82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
83 typedef base_type::_Iter<node, leaf, head, inode, false> reverse_iterator;
84 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator;
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
126 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef in struct:__gnu_pbds::detail::trie_traits
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
130 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 79 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef in struct:__gnu_pbds::detail::trie_traits
81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator;
82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
83 typedef base_type::_Iter<node, leaf, head, inode, false> reverse_iterator;
84 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator;
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
126 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef in struct:__gnu_pbds::detail::trie_traits
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
130 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 79 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef in struct:__gnu_pbds::detail::trie_traits
81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator;
82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
83 typedef base_type::_Iter<node, leaf, head, inode, false> reverse_iterator;
84 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator;
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
126 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef in struct:__gnu_pbds::detail::trie_traits
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
130 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator
    [all...]
  /external/grub/stage2/
disk_inode.h 42 * @(#)inode.h 7.5 (Berkeley) 7/3/89
50 * There is a unique inode allocated for each active file,
52 * An inode is 'named' by its dev/inumber pair. (iget/iget.c)
53 * Data in icommon is read in from permanent inode on volume.
56 #define FFS_NDADDR 12 /* direct addresses in inode */
57 #define FFS_NIADDR 3 /* indirect addresses in inode */
73 mach_time_t ic_ctime; /* 32: last time inode changed */
fsys_ffs.c 75 #define INODE ((struct icommon *) ( FSYS_BUF + 16384 ))
104 return (INODE->i_db[file_block]);
108 if ((bnum = fsbtodb (SUPERBLOCK, INODE->i_ib[0])) != mapblock
153 size = blksize (SUPERBLOCK, INODE, logno);
189 /* main loop to find destination inode */
192 /* load current inode (defaults to the root inode) */
196 sizeof (struct dinode), (char *) INODE))
204 if ((INODE->i_mode & IFMT) != IFREG)
210 filemax = INODE->i_size
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.h 66 extern int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode);
68 ext2_ino_t inode);
69 extern int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode);
79 ext2_ino_t inode);
81 ext2_ino_t inode);
83 ext2_ino_t inode);
96 ino_t inode, int num);
327 ext2_ino_t inode)
330 inode);
334 ext2_ino_t inode)
    [all...]
  /external/e2fsprogs/misc/
e2image.c 110 com_err(program_name, retval, _("while writing inode table"));
124 com_err(program_name, retval, _("while writing inode bitmap"));
161 * ext2fs_check_directory; we use them since we already have the inode
163 * the inode again.
195 struct ext2_inode *inode) struct
199 *inode = *stashed_inode;
268 * Mark the blocks used for the inode table
286 * Mark block used for the inode bitmap
462 struct ext2_inode inode; local
489 com_err(program_name, retval, _("while opening inode scan"))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 27 import com.android.ide.common.api.INode;
28 import com.android.ide.common.api.INode.IAttribute;
59 private final Map<INode, ViewData> mNodeToView = new HashMap<INode, ViewData>();
62 DependencyGraph(INode layout) {
63 INode[] nodes = layout.getChildren();
80 for (INode child : nodes) {
145 public ViewData getView(INode node) {
160 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical)
    [all...]
  /external/blktrace/
rbtree.h 34 static inline struct page * rb_search_page_cache(struct inode * inode,
37 struct rb_node * n = inode->i_rb_page_cache.rb_node;
54 static inline struct page * __rb_insert_page_cache(struct inode * inode,
58 struct rb_node ** p = &inode->i_rb_page_cache.rb_node;
80 static inline struct page * rb_insert_page_cache(struct inode * inode,
85 if ((ret = __rb_insert_page_cache(inode, offset, node)))
87 rb_insert_color(node, &inode->i_rb_page_cache)
    [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 19 We assume that the user reached here using the dir command of the inode type and not by using settype dir, so
22 type_data is not changed! It still contains the inode of the file - We handle the directory in our own
23 variables, so that settype ext2_inode will "go back" to the inode of this directory.
44 This function is called by the inode of the directory when the user issues the dir command from the inode.
45 It is used to gather information about the inode and to reset some variables which we need in order to handle
53 ptr=&type_data.u.t_ext2_inode; /* type_data contains the inode */
56 info_ptr->inode_offset=device_offset; /* device offset contains the inode's offset */
196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
197 type_data is still intact and contains the inode of the current directory) into the object memory
    [all...]

Completed in 2315 milliseconds

<<11121314151617181920>>