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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_zero_group/
name 1 fallback for damaged group descriptors
  /external/e2fsprogs/tests/f_badprimary/
name 1 bad blocks in the primary superblock and group descriptors
  /external/e2fsprogs/tests/f_dupsuper/
name 1 blocks claimed by a file and superblock or group descriptors
  /packages/apps/IM/src/com/android/im/engine/
GroupListener.java 21 * Interface for group change events.
30 * Called when a chat group was successfully created.
32 * @param group the group was created.
34 public void onGroupCreated(ChatGroup group);
37 * Called when a chat group was successfully deleted.
39 * @param group the group was deleted.
41 public void onGroupDeleted(ChatGroup group);
44 * Called on joining in a chat group successfully
    [all...]
ChatGroupManager.java 44 * certain group changes.
75 * group is created or any error occurs. The newly created group is a
76 * temporary group and will be automatically deleted when all joined users
85 * registered GroupListeners will be notified when the group is deleted or
88 * @param group the ChatGroup to be deleted.
90 public abstract void deleteChatGroupAsync(ChatGroup group);
94 * the GroupGroupListeners registered on the group will be notified when the
98 * @param group the ChatGroup to which the member will add.
101 protected abstract void addGroupMemberAsync(ChatGroup group, Contact contact)
203 ChatGroup group = mGroups.get(groupAddress); local
221 mGroups.put(group.getAddress(), group); local
235 mGroups.put(group.getAddress(), group); local
    [all...]
  /external/openssl/crypto/ec/
ec_lib.c 123 void EC_GROUP_free(EC_GROUP *group)
125 if (!group) return;
127 if (group->meth->group_finish != 0)
128 group->meth->group_finish(group);
130 EC_EX_DATA_free_all_data(&group->extra_data);
132 if (group->generator != NULL)
133 EC_POINT_free(group->generator);
134 BN_free(&group->order);
135 BN_free(&group->cofactor)
    [all...]
ecp_mont.c 115 int ec_GFp_mont_group_init(EC_GROUP *group)
119 ok = ec_GFp_simple_group_init(group);
120 group->field_data1 = NULL;
121 group->field_data2 = NULL;
126 void ec_GFp_mont_group_finish(EC_GROUP *group)
128 if (group->field_data1 != NULL)
130 BN_MONT_CTX_free(group->field_data1);
131 group->field_data1 = NULL;
133 if (group->field_data2 != NULL)
135 BN_free(group->field_data2)
    [all...]
ecp_smpl.c 130 int ec_GFp_simple_group_init(EC_GROUP *group)
132 BN_init(&group->field);
133 BN_init(&group->a);
134 BN_init(&group->b);
135 group->a_is_minus3 = 0;
140 void ec_GFp_simple_group_finish(EC_GROUP *group)
142 BN_free(&group->field);
143 BN_free(&group->a);
144 BN_free(&group->b);
148 void ec_GFp_simple_group_clear_finish(EC_GROUP *group)
    [all...]
ec2_mult.c 82 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx)
92 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
93 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
94 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
95 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
96 if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err
    [all...]
ectest.c 119 static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
130 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
135 P = EC_POINT_new(group);
137 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
155 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
202 EC_GROUP *group; local
224 group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use EC_GROUP_new_curve_GFp
226 if (!group) ABORT;
228 if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT
823 EC_GROUP *group; local
1276 EC_GROUP *group = NULL; local
    [all...]
  /external/e2fsprogs/include/nonunix/
grp.h 6 __inline struct group * getgrnam(char* g){return 0;}
8 struct group struct
  /external/e2fsprogs/tests/f_preen/
expect.1 3 may lie only with the primary block group descriptors, and
4 the backup block group descriptors may be OK.
6 test_filesys: Block bitmap for group 0 is not in group. (block 0)
expect.2 5 Pass 5: Checking group summary information
6 Free blocks count wrong for group #0 (8042, counted=7614).
9 Free blocks count wrong for group #1 (170, counted=169).
15 Free inodes count wrong for group #0 (1053, counted=1052).
18 Free inodes count wrong for group #1 (1064, counted=1063).
21 Directories count wrong for group #1 (0, counted=1).
  /hardware/ti/wlan/wl1271/utils/
bmtrace_api.h 48 int bm_act_register_event(char* module, char* context, char* group, unsigned char level, char* name, char* suffix, int is_param);
65 #define CL_TRACE_END(MODULE, CONTEXT, GROUP, LEVEL, SUFFIX) \
69 loc = bm_act_register_event(MODULE, CONTEXT, GROUP, LEVEL, (char*)__FUNCTION__, SUFFIX, 0); \
87 #define CL_TRACE_END_L1(MODULE, CONTEXT, GROUP, SUFFIX) CL_TRACE_END(MODULE, CONTEXT, GROUP, 1, SUFFIX)
88 #define CL_TRACE_END_L2(MODULE, CONTEXT, GROUP, SUFFIX)
89 #define CL_TRACE_END_L3(MODULE, CONTEXT, GROUP, SUFFIX)
90 #define CL_TRACE_END_L4(MODULE, CONTEXT, GROUP, SUFFIX)
91 #define CL_TRACE_END_L5(MODULE, CONTEXT, GROUP, SUFFIX)
103 #define CL_TRACE_END_L1(MODULE, CONTEXT, GROUP, SUFFIX) CL_TRACE_END(MODULE, CONTEXT, GROUP, 1, SUFFIX
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
bmtrace_api.h 48 int bm_act_register_event(char* module, char* context, char* group, unsigned char level, char* name, char* suffix, int is_param);
65 #define CL_TRACE_END(MODULE, CONTEXT, GROUP, LEVEL, SUFFIX) \
69 loc = bm_act_register_event(MODULE, CONTEXT, GROUP, LEVEL, (char*)__FUNCTION__, SUFFIX, 0); \
87 #define CL_TRACE_END_L1(MODULE, CONTEXT, GROUP, SUFFIX) CL_TRACE_END(MODULE, CONTEXT, GROUP, 1, SUFFIX)
88 #define CL_TRACE_END_L2(MODULE, CONTEXT, GROUP, SUFFIX)
89 #define CL_TRACE_END_L3(MODULE, CONTEXT, GROUP, SUFFIX)
90 #define CL_TRACE_END_L4(MODULE, CONTEXT, GROUP, SUFFIX)
91 #define CL_TRACE_END_L5(MODULE, CONTEXT, GROUP, SUFFIX)
103 #define CL_TRACE_END_L1(MODULE, CONTEXT, GROUP, SUFFIX) CL_TRACE_END(MODULE, CONTEXT, GROUP, 1, SUFFIX
    [all...]
  /external/qemu/gdb-xml/
