/external/avahi/avahi-client/ |
entrygroup.c | 39 void avahi_entry_group_set_state(AvahiEntryGroup *group, AvahiEntryGroupState state) { 40 assert(group); 42 if (group->state_valid && group->state == state) 45 group->state = state; 46 group->state_valid = 1; 48 if (group->callback) 49 group->callback(group, state, group->userdata) 102 AvahiEntryGroup *group = NULL; local [all...] |
/external/boringssl/src/crypto/ec/ |
ec_asn1.c | 163 ECPKPARAMETERS *ec_asn1_group2pkparameters(const EC_GROUP *group, 179 nid = EC_GROUP_get_curve_name(group); 207 * group order. */ 240 EC_GROUP *group = NULL; local 251 group = ec_asn1_pkparameters2group(params); 252 if (group == NULL) { 260 *groupp = group; 265 return group; 268 static int i2d_ECPKParameters(const EC_GROUP *group, uint8_t **outp) { 270 ECPKPARAMETERS *tmp = ec_asn1_group2pkparameters(group, NULL) [all...] |
internal.h | 103 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, 107 * by checking that |pub_key*group->order| is the point at infinity. This may 112 int (*check_pub_key_order)(const EC_GROUP *group, const EC_POINT *pub_key, 173 * scalar field of |group|. It may return NULL in the case that |group| is not 174 * a built-in group. */ 175 const BN_MONT_CTX *ec_group_get_mont_data(const EC_GROUP *group); 177 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, 247 int ec_point_set_Jprojective_coordinates_GFp(const EC_GROUP *group, 273 EC_GROUP *group; member in struct:ec_key_st [all...] |
/external/boringssl/src/crypto/evp/ |
p_ec_asn1.c | 70 const EC_GROUP *group; local 73 if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL) { 78 nid = EC_GROUP_get_curve_name(group); 202 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local 205 r = EC_POINT_cmp(group, pa, pb, NULL); 242 const EC_GROUP *group; local 246 group = EC_KEY_get0_group(eckey); 247 pub_key = EC_POINT_new(group); 252 if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group))) { 258 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL)) 340 const EC_GROUP *group = EC_KEY_get0_group(pkey->pkey.ec); local 353 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local 380 const EC_GROUP *group; local [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
miniterm.py | 473 group = optparse.OptionGroup(parser, "Port settings") 475 group.add_option("-p", "--port", 481 group.add_option("-b", "--baud", 489 group.add_option("--parity", 496 group.add_option("--rtscts", 503 group.add_option("--xonxoff", 510 group.add_option("--rts", 518 group.add_option("--dtr", 526 parser.add_option_group(group) 528 group = optparse.OptionGroup(parser, "Data handling" 566 group = optparse.OptionGroup(parser, "Hotkeys") variable 586 group = optparse.OptionGroup(parser, "Diagnostics") variable [all...] |
/external/deqp/executor/tools/ |
xeBatchResultToXml.cpp | 293 const xe::TestGroup* group = static_cast<const xe::TestGroup*>(testNode); local 298 for (int childNdx = 0; childNdx < group->getNumChildren(); childNdx++) 299 writeTestCaseListNode(group->getChild(childNdx), resultMap, dst);
|
/external/deqp/executor/ |
xeBatchExecutor.cpp | 317 const TestGroup* group = static_cast<const TestGroup*>(node); local 322 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) 324 const TestNode* child = group->getChild(ndx);
|
xeTestCase.cpp | 258 void addChildGroupsToMap (std::map<std::string, TestGroup*>& groupMap, TestGroup* group) 260 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) 262 TestNode* node = group->getChild(ndx); 328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) 330 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) 332 const TestNode* child = group->getChild(ndx); 340 static void removeChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) 342 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) 344 const TestNode* child = group->getChild(ndx); 352 static bool hasChildrenInSet (const std::set<const TestNode*>& nodeSet, const TestGroup* group) 465 const TestGroup* group = m_iterStack.back().group; local [all...] |
xeTestCase.hpp | 195 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/gles3/functional/ |
es3fReadPixelsTests.cpp | 411 TestCaseGroup* group = new TestCaseGroup(m_context, "alignment", "Read pixels pack alignment parameter tests"); local 413 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_1", "", ReadPixelsTest::FLAG_NO_FLAGS, 1, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); 414 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_2", "", ReadPixelsTest::FLAG_NO_FLAGS, 2, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); 415 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_4", "", ReadPixelsTest::FLAG_NO_FLAGS, 4, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); 416 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_8", "", ReadPixelsTest::FLAG_NO_FLAGS, 8, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); 418 group->addChild(new ReadPixelsTest(m_context, "rgba_int_1", "", ReadPixelsTest::FLAG_USE_RBO, 1, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); 419 group->addChild(new ReadPixelsTest(m_context, "rgba_int_2", "", ReadPixelsTest::FLAG_USE_RBO, 2, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); 420 group->addChild(new ReadPixelsTest(m_context, "rgba_int_4", "", ReadPixelsTest::FLAG_USE_RBO, 4, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); 421 group->addChild(new ReadPixelsTest(m_context, "rgba_int_8", "", ReadPixelsTest::FLAG_USE_RBO, 8, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); 423 group->addChild(new ReadPixelsTest(m_context, "rgba_uint_1", "", ReadPixelsTest::FLAG_USE_RBO, 1, 0, 0, (…) 437 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test"); local 462 TestCaseGroup* group = new TestCaseGroup(m_context, "skip", "Read pixels skip pixels and rows test"); local [all...] |
es3fUniformBlockTests.cpp | 47 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) 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/gles3/stress/ |
es3sVertexArrayTests.cpp | 469 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "single_attribute", "Single attribute"); member in class:deqp::gles3::Stress::tcu 470 addChild(group); 474 group->addChild(new SingleVertexArrayStrideTests(m_context)); 475 group->addChild(new SingleVertexArrayUsageTests(m_context)); 476 group->addChild(new SingleVertexArrayOffsetTests(m_context)); 477 group->addChild(new SingleVertexArrayFirstTests(m_context));
|
/external/deqp/modules/gles31/functional/ |
es31fFboNoAttachmentTests.cpp | 512 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 = new tcu::TestCaseGroup(testCtx, "random", "Randomized size & multisampling") 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...] |
es31fUniformBlockTests.cpp | 49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description); local 50 parentGroup->addChild(group); 55 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_310_ES, 77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) 79 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_vertex").c_str(), "", type, layoutFlags|DECLARE_VERTEX, numInstances)); 80 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_fragment").c_str(), "", type, layoutFlags|DECLARE_FRAGMENT, numInstances)); 83 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_both").c_str(), "", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances));
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
ViewElement.java | 169 ViewGroup group = (ViewGroup) view; local 170 int childCount = group.getChildCount(); 173 View child = group.getChildAt(i);
|
/external/e2fsprogs/e2fsck/ |
pass5.c | 97 * inode number 'start' within the 'group'. Note that 'start' 101 static void e2fsck_discard_inodes(e2fsck_t ctx, dgrp_t group, 111 printf("PROGRAMMING ERROR: Got start %d outside of group %d!" 113 start, group); 119 * skip the discard on this group if discard does not zero data. 132 * Start is inode number within the group which starts 144 blk += ext2fs_inode_table_loc(fs, group); 198 dgrp_t g, group = 0; local 263 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) 280 * block group. This is much faster than doing th 538 dgrp_t group = 0; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
inode.c | 49 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 > fs->group_desc_count 635 unsigned long group, block, offset; local [all...] |
mkjournal.c | 303 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 == fs->group_desc_count [all...] |
/external/e2fsprogs/resize/ |
main.c | 103 unsigned int group; local 111 for (group = 0; group < fs->group_desc_count; group++) { 112 has_sb = ext2fs_bg_has_super(fs, group); 113 if (group == 0 || has_sb != prev_has_sb) 115 b_stride = ext2fs_block_bitmap_loc(fs, group) - 116 ext2fs_block_bitmap_loc(fs, group - 1) - 118 i_stride = ext2fs_inode_bitmap_loc(fs, group) - 119 ext2fs_inode_bitmap_loc(fs, group - 1) [all...] |
/external/google-breakpad/src/testing/gtest/scripts/ |
upload.py | 397 group = parser.add_option_group("Logging options") variable 398 group.add_option("-q", "--quiet", action="store_const", const=0, 400 group.add_option("-v", "--verbose", action="store_const", const=2, 403 group.add_option("--noisy", action="store_const", const=3, 406 group = parser.add_option_group("Review server options") variable 407 group.add_option("-s", "--server", action="store", dest="server", 412 group.add_option("-e", "--email", action="store", dest="email", 415 group.add_option("-H", "--host", action="store", dest="host", 418 group.add_option("--no_cookies", action="store_false", 422 group = parser.add_option_group("Issue options" variable 438 group = parser.add_option_group("Patch options") variable [all...] |
/external/google-breakpad/src/testing/scripts/ |
upload.py | 397 group = parser.add_option_group("Logging options") variable 398 group.add_option("-q", "--quiet", action="store_const", const=0, 400 group.add_option("-v", "--verbose", action="store_const", const=2, 403 group.add_option("--noisy", action="store_const", const=3, 406 group = parser.add_option_group("Review server options") variable 407 group.add_option("-s", "--server", action="store", dest="server", 412 group.add_option("-e", "--email", action="store", dest="email", 415 group.add_option("-H", "--host", action="store", dest="host", 418 group.add_option("--no_cookies", action="store_false", 422 group = parser.add_option_group("Issue options" variable 438 group = parser.add_option_group("Patch options") variable [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
EquivalenceTesterTest.java | 106 "TestObject{group=1, item=2} [group 1, item 2] must be equivalent to " 107 + "TestObject{group=1, item=1} [group 1, item 1]"); 135 "TestObject{group=1, item=2} [group 1, item 2] must be equivalent to " 136 + "TestObject{group=1, item=3} [group 1, item 3]"); 158 "TestObject{group=1, item=1} [group 1, item 1] must not be equivalent to 193 final int group; field in class:EquivalenceTesterTest.TestObject [all...] |
/external/iproute2/ip/ |
iprule.c | 176 int group = rta_getattr_u32(tb[FRA_SUPPRESS_IFGROUP]); local 177 if (group != -1) { 179 fprintf(fp, "suppress_ifgroup %s ", rtnl_group_n2a(group, b1, sizeof(b1))); 433 int group; local 434 if (rtnl_group_a2n(&group, *argv)) 436 addattr32(&req.n, sizeof(req), FRA_SUPPRESS_IFGROUP, group);
|
/external/kernel-headers/original/uapi/linux/ |
igmp.h | 2 * Linux NET3: Internet Group Management Protocol [IGMP] 34 __be32 group; member in struct:igmphdr 37 /* V3 group record types [grec_type] */ 66 __be32 group; member in struct:igmpv3_query
|
/external/protobuf/src/google/protobuf/ |
unknown_field_set.h | 177 inline const UnknownFieldSet& group() const; 275 inline const UnknownFieldSet& UnknownField::group() const { function in class:google::protobuf::UnknownField
|