HomeSort by relevance Sort by last modified time
    Searched defs:group (Results 201 - 225 of 988) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.cc 254 UnknownFieldSet* group = new UnknownFieldSet; local
255 group->MergeFrom(*group_);
256 group_ = group;
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 68 OpenSSLECGroupContext group = new OpenSSLECGroupContext(ctx); local
70 OpenSSLECPointContext generator = new OpenSSLECPointContext(group,
79 return group;
OpenSSLECPrivateKey.java 39 protected transient OpenSSLECGroupContext group; field in class:OpenSSLECPrivateKey
41 public OpenSSLECPrivateKey(OpenSSLECGroupContext group, OpenSSLKey key) {
42 this.group = group;
48 this.group = new OpenSSLECGroupContext(NativeCrypto.EC_GROUP_dup(origGroup));
54 group = OpenSSLECGroupContext.getInstance(ecKeySpec.getParams());
56 key = new OpenSSLKey(NativeCrypto.EVP_PKEY_new_EC_KEY(group.getContext(), 0,
64 OpenSSLECGroupContext group; local
66 group = OpenSSLECGroupContext.getInstance(ecPrivateKey.getParams());
68 throw new InvalidKeyException("Unknown group parameters", e)
81 OpenSSLECGroupContext group = OpenSSLECGroupContext.getInstance(ecPrivateKey local
    [all...]
OpenSSLECPublicKey.java 38 protected transient OpenSSLECGroupContext group; field in class:OpenSSLECPublicKey
40 public OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key) {
41 this.group = group;
47 this.group = new OpenSSLECGroupContext(NativeCrypto.EC_GROUP_dup(origGroup));
53 group = OpenSSLECGroupContext.getInstance(ecKeySpec.getParams());
55 NativeCrypto.get_EC_GROUP_type(group.getContext()), group, ecKeySpec.getW());
56 key = new OpenSSLKey(NativeCrypto.EVP_PKEY_new_EC_KEY(group.getContext(),
65 OpenSSLECGroupContext group = OpenSSLECGroupContex local
    [all...]
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 337 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "single_attribute", "Single attribute"); member in class:deqp::gles2::Stress::tcu
338 addChild(group);
342 group->addChild(new SingleVertexArrayStrideTests(m_context));
343 group->addChild(new SingleVertexArrayUsageTests(m_context));
344 group->addChild(new SingleVertexArrayOffsetTests(m_context));
345 group->addChild(new SingleVertexArrayFirstTests(m_context));
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 416 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, textureTargets[groupNdx].name, glu::getInternalFormatTargetName(textureTargets[groupNdx].target)); member in class:deqp::gles31::Functional::tcu
419 addChild(group);
426 group->addChild(new FormatSamplesCase(m_context, name.c_str(), desc.c_str(), texTarget, internalFormats[caseNdx].format, internalFormats[caseNdx].type));
432 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "partial_query", "Query data to too short a buffer"); member in class:deqp::gles31::Functional::tcu
434 addChild(group);
436 group->addChild(new NumSampleCountsBufferCase (m_context, "num_sample_counts", "Query GL_NUM_SAMPLE_COUNTS to too short a buffer"));
437 group->addChild(new SamplesBufferCase (m_context, "samples", "Query GL_SAMPLES to too short a buffer"));
  /external/iproute2/ip/
iptuntap.c 40 fprintf(stderr, " [ mode { tun | tap } ] [ user USER ] [ group GROUP ]\n");
44 fprintf(stderr, " GROUP := { STRING | NUMBER }\n");
149 } else if (gid && matches(*argv, "group") == 0) {
151 unsigned long group; local
155 if (**argv && ((group = strtol(*argv, &end, 10)), !*end))
156 *gid = group;
158 struct group *gr = getgrnam(*argv);
160 fprintf(stderr, "invalid group \"%s\"\n", *argv);
275 long flags, owner = -1, group = -1 local
    [all...]
  /external/libnl/include/netlink/
netlink-kernel.h 19 /** Multicast group subscriptions */
193 __u32 group; member in struct:nl_pktinfo
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 32 private int group = 0; field in class:TrackMetaData
124 return group;
127 public void setGroup(int group) {
128 this.group = group;
  /external/openssl/apps/
ec.c 90 const EC_GROUP *group; local
330 group = EC_KEY_get0_group(eckey);
356 i = i2d_ECPKParameters_bio(out, group);
365 i = PEM_write_bio_ECPKParameters(out, group);
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 153 inline const UnknownFieldSet& group() const;
235 inline const UnknownFieldSet& UnknownField::group() const { function in class:google::protobuf::UnknownField
  /external/qemu/android/skin/
composer.h 59 struct SkinPlateGroup group; member in struct:SkinPlateSpace
67 struct SkinPlateGroup group; member in union:SkinPlate
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
MacroGroup.java 64 public void addMacroGroup(MacroGroup group) {
65 macroGroups.add(group);
68 public void removeMacroGroup(MacroGroup group) {
69 macroGroups.remove(group);
80 MacroGroup group = (MacroGroup)iter.next(); local
81 if (group.getTitle().equalsIgnoreCase(title)) {
82 return group;
Macros.java 112 MacroGroup group = parseMacroGroups(macros); local
113 macroGroup.setRootGroup(group);
156 MacroGroup group = new MacroGroup(); local
163 group.addMacroGroup(parseMacroGroup(parser));
166 group.setTitle(parser.nextText());
169 group.addMacro(parseMacro(parser));
178 return group;
183 MacroGroup group = null; local
191 group = parseMacroGroup(parser);
195 return group;
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.h 45 int group; member in struct:sae_data
49 int sae_set_group(struct sae_data *sae, int group);
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.h 17 * definition of a finite cyclic group
22 EC_GROUP *group; member in struct:group_definition_
  /frameworks/base/core/java/android/content/pm/
PermissionInfo.java 100 * The group this permission is a part of, as per
103 public String group; field in class:PermissionInfo
176 group = orig.group;
219 dest.writeString(group);
238 group = source.readString();
VerifierDeviceIdentity.java 108 * group.
117 * GROUP_SIZE) to make the odd-size group appear at the end instead
127 final int group = (int) (input & 0x1F); local
130 encoded[--index] = alphabet[group];
143 final int group = input[i]; local
150 if ('A' <= group && group <= 'Z') {
151 value = group - 'A';
152 } else if ('2' <= group && group <= '7')
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 16 * The AidGroup class represents a group of Application Identifiers (AIDs).
26 * The maximum number of AIDs that can be present in any one group.
39 * @param aids The list of AIDs present in the group
40 * @param category The category of this group, e.g. {@link CardEmulation#CATEGORY_PAYMENT}
44 throw new IllegalArgumentException("No AIDS in AID group.");
47 throw new IllegalArgumentException("Too many AIDs in AID group.");
73 * @return the category of this AID group
80 * @return the list of AIDs in this group
134 AidGroup group = null; local
149 Log.d(TAG, "Ignoring <aid> tag while not in group");
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegionActivity.java 35 final RegionView group = new RegionView(this); local
39 group.addView(text);
41 setContentView(group);
43 ObjectAnimator animator = ObjectAnimator.ofFloat(group, "clipPosition", 0.0f, 1.0f);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 119 final ViewGroup group = (ViewGroup) parent; local
135 params = group.generateLayoutParams(attrs);
142 params = group.generateLayoutParams(childAttrs);
181 group.addView(view);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java 70 ViewGroup group = (ViewGroup) view; local
71 final int count = group.getChildCount();
73 fillView(context, group.getChildAt(i), item, parentItem, callback, adapterRef);
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 59 // 4. Groups. A Group is a set of archives. Linkers repeatedly read archives
169 ArgStartGroupList("start-group",
171 cl::desc("start to record a group of archives"));
175 cl::desc("alias for --start-group"),
179 ArgEndGroupList("end-group",
181 cl::desc("stop recording a group of archives"));
185 cl::desc("alias for --end-group"),
388 /// --start-group
389 cl::list<bool>::iterator group, gsBegin, gsEnd; local
392 for (group = gsBegin; group != gsEnd; ++group)
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 263 Group group; local
264 group.texture = tname;
265 group.fbo = name;
266 group.width = mVpWidth;
267 group.height = mVpHeight;
268 group.colorTransform = colorTransform;
270 mGroupStack.push(group);
275 const Group group(mGroupStack.top())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Matcher2Test.java 55 m.group();
73 m.group(1);
113 m.group(3);
131 m.group(-1);
157 m.group(3);
175 m.group(-1);
195 m.group(3);
213 m.group(-1);

Completed in 2049 milliseconds

1 2 3 4 5 6 7 891011>>