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

1234567891011>>

/external/deqp/modules/egl/
H A DteglNativeColorMappingTests.cpp539 void addTestGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeColorMappingCase::NativeType type) argument
566 group->addChild(new NativeColorMappingCase(eglTestCtx, (string(i->getName()) + "_clear").c_str(), i->getDescription(), false, type, i->getConfigIds()));
567 group->addChild(new NativeColorMappingCase(eglTestCtx, (string(i->getName()) + "_render").c_str(), i->getDescription(), true, type, i->getConfigIds()));
H A DteglQueryContextTests.cpp516 void createQueryContextGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group) argument
524 group->addChild(new QueryContextClass(eglTestCtx, setIter->getName(), "", setIter->getConfigIds(), setIter->getSurfaceTypeMask()));
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp341 TestCaseGroup* group = new TestCaseGroup(m_context, "equation_src_func_dst_func", "Combinations of Blend Equations and Functions"); local
342 addChild(group);
364 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets));
423 TestCaseGroup* group = new TestCaseGroup(m_context, "rgb_equation_alpha_equation", "Combinations of RGB and Alpha Equation Combinations"); local
424 addChild(group);
440 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets));
H A Des2fDefaultVertexAttributeTests.cpp509 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, floatTargets[targetNdx].name, (std::string("test with ") + floatTargets[targetNdx].name).c_str()); member in class:deqp::gles2::Functional::tcu
512 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType))
528 addChild(group);
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp145 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup)); local
163 group->addChild(test.release());
/external/deqp/modules/gles3/functional/
H A Des3fUniformBlockTests.cpp47 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description); local
48 parentGroup->addChild(group);
53 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_300_ES,
75 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) argument
77 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_vertex").c_str(), "", type, layoutFlags|DECLARE_VERTEX, numInstances));
78 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_fragment").c_str(), "", type, layoutFlags|DECLARE_FRAGMENT, numInstances));
81 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_both").c_str(), "", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances));
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp511 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "size", "Basic functionality tests with varying default size"); member in class:deqp::gles31::Functional::tcu
513 root->addChild(group);
524 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
559 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "npot_size", "Basic functionality with Non-power-of-two size"); member in class:deqp::gles31::Functional::tcu
561 root->addChild(group);
570 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
576 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "multisample", "Basic functionality with multisampled fbo"); member in class:deqp::gles31::Functional::tcu
578 root->addChild(group);
587 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
593 tcu::TestCaseGroup* const group member in class:deqp::gles31::Functional::tcu
612 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "interaction", "Interaction of default parameters with normal fbo"); member in class:deqp::gles31::Functional::tcu
647 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "maximums", "Maximum dimensions"); member in class:deqp::gles31::Functional::tcu
662 TestCaseGroup* const group = new TestCaseGroup(context, "completeness", "Completeness tests"); local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c49 dgrp_t group,
199 dgrp_t group,
257 int group)
259 scan->current_group = group - 1;
260 scan->groups_left = scan->fs->group_desc_count - group;
413 * Do we need to start reading a new block group?
434 * they can be done for block group #0.
526 unsigned long group, block, offset; local
568 group = (ino - 1) / EXT2_INODES_PER_GROUP(fs->super);
569 if (group > f
196 ext2fs_set_inode_callback(ext2_inode_scan scan, errcode_t (*done_group)(ext2_filsys fs, ext2_inode_scan scan, dgrp_t group, void * priv_data), void *done_group_data) argument
256 ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, int group) argument
635 unsigned long group, block, offset; local
[all...]
/external/fio/
H A Dparse.h73 unsigned int group; /* who to group with */ member in struct:fio_option
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp149 uint32_t lastByte = head & 0xff; // last primary byte in the group
150 int32_t group = data.scripts[i + 2]; local
151 if(group == UCOL_REORDER_CODE_DIGIT) {
156 } else if(group == USCRIPT_LATIN) {
158 // no digit group
166 // a group below digits
168 // We only use 7 bits for the last byte of a below-digits group.
196 // They must be in the same special reordering group,
333 // Both primaries must be in the same group,
454 int32_t group local
[all...]
/external/libnl/include/linux/
H A Dnetlink.h107 __u32 group; member in struct:nl_pktinfo
/external/openssl/crypto/conf/
H A Dconf.h132 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
134 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
169 int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
176 long NCONF_get_number(CONF *conf,char *group,char *name);
/external/openssl/crypto/ec/
H A Dec_ameth.c70 const EC_GROUP *group; local
72 if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL)
77 if (EC_GROUP_get_asn1_flag(group)
78 && (nid = EC_GROUP_get_curve_name(group)))
158 EC_GROUP *group; local
168 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid));
169 if (group == NULL)
171 EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
172 if (EC_KEY_set_group(eckey, group) == 0)
174 EC_GROUP_free(group);
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
268 const EC_GROUP *group; local
375 const EC_GROUP *group; local
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
436 const EC_GROUP *group; local
[all...]
H A Dec_lcl.h161 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
163 int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
164 int (*have_precompute_mult)(const EC_GROUP *group);
243 EC_GROUP *group; member in struct:ec_key_st
292 * (ec_lib.c uses these as defaults if group->method->mul is 0) */
293 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
295 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
296 int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
397 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
399 int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CT
[all...]
H A Dec_mult.c83 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) argument
102 if (!group)
111 ret->group = group;
346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
372 if (group->meth != r->meth)
380 return EC_POINT_set_to_infinity(group, r);
385 if (group->meth != points[i]->meth)
401 generator = EC_GROUP_get0_generator(group);
765 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
934 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_smpl.c138 int ec_GFp_simple_group_init(EC_GROUP *group) argument
140 BN_init(&group->field);
141 BN_init(&group->a);
142 BN_init(&group->b);
143 group->a_is_minus3 = 0;
148 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
150 BN_free(&group->field);
151 BN_free(&group->a);
152 BN_free(&group->b);
156 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
176 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
231 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
282 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
288 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
394 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
402 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
462 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
515 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
529 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
644 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
808 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
925 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
935 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
941 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1032 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1143 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1182 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1330 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1336 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dectest.c116 static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
127 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
128 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
132 P = EC_POINT_new(group);
134 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
152 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
195 /* test multiplication with group order, long and negative scalars */
196 static void group_order_tests(EC_GROUP *group) argument
199 EC_POINT *P = EC_POINT_new(group);
200 EC_POINT *Q = EC_POINT_new(group);
278 EC_GROUP *group; local
822 EC_GROUP *group; local
1276 EC_GROUP *group = NULL; local
[all...]
/external/openssl/include/openssl/
H A Dconf.h132 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
134 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
169 int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
176 long NCONF_get_number(CONF *conf,char *group,char *name);
/external/openssl/ssl/
H A Dd1_srvr.c1169 const EC_GROUP *group; local
1216 if (((group = EC_KEY_get0_group(ecdh)) == NULL) ||
1225 (EC_GROUP_get_degree(group) > 163))
1236 tls1_ec_nid2curve_id(EC_GROUP_get_curve_name(group)))
1247 encodedlen = EC_POINT_point2oct(group,
1262 encodedlen = EC_POINT_point2oct(group,
/external/oprofile/module/ia64/
H A Dop_pmu.c477 static void free_msr_group(struct op_msr_group * group) argument
479 if (group->addrs)
480 kfree(group->addrs);
481 if (group->saved)
482 kfree(group->saved);
483 group->addrs = NULL;
484 group->saved = NULL;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java691 * Get the list of embedded group values for this field. These are
693 * since the group's type is presumably unknown.
695 public List<UnknownFieldSet> getGroupList() { return group; }
724 group};
745 for (final UnknownFieldSet value : group) {
768 for (final UnknownFieldSet value : group) {
804 private List<UnknownFieldSet> group; field in class:UnknownFieldSet.Field
851 if (result.group == null) {
852 result.group = Collections.emptyList();
854 result.group
[all...]
/external/regex-re2/re2/testing/
H A Dre2_test.cc345 StringPiece group[4]; local
350 group, arraysize(group)));
355 group, arraysize(group)));
356 CHECK_EQ(group[0], "chrisr:9000");
357 CHECK_EQ(group[1], "chrisr:9000");
358 CHECK_EQ(group[2], "chrisr");
359 CHECK_EQ(group[3], "9000");
1352 // Opening parentheses annotated with group ID
[all...]
/external/strace/
H A Dkeyctl.c152 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group) argument
157 tprintf(", %d, %d", user, group);
/external/wpa_supplicant_8/hostapd/
H A Dmain.c442 " [-g <global ctrl_iface>] [-G <group>] \\\n"
451 " -G group for control interfaces\n"
503 const char *group)
506 struct group *grp;
507 grp = getgrnam(group);
509 wpa_printf(MSG_ERROR, "Unknown group '%s'", group);
502 hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, const char *group) argument
/external/aac/libAACdec/src/
H A Dblock.cpp168 int group; local
176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
180 switch (pCodeBook[group*16+band]) {
183 pScaleFactor[group*16+band] = 0;
191 pScaleFactor[group*16+band] = factor - 100;
198 pScaleFactor[group*16+band] = position - 100;
205 CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
220 int groupwin,group; local
279 int group; local
428 int window, group, groupwin, band; local
508 int window,group,groupwin,groupoffset,band; local
[all...]

Completed in 604 milliseconds

1234567891011>>