HomeSort by relevance Sort by last modified time
    Searched defs:group (Results 301 - 325 of 1111) sorted by null

<<11121314151617181920>>

  /external/aac/libAACdec/src/
block.cpp 168 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...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 120 StringTemplateGroup group = StringTemplateGroup.loadGroup("junit"); local
122 buf.append(genClassHeader(group, className, lexerName, parserName));
123 buf.append(genTestRuleMethods(group));
128 protected String genClassHeader(StringTemplateGroup group, String junitFileName, String lexerName, String parserName) {
129 StringTemplate classHeaderST = group.getInstanceOf("classHeader");
178 protected String genTestRuleMethods(StringTemplateGroup group) {
181 genTreeMethods(group, buf);
184 genParserMethods(group, buf);
189 private void genParserMethods(StringTemplateGroup group, StringBuffer buf) {
197 testRuleMethodST = group.getInstanceOf("testRuleMethod2")
    [all...]
  /external/boringssl/src/crypto/ec/
ec.c 290 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator,
292 if (group->curve_name != NID_undef) {
298 if (group->generator == NULL) {
299 group->generator = EC_POINT_new(group);
300 if (group->generator == NULL) {
305 if (!EC_POINT_copy(group->generator, generator)) {
310 if (!BN_copy(&group->order, order)) {
314 BN_zero(&group->order);
318 if (!BN_copy(&group->cofactor, cofactor))
329 EC_GROUP *group = NULL; local
    [all...]
internal.h 163 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
166 int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
167 int (*have_precompute_mult)(const EC_GROUP *group);
233 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
236 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
237 int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
306 int ec_point_set_Jprojective_coordinates_GFp(const EC_GROUP *group,
327 EC_GROUP *group; member in struct:ec_key_st
349 /* cofactor is the cofactor of the group (i.e. the number of elements in the
350 * group divided by the size of the main subgroup. *
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 341 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));
es2fDefaultVertexAttributeTests.cpp 509 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/
es2sDrawTests.cpp 134 tcu::TestCaseGroup* group = unalignedBufferGroup; local
152 group->addChild(test.release());
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 406 TestCaseGroup* group = new TestCaseGroup(m_context, "equation_src_func_dst_func", "Combinations of Blend Equations and Functions"); local
407 fbGroup->addChild(group);
432 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo));
488 TestCaseGroup* group = new TestCaseGroup(m_context, "rgb_equation_alpha_equation", "Combinations of RGB and Alpha Equation Combinations"); local
489 fbGroup->addChild(group);
505 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo));
es3fDefaultVertexAttributeTests.cpp 608 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::gles3::Functional::tcu
611 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType))
627 addChild(group);
634 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, intTargets[targetNdx].name, (std::string("test with ") + intTargets[targetNdx].name).c_str()); member in class:deqp::gles3::Functional::tcu
636 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, intTargets[targetNdx].dataType))
643 addChild(group);
650 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, uintTargets[targetNdx].name, (std::string("test with ") + uintTargets[targetNdx].name).c_str()); member in class:deqp::gles3::Functional::tcu
652 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, uintTargets[targetNdx].dataType))
659 addChild(group);
  /external/deqp/scripts/khr_util/
registry.py 44 class Group(Located): pass
78 group=None variable in class:Command
182 self.groups = ElemNameIndex(eRegistry.findall('groups/group'))
185 groupName = eEnum.get('group')
312 groupName = elem.get('group')
324 group=extractGroup(eParam))
336 group=extractGroup(eProto),
341 info('Add group %s', name)
345 return Group(name=name)
347 Group, eGroup
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 947 dgrp_t group; local
1043 group = ext2fs_group_of_ino(fs, ino);
1046 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) + 1);
1047 ext2fs_group_desc_csum_set(fs, group);
  /external/e2fsprogs/lib/ext2fs/
extent.c 931 dgrp_t group = ext2fs_group_of_ino(handle->fs, handle->ino); local
935 group = group & ~((1 << (log_flex)) - 1);
936 goal_blk = ext2fs_group_first_block2(handle->fs, group);
    [all...]
  /external/eigen/demos/opengl/
quaternion_demo.cpp 566 QButtonGroup* group = new QButtonGroup(panel); local
570 group->addButton(but, NavTurnAround);
574 group->addButton(but, NavFly);
576 group->button(mNavMode)->setChecked(true);
577 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setNavMode(int)));
585 QButtonGroup* group = new QButtonGroup(panel); local
588 group->addButton(but, RotationStable);
592 group->addButton(but, RotationStandard);
595 group->button(mRotationMode)->setChecked(true);
596 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setRotationMode(int)))
604 QButtonGroup* group = new QButtonGroup(panel); local
    [all...]
  /external/fio/
parse.h 73 unsigned int group; /* who to group with */ member in struct:fio_option
  /external/harfbuzz_ng/util/
options.cc 118 GOptionGroup *group G_GNUC_UNUSED,
129 GOptionGroup *group G_GNUC_UNUSED,
145 GOptionGroup *group = g_option_group_new (name, description, help_description, local
147 g_option_group_add_entries (group, entries);
148 g_option_group_set_parse_hooks (group, pre_parse, post_parse);
149 g_option_context_add_group (context, group);
  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.cpp 150 result.append(0); // reserve a slot for this group
181 // They must be in the same special reordering group,
315 // Both primaries must be in the same group,
436 int32_t group = 0; local
437 uint32_t lastGroupPrimary = lastSpecialPrimaries[group];
453 // Set the group's header entry to the
454 // last "long primary" in or before the group.
455 result.setCharAt(1 + group, (UChar)pri);
456 if(++group < NUM_SPECIAL_GROUPS) {
457 lastGroupPrimary = lastSpecialPrimaries[group];
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
WriteCharts.java 189 char group = 0; local
191 group |= 1;
198 group |= 2;
200 group |= 4;
204 group |= 16;
207 map.put(group + UCharacter.toLowerCase(Normalizer.normalize(ss, Normalizer.NFKD))
231 group = 0x100;
232 map.put(group + UCharacter.toLowerCase(Normalizer.normalize(ss12, Normalizer.DECOMP_COMPAT, 0))
262 char group = 0x80; local
265 group |= 8
322 char group = key.charAt(0); local
    [all...]
  /external/iproute2/ip/
iplink.c 54 fprintf(stderr, " ip link set { dev DEVICE | group DEVGROUP } [ { up | down } ]\n");
80 fprintf(stderr, " ip link show [ DEVICE | group GROUP ]\n");
274 char **name, char **type, char **link, char **dev, int *group)
283 *group = -1;
427 } else if (strcmp(*argv, "group") == 0) {
429 if (*group != -1)
430 duparg("group", *argv);
431 if (rtnl_group_a2n(group, *argv))
432 invarg("Invalid \"group\" value\n", *argv)
471 int group; local
    [all...]
  /external/libnl/include/linux/
netlink.h 107 __u32 group; member in struct:nl_pktinfo
  /external/lldb/source/Interpreter/
Options.cpp 775 // within the option group they belong to.
1051 OptionGroup* group = pos->option_group; local
1067 OptionGroup* group = pos->option_group; local
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 345 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");
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 205 final LevelTree.LevelGroup group = LevelTree.levels.get(x); local
206 for (int y = 0; y < group.levels.size(); y++) {
207 LevelTree.Level level = group.levels.get(y);
226 final LevelTree.LevelGroup group = LevelTree.levels.get(x); local
227 for (int y = 0; y < group.levels.size(); y++) {
228 LevelTree.Level level = group.levels.get(y);
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 357 u16 group; local
361 * DH Group # (16 bits)
376 group = WPA_GET_BE16(kei);
377 wpa_printf(MSG_DEBUG, "IKEV2: KEi DH Group #%u", group);
379 if (group != data->proposal.dh) {
380 wpa_printf(MSG_DEBUG, "IKEV2: KEi DH Group #%u does not match "
382 group, data->proposal.dh);
391 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group");
919 wpabuf_put_be16(msg, data->proposal.dh); /* DH Group # */
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 366 u16 group; local
370 * DH Group # (16 bits)
385 group = WPA_GET_BE16(ker);
386 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u", group);
388 if (group != data->proposal.dh) {
389 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u does not match "
391 group, data->proposal.dh);
396 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group");
985 wpabuf_put_be16(msg, data->proposal.dh); /* DH Group # */
    [all...]
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 31 * a "group-by" field. The list has three types of elements: stand-alone, group header and group
47 * Information about a specific list item: is it a group, if so is it expanded.
48 * Otherwise, is it a stand-alone item or a group member.
265 * stand-alone element, a group or a group child. Also computes the
280 // the group descriptor immediately preceding the supplied position.
282 // is the header of the group, a member of the group or a standalone item
324 long group = mGroupMetadata[i]; local
    [all...]

Completed in 1805 milliseconds

<<11121314151617181920>>