Searched defs:group (Results 226 - 250 of 290) sorted by relevance

1234567891011>>

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c2133 int WRAPPER_FOR(PMPI_Comm_create)(MPI_Comm comm, MPI_Group group, argument
2141 CALL_FN_W_WWW(err, fn, comm,group,newcomm);
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp84 const char *file, *group; local
89 group = edjeGroupFromFormType(type);
91 ASSERT(group);
93 if (!edje_object_file_set(entry->o, file, group)) {
97 group, file, errmsg);
127 // allocate a new entry and fill it with edje group
171 // just change the edje group and return the same entry
640 const char* group = edjeGroupFromFormType(type); local
642 if (!edje_object_file_set(object, file, group)) {
645 EINA_LOG_ERR("Could not set theme group '
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderListMarker.cpp315 // first 3 group markers, then 3 digit markers, then ten digits.
331 const int groupLength = 8; // 4 digits, 3 digit markers, and a group marker
339 // Process least-significant group first, but put it in the buffer last.
340 AbstractCJKChar* group = &buffer[(3 - i) * groupLength]; local
343 group[7] = static_cast<AbstractCJKChar>(secondGroupMarker - 1 + i);
346 group[6] = static_cast<AbstractCJKChar>(digit0 + (groupValue % 10));
349 group[4] = static_cast<AbstractCJKChar>(digit0 + digitValue);
351 group[5] = secondDigitMarker;
355 group[2] = static_cast<AbstractCJKChar>(digit0 + digitValue);
357 group[
[all...]
/external/webp/src/dec/
H A Dvp8l.c321 const int group = (huffman_image[i] >> 8) & 0xffff; local
322 huffman_image[i] = group;
323 if (group >= num_htree_groups) {
324 num_htree_groups = group + 1;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c38 struct wpa_group *group);
41 struct wpa_group *group);
43 struct wpa_group *group);
218 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
224 wpa_auth->group->GMK, WPA_GMK_LEN);
237 struct wpa_group *group; local
240 for (group = wpa_auth->group; group; group
282 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
317 struct wpa_group *group; local
430 struct wpa_group *group = wpa_auth->group; local
447 struct wpa_group *group, *prev; local
485 struct wpa_group *group; local
706 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
1567 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2343 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2375 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2510 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2545 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2569 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2584 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2663 struct wpa_group *group; local
2940 struct wpa_group *group; local
2960 struct wpa_group *group; local
[all...]
H A Dap_config.h107 int group; member in struct:hostapd_wpa_psk
316 int use_pae_group_addr; /* Whether to send EAPOL frames to PAE group
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c1018 EC_GROUP *group; member in struct:crypto_ec
1024 struct crypto_ec * crypto_ec_init(int group) argument
1030 switch (group) {
1055 e->group = EC_GROUP_new_by_curve_name(nid);
1058 if (e->group == NULL || e->bnctx == NULL || e->prime == NULL ||
1060 !EC_GROUP_get_curve_GFp(e->group, e->prime, NULL, NULL, e->bnctx) ||
1061 !EC_GROUP_get_order(e->group, e->order, e->bnctx)) {
1075 EC_GROUP_free(e->group);
1085 return (struct crypto_ec_point *) EC_POINT_new(e->group);
1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POIN
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c38 struct wpa_group *group);
41 struct wpa_group *group);
43 struct wpa_group *group);
218 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
224 wpa_auth->group->GMK, WPA_GMK_LEN);
237 struct wpa_group *group; local
240 for (group = wpa_auth->group; group; group
282 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
317 struct wpa_group *group; local
430 struct wpa_group *group = wpa_auth->group; local
447 struct wpa_group *group, *prev; local
485 struct wpa_group *group; local
706 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
1567 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2343 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2375 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2510 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2545 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2569 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2584 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2663 struct wpa_group *group; local
2940 struct wpa_group *group; local
2960 struct wpa_group *group; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c1018 EC_GROUP *group; member in struct:crypto_ec
1024 struct crypto_ec * crypto_ec_init(int group) argument
1030 switch (group) {
1055 e->group = EC_GROUP_new_by_curve_name(nid);
1058 if (e->group == NULL || e->bnctx == NULL || e->prime == NULL ||
1060 !EC_GROUP_get_curve_GFp(e->group, e->prime, NULL, NULL, e->bnctx) ||
1061 !EC_GROUP_get_order(e->group, e->order, e->bnctx)) {
1075 EC_GROUP_free(e->group);
1085 return (struct crypto_ec_point *) EC_POINT_new(e->group);
1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POIN
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c124 "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
2014 /***** group cipher */
3253 const char *group; local
3289 group = "wep40";
3292 group = "tkip";
3295 group = "ccmp";
3298 group = "gcmp";
3301 group = "wep104";
3304 group = "";
3308 if (!wpa_dbus_dict_append_string(&iter_dict, "Group", group))
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c38 struct wpa_group *group);
41 struct wpa_group *group);
43 struct wpa_group *group);
218 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
224 wpa_auth->group->GMK, WPA_GMK_LEN);
237 struct wpa_group *group; local
240 for (group = wpa_auth->group; group; group
282 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
317 struct wpa_group *group; local
430 struct wpa_group *group = wpa_auth->group; local
447 struct wpa_group *group, *prev; local
485 struct wpa_group *group; local
706 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
1567 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2343 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2375 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2510 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2545 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2569 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2584 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2663 struct wpa_group *group; local
2940 struct wpa_group *group; local
2960 struct wpa_group *group; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1018 EC_GROUP *group; member in struct:crypto_ec
1024 struct crypto_ec * crypto_ec_init(int group) argument
1030 switch (group) {
1055 e->group = EC_GROUP_new_by_curve_name(nid);
1058 if (e->group == NULL || e->bnctx == NULL || e->prime == NULL ||
1060 !EC_GROUP_get_curve_GFp(e->group, e->prime, NULL, NULL, e->bnctx) ||
1061 !EC_GROUP_get_order(e->group, e->order, e->bnctx)) {
1075 EC_GROUP_free(e->group);
1085 return (struct crypto_ec_point *) EC_POINT_new(e->group);
1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POIN
[all...]
/external/e2fsprogs/e2fsck/
H A Dproblem.h21 int group; member in struct:problem_context
29 * group.
41 #define PR_LATCH_BG_CHECKSUM 0x00A0 /* Latch for block group checksums */
46 * Latch group descriptor flags
50 #define PRL_LATCHED 0x0004 /* The latch group is latched */
51 #define PRL_SUPPRESS 0x0008 /* Suppress all latch group questions */
59 /* Block bitmap not in group */
62 /* Inode bitmap not in group */
65 /* Inode table not in group */
212 /* Last group bloc
[all...]
/external/qemu/
H A Dnet-android.c1578 int port, const char *group, int mode)
1581 char *init_group = strlen(group) ? (char *)group : NULL;
1586 .group = init_group,
1751 /* Add host to multicast group */
2428 "vlan", "name", "sock", "port", "group", "mode", NULL
2447 if (get_param_value(vde_group, sizeof(vde_group), "group", p) <= 0) {
1576 net_vde_init(VLANState *vlan, const char *model, const char *name, const char *sock, int port, const char *group, int mode) argument
H A Dnet.c1450 int port, const char *group, int mode)
1453 char *init_group = strlen(group) ? (char *)group : NULL;
1458 .group = init_group,
1627 /* Add host to multicast group */
2324 "vlan", "name", "sock", "port", "group", "mode", NULL
2343 if (get_param_value(vde_group, sizeof(vde_group), "group", p) <= 0) {
1448 net_vde_init(VLANState *vlan, const char *model, const char *name, const char *sock, int port, const char *group, int mode) argument
/external/v8/src/
H A Dliveobjectlist.cc2145 ObjectGroup* group = groups->at(i); local
2146 if (group == NULL) continue;
2149 for (size_t j = 0; j < group->length_; j++) {
2150 Object* object = *(group->objects_[j]);
2160 "obj %p is a member of object group %p {\n",
2162 reinterpret_cast<void*>(group));
2163 for (size_t j = 0; j < group->length_; j++) {
2164 Object* object = *(group->objects_[j]);
/external/valgrind/main/callgrind/
H A Dglobal.h443 Int group; member in struct:_fn_node
704 #define fullOffset(group) (CLG_(sets).full->offset[group])
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c94 * We are connected as a client to a group in which the
108 * The peer is connected as a client in a group where
486 * Clear old data for this group; if the devices are still in the
487 * group, the information will be restored in the loop following this.
651 * If the scan result is for a GO, the clients in the group will also be added
1383 "P2P: Request to start group negotiation - peer=" MACSTR
1405 " that is in a group and is not discoverable",
1500 "P2P: Request to authorize group negotiation - peer=" MACSTR
2462 "ignore group formation failure notification");
3135 * trigger this. To allow the group formatio
3902 struct p2p_group *group = NULL; local
4422 struct p2p_group *group; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c94 * We are connected as a client to a group in which the
108 * The peer is connected as a client in a group where
486 * Clear old data for this group; if the devices are still in the
487 * group, the information will be restored in the loop following this.
651 * If the scan result is for a GO, the clients in the group will also be added
1383 "P2P: Request to start group negotiation - peer=" MACSTR
1405 " that is in a group and is not discoverable",
1500 "P2P: Request to authorize group negotiation - peer=" MACSTR
2462 "ignore group formation failure notification");
3135 * trigger this. To allow the group formatio
3902 struct p2p_group *group = NULL; local
4422 struct p2p_group *group; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c94 * We are connected as a client to a group in which the
108 * The peer is connected as a client in a group where
486 * Clear old data for this group; if the devices are still in the
487 * group, the information will be restored in the loop following this.
651 * If the scan result is for a GO, the clients in the group will also be added
1383 "P2P: Request to start group negotiation - peer=" MACSTR
1405 " that is in a group and is not discoverable",
1500 "P2P: Request to authorize group negotiation - peer=" MACSTR
2462 "ignore group formation failure notification");
3135 * trigger this. To allow the group formatio
3902 struct p2p_group *group = NULL; local
4422 struct p2p_group *group; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... String baseName protected String name protected Thread thread protected ThreadGroup group private static org.eclipse.equinox.internal. ...
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h51 #define EXT2_RESIZE_INO 7 /* Reserved group descriptors inode */
130 __u16 acle_tag; /* User or group identity */
137 * Structure of a blocks group descriptor
220 * Macro-instructions used to manage group descriptors
293 __u32 group; /* Group number for this data */ member in struct:ext2_new_group_input
297 __u32 blocks_count; /* Total number of blocks in this group */
298 __u16 reserved_blocks; /* Number of reserved blocks in this group */
299 __u16 unused; /* Number of reserved GDT blocks in group */
303 __u32 group; /* Group number for this data */ member in struct:ext4_new_group_input
307 __u32 blocks_count; /* Total number of blocks in this group */
[all...]
/external/icu4c/i18n/
H A Ddecimfmt.cpp2421 // comma followed by digit, so group before comma is a
2422 // secondary group. If there was a group separator
2423 // before that, the group must == the secondary group
2424 // length, else it can be <= the the secondary group
2465 // leading group, or two group separators in a row
4172 UnicodeString digit, group; local
4182 group
[all...]
/external/kernel-headers/original/linux/
H A Dext3_fs.h63 #define EXT3_RESIZE_INO 7 /* Reserved group descriptors inode */
124 * Structure of a blocks group descriptor
139 * Macro-instructions used to manage group descriptors
196 /* Used to pass group descriptor data when online resize is done */
198 __u32 group; /* Group number for this data */ member in struct:ext3_new_group_input
202 __u32 blocks_count; /* Total number of blocks in this group */
203 __u16 reserved_blocks; /* Number of reserved blocks in this group */
209 __u32 group; member in struct:ext3_new_group_data
352 #define EXT3_MOUNT_GRPID 0x00004 /* Create files with directory's group */
373 #define EXT3_MOUNT_GRPQUOTA 0x200000 /* "old" group quot
[all...]
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php134 /** The key of the regex array defining what bracket group in a
139 /** The key of the regex array defining what bracket group in a
142 /** The key of the regex array defining what bracket group in a
911 * Sets the style for a keyword group. If $preserve_defaults is
915 * @param int The key of the keyword group to change the styles of
922 //Set the style for this keyword group
936 * Turns highlighting on/off for a keyword group
938 * @param int The key of the keyword group to turn on or off
939 * @param boolean Whether to turn highlighting for that group on or off
951 * @param int The key of the comment group t
4333 $group = '_h'; variable
4352 $group = '_h'; variable
[all...]

Completed in 1854 milliseconds

1234567891011>>