HomeSort by relevance Sort by last modified time
    Searched full:group (Results 251 - 275 of 3028) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/manifest/
permission-group-element.jd 1 page.title=&lt;permission-group&gt;
6 <dd><pre class="stx">&lt;permission-group android:<a href="#desc">description</a>="<i>string resource</i>"
16 permission join the group through the {@code permissionGroup} attribute of the
17 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></code> element. Members of a group are
30 <dd>User-readable text that describes the group. The text should be
40 <dd>A user-readable name for the group. As a convenience, the label can
47 <dd>The name of the group. This is the name that can be assigned to a
  /external/dbus/dbus/
dbus-userdb-util.c 170 * Gets group ID given groupname
174 * @returns #TRUE if group name existed and we got the GID
205 * Looks up a gid or group name in the user database. Only one of
211 * @param gid the group ID or #DBUS_GID_UNSET
212 * @param groupname group name or #NULL
226 /* See if the group is really a number */
309 * Gets the user information for the given group name,
310 * returned group info should not be freed.
313 * @param groupname the group name
314 * @param info return location for const ref to group inf
    [all...]
  /external/e2fsprogs/lib/ext2fs/
closefs.c 49 dgrp_t group,
61 (group * fs->super->s_blocks_per_group);
69 if (group == fs->group_desc_count-1) {
78 has_super = ext2fs_bg_has_super(fs, group);
85 meta_bg = group / meta_bg_size;
94 if (((group % meta_bg_size) == 0) ||
95 ((group % meta_bg_size) == 1) ||
96 ((group % meta_bg_size) == (meta_bg_size-1))) {
186 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group,
190 dgrp_t sgrp = group;
    [all...]
imager.c 63 unsigned int group, left, c, d; local
73 for (group = 0; group < fs->group_desc_count; group++) {
74 blk = fs->group_desc[(unsigned)group].bg_inode_table;
137 unsigned int group, c, left; local
147 for (group = 0; group < fs->group_desc_count; group++) {
148 blk = fs->group_desc[(unsigned)group].bg_inode_table
    [all...]
  /external/webkit/WebCore/manual-tests/
select_hr.html 94 You should see a popup menu with the following items: group label, option, separator (incl. in group).
99 <optgroup label="Group 1">
107 You should see a popup menu with the following items: separator, group label, option.
113 <optgroup label="Group 1">
120 You should see a popup menu with the following items: group label, option, separator, option, separator, option, two separators, (end of group), one option.
125 <optgroup label="Group 1">
139 You should see a popup menu with the following items: group label, one option two separators, (end of group), separator, group label, separator, two options, separator, (end of group), option
    [all...]
  /external/e2fsprogs/e2fsck/
swapfs.c 113 dgrp_t group; local
132 for (group = 0; group < fs->group_desc_count; group++) {
134 fs->group_desc[group].bg_inode_table,
138 _("while reading inode table (group %d)"),
139 group);
172 fs->group_desc[group].bg_inode_table,
176 _("while writing inode table (group %d)"),
177 group);
    [all...]
pass5.c 116 int group = 0; local
168 if (lazy_bg && (fs->group_desc[group].bg_flags &
180 ext2fs_bg_has_super(fs, group))
182 else if (i == fs->group_desc[group].bg_block_bitmap)
184 else if (i == fs->group_desc[group].bg_inode_bitmap)
186 else if (i >= fs->group_desc[group].bg_inode_table &&
187 (i < fs->group_desc[group].bg_inode_table
234 free_array[group] = group_free;
235 group ++;
241 if ((ctx->progress)(ctx, 5, group,
316 int group = 0; local
    [all...]
  /external/e2fsprogs/resize/
online.c 107 _("While trying to extend the last group"));
120 input.group = i;
139 printf("new group has %u blocks\n", input.blocks_count);
140 printf("new group will reserve %d blocks\n",
142 printf("new group has %d free blocks\n",
144 printf("new group has %d free inodes (%d blocks)\n",
147 printf("Adding group #%d\n", input.group);
152 _("While trying to add group #%d"),
153 input.group);
    [all...]
  /external/openssl/crypto/ec/
ec_mult.c 83 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
98 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group)
102 if (!group)
111 ret->group = group;
344 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
370 if (group->meth != r->meth)
378 return EC_POINT_set_to_infinity(group, r);
383 if (group->meth != points[i]->meth)
399 generator = EC_GROUP_get0_generator(group);
    [all...]
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
project.pbxproj 19 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
20 1A1BA1750EF2FB3200754486 /* Composition.qtz */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = Composition.qtz; sourceTree = "<group>"; };
21 1A624E580DCBC7F6006898C8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
26 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
52 sourceTree = "<group>";
62 sourceTree = "<group>";
72 sourceTree = "<group>";
80 sourceTree = "<group>";
88 sourceTree = "<group>";
158 sourceTree = "<group>";
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 74 // These are contained in the "container" preference group
98 // Property is missing so remove preference from group
141 "([^\\s]+)\\s+" + /* group 1: 2.6.22-omap1 */
142 "\\(([^\\s@]+(?:@[^\\s.]+)?)[^)]*\\)\\s+" + /* group 2: (xxxxxx@xxxxx.constant) */
144 "([^\\s]+)\\s+" + /* group 3: #26 */
146 "(.+)"; /* group 4: date */
159 return (new StringBuilder(m.group(1)).append("\n").append(
160 m.group(2)).append(" ").append(m.group(3)).append("\n")
161 .append(m.group(4))).toString()
    [all...]
  /development/pdk/docs/community/
index.jd 26 <li><b>Search the group archives to see whether your questions have already
45 href="http://groups.google.com/group/android-building">android-building</a><br/>
52 this is the right group for you. Discuss here the specifics of porting Android
57 href="http://groups.google.com/group/android-porting">android-porting</a><br/>
67 href="http://groups.google.com/group/android-platform">android-platform</a><br/>
75 this is your place. This group isn't for user-space topics (see
79 href="http://groups.google.com/group/android-kernel">android-kernel</a><br/>
87 <p>To subscribe to a group without using the Google Groups site, use the link
91 <li>Sign into the group via the Google Groups site. For example, for the android-framework group you woul
    [all...]
  /external/iproute2/include/
utils.h 133 static inline __u32 nl_mgrp(__u32 group)
135 if (group > 31 ) {
136 fprintf(stderr, "Use setsockopt for this group %d\n", group);
139 return group ? (1 << (group - 1)) : 0;
  /external/quake/quake/src/QW/gas2masm/
gas2masm.001 85 # Begin Group "Source Files"
92 # End Group
93 # Begin Group "Header Files"
96 # End Group
97 # Begin Group "Resource Files"
100 # End Group
gas2masm.dsp 85 # Begin Group "Source Files"
92 # End Group
93 # Begin Group "Header Files"
96 # End Group
97 # Begin Group "Resource Files"
100 # End Group
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.dsp 83 # Begin Group "Source Files"
90 # End Group
91 # Begin Group "Header Files"
94 # End Group
95 # Begin Group "Resource Files"
98 # End Group
  /frameworks/base/core/java/android/content/pm/
PermissionInfo.java 58 * The group this permission is a part of, as per
61 public String group; field in class:PermissionInfo
91 group = orig.group;
133 dest.writeString(group);
151 group = source.readString();
  /frameworks/base/core/java/android/view/
Menu.java 71 * Value to use for group and item identifier integers when you don't care
77 * First value for group and item identifier integers.
112 * any existing menu items in the same group.
151 * @param groupId The group identifier that this item should be part of.
154 * group.
168 * @param groupId The group identifier that this item should be part of.
171 * group.
210 * @param groupId The group identifier that this item should be part of.
213 * group.
227 * @param groupId The group identifier that this item should be part of
    [all...]
  /bionic/libc/unistd/
initgroups.c 35 initgroups (const char *user, gid_t group)
42 if (getgrouplist(user, group, groups, &numgroups) < 0) {
46 if (getgrouplist(user,group,groups,&numgroups) < 0) {
  /external/e2fsprogs/tests/f_bbinode/
expect.1 29 Pass 5: Checking group summary information
33 Free blocks count wrong for group #0 (1962, counted=1965).
42 Free inodes count wrong for group #0 (485, counted=477).
  /external/e2fsprogs/tests/f_orphan_dotdot_ft/
expect.1 40 Pass 5: Checking group summary information
44 Free blocks count wrong for group #0 (73, counted=74).
50 Directories count wrong for group #0 (6, counted=5).
  /external/elfutils/libasm/
asm_newscn_ingrp.c 1 /* Create new section, which is member of a group, in output file.
36 /* We managed to create a section group. Add it to the section
37 group. */
  /external/kernel-headers/original/linux/
efs_fs_sb.h 28 __be32 fs_cgfsize; /* size of cylinder group in bb's */
29 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
54 __u32 group_size; /* # of blocks a group consists of */
  /external/qemu/gdb-xml/
arm-vfp.xml 26 <reg name="fpsid" bitsize="32" type="int" group="float"/>
27 <reg name="fpscr" bitsize="32" type="int" group="float"/>
28 <reg name="fpexc" bitsize="32" type="int" group="float"/>
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/
AndroidManifest.xml 20 android:permissionGroup="android.permission-group.COST_MONEY"
25 android:permissionGroup="android.permission-group.COST_MONEY"
30 android:permissionGroup="android.permission-group.COST_MONEY"

Completed in 229 milliseconds

<<11121314151617181920>>