cf-fp.xml 9 <reg name="fp0" bitsize="64" type="float" group="float"/>
10 <reg name="fp1" bitsize="64" type="float" group="float"/>
11 <reg name="fp2" bitsize="64" type="float" group="float"/>
12 <reg name="fp3" bitsize="64" type="float" group="float"/>
13 <reg name="fp4" bitsize="64" type="float" group="float"/>
14 <reg name="fp5" bitsize="64" type="float" group="float"/>
15 <reg name="fp6" bitsize="64" type="float" group="float"/>
16 <reg name="fp7" bitsize="64" type="float" group="float"/>
19 <reg name="fpcontrol" bitsize="32" group="float"/>
20 <reg name="fpstatus" bitsize="32" group="float"/>
    [all...]
  /dalvik/libcore/regex/src/main/java/java/util/regex/
MatchResult.java 22 * given string. The result is divided into groups, with one group for each
23 * pair of parentheses in the regular expression and an additional group for
24 * the whole regular expression. The start, end, and contents of each group
42 * a given group.
44 * @param group
45 * the group, ranging from 0 to groupCount() - 1, with 0
50 int end(int group);
57 String group(); method in interface:MatchResult
60 * Returns the text that matched a given group of the regular expression.
62 * @param group
68 String group(int group); method in interface:MatchResult
    [all...]
MatchResultImpl.java 35 * elements specifiy start and end of the zero group, the next two specify
36 * group 1, and so on.
49 public int end(int group) {
50 return offsets[2 * group + 1];
53 public String group() { method in class:MatchResultImpl
57 public String group(int group) { method in class:MatchResultImpl
58 int from = offsets[group * 2];
59 int to = offsets[(group * 2) + 1];
75 public int start(int group) {
    [all...]
  /system/core/toolbox/
chown.c 18 fprintf(stderr, "Usage: chown <USER>[.GROUP] <FILE1> [FILE2] ...\n");
23 // if a group id specified.
25 char *group = NULL; local
27 if ((group = strchr(user, '.')) != NULL) {
28 *group++ = '\0';
33 struct group *grp = NULL;
35 gid_t gid = -1; // passing -1 to chown preserves current group
49 if (group != NULL) {
50 grp = getgrnam(group);
55 gid = (int) strtoul(group, &endptr, 0)
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
GroupImpl.java 21 import java.security.acl.Group;
26 * Additional class for verification Group interface
28 public class GroupImpl implements Group {
31 private String group; field in class:GroupImpl
35 group = s;
41 if(group.equals(principal.toString())) {
60 if(!(obj instanceof Group)) {
63 Group group1 = (Group)obj;
64 return group.equals(group1.toString());
    [all...]
  /external/e2fsprogs/tests/f_illibitmap/
expect.1 4 may lie only with the primary block group descriptors, and
5 the backup block group descriptors may be OK.
7 Inode bitmap for group 0 is not in group. (block 4000)
13 Relocating group 0's inode bitmap to 4...
17 Pass 5: Checking group summary information
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 48 * Gets the number of children in a specified group.
50 * @param groupPosition the position of the group for which the children
52 * @return the children count in the specified group
57 * Gets the data associated with the given group.
59 * @param groupPosition the position of the group
60 * @return the data child for the specified group
65 * Gets the data associated with the given child within the given group.
67 * @param groupPosition the position of the group that the child resides in
69 * children in the group
75 * Gets the ID for the group at the given position. This group ID must b
    [all...]
  /external/e2fsprogs/lib/ext2fs/
check_desc.c 2 * check_desc.c --- Check the group descriptors of an ext2 filesystem
30 * This routine sanity checks the group descriptors
45 * Check to make sure block bitmap for group is
46 * located within the group.
52 * Check to make sure inode bitmap for group is
53 * located within the group
59 * Check to make sure inode table for group is located
60 * within the group
  /external/e2fsprogs/tests/f_badtable/
expect.1 4 Group 0's block bitmap (3) is bad. Relocate? yes
6 Group 0's inode bitmap (4) is bad. Relocate? yes
8 Relocating group 0's block bitmap from 3 to 9...
9 Relocating group 0's inode bitmap from 4 to 10...
20 Pass 5: Checking group summary information
24 Free blocks count wrong for group #0 (77, counted=87).
33 Free inodes count wrong for group #0 (20, counted=7).
36 Directories count wrong for group #0 (3, counted=2).
  /external/webkit/LayoutTests/http/tests/appcache/
update-cache-expected.txt 3 Updating cache group...
5 Updating cache group once more...

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 91011>>