HomeSort by relevance Sort by last modified time
    Searched defs:group (Results 76 - 100 of 1507) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/boringssl/src/crypto/ec/
ec_test.cc 181 const EC_GROUP *const group = EC_KEY_get0_group(key.get()); local
189 if (!EC_POINT_is_on_curve(group, EC_KEY_get0_public_key(key.get()),
198 if (!EC_POINT_get_affine_coordinates_GFp(group,
207 ScopedEC_POINT point(EC_POINT_new(group));
212 if (!EC_POINT_set_affine_coordinates_GFp(group, point.get(), x.get(), y.get(),
225 ScopedEC_POINT invalid_point(EC_POINT_new(group));
230 if (EC_POINT_set_affine_coordinates_GFp(group, invalid_point.get(), x.get(),
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert.py 37 # 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 = self.group.get(
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java 47 private OpenSSLECGroupContext group; field in class:OpenSSLECKeyPairGenerator
55 if (group == null) {
57 group = OpenSSLECGroupContext.getCurveByName(curveName);
58 if (group == null) {
64 NativeCrypto.EC_KEY_generate_key(group.getNativeRef()));
65 return new KeyPair(new OpenSSLECPublicKey(group, key), new OpenSSLECPrivateKey(group, key));
76 * Store the group in a temporary variable until we know this is a valid
77 * group.
84 group = possibleGroup
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 56 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, name, desc); local
58 addChild(group);
61 group->addChild(children[i]);
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 57 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, name, desc); local
59 addChild(group);
62 group->addChild(children[i]);
295 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "fragment_processing", "Fragment processing"); local
297 addChild(group);
300 group->addChild(children[i]);
  /external/e2fsprogs/e2fsck/
pass4.c 101 dgrp_t group, maxgroup; local
114 group = 0;
130 group++;
132 if ((ctx->progress)(ctx, 4, group, maxgroup))
  /external/elfutils/libebl/
libebl.h 382 const char *group; /* Identifier for category of related items. */ member in struct:__anon12239
  /external/ipsec-tools/src/racoon/
sainfo.h 50 vchar_t *group; member in struct:sainfo
  /external/iptables/include/linux/netfilter/
xt_NFLOG.h 13 __u16 group; member in struct:xt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_NFLOG.h 13 __u16 group; member in struct:xt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_nflog.h 16 __u16 group; member in struct:ebt_nflog_info
  /external/minijail/
util.c 87 char *group, *lastpos = constant_str; local
99 while ((group = tokenize(&constant_str, "|")) != NULL) {
100 char *end = group;
101 value |= parse_single_constant(group, &end);
102 if (end == group) {
  /external/mockito/src/org/mockito/internal/util/
Decamelizer.java 34 deCameled.append(match.group());
37 deCameled.append(match.group().toLowerCase());
  /external/regex-re2/re2/testing/
exhaustive_tester.cc 107 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;
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 41 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group); local
43 group.getCheckedRadioButtonId());
58 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group); local
60 group.getCheckedRadioButtonId());
  /frameworks/base/tools/split-select/
Grouper_test.cpp 147 const SortedVector<SplitDescription>& group = mGroups[i]; local
148 if (group.size() != splitCount) {
154 if (group.indexOf(splits[j]) >= 0) {
164 String8 errorMessage("Failed to find expected group [");
174 errorMessage.appendFormat("Group %d:\n", int(i + 1));
175 const SortedVector<SplitDescription>& group = mGroups[i]; local
176 for (size_t j = 0; j < group.size(); j++) {
178 errorMessage.append(group[j].toString());
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 38 /// group - group fragments and create islands when needed
40 void BranchIslandFactory::group(Module& pModule) { function in class:mcld::BranchIslandFactory
  /frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp 35 : ScriptCommand(ScriptCommand::GROUP),
47 mcld::outs() << "GROUP ( ";
76 // construct the Group tree
78 // --start-group
80 InputTree::iterator group = m_Builder.getCurrentNode(); local
150 assert(0 && "Invalid script token in GROUP!");
163 // --end-group
166 // read the group
167 m_GroupReader.readGroup(group, m_InputTree.end(), m_Builder, m_Config);
  /frameworks/wilhelm/src/itf/
I3DGrouping.c 22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group)
27 C3DGroup *newGroup = (C3DGroup *) group;
30 // check that new group has the correct object ID and is realized, and acquire a strong
32 // specifies group as this audio player
34 // the new group is left unlocked, but it will be locked again below
47 // remove this object from the old group's set of objects
50 // note that we already have a strong reference to the old group
56 // add this object to the new group's set of objects
59 // we already have a strong reference to the new group, but we need to re-lock it
84 C3DGroup *group = thiz->mGroup local
109 C3DGroup *group = thiz->mGroup; local
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
UNIXProcess.java 93 private final static ThreadGroup group = getRootThreadGroup(); field in class:UNIXProcess.ProcessReaperThreadFactory
107 Thread t = new Thread(group, grimReaper, "process reaper", 32768);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java 17 package com.android.contacts.group;
48 throw new IllegalStateException("Group source view must contain a TextView with id"
55 throw new IllegalStateException("Group source view must contain an ImageView with id"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
security.h 3 Copyright 1996, 1998 The Open Group
17 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
22 Except as contained in this notice, the name of The Open Group shall
25 from The Open Group.
54 XID group; member in struct:__anon38566
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
grp.h 20 * POSIX Standard: 9.2.1 Group Database Access <grp.h>
42 /* The group structure. */
43 struct group struct
45 char *gr_name; /* Group name. */
47 __gid_t gr_gid; /* Group ID. */
59 /* Rewind the group-file stream.
65 /* Close the group-file stream.
71 /* Read an entry from the group-file stream, opening it if necessary.
75 extern struct group *getgrent (void);
79 /* Read a group entry from STREAM
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 13 __u16 group; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
security.h 2 Copyright 1996, 1998 The Open Group
16 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
21 Except as contained in this notice, the name of The Open Group shall
24 from The Open Group.
52 XID group; member in struct:__anon40425

Completed in 1891 milliseconds

1 2 34 5 6 7 8 91011>>