Searched refs:group (Results 151 - 175 of 949) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/tools/
H A Dcpplint.py471 category = matched.group(1)
1082 line = leading_space.group(1) + '""' + line[end + len(delimiter):]
1093 delimiter = ')' + matched.group(2) + '"'
1095 end = matched.group(3).find(delimiter)
1098 line = (matched.group(1) + '""' +
1099 matched.group(3)[end + len(delimiter):])
1103 line = matched.group(1) + '""'
1700 self.class_indent = len(initial_indent.group(1))
1728 if indent and len(indent.group(1)) != self.class_indent:
1942 new_namespace = _NamespaceInfo(namespace_decl_match.group(
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp512 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "size", "Basic functionality tests with varying default size"); member in class:deqp::gles31::Functional::tcu
514 root->addChild(group);
525 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
560 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
562 root->addChild(group);
571 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
577 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "multisample", "Basic functionality with multisampled fbo"); member in class:deqp::gles31::Functional::tcu
579 root->addChild(group);
588 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
594 tcu::TestCaseGroup* const group member in class:deqp::gles31::Functional::tcu
613 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "interaction", "Interaction of default parameters with normal fbo"); member in class:deqp::gles31::Functional::tcu
648 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "maximums", "Maximum dimensions"); member in class:deqp::gles31::Functional::tcu
663 TestCaseGroup* const group = new TestCaseGroup(context, "completeness", "Completeness tests"); local
[all...]
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py46 load_addr = int(match.group(1), 16)
68 frameno = match.group(2)
69 binary = match.group(4)
70 addr = match.group(5)
113 print "%s%d" % (match.group(1).encode('utf-8'), inline_frameno), \
114 match.group(3).encode('utf-8'), "in", frame[0], frame[1]
/external/deqp/executor/
H A DxeTestCase.hpp195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {}
197 const TestGroup* group; member in struct:xe::ConstTestNodeIterator::GroupState
202 return group != other.group || childNdx != other.childNdx;
207 return group == other.group && childNdx == other.childNdx;
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp141 tcu::TestCaseGroup* group; member in struct:deqp::gles2::ExtensionTests::ExtGroup
145 : group (DE_NULL)
148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc);
149 parent->addChild(group);
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_xml_output_unittest.py181 year=int(match.group(1)), month=int(match.group(2)),
182 day=int(match.group(3)), hour=int(match.group(4)),
183 minute=int(match.group(5)), second=int(match.group(6)))
/external/gtest/test/
H A Dgtest_xml_output_unittest.py191 year=int(match.group(1)), month=int(match.group(2)),
192 day=int(match.group(3)), hour=int(match.group(4)),
193 minute=int(match.group(5)), second=int(match.group(6)))
/external/iproute2/include/
H A Dutils.h135 static inline __u32 nl_mgrp(__u32 group) argument
137 if (group > 31 ) {
138 fprintf(stderr, "Use setsockopt for this group %d\n", group);
141 return group ? (1 << (group - 1)) : 0;
156 int *group);
/external/lldb/examples/python/
H A Djump.py27 line_number = int(mo.group(1))
39 line_number = int(mo.group(1))
51 line_number = int(mo.group(1))
63 file_name = mo.group(1)
64 line_number = int(mo.group(2))
72 address = long(mo.group(1), base=0)
H A Ddelta.py91 curr_time = float (match.group(2))
98 print '%s%.6f %+.6f%s' % (match.group(1), curr_time - base_time, delta, match.group(3))
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc107 StringPiece* group = new StringPiece[ngroup]; local
112 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup);
114 PrintResult(re, input, RE2::UNANCHORED, group, ngroup);
116 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup);
118 PrintResult(relongest, input, RE2::UNANCHORED, group, ngroup);
121 delete[] group;
/external/v8/test/preparser/
H A Dtestcfg.py53 if (rule_match.group(2)):
54 expects += [rule_match.group(2)]
55 if (rule_match.group(3)):
56 expects += [rule_match.group(3), rule_match.group(4)]
57 expectations_map[rule_match.group(1)] = " ".join(expects)
/external/v8/tools/
H A Djsmin.py73 identifier = m.group(1)
102 matched_text = m.group(0)
118 up_to_args = m.group(1)
119 args = m.group(2)
170 """Returns literal strings unchanged, replaces other inputs with group 2.
181 entire_match = m.group(0)
182 replacement = m.group(1)
/external/fio/engines/
H A Dcpu.c25 .group = FIO_OPT_G_INVALID,
37 .group = FIO_OPT_G_INVALID,
47 .group = FIO_OPT_G_INVALID,
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java37 * where each group contains objects that are supposed to be equal to each
52 * arbitrary class without having to explicitly add another equivalence group.
79 * Adds a group of objects that are supposed to be equivalent to each other
80 * and not equivalent to objects in any other equivalence group added to this
88 public EquivalenceTester<T> addEquivalenceGroup(Iterable<T> group) { argument
89 delegate.addRelatedGroup(group);
90 items.addAll(ImmutableList.copyOf(group));
/external/lldb/test/
H A Dargparse_compat.py29 group = optparse.OptionGroup(self.parser, name)
33 self.groups.append(group)
34 return ArgumentGroup(group)
/external/boringssl/src/crypto/ecdsa/
H A Decdsa.c144 const EC_GROUP *group; local
153 if ((group = EC_KEY_get0_group(eckey)) == NULL ||
176 if (!EC_GROUP_get_order(group, order, ctx)) {
207 point = EC_POINT_new(group);
212 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
216 if (!EC_POINT_get_affine_coordinates_GFp(group, point, X, NULL, ctx)) {
240 const EC_GROUP *group; local
243 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL) {
265 tmp_point = EC_POINT_new(group);
270 if (!EC_GROUP_get_order(group, orde
363 const EC_GROUP *group; local
[all...]
/external/clang/tools/clang-format/
H A Dclang-format-diff.py69 filename = match.group(2)
82 start_line = int(match.group(1))
84 if match.group(3):
85 line_count = int(match.group(3))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf45 # directory to allow only members of a group to use sockets. This way, it is
51 # want to allow non-root users to use the control interface, add a new group
52 # and change this value to match with that group. Add users that should have
53 # control interface access to this group. If this variable is commented out or
54 # not included in the configuration file, group will not be changed from the
57 # When configuring both the directory and group, use following format:
60 # (group can be either group name or gid)
110 # key_mgmt, pairwise, group, proto variables
345 # By default (if this parameter is not set), the mandatory group 1
[all...]
/external/aac/libAACdec/src/
H A Drvlc.cpp196 int group, band, bnds; local
200 for (group=0; group < pRvlc->numWindowGroups; group++) {
202 bnds = 16*group+band;
420 int group = 0; local
447 for (group=0; group < pRvlc->numWindowGroups; group++) {
449 bnds = 16*group
610 SHORT band, group, dpcm, offset; local
931 int group; local
959 int group; local
1058 int group,band; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c119 wpa_printf(MSG_INFO, "EAP-pwd: unsupported group %d", num);
127 if ((grp->group = EC_GROUP_new_by_curve_name(nid)) == NULL) {
134 ((grp->pwe = EC_POINT_new(grp->group)) == NULL) ||
142 if (!EC_GROUP_get_curve_GFp(grp->group, grp->prime, NULL, NULL, NULL))
148 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) {
152 if (!EC_GROUP_get_cofactor(grp->group, cofactor, NULL)) {
169 "point on curve for group %d, something's "
230 if (!EC_POINT_set_compressed_coordinates_GFp(grp->group,
241 if (!EC_POINT_is_on_curve(grp->group, grp->pwe, NULL)) {
247 /* make sure the point is not in a small sub-group */
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c119 wpa_printf(MSG_INFO, "EAP-pwd: unsupported group %d", num);
127 if ((grp->group = EC_GROUP_new_by_curve_name(nid)) == NULL) {
134 ((grp->pwe = EC_POINT_new(grp->group)) == NULL) ||
142 if (!EC_GROUP_get_curve_GFp(grp->group, grp->prime, NULL, NULL, NULL))
148 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) {
152 if (!EC_GROUP_get_cofactor(grp->group, cofactor, NULL)) {
169 "point on curve for group %d, something's "
230 if (!EC_POINT_set_compressed_coordinates_GFp(grp->group,
241 if (!EC_POINT_is_on_curve(grp->group, grp->pwe, NULL)) {
247 /* make sure the point is not in a small sub-group */
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c119 wpa_printf(MSG_INFO, "EAP-pwd: unsupported group %d", num);
127 if ((grp->group = EC_GROUP_new_by_curve_name(nid)) == NULL) {
134 ((grp->pwe = EC_POINT_new(grp->group)) == NULL) ||
142 if (!EC_GROUP_get_curve_GFp(grp->group, grp->prime, NULL, NULL, NULL))
148 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) {
152 if (!EC_GROUP_get_cofactor(grp->group, cofactor, NULL)) {
169 "point on curve for group %d, something's "
230 if (!EC_POINT_set_compressed_coordinates_GFp(grp->group,
241 if (!EC_POINT_is_on_curve(grp->group, grp->pwe, NULL)) {
247 /* make sure the point is not in a small sub-group */
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dmkjournal.c303 dgrp_t group, start, end, i, log_flex; local
339 * the filesystem. Pick a group that has the largest number
342 group = ext2fs_group_of_blk2(fs, (ext2fs_blocks_count(fs->super) -
345 if (fs->super->s_log_groups_per_flex && (group > log_flex)) {
346 group = group & ~(log_flex - 1);
347 while ((group < fs->group_desc_count) &&
348 ext2fs_bg_free_blocks_count(fs, group) == 0)
349 group++;
350 if (group
[all...]
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c295 destroy_group(word_group_t **list, word_group_t *group) { argument
297 if (*list == group) {
298 *list = group->next;
302 while(group->prefixes) {
303 affix_t *next = group->prefixes->next;
304 free(group->prefixes->text);
305 free(group->prefixes);
306 group->prefixes=next;
308 while(group->suffixes) {
309 affix_t *next = group
329 word_group_t *group = calloc(1, sizeof(word_group_t)); local
429 add_word(word_group_t *group, char *raw, char *trans) argument
725 static word_group_t *group; local
[all...]

Completed in 1840 milliseconds

1234567891011>>