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

<<21222324252627282930>>

  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionInfoTest.java 97 assertEquals(expected.group, actual.group);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 82 * The group list. Each data are prefixed with "group". The content will be
93 mGroupList = createTestList(1, 4, "group");
173 fail("Should throw exception if group position is negative");
185 fail("Should throw exception if group position is beyond the group list'szie");
265 fail("Should throw exception if group position is negative");
277 fail("Should throw exception if group position is beyond the group list'szie");
337 fail("Should throw exception if group position is negative")
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclEntryImpl.java 91 if(user instanceof Group)
92 stringbuffer.append("Group.");
  /development/simulator/app/
SimRuntime.h 40 kCommandNewPGroup, // process group management
46 kCommandNewPGroupCreated, // send process group as argument
  /external/dbus/dbus/
dbus-sysdeps.h 94 /** A group ID */
155 dbus_gid_t gid; /**< group ID or DBUS_GID_UNSET */
176 /** Information about a UNIX group */
186 dbus_gid_t *group_ids; /**< Groups IDs, *including* above primary group */
187 int n_group_ids; /**< Size of group IDs array */
193 * Information about a UNIX group
198 char *groupname; /**< Group name */
349 dbus_gid_t gid; /**< Group owning file */
  /external/dbus/test/data/valid-config-files/
many-rules.conf 20 <deny group="root"/>
38 <deny group="root"/>
  /external/e2fsprogs/e2fsck/
problem.h 21 int group; member in struct:problem_context
29 * group.
45 * Latch group descriptor flags
49 #define PRL_LATCHED 0x0004 /* The latch group is latched */
50 #define PRL_SUPPRESS 0x0008 /* Suppress all latch group questions */
58 /* Block bitmap not in group */
61 /* Inode bitmap not in group */
64 /* Inode table not in group */
281 /* Bad primary block group descriptors */
284 /* Bad superblock in group */
    [all...]
  /external/e2fsprogs/lib/e2p/
ls.c 38 struct group *gr;
43 fprintf(f, "(group unknown)\n");
45 fprintf(f, "(group %s)\n", gr->gr_name);
232 fprintf(f, "Blocks per group: %u\n", sb->s_blocks_per_group);
233 fprintf(f, "Fragments per group: %u\n", sb->s_frags_per_group);
234 fprintf(f, "Inodes per group: %u\n", sb->s_inodes_per_group);
235 fprintf(f, "Inode blocks per group: %u\n", inode_blocks_per_group);
243 fprintf(f, "First meta block group: %u\n",
  /external/e2fsprogs/tests/f_dup2/
expect.1 33 Pass 5: Checking group summary information
34 Free blocks count wrong for group #0 (8, counted=22).
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 54 Pass 5: Checking group summary information
55 Free blocks count wrong for group #0 (77, counted=70).
  /external/e2fsprogs/tests/f_filetype/
expect.1 39 Pass 5: Checking group summary information
40 Free inodes count wrong for group #0 (50, counted=47).
  /external/libpcap/packaging/
pcap.spec 8 Group: Development/Libraries
16 Now maintained by "The Tcpdump Group"
pcap.spec.in 8 Group: Development/Libraries
16 Now maintained by "The Tcpdump Group"
  /external/libpng/
Y2KINFO 6 Since the PNG Development group is an ad-hoc body, we can't make
55 PNG Development Group
  /external/openssl/crypto/ecdh/
ecdhtest.c 132 const EC_GROUP *group; local
139 group = EC_KEY_get0_group(a);
156 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
158 if (!EC_POINT_get_affine_coordinates_GFp(group,
163 if (!EC_POINT_get_affine_coordinates_GF2m(group,
181 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
183 if (!EC_POINT_get_affine_coordinates_GFp(group,
188 if (!EC_POINT_get_affine_coordinates_GF2m(group,
  /external/qemu/android/skin/
composer.h 59 struct SkinPlateGroup group; member in struct:SkinPlateSpace
67 struct SkinPlateGroup group; member in union:SkinPlate
  /external/v8/tools/
js2c.py 179 name = const_match.group(1)
180 value = const_match.group(2).strip()
185 name = macro_match.group(1)
186 args = map(string.strip, macro_match.group(2).split(','))
187 body = macro_match.group(3).strip()
192 name = python_match.group(1)
193 args = map(string.strip, python_match.group(2).split(','))
194 body = python_match.group(3).strip()
  /frameworks/base/core/java/android/content/pm/
PermissionGroupInfo.java 25 * group known to the system. This corresponds to information collected from the
26 * AndroidManifest.xml's &lt;permission-group&gt; tags.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 165 * @param groupBy A filter declaring how to group rows, formatted as an SQL
166 * GROUP BY clause (excluding the GROUP BY itself). Passing null
205 appendClause(query, " GROUP BY ", groupBy);
262 * @param groupBy A filter declaring how to group rows, formatted
263 * as an SQL GROUP BY clause (excluding the GROUP BY
299 * @param groupBy A filter declaring how to group rows, formatted
300 * as an SQL GROUP BY clause (excluding the GROUP B
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 77 * Defines the UID/GID for the log group.
101 * Defines a secondary group id for access to the bluetooth hardware.
198 * Default thread group - gets a 'normal' share of the CPU
204 * Background non-interactive thread group - All threads in
205 * this group are scheduled with a reduced share of the CPU.
211 * Foreground 'boost' thread group - All threads in
212 * this group are scheduled with an increased share of the CPU
249 * @param gid The group-id under which the process will run.
250 * @param gids Additional group-ids associated with the process.
483 * @param gids null-ok; a list of supplementary group IDs that th
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
RegexTest.java 109 /* Must call find() first, otherwise group*() are undefined. */
114 assertEquals("bc", m.group(0));
115 assertEquals("b", m.group(1));
116 assertEquals("c", m.group(2));
117 assertEquals("", m.group(3));
126 assertEquals("a", m.group(0));
129 assertEquals("b", m.group(0));
132 assertEquals("c", m.group(0));
  /packages/apps/Launcher2/src/com/android/launcher2/
LiveFolderIcon.java 37 static LiveFolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
41 LayoutInflater.from(launcher).inflate(resId, group, false);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeStackCallInfo.java 57 mSourceFile = m.group(1);
59 mLineNumber = Integer.parseInt(m.group(2));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 191 int year = Integer.parseInt(m.group(1));
192 int month = Integer.parseInt(m.group(2));
193 int date = Integer.parseInt(m.group(3));
194 int hourOfDay = Integer.parseInt(m.group(4));
195 int minute = Integer.parseInt(m.group(5));
196 int second = Integer.parseInt(m.group(6));
201 String subSecondGroup = m.group(7);
206 boolean utcTime = m.group(8) != null;
  /system/extras/tests/sdcard/
plot_sdcard.py 55 self.name = res.group(1)
56 self.duration = float(res.group(2))
57 self.iteration = int(res.group(3))
99 self.kernel = re.search('Linux version ([0-9.]+-[^ ]+)', line).group(1)
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)

Completed in 115 milliseconds

<<21222324252627282930>>