Searched refs:group (Results 1 - 25 of 1495) sorted by relevance

1234567891011>>

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp42 void createChildren (tcu::TestCaseGroup* group) argument
44 tcu::TestContext& testCtx = group->getTestContext();
46 group->addChild(new DynamicStateVPTests(testCtx));
47 group->addChild(new DynamicStateRSTests(testCtx));
48 group->addChild(new DynamicStateCBTests(testCtx));
49 group->addChild(new DynamicStateDSTests(testCtx));
50 group->addChild(new DynamicStateGeneralTests(testCtx));
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTests.cpp40 void createChildren (tcu::TestCaseGroup* group) argument
42 tcu::TestContext& testCtx = group->getTestContext();
44 group->addChild(new SimpleDrawTests(testCtx));
45 group->addChild(new DrawIndexedTests(testCtx));
46 group->addChild(new IndirectDrawTests(testCtx));
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
208 p2p_group_build_beacon_ie(struct p2p_group *group) argument
354 wifi_display_build_go_ie(struct p2p_group *group) argument
403 wifi_display_group_update(struct p2p_group *group) argument
412 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
434 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
441 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
480 p2p_group_update_ies(struct p2p_group *group) argument
570 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
600 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
644 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
688 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
757 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
774 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
799 p2p_group_notif_formation_done(struct p2p_group *group) argument
809 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
839 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
853 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
867 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
894 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
939 p2p_group_get_interface_addr(struct p2p_group *group) argument
945 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
983 p2p_get_group_num_members(struct p2p_group *group) argument
992 p2p_client_limit_reached(struct p2p_group *group) argument
1001 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1019 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1032 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1044 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1051 p2p_group_get_freq(struct p2p_group *group) argument
1057 p2p_group_get_config(struct p2p_group *group) argument
1063 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
1077 p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, unsigned int *num) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
208 p2p_group_build_beacon_ie(struct p2p_group *group) argument
354 wifi_display_build_go_ie(struct p2p_group *group) argument
403 wifi_display_group_update(struct p2p_group *group) argument
412 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
434 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
441 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
480 p2p_group_update_ies(struct p2p_group *group) argument
570 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
600 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
644 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
688 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
757 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
774 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
799 p2p_group_notif_formation_done(struct p2p_group *group) argument
809 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
839 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
853 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
867 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
894 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
939 p2p_group_get_interface_addr(struct p2p_group *group) argument
945 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
983 p2p_get_group_num_members(struct p2p_group *group) argument
992 p2p_client_limit_reached(struct p2p_group *group) argument
1001 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1019 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1032 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1044 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1051 p2p_group_get_freq(struct p2p_group *group) argument
1057 p2p_group_get_config(struct p2p_group *group) argument
1063 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
1077 p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, unsigned int *num) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
208 p2p_group_build_beacon_ie(struct p2p_group *group) argument
354 wifi_display_build_go_ie(struct p2p_group *group) argument
403 wifi_display_group_update(struct p2p_group *group) argument
412 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
434 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
441 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
480 p2p_group_update_ies(struct p2p_group *group) argument
570 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
600 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
644 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
688 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
757 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
774 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
799 p2p_group_notif_formation_done(struct p2p_group *group) argument
809 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
839 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
853 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
867 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
894 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
939 p2p_group_get_interface_addr(struct p2p_group *group) argument
945 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
983 p2p_get_group_num_members(struct p2p_group *group) argument
992 p2p_client_limit_reached(struct p2p_group *group) argument
1001 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1019 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1032 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1044 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1051 p2p_group_get_freq(struct p2p_group *group) argument
1057 p2p_group_get_config(struct p2p_group *group) argument
1063 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
1077 p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, unsigned int *num) argument
[all...]
/external/chromium-trace/catapult/dashboard/dashboard/models/
H A Dalert.py37 # The group this alert belongs to.
41 group = ndb.KeyProperty(indexed=True) variable in class:Alert
44 """Updates the alert's group."""
48 # The group should not be updated if this is the first time that the
60 # If the alert does not have a group, don't do anything.
61 if not self.group:
63 # If the group key is "AnomalyGroup" (the previous incarnation of
66 if self.group.kind() != 'AlertGroup':
67 self.group = None
69 group
[all...]
H A Dalert_group.py5 """Model for a group of alerts."""
19 """Represents a group of alerts that are likely to have the same cause."""
33 # The kind of the alerts in this group. Each group only has one kind.
37 """Sets this group's revision range the minimum of the given group.
40 grouped_alerts: Alert entities that belong to this group. These
54 Assigns a bug_id or a group_id if there is a matching group,
55 otherwise creates a new group for that anomaly.
84 """Finds and assigns a group fo
[all...]
H A Dalert_group_test.py67 anomalies[0].group = group_keys[0]
69 anomalies[1].group = group_keys[0]
71 anomalies[2].group = group_keys[1]
75 # is updated. Also, the first two anomalies are in the same group.
76 self.assertEqual(anomalies[0].group, anomalies[1].group)
77 self.assertNotEqual(anomalies[0].group, anomalies[2].group)
85 self.assertNotEqual(anomalies[1].group, anomalies[2].group)
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPreferenceGroupTest.java27 private TestPreferenceGroup group; field in class:PreferenceGroupTest
38 group = new TestPreferenceGroup(context, attrs);
39 shadow = Robolectric.shadowOf(group);
55 assertThat( group.getPreferenceCount(), equalTo(0));
58 assertThat( group.addPreference(pref1), equalTo(true));
59 assertThat( group.getPreferenceCount(), equalTo(1));
62 assertThat( group.addPreference(pref1), equalTo(true));
63 assertThat( group.getPreferenceCount(), equalTo(1));
66 assertThat( group.addPreference(pref2), equalTo(true));
67 assertThat( group
[all...]
/external/e2fsprogs/include/nonunix/
H A Dgrp.h6 __inline struct group * getgrnam(char* g){return 0;}
8 struct group struct
/external/autotest/client/site_tests/hardware_GobiGPS/
H A Dhardware_GobiGPS.py62 if match and match.group(2) == 'A' and not got_fix:
64 logging.debug('Time = %s', match.group(1))
65 logging.debug('Status = %s', match.group(2))
66 logging.debug('Latitude = %s %s', match.group(3),
67 match.group(4))
68 logging.debug('Longitude = %s %s', match.group(5),
69 match.group(6))
70 logging.debug('Speed = %s', match.group(7))
71 logging.debug('Track Angle = %s', match.group(8))
72 logging.debug('Date = %s', match.group(
[all...]
/external/autotest/tko/
H A Dmachine_load7 (machine, group) = line.rstrip().split()
8 print 'X %s Y %s' % (machine, group)
9 set = { 'machine_group' : group }
H A Dquery_lib.py33 # for c in match.group(1):
40 # return me(match.group(1), valid_field_dict)
46 (a_sql, a_values) = me(match.group(1), valid_field_dict)
47 (b_sql, b_values) = me(match.group(2), valid_field_dict)
55 (a_sql, a_values) = me(match.group(1), valid_field_dict)
56 (b_sql, b_values) = me(match.group(2), valid_field_dict)
64 # (sql, values) = me(match.group(1), valid_field_dict)
75 field = valid_field_dict[match.group(1)]
76 op = compare_ops[match.group(2)]
77 if match.group(
[all...]
/external/boringssl/src/crypto/ec/
H A Dec_montgomery.c77 int ec_GFp_mont_group_init(EC_GROUP *group) { argument
80 ok = ec_GFp_simple_group_init(group);
81 group->mont = NULL;
82 group->one = NULL;
86 void ec_GFp_mont_group_finish(EC_GROUP *group) { argument
87 BN_MONT_CTX_free(group->mont);
88 group->mont = NULL;
89 BN_free(group->one);
90 group->one = NULL;
91 ec_GFp_simple_group_finish(group);
94 ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
136 ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
189 ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
199 ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
209 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
219 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
229 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
242 ec_GFp_mont_check_pub_key_order(const EC_GROUP *group, const EC_POINT* pub_key, BN_CTX *ctx) argument
[all...]
H A Dexample_mul.c78 EC_GROUP *group = NULL; local
84 group = EC_GROUP_new_by_curve_name(NID_X9_62_prime256v1);
85 p = EC_POINT_new(group);
86 result = EC_POINT_new(group);
91 group == NULL ||
93 !EC_POINT_set_to_infinity(group, p) ||
99 if (!EC_POINT_mul(group, result, NULL, p, n, NULL) ||
100 !EC_POINT_is_at_infinity(group, result)) {
104 generator = EC_GROUP_get0_generator(group);
107 if (!EC_POINT_mul(group, resul
[all...]
H A Dsimple.c91 int ec_GFp_simple_group_init(EC_GROUP *group) { argument
92 BN_init(&group->field);
93 BN_init(&group->a);
94 BN_init(&group->b);
95 group->a_is_minus3 = 0;
99 void ec_GFp_simple_group_finish(EC_GROUP *group) { argument
100 BN_free(&group->field);
101 BN_free(&group->a);
102 BN_free(&group->b);
105 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) { argument
122 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
189 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
229 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
233 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
336 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
343 ec_GFp_simple_set_Jprojective_coordinates_GFp( const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
402 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
445 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
458 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
561 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
752 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
879 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
888 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
892 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
996 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1109 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1150 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1305 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1310 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Doct.c76 static size_t ec_GFp_simple_point2oct(const EC_GROUP *group, argument
92 if (EC_POINT_is_at_infinity(group, point)) {
98 field_len = BN_num_bytes(&group->field);
124 if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) {
171 static int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
195 field_len = BN_num_bytes(&group->field);
221 if (BN_ucmp(x, &group->field) >= 0) {
227 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
234 if (BN_ucmp(y, &group->field) >= 0) {
239 if (!EC_POINT_set_affine_coordinates_GFp(group, poin
252 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const uint8_t *buf, size_t len, BN_CTX *ctx) argument
261 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, uint8_t *buf, size_t len, BN_CTX *ctx) argument
271 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
408 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingModelTests.cpp37 void createChildren (tcu::TestCaseGroup* group) argument
39 tcu::TestContext& testCtx = group->getTestContext();
41 group->addChild(createShaderAccessTests(testCtx));
/external/deqp/modules/internal/
H A DditVulkanTests.cpp36 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "vulkan", "Vulkan Framework Tests"));
38 group->addChild(new SelfCheckCase(testCtx, "image_util", "ImageUtil self-check tests", vk::imageUtilSelfTest));
40 return group.release();
/external/autotest/server/cros/dynamic_suite/
H A Dhost_spec_unittest.py67 group = host_spec.ExplicitHostGroup(hosts_per_spec)
69 self.assertTrue(host.hostname in group.as_args()['hosts'])
85 group = host_spec.MetaHostGroup(labels, num)
86 args = group.as_args()
96 group = host_spec.ExplicitHostGroup(hosts_per_spec)
99 group.mark_host_success(host_list[0].hostname)
100 self.assertTrue(group.enough_hosts_succeeded())
101 self.assertTrue(specs[1] in group.doomed_specs)
104 group.mark_host_success(host_list[2].hostname)
105 self.assertTrue(group
[all...]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DMultiGroupConversionRule.java32 * each capturing group of this Pattern a replacement text
84 for (int group = 1; group <= matcher.groupCount(); group++) {
85 replacementText = getReplacement(group);
87 // System.out.println("replacing group " + group + " : "
88 // + matcher.group(group) + " with " + replacementText);
91 replacementBuffer.append(matcher.group(grou
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c20 int group = ext2fs_group_of_ino(fs, ino); local
33 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse);
35 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse);
39 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT);
43 ext2fs_bg_itable_unused(fs, group) +
44 group * fs->super->s_inodes_per_group + 1;
47 ext2fs_bg_itable_unused_set(fs, group, group * f
63 int group = ext2fs_group_of_blk2(fs, blk); local
[all...]
/external/autotest/frontend/client/src/autotest/common/
H A DStatusSummary.java17 public static StatusSummary getStatusSummary(JSONObject group, String passCountField, argument
21 summary.passed = getField(group, passCountField);
22 summary.complete = getField(group, completeCountField);
23 summary.incomplete = getField(group, incompleteCountField);
24 summary.total = getField(group, groupCountField);
26 if (group.containsKey("extra_info")) {
27 summary.contents = Utils.JSONtoStrings(group.get("extra_info").isArray());
33 private static int getField(JSONObject group, String field) { argument
34 return (int) group.get(field).isNumber().doubleValue();
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLECPointContext.java23 private final OpenSSLECGroupContext group; field in class:OpenSSLECPointContext
26 OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx) { argument
27 this.group = group;
38 group.getNativeRef(), pointCtx);
54 public static OpenSSLECPointContext getInstance(int curveType, OpenSSLECGroupContext group, argument
56 OpenSSLECPointContext point = new OpenSSLECPointContext(group, new NativeRef.EC_POINT(
57 NativeCrypto.EC_POINT_new(group.getNativeRef())));
58 NativeCrypto.EC_POINT_set_affine_coordinates(group.getNativeRef(),
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/
H A Ddepend.stg2 group depend;

Completed in 687 milliseconds

1234567891011>